summaryrefslogtreecommitdiffstats
path: root/apps/files_trashbin/appinfo
Commit message (Collapse)AuthorAgeFilesLines
* Fixed many issues, clean upVincent Petry2014-05-151-1/+1
| | | | | | | | | | | | | | | - 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-151-7/+7
| | | | | | | | | | | | | | | | | - 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-151-0/+1
| | | | | | | | | - 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-151-3/+10
| | | | | | | 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.
* Images on public sharing get downscaled to increase use experience - this ↵Thomas Müller2014-05-021-2/+3
| | | | | | | | | | | will speed up loading time - adding keep aspect to core/ajax/preview.php - remove duplicate method Preview::show() - no more hard coded mimetype of preview - remove .png from the preview urls - keep old route preview.png for backwards compatibility - aspect preserving previews are now cached
* get trash size from file cacheBjoern Schiessle2014-03-103-4/+4
|
* increase size of mimetype columnBjoern Schiessle2014-01-232-9/+9
|
* fixed documentationThomas Müller2013-11-221-1/+1
|
* namespaces use upcasefirst partsJörn Friedrich Dreyer2013-09-201-2/+2
| | | | | when _ is left in namespace and files are named after their classes the autoloader will also find classes in the lib folder of an app its magic!
* outsource sharing and deleted files previews to appsGeorg Ehrke2013-08-191-0/+5
|
* Add _many_ newlines at the end of fileskondou2013-08-182-2/+2
|
* added static function registerHooks() for better unit tests handlingFlorin Peter2013-05-221-4/+2
|
* add explenation of the expire function to the apps descriptionBjörn Schießle2013-04-161-1/+14
|
* cleanup the trash bin tables in the database after a user was deletedBjörn Schießle2013-04-111-1/+3
|
* size of the trash bin could be incorrect, remove it for all users to enforce ↵Björn Schießle2013-04-102-36/+6
| | | | a recalculation during next usage.
* Update app.phpj-ed2013-03-021-2/+2
| | | suppress log messages like `include path for class \"OCA\\Files_Trashbin\\Hooks\" starts with \"apps\/\"`.
* Merge branch 'master' into update-expire-functionBjörn Schießle2013-02-251-0/+40
|\ | | | | | | | | | | Conflicts: apps/files_trashbin/appinfo/version apps/files_trashbin/lib/trash.php
| * Merge branch 'master' into trashbin_encryptionBjörn Schießle2013-02-252-4/+4
| |\ | | | | | | | | | | | | | | | Conflicts: apps/files_trashbin/index.php apps/files_trashbin/lib/trash.php
| * | update script which copies all trash bin related files to user/files_trashbinBjörn Schießle2013-02-202-1/+41
| | |
* | | Merge branch 'master' into update-expire-functionBjörn Schießle2013-02-252-4/+4
|\ \ \ | | |/ | |/| | | | | | | Conflicts: apps/files_trashbin/lib/trash.php
| * | Whitespace fixesBart Visscher2013-02-221-3/+3
| | |
| * | rename app to 'deleted files'Björn Schießle2013-02-211-1/+1
| |/
* | use the same string lengths like the file cacheBjörn Schießle2013-02-221-2/+2
| |
* | increase db fileds for usernamesBjörn Schießle2013-02-211-2/+2
| |
* | calculate trashbin size per userBjörn Schießle2013-02-212-1/+27
|/
* improved description of the trash bin appBjörn Schießle2013-02-141-2/+2
|
* rename OCA_Trash to OCA\Files_TrashbinBjörn Schießle2013-02-071-3/+3
|
* first version of the trash bin appBjörn Schießle2013-01-224-0/+114