summaryrefslogtreecommitdiffstats
path: root/apps/files_external/css
Commit message (Collapse)AuthorAgeFilesLines
* fix: Hide status tooltip in row to add a new mount pointDaniel Calviño Sánchez2024-09-042-2/+2
| | | | | | | | | | | | | | The row to add a new mount point is cloned when a new mountpoint is added, so it is expected that it includes a status span. However, it should not be displayed in that row, only in the cloned row when its status is updated. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* fix: Remove status check when configuration was changedDaniel Calviño Sánchez2024-09-041-0/+2
| | | | | | | | | | | | | | | Setting a null status was supposed to remove the status check, but nothing was changed in that case. Now the status check is properly removed, and doing that by hiding the element rather than just turning it invisible also prevents that clicking on the invisible status triggers a check, as until the new configuration is saved the check will still be performed with the old configuration, which could be misleading for the user. Additionally, an explicit width is set to the parent of the span element to prevent its width from changing when the span is shown and hidden. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* chore: Add SPDX headerAndy Scherzinger2024-06-191-0/+2
| | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* chore(assets): Recompile assetsnextcloud-command2024-06-062-2/+5
| | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* chore: Add SPDX headerAndy Scherzinger2024-06-061-0/+4
| | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* fix look of personal global credentials settingsSimon L2023-12-053-2/+8
| | | | | Signed-off-by: Simon L <szaimen@e.mail.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* feat(files_external): migrate to vueJohn Molakvoæ2023-08-011-4/+0
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* fix(files_external): Background color of external devices with errors should ↵Ferdinand Thiessen2023-04-201-1/+2
| | | | | | respect color theme Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* Improve saving applicable users in ext storageVincent Petry2023-01-123-3/+7
| | | | | | | 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>
* Compress SASS outputChristopher Ng2023-01-112-185/+2
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* try to fix the popovermenuSimon L2022-11-293-1/+9
| | | | | Signed-off-by: Simon L <szaimen@e.mail.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Fix accessibility of buttons in the external storage configurationLukáš Tyrychtr2022-08-033-1/+7
| | | | | | 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 classesVincent Petry2022-07-261-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>
* Cleanup and compileJohn Molakvoæ2022-05-132-0/+178
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Migrate to static icons coloursJohn Molakvoæ2022-05-101-1/+1
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Add spinner when loading ext storagesVincent Petry2021-12-061-0/+4
| | | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* don't flash external storage mountpoints during the status checkszaimen2021-11-121-5/+0
| | | | Signed-off-by: szaimen <szaimen@e.mail.de>
* Bring back external storage group select deleteJohn Molakvoæ (skjnldsv)2019-10-301-0/+10
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* files_external: Move delete option to 3-dots menuJulius Härtl2018-08-011-2/+16
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Mixin scss icon apiJohn Molakvoæ (skjnldsv)2018-07-191-1/+1
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Svg icon api sass function and upgrade of all stylesJohn Molakvoæ (skjnldsv)2018-07-191-1/+1
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Fix files_external setings layoutJulius Härtl2018-06-211-4/+0
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* fixup! Fixed testsJohn Molakvoæ (skjnldsv)2018-02-271-4/+0
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Fixed actions and header missing thJohn Molakvoæ (skjnldsv)2018-02-271-4/+4
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* fixup! Fixed icons paddingJohn Molakvoæ (skjnldsv)2018-02-261-0/+1
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Fixed icons paddingJohn Molakvoæ (skjnldsv)2018-02-261-9/+18
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Better label stylingJohn Molakvoæ (skjnldsv)2018-02-221-3/+3
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Changed config saving feedback designJohn Molakvoæ (skjnldsv)2018-02-221-6/+4
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Use popovermenu instead of dropdown and small fix to popovermenuJohn Molakvoæ (skjnldsv)2018-02-221-1/+7
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Fix icons in sidebar on personal pageMorris Jobke2017-04-271-0/+4
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Add more hints to settingsJan-Christoph Borchardt2017-04-261-1/+0
| | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* layout refinementsMorris Jobke2016-08-171-1/+10
|
* don't show dependency info if we cant create new mountsRobin Appelman2016-08-171-3/+2
|
* hide global credentials in personal when a user cant add mountsRobin Appelman2016-08-171-0/+5
|
* Add proper scope to files external CSSMorris Jobke2016-07-251-5/+5
| | | | * for select2
* Move Dropbox/GDrive link to iconRobin McCorkell2016-05-031-0/+5
|
* Change colour of input fields instead of printing 'Access granted'Robin McCorkell2016-05-031-0/+4
|
* Fixed hidden settings and delete iconsPau2016-03-181-2/+2
|
* Merge branch 'master' into issue_20427Jesus Macias Portela2015-12-031-1/+7
|\
| * Fix status icon styling for external storagesRobin Appelman2015-11-241-1/+7
| |
* | Fix css selector and bug checking personal mounts statusJesús Macias2015-11-241-4/+4
| |
* | Add css to manage row status colorJesús Macias2015-11-241-0/+8
|/
* ellipsize long group names in select2 dropdown, fix #16977Jan-Christoph Borchardt2015-10-191-1/+12
|
* Added ext storage mount options GUIVincent Petry2015-03-261-2/+11
| | | | | | | | | | | | Added option to disable autoscan of external storages Mount option file system scan is now an int Move priority field to avoid undefined field in storage options All input elements inside the storage options block get parsed into storage options. Moving the priority field outside prevents it to appear in the storage config, as expected. It is still parsed by special code.
* Align checkbox configuration in external filesRoss Nicoll2015-01-191-1/+7
| | | | | Modified CSS for files_external application to render labels around checkboxes at the same width as other input elements, aligning them with other elements on the same page.
* Improve UI of external storage configurationRobin McCorkell2014-08-301-0/+3
| | | | | | | | | * Highlight fields that need to be filled * Remove (required) and (optional) strings where possible * Focus first configuration field when creating new external storage * Add ability to force external storage re-check * Various jQuery improvements * Prevent wrapping of checkboxes in configuration
* replace chosen with select2 to provide ajaxified user and group selection ↵Jörn Friedrich Dreyer2014-08-251-0/+16
| | | | | | | | | | | | for files_external, fixes #7499 remove minified select2 js show avatars for users, simpler results remove unneeded users and groups from settings template fix css, escape user and group names
* fix CSS coding styleMorris Jobke2014-07-161-5/+6
|
* Fix #9590. Fix #9612.Stephane V2014-07-151-1/+13
| | | | | | For external storage with lots of parameter settings (>4), wrap the content of the cell to let a full view of the parameters. The rows of the table are now always visible until the end (the trash icon is accessible). (Note : A strange 3px margin forces me to add a class on the row added by javascript, to be able to align them with the rows rendered by the server.)
* fix typo - Backups -> BackendsMorris Jobke2014-06-161-1/+1
|