summaryrefslogtreecommitdiffstats
path: root/apps/files/templates
Commit message (Collapse)AuthorAgeFilesLines
* Make public link share page work with Webdav and add operationsVincent Petry2015-11-221-11/+0
| | | | | | | | The public page now uses the public.php/webdav endpoint. Also enabled more file operations like rename, move, delete and create folder from the public page, which are now all possible thanks to the public.php/webdav endpoint.
* standardize sizes for headingsJan-Christoph Borchardt2015-11-161-3/+1
|
* fix layout and wording for file handling admin settingJan-Christoph Borchardt2015-11-111-4/+2
|
* Remove controls for file lists that don't need itVincent Petry2015-10-131-3/+0
| | | | | Remove controls from sharing overview and favorite file lists which don't display paths.
* Change small thumbnails to 32 pxMorris Jobke2015-09-301-1/+1
| | | | | * fixes #16913 * fixes issues in IE8 where the thumbnail is too big
* fix filecomparatorHendrik Leppelsack2015-09-251-2/+2
|
* fix filelist checkboxesHendrik Leppelsack2015-09-252-3/+3
|
* fix missing checkboxes in file comparatorHendrik Leppelsack2015-09-211-4/+8
|
* Combine upload action into the "New" menuVincent Petry2015-08-281-30/+22
| | | | Refactored the new menu to be encapsulated in the NewFileMenu JS class
* Merge pull request #17182 from owncloud/user_ini_upload_sizeRobin McCorkell2015-08-171-0/+2
|\ | | | | Update .user.ini when setting upload size limit
| * Update .user.ini when setting upload size limitRobin McCorkell2015-07-201-0/+2
| |
* | Improve right sidebar tabs behaviorVincent Petry2015-08-141-0/+0
|/ | | | | | | | | | | Tab heads are not rendered if only one tab. The tab contents is updated on-demand. This means that if a tab is not visible it is not rendered at first. If the tab was already rendered through switching, its model will not get updated until the next time it becomes visible. This will prevent needless rerendering of invisible tab contents, especially considering that some tabs might need extra ajax requests.
* Merge pull request #16893 from owncloud/fixSlideToggleMorris Jobke2015-06-171-1/+1
|\ | | | | Fix childs of slideToggle not sliding the target
| * remove unneeded span around Settings text, fixes cursorJan-Christoph Borchardt2015-06-171-1/+1
| |
* | Search results have to explicitly be added to the content area of the appThomas Müller2015-06-091-0/+1
|/
* Add owner to the storage stats to enable better notificationsMorris Jobke2015-06-051-0/+2
| | | | | * getstoragestats.php returns now the owner and it's display name * show proper storage stats notifications for shared folders
* Added empty content message for empty read-only foldersVincent Petry2015-04-211-1/+1
|
* Allow files app nav entries to have a different icon classMorris Jobke2015-04-141-1/+1
|
* fix for IE8Morris Jobke2015-04-081-1/+1
|
* add icons to files sidebar, fix shade, fix position of settings icon and textJan-Christoph Borchardt2015-04-081-2/+7
|
* Fixing issue #15322 - showing Settings button next to gear iconJames Anslow2015-04-081-1/+1
|
* remove encryption specific code from files appBjoern Schiessle2015-04-071-1/+0
|
* Removing left overs from old encryption appThomas Müller2015-04-071-1/+0
|
* Move core apps from private to public functionsRoeland Jago Douma2015-04-011-1/+1
| | | | | | Apps still use OC_Helper and OC_Util functions even when public ones are already available. Sometimes the public one is even used in the same file.
* adjust emptycontent messages for files and files_externalJan-Christoph Borchardt2015-03-261-1/+1
|
* Do not duplicate the empty content cssJoas Schilling2015-03-241-1/+1
|
* Merge pull request #14133 from rullzer/fix_10600Thomas Müller2015-03-161-7/+7
|\ | | | | Always display max upload size in admin panel
| * Always display max upload size in admin panelRoeland Jago Douma2015-02-131-7/+7
| |
* | Remove "Download from URL" featureLukas Reschke2015-03-021-3/+0
|/ | | | Fixes https://github.com/owncloud/core/issues/13326
* use class for no results div instead of id. the elements are not unique.Jörn Friedrich Dreyer2015-01-062-2/+2
|
* filter trashbin and share viewsJörn Friedrich Dreyer2015-01-051-0/+6
|
* text and icon fixesJörn Friedrich Dreyer2015-01-021-2/+2
|
* show no files found messageJörn Friedrich Dreyer2015-01-021-0/+6
|
* get rid of unnecessary alt and title attributesJan-Christoph Borchardt2014-12-181-2/+2
|
* fix accessibility for deleted filesJan-Christoph Borchardt2014-12-181-2/+4
|
* fix accessibility of file uploadJan-Christoph Borchardt2014-12-181-4/+8
|
* Merge pull request #12900 from owncloud/more-accessibilityThomas Müller2014-12-182-3/+8
|\ | | | | More accessibility fixes for Files
| * use method to only visually hide elements, show only for screen readerJan-Christoph Borchardt2014-12-172-2/+2
| |
| * add text to Settings buttonJan-Christoph Borchardt2014-12-171-1/+3
| |
| * add alt text to 'Cancel upload' buttonJan-Christoph Borchardt2014-12-171-1/+2
| |
| * properly name form labels for the file selectionJan-Christoph Borchardt2014-12-171-1/+3
| |
* | wording fix for Files app empty stateJan-Christoph Borchardt2014-12-171-1/+1
| |
* | improve empty state of 'All files'Jan-Christoph Borchardt2014-12-171-1/+5
| |
* | even better empty state for Favorites, and general Empty State styleJan-Christoph Borchardt2014-12-171-1/+2
| |
* | fix empty state for FavoritesJan-Christoph Borchardt2014-12-171-1/+4
|/
* Added favorites feature to the files appVincent Petry2014-12-151-0/+36
|
* Merge pull request #12698 from owncloud/handle_readonly_shared_filesMorris Jobke2014-12-121-0/+1
|\ | | | | Handle readonly shared files
| * show readonly message in file conflict dialog, make it always selectedJörn Friedrich Dreyer2014-12-111-0/+1
| |
* | Add an option to disallow sending sharing emails to non-owncloud usersJoas Schilling2014-12-091-0/+1
|/ | | | Fix #10836
* fix HTML structure by rmv. obsolete input end tagVolker E.2014-08-201-1/+1
|