summaryrefslogtreecommitdiffstats
path: root/apps/files_trashbin/appinfo/app.php
Commit message (Collapse)AuthorAgeFilesLines
* use closure to properly defer l10n initialization (#27328)Jörn Friedrich Dreyer2017-03-131-11/+10
|
* Update with robinJoas Schilling2016-07-211-1/+1
|
* Fix apps/Joas Schilling2016-07-211-1/+2
|
* Happy new year!Thomas Müller2016-01-121-1/+1
|
* update licence headers via scriptMorris Jobke2015-10-051-1/+1
|
* Add expiration cronjobVictor Dubiniuk2015-09-161-0/+1
|
* Update license headersJenkins for ownCloud2015-03-261-0/+24
|
* Revert "Updating license headers"Morris Jobke2015-02-261-24/+0
| | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36.
* Updating license headersJenkins for ownCloud2015-02-231-0/+24
|
* Remove unneeded addTranslations() callsVincent Petry2015-01-141-2/+0
|
* Autoload exception from files_trashbinJoas Schilling2014-12-021-2/+0
|
* Added OC.L10N namespace with translation functionsVincent Petry2014-10-291-0/+2
| | | | | | | | | | | Added addTranslations and fixed de.js file Fixed de.js to use OC.L10N.register() and use to correct expected format. Added JS unit tests for OC.L10N class Include translations JS script for all apps
* Use public api for getting l10nRobin Appelman2014-08-311-1/+1
|
* throw exception if file is to large for trash binBjoern Schiessle2014-07-151-0/+2
|
* Fixed navigation orderVincent Petry2014-05-301-1/+1
|
* 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.
* 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!
* Add _many_ newlines at the end of fileskondou2013-08-181-1/+1
|
* added static function registerHooks() for better unit tests handlingFlorin Peter2013-05-221-4/+2
|
* cleanup the trash bin tables in the database after a user was deletedBjörn Schießle2013-04-111-1/+3
|
* Update app.phpj-ed2013-03-021-2/+2
| | | suppress log messages like `include path for class \"OCA\\Files_Trashbin\\Hooks\" starts with \"apps\/\"`.
* Whitespace fixesBart Visscher2013-02-221-3/+3
|
* 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-221-0/+7