Commit Graph

69 Commits (887c9e05de88f81ed6f0cb88bd185c05b1a22076)

Author SHA1 Message Date
Joas Schilling 0554dba69e
Add quota to the files view
Signed-off-by: Joas Schilling <coding@schilljs.com>
7 years ago
Christoph Wurst 6c5696d3a8
filter hidden files on the web interface
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
8 years ago
Lukas Reschke 6ad957906e Consistently use rel=noreferrer
When linking to external entities we should consistently use rel=noreferrer
8 years ago
Jan-Christoph Borchardt 5b72d9026f standardize sizes for headings 9 years ago
Jan-Christoph Borchardt 2abedd544b remove unneeded span around Settings text, fixes cursor 9 years ago
Morris Jobke c53a53f705 Allow files app nav entries to have a different icon class 9 years ago
Morris Jobke 91a90e25ae fix for IE8 9 years ago
Jan-Christoph Borchardt 84c2fe85b7 add icons to files sidebar, fix shade, fix position of settings icon and text 9 years ago
James Anslow d53aa4a816 Fixing issue #15322 - showing Settings button next to gear icon 9 years ago
Roeland Jago Douma 2b81d0f237 Move core apps from private to public functions
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.
9 years ago
Jan-Christoph Borchardt 7faf3d17e5 fix accessibility for deleted files 10 years ago
Jan-Christoph Borchardt 6f4ed59883 use method to only visually hide elements, show only for screen reader 10 years ago
Jan-Christoph Borchardt 1b5f43e7c3 add text to Settings button 10 years ago
Volker E. 98d0d48b54 fix HTML structure by rmv. obsolete input end tag 10 years ago
Bernhard Posselt 844c6c3328 use slide toggle for files app 10 years ago
Vincent Petry 9d38e3602b Namespacing for FileList, FileActions and trashbin app
- 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
10 years ago
Vincent Petry fb10bf4048 Files app navigation can now switch
- 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)
10 years ago
Vincent Petry 88ebb15f1d Added navigation manager in files app for the sidebar
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.
10 years ago
Vincent Petry 9ccb3279dd Added app navigation for files app
- 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
10 years ago