stop overriding opening editor into a new tab or add it
Thanks for not breaking web browser standards!
Default: Command Click opens link in a new tab
What it does: treats command click as click (wow that must have been some work to break a standard behaviour...)
How is this essential limiting the editor to one open file?
Steps to reproduce
Expected behaviour
Tell us what should happen
Actual behaviour
Tell us what happens instead
Server configuration
Operating system:
Web server:
Database:
PHP version:
Nextcloud version: (see Nextcloud admin page)
Where did you install Nextcloud from:
List of activated apps:
If you have access to your command line run e.g.:
sudo -u www-data php occ app:list
from within your Nextcloud installation folder
Nextcloud configuration:
If you have access to your command line run e.g.:
sudo -u www-data php occ config:list system
from within your Nextcloud installation folder
or
Insert your config.php content here
Make sure to remove all sensitive content such as passwords. (e.g. database password, passwordsalt, secret, smtp password, …)
Client configuration
Browser:
Operating system:
Logs
Nextcloud log (data/owncloud.log)
Insert your Nextcloud log here
Browser log
Insert your browser log here, this could for example include:
a) The javascript console log
b) The network log
c) ...
Do you mean that when Cmd/Ctrl-clicking a file in the files app it does - what? Here it selects the file, which is a de facto standard for any file browser. Just open another tab with the files app.
which is a de facto standard for any file browser.
over-engineer at one's own peril
It's not a file browser, it's a link in a web browser. Stop overriding the user's options especially when it's removing existing functionality, especially for logged in users.
time and time again programmers do not need to consider every possible way their work can be utilized, which brings up security is the only excuse for blocking a user's options
Anyhow, this is not an issue with the files_editor app but with the files app.
Anyhow, this is not an issue with the
files_editorapp but with thefilesapp.
and viewing/opening issue/s in the files app goes to the general server app.... I recall having said something about over-engineering...
Maybe you would be interested in something like Pico CMS?