Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Improve saving applicable users in ext storage | Vincent Petry | 2023-01-12 | 1 | -1/+4 |
| | | | | | | | Added a checkbox to prevent saving "All users" by mistake and giving access to everyone when not wanted. Signed-off-by: Vincent Petry <vincent@nextcloud.com> | ||||
* | Additional type hinting found by psalm | Carl Schwan | 2022-10-18 | 1 | -1/+3 |
| | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu> | ||||
* | Fix accessibility of buttons in the external storage configuration | Lukáš Tyrychtr | 2022-08-03 | 1 | -2/+2 |
| | | | | | | Note that there is no keyboard only way to close the dropdown Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
* | Replace files app ids to classes | Vincent Petry | 2022-07-26 | 1 | -1/+1 |
| | | | | | | | | | | | Replaced ids to classes for the following: - #filestable -> .files-filestable - #fileList -> .files-fileList - #controls -> .files-controls - #emptycontent -> .emptyfilelist.emptycontent Signed-off-by: Vincent Petry <vincent@nextcloud.com> | ||||
* | Add option to disallow creation of local storages | Vincent Petry | 2021-12-15 | 1 | -2/+5 |
| | | | | | | | Introduce a new config option to prevent web UI admins to create or edit external storages of type "local". Signed-off-by: Vincent Petry <vincent@nextcloud.com> | ||||
* | Add spinner when loading ext storages | Vincent Petry | 2021-12-06 | 1 | -0/+5 |
| | | | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com> | ||||
* | Fixed grammar | rakekniven | 2021-11-16 | 1 | -1/+1 |
| | | | | | Reported at Transifex. Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com> | ||||
* | Rename External storages to External storage | szaimen | 2021-05-20 | 1 | -2/+2 |
| | | | | Signed-off-by: szaimen <szaimen@e.mail.de> | ||||
* | Move the global password for files external to post | Roeland Jago Douma | 2020-11-17 | 1 | -1/+1 |
| | | | | | | Again more false positives in some scanners Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Format control structures, classes, methods and function | Christoph Wurst | 2020-04-10 | 1 | -7/+21 |
| | | | | | | | | | | | | | | | To continue this formatting madness, here's a tiny patch that adds unified formatting for control structures like if and loops as well as classes, their methods and anonymous functions. This basically forces the constructs to start on the same line. This is not exactly what PSR2 wants, but I think we can have a few exceptions with "our" style. The starting of braces on the same line is pracrically standard for our code. This also removes and empty lines from method/function bodies at the beginning and end. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Make sure there is exactly one newline after imports | Christoph Wurst | 2020-04-09 | 1 | -4/+4 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Remove trailing whitespaces from comments | Christoph Wurst | 2020-04-09 | 1 | -1/+1 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Unify function spacing to PSR2 recommendation | Christoph Wurst | 2020-04-09 | 1 | -3/+3 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | added documentation links on settings pages | Sascha Wiswedel | 2019-10-17 | 1 | -1/+2 |
| | | | | Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com> | ||||
* | Allow admin configured mounts to use user configured global credentials | Robin Appelman | 2019-09-09 | 1 | -2/+0 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Move files_external to compiled handlebars | Roeland Jago Douma | 2018-10-19 | 1 | -1/+4 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | files_external: Add description to settings | Julius Härtl | 2018-08-01 | 1 | -0/+2 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | files_external: Move delete option to 3-dots menu | Julius Härtl | 2018-08-01 | 1 | -4/+1 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Fix files_external setings layout | Julius Härtl | 2018-06-21 | 1 | -3/+4 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Make it possible to make external storages read only | Roeland Jago Douma | 2018-05-01 | 1 | -0/+1 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Merge pull request #8496 from nextcloud/ext-strg-design-fixes | Morris Jobke | 2018-02-27 | 1 | -15/+5 |
|\ | | | | | External storage design fixes and update | ||||
| * | Fixed actions and header missing th | John Molakvoæ (skjnldsv) | 2018-02-27 | 1 | -0/+1 |
| | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
| * | Fixed icons padding | John Molakvoæ (skjnldsv) | 2018-02-26 | 1 | -10/+3 |
| | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
| * | Tooltip fix on status icon | John Molakvoæ (skjnldsv) | 2018-02-22 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
| * | Changed config saving feedback design | John Molakvoæ (skjnldsv) | 2018-02-22 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
| * | Use popovermenu instead of dropdown and small fix to popovermenu | John Molakvoæ (skjnldsv) | 2018-02-22 | 1 | -5/+1 |
| | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | | Updated error message | John Molakvoæ (skjnldsv) | 2018-02-23 | 1 | -2/+1 |
| | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | | Fixed default urls | John Molakvoæ (skjnldsv) | 2018-02-22 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | | Show error if no external storage configured | John Molakvoæ (skjnldsv) | 2018-02-22 | 1 | -0/+6 |
|/ | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | Fix "allow user mount" checkbox for external storage | Robin Appelman | 2017-11-09 | 1 | -2/+2 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Fix comparisons in the files external app | Joas Schilling | 2017-08-01 | 1 | -3/+3 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Fix name of external storages | Jan-Christoph Borchardt | 2017-05-08 | 1 | -1/+1 |
| | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net> | ||||
* | Fix icons in sidebar on personal page | Morris Jobke | 2017-04-27 | 1 | -1/+1 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | replace autosave with a save button for external storage configuration | Robin Appelman | 2017-03-22 | 1 | -1/+7 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Fix casing of external storage app | Morris Jobke | 2016-08-17 | 1 | -2/+2 |
| | |||||
* | layout refinements | Morris Jobke | 2016-08-17 | 1 | -2/+0 |
| | |||||
* | hide files external in personal settings if it's empty | Robin Appelman | 2016-08-17 | 1 | -1/+1 |
| | |||||
* | don't show dependency info if we cant create new mounts | Robin Appelman | 2016-08-17 | 1 | -3/+5 |
| | |||||
* | hide global credentials in personal when a user cant add mounts | Robin Appelman | 2016-08-17 | 1 | -16/+19 |
| | |||||
* | Add "Global Auth" option to external storage | Robin Appelman | 2016-06-21 | 1 | -1/+17 |
| | | | | | | | | This adds the "Global Auth" option to the external storage implementation, it is basically done by reverting c2c6caee93c491de9fa9a2e7c2eea036f4974e61 from https://github.com/owncloud/core/pull/22468. This was taken from owncloud/core which is AGPL licensed. Commited with "icewind@owncloud.com" to keep the license header signature in sync. ![2016-06-21_14-01-06](https://cloud.githubusercontent.com/assets/878997/16228662/9c243136-37b8-11e6-9700-c1076ddb3d17.png) | ||||
* | files_external: Keep checkbox and its label on one line #20032 #22655 | Markus Goetz | 2016-06-17 | 1 | -1/+5 |
| | | | | Else the checkbox and the decription end up on different lines in my Chrome on OS X | ||||
* | Allow multiple custom JS files | Robin McCorkell | 2016-05-03 | 1 | -4/+8 |
| | |||||
* | Move some translation stings around to enable xgettext to detect them | Thomas Müller | 2016-04-07 | 1 | -0/+8 |
| | |||||
* | Fixed hidden settings and delete icons | Pau | 2016-03-18 | 1 | -2/+2 |
| | |||||
* | Display external storage GUI even if user mounting disabled | Robin McCorkell | 2016-03-16 | 1 | -1/+5 |
| | |||||
* | remove global credentials | Robin Appelman | 2016-02-17 | 1 | -16/+1 |
| | |||||
* | Add global auth backend for files external | Robin Appelman | 2016-02-04 | 1 | -1/+16 |
| | |||||
* | Display applicable global storages in personal mount list | Robin McCorkell | 2015-11-21 | 1 | -6/+28 |
| | |||||
* | Render external storages list in JS | Robin McCorkell | 2015-11-21 | 1 | -67/+0 |
| | |||||
* | fix external storage wording detail, ref #19858 | Jan-Christoph Borchardt | 2015-11-03 | 1 | -1/+1 |
| |