tflidd
March 5, 2024, 2:19pm
2
There is not a single file, other apps can add entries. If you go through the source code, you can look for new FileAction
:
https://github.com/search?q=repo%3Anextcloud%2Fserver%20new%20FileAction&type=code
In the main repository, you can find like this the default entries, and you can probably comment out the corresponding parts in your code.
I don’t know if there is an option that you can write an app that allows you to remove certain points, so you don’t have to apply the changes after each update.
similar topics:
Running NC 27.1.1 and I want to get rid of the “Edit Locally” menu alternative, which is visible in the web interface, by clicking “the three dots” in the right side of any file.
I’m eager to get rid of everything I won’t want to present to my users on the server. Most other things I have gotten rid of, I have either uninstalled from the apps menu or simply used custom CSS to hide that web element from being visible/clickable.
But with “Edit Locally”, I can’t seem to find any app function that…
Hello everyone, I need your help. Maybe someone knows where the code is located that will allow you to remove the “Personal” and “Settings” buttons in the pop-up menu that appears when you click on the user icon, I can’t find it in any way. thanks!