summaryrefslogtreecommitdiffstats
path: root/apps/files/templates
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* change 'Cancel upload' text to x icon for more space in breadcrumbs barJan-Christoph Borchardt2014-06-301-3/+2
|
* use slide toggle for files appBernhard Posselt2014-06-051-1/+1
|
* fix empty file handling optionMorris Jobke2014-06-031-9/+11
|
* drop allowZIPdownload and maxZIPSize as optionsMorris Jobke2014-06-022-18/+5
|
* Merge pull request #8663 from owncloud/files-dndissueLukas Reschke2014-05-301-1/+1
|\ | | | | Fixed drag and drop from external files, added tests
| * Fix dropping files below the tableVincent Petry2014-05-221-1/+1
| |
* | fix typoVolkan Gezer2014-05-241-1/+1
|/ | | Suggested by [mnestis](https://www.transifex.com/accounts/profile/mnestis/) on transifex
* Fixed many issues, clean upVincent Petry2014-05-152-10/+12
| | | | | | | | | | | | | | | - fixed upload and storage statistics - fixed infinite scroll to use the correct contain for scroll detection - fixed unit test that sometimes fail for rename case - controls are now sticky again - fixed selection overlay to be aligned with the table - fixed "select all" checkbox that had id conflicts - fixed public page - fixed global actions permissions detection - fix when URL contains an invalid view id - viewer mode now hides the sidebar (ex: text editor) - added unit tests for trashbin - clean up storage info in template (most is retrieved via ajax call now)
* Namespacing for FileList, FileActions and trashbin appVincent Petry2014-05-153-113/+104
| | | | | | | | | | | | | | | | | - FileList is now an instantiable class - FileActions is now in namespace - added App class for trashbin app - moved trashbin overrides into classes extending FileList - replaced many static calls with "this." or "self." to make the classes reusable/extendable - new URL parameter "view" to specify which view is shown, for example "files" or "trashbin" - added OC.Util.History utility class in core for handling history - moved URL handling/routing to OCA.Files.App - popstate will correctly update the current view and notify the view of the URL change so it can update the current dir - added JS unitt tests for the trashbin app - fixed public app to work with the new namespaces
* Files app navigation can now switchVincent Petry2014-05-152-3/+3
| | | | | | | | | - added new OCA.Files namespace for files classes - the sidebar can now switch between views/containers - the trashbin renders in its own container but currently doesn't work due to overrides - added app.js as entry point for JS code (ideally all other files should only contain classes and not trigger anything)
* Added navigation manager in files app for the sidebarVincent Petry2014-05-152-5/+11
| | | | | | | Apps can now register navigation items into the sidebar of the files app. For every sidebar item there is a container. The container's content is rendered based on the script name given at registration time.
* Added app navigation for files appVincent Petry2014-05-152-3/+23
| | | | | | - Added links to trashbin and shared dir - Moved "WebDAV" settings block to the app nav's settings section - Added sidebar support in trashbin app as well
* typos, indentation and remove of unused codeThomas Müller2014-04-281-0/+1
|
* Add sorting to files list, trashbin and public filesVincent Petry2014-04-281-5/+7
|
* Fix file summary to use the whole file listVincent Petry2014-04-281-0/+2
| | | | | | - moved the summary code into a new class FileSummary - FileSummary is calculated only once, then updated with add/remove - added new OC.Util namespace for JS utility functions