aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_external/js/statusmanager.js
Commit message (Collapse)AuthorAgeFilesLines
* feat(files_external): migrate to vueJohn Molakvoæ2023-08-011-613/+0
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Remove legacy #dir element in files listVincent Petry2022-07-271-1/+1
| | | | | | | | | | Removed legacy "#dir" input element in the DOM. Apps should use OCA.Files.App.currentFileList or OCA.Sharing.PublicApp.fileList and call getCurrentDirectory() to retrieve the current directory and changeDirectory() to change it. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* Replace files app ids to classesVincent Petry2022-07-261-6/+6
| | | | | | | | | | | 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 generic type and description when its missingLouis Chemineau2022-01-111-2/+2
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* don't flash external storage mountpoints during the status checkszaimen2021-11-121-3/+0
| | | | Signed-off-by: szaimen <szaimen@e.mail.de>
* Revert OC.linkToOCS() calls back to old behaviourJoas Schilling2021-08-311-3/+3
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Bump @nextcloud/router from 1.2.0 to 2.0.0dependabot[bot]2021-07-231-1/+1
| | | | | | | | | | Bumps [@nextcloud/router](https://github.com/nextcloud/nextcloud-router) from 1.2.0 to 2.0.0. - [Release notes](https://github.com/nextcloud/nextcloud-router/releases) - [Changelog](https://github.com/nextcloud/nextcloud-router/blob/master/CHANGELOG.md) - [Commits](https://github.com/nextcloud/nextcloud-router/compare/v1.2.0...v2.0.0) Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
* dont offer to edit external config settings if we can't edit themRobin Appelman2021-01-081-2/+5
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* fix credentials saving success message notification colorSascha Wiswedel2019-12-181-1/+1
| | | | | | was red, now green Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
* Comply to eslintJohn Molakvoæ (skjnldsv)2019-10-011-1/+1
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* allow setting user provided global credentials trough credentials popupRobin Appelman2019-09-091-2/+3
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Reintroduce status check for external storagesMorris Jobke2019-02-071-0/+11
| | | | | | Fixes #14022 Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Remove warning in case of external storage errorJohn Molakvoæ (skjnldsv)2019-01-291-18/+0
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Fix JS namespace of files_external appJoas Schilling2018-10-301-28/+28
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Move files_external to compiled handlebarsRoeland Jago Douma2018-10-191-2/+1
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Fix usage of deprecated OC.webrootChristoph Wurst2018-10-091-1/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* remove hardcoded sharepoint icon pathArthur Schiwon2018-01-181-3/+0
| | | | | | it does not exist and if it would, it was not themable Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Fix selectors for file list elementsDaniel Calviño Sánchez2017-12-271-5/+5
| | | | | | | | | | | | When the checkbox was moved to where the favourite icon was shown before the layout of the file list was modified. The first column is no longer the file name, so neither the thumbnail nor the name link were found. Due to this the thumbnail was not set to the appropriate icon, and the dummy event handler was not removed from the name link, so clicks on the name were basically ignored. Now the selectors are based on the ".filename" CSS class instead of relying on the column position. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* log out, : BigversalAllan Nordhøy2017-07-141-2/+2
|
* added quit option in commentstabview.jsnoveens2017-03-231-5/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | added quit option in notif in app.js added quit option in notif in file-upload.js added quit option in notif in fileinfomodel.js added quit option in notif in filelist.js added quit option in notif in filelist.js added quit option in notif in tagsplugin.js added quit option in notif in statusmanager.js added quit option in notif in external.js added quit option in notif in versionstabview.js added quit option in notif in notification.js changes according to the latest review. timeout removed since there is a button to close it translation capability added typo fixed test files updated small errors fixed Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Show theming icons on external storage foldersJulius Haertl2016-12-121-1/+5
| | | | Signed-off-by: Julius Haertl <jus@bitgrid.net>
* Fix link to external storage settings on error notificationFelix A. Epp2016-11-261-1/+1
| | | | Signed-off-by: Felix A. Epp <work@felixepp.de>
* Fix translation stringJoas Schilling2016-11-071-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* hint global handlebarsRobin Appelman2016-07-081-2/+4
|
* Rename variableJuan Pablo Villafáñez2016-06-071-1/+1
|
* Add support to know where the storage test comes fromJuan Pablo Villafáñez2016-06-071-0/+1
|
* apps/files_external: Fix typos in comments (found and fixed by codespell)Stefan Weil2016-03-301-1/+1
| | | | Signed-off-by: Stefan Weil <sw@weilnetz.de>
* Improve credentials dialog usability a bitVincent Petry2016-02-041-2/+13
| | | | | Automatically focus on the first field. Pressing enter submits the form.
* fix input typeRobin Appelman2016-02-041-1/+1
|
* Use handlebars templateRobin Appelman2016-02-041-22/+25
|
* Fix PR from commentsJesús Macias2016-02-041-5/+3
|
* Add credentials dialog for user provided authJesús Macias2016-02-041-84/+167
|
* Change icon only on WND and Sharepoint external storagesJesús Macias2016-01-151-25/+1
|
* Fis bug issue 21110Jesús Macias2016-01-151-1/+1
|
* Merge pull request #21438 from owncloud/settings-anchorsThomas Müller2016-01-111-1/+1
|\ | | | | remove unneeded 'goto' prefix from settings anchors
| * remove unneeded 'goto' prefix from settings anchorsJan-Christoph Borchardt2016-01-041-1/+1
| |
* | Fix checking external storage status as non admin userRobin Appelman2016-01-081-1/+1
|/
* Fix css selector and bug checking personal mounts statusJesús Macias2015-11-241-1/+1
|
* Add css to manage row status colorJesús Macias2015-11-241-4/+3
|
* Fix code from PR commentsJesús Macias2015-11-241-93/+64
|
* Adding logic to show custom icon for current backends, waiting for icon filesJesús Macias2015-11-201-0/+24
|
* Fix code from PR commentsJesús Macias2015-11-181-612/+522
|
* Add method to show custom icon and icon-error for each storage backendJesús Macias2015-11-181-52/+200
|
* Add icon management capabilities (error icon)Jesús Macias2015-11-131-16/+17
|
* First working approach to show mount statusJesús Macias2015-11-121-0/+486