aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_external/js/statusmanager.js
Commit message (Collapse)AuthorAgeFilesLines
* 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