aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/templates
Commit message (Collapse)AuthorAgeFilesLines
* Remove deprecated template functions from OCP directlyRoeland Jago Douma2018-01-141-1/+1
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Merge pull request #7634 from Abijeet/bug-7539Roeland Jago Douma2018-01-031-0/+4
|\ | | | | Fixes the delete button not appearing on certain lower resolutions
| * Fixes the delete icon not appearing on certain resolutions.Abijeet2018-01-021-0/+4
| | | | | | | | | | | | | | | | Fixes #7539 Also fixes overlap of text on mobile devices by resorting to just icons on lower resolutions. Signed-off-by: Abijeet <abijeetpatro@gmail.com>
* | Fixed pinned state of quota if no apps registered an app nav itemJohn Molakvoæ (skjnldsv)2017-12-141-1/+1
|/ | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Merge pull request #6788 from staabm/masterLukas Reschke2017-11-081-1/+1
|\ | | | | Prevent XSS in links which open a new browser window
| * Prevent XSS in links which open a new browser windowMarkus Staab2017-10-191-1/+1
| |
* | Merge pull request #6940 from nextcloud/master-6935-ellipsisJoas Schilling2017-10-251-1/+1
|\ \ | | | | | | Add space between ellipsis and word
| * | Add space between ellipsis and wordMorris Jobke2017-10-251-1/+1
| | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | Merge pull request #6709 from ↵Morris Jobke2017-10-251-4/+6
|\ \ \ | |/ / |/| | | | | | | | nextcloud/show-checkbox-where-the-favourite-icon-is-now Show checkbox where the favourite icon is now
| * | Move checkboxes to their own columnDaniel Calviño Sánchez2017-10-191-4/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The selection column is not only a visual column, but also a real column of the file list table. Unlike other columns whose width is reduced in space constrained screens the selection column must stay the same so the tapping area is large enough to be easily usable The selection column does not appear in the search results table, so its contents have to be explicitly aligned with those of the main table based on whether the main table has a selection column or not (using the "has-selection" CSS class in the same way as the "has-favorite" CSS class was being used when there was a column for favorite actions). In the tests the ":visible" selector can no longer be used. That selector matches elements with a width or height that is greater than zero, but the dimensions calculated in the unit tests are not reliable; the width of the link was zero before these changes, and now moving the checkbox to its own column causes the height of the link to become zero too, so it no longer matches the ":visible" selector even if it is not hidden. As hidding and showing the link is based on its "display" CSS property its value is the one checked now. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* | | Replace ... with …Morris Jobke2017-10-241-1/+1
|/ / | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* / Correct class to quotaJohn Molakvoæ (skjnldsv)2017-10-121-1/+1
|/ | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Remove redundant alternative textJan-Christoph Borchardt2017-09-291-1/+1
| | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* Add proper labels to various form elements and buttonsJan-Christoph Borchardt2017-09-291-1/+3
| | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* Fixed quota on homepage (files)John Molakvoæ (skjnldsv)2017-09-271-4/+3
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* create special class forst first pinned class occurrenceJohn Molakvoæ (skjnldsv)2017-09-211-2/+5
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Fix quota orderJohn Molakvoæ (skjnldsv)2017-09-211-8/+8
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Allow custom classes on nav entriesJohn Molakvoæ (skjnldsv)2017-09-211-2/+2
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Change move copy order and debug leftoverThomas Citharel2017-09-151-1/+1
| | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* [WIP] Added copy and move buttonsThomas Citharel2017-09-151-2/+2
| | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* Move multiple filesThomas Citharel2017-08-271-0/+4
| | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* Replace ... with …Morris Jobke2017-08-231-1/+1
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Add an event so apps can add hidden fields to the files pageJoas Schilling2017-06-131-0/+4
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Content will come from the external appJoas Schilling2017-06-131-1/+0
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Remove useless translation and make it better on unlimitedJoas Schilling2017-06-131-5/+8
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Style quota entry in files viewJan-Christoph Borchardt2017-06-131-13/+16
| | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* Add quota to the files viewJoas Schilling2017-06-131-0/+13
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Wording detail fix for favorite emptycontent viewJan-Christoph Borchardt2017-04-211-2/+1
| | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* Merge pull request #1978 from nextcloud/remove-send-mail-optionMorris Jobke2016-11-021-2/+0
|\ | | | | Remove send mail option
| * remove 'send mail notification' option from sharing, replaced by ↵Bjoern Schiessle2016-11-021-2/+0
| | | | | | | | | | | | send-by-mail feature Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* | Remove upload_limit in files app as it is not needed with PUT upload (#26069)Vincent Petry2016-11-021-2/+0
|/ | | | | | | The web UI now uses for PUT uploads which aren't restricted by PHP's upload_max_filesize and post_max_size Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Move away from OC_L10NRoeland Jago Douma2016-10-282-2/+2
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Fix malformed attribute in files appVincent Petry2016-10-251-1/+1
|
* Use Webdav PUT for uploads in the web browserVincent Petry2016-10-241-2/+1
| | | | | | | | | | | | | | - uses PUT method with jquery.fileupload for regular and public file lists - for IE and browsers that don't support it, use POST with iframe transport - implemented Sabre plugin to handle iframe transport and redirect the embedded PUT request to the proper handler - added RFC5995 POST to file collection with "add-member" property to make it possible to auto-rename conflicting file names - remove obsolete ajax/upload.php and obsolete ajax routes Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Remove PNG fallbacks from files app (#26308)Vincent Petry2016-10-101-0/+0
|
* use correct case for addScript (#26214)Jörn Friedrich Dreyer2016-09-261-1/+1
| | | | | | Downstreaming of https://github.com/owncloud/core/pull/26214 Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* put file handling into a section againArthur Schiwon2016-08-221-16/+18
|
* Do not error on maxUploadChangeRoeland Jago Douma2016-08-221-16/+16
| | | | | | | | | | The new admin page broke the updating of the max upload size. This is due to very old code there. * Now update is done in the background using js * Added proper route+controller to update Fixes #994
* Add recent file listingRobin Appelman2016-07-221-0/+42
|
* Improve the UX for "not found" perma linksJoas Schilling2016-06-071-0/+1
|
* Merge branch 'Superduper-Progressbar-branch-thingie' of ↵Vincent Petry2016-05-121-6/+4
|\ | | | | | | https://github.com/luckydonald/core into luckydonald-Superduper-Progressbar-branch-thingie
| * Added remaining time displaying, moved Information to tooltip, removed now ↵luckydonald2014-08-121-1/+0
| | | | | | | | unneeded speed div
| * Updated and optimized Mobile Layout as well.luckydonald2014-08-111-1/+1
| |
| * Fixed translations, indentation and renamed the .percents class to .speed class.luckydonald2014-08-101-3/+3
| |
| * Upload progress bar now displays informations about uploades size (12kB of ↵luckydonald2014-08-101-3/+5
| | | | | | | | 3MB) and the current speed.
* | filter hidden files on the web interfaceChristoph Wurst2016-04-192-3/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | add checkbox to toggle show/hide hidden files persist show hidden setting fix settings menu layout test ApiController::showHiddenFiles don't show hidden files by default Store config in Backbone model and inject it into FileList Filter files only temporarily when rending the file list Fix file rename validation
* | persist file sorting changesChristoph Wurst2016-04-131-0/+1
| |
* | load file sorting mode from the dbChristoph Wurst2016-04-131-0/+1
| |
* | Consistently use rel=noreferrerLukas Reschke2016-03-201-1/+1
| | | | | | | | When linking to external entities we should consistently use rel=noreferrer
* | Make more action icons themable + style fixesVincent Petry2016-02-251-6/+4
| | | | | | | | | | Action icons now appear properly in public link page. More actions are now CSS icons.