summaryrefslogtreecommitdiffstats
path: root/apps/files_trashbin/appinfo
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #17140 from owncloud/trashbin_occBjörn Schießle2015-07-031-0/+29
|\ | | | | add occ command to remove deleted files
| * add occ command to trashbin to remove deleted filesBjoern Schiessle2015-06-241-0/+29
| |
* | Merge pull request #17316 from ↵Joas Schilling2015-07-021-1/+1
|\ \ | | | | | | | | | | | | owncloud/master-delete-ocsid-from-db-if-none-specified [Master] Delete OCS ID from DB if none is specified
| * | Bump versionsLukas Reschke2015-07-021-1/+1
| | |
* | | [master] Remove OCS IDsLukas Reschke2015-07-021-1/+0
|/ / | | | | | | | | | | While making the AppStore ready for 8.1 I also deleted some dummy entries which means that these IDs do not resolve anymore. We should remove them to prevent errors such as https://github.com/owncloud/core/issues/17307 Ref https://github.com/owncloud/activity/issues/320#issuecomment-117691867
* / update license headers and authorsMorris Jobke2015-06-252-1/+1
|/
* Fix usage of deprecated private constantsJoas Schilling2015-04-181-1/+1
|
* Update license headersJenkins for ownCloud2015-03-263-2/+68
|
* Revert "Updating license headers"Morris Jobke2015-02-263-67/+2
| | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36.
* Updating license headersJenkins for ownCloud2015-02-233-2/+67
|
* Fix preview route for trashbinVincent Petry2015-01-151-5/+2
|
* Remove unneeded addTranslations() callsVincent Petry2015-01-141-2/+0
|
* Autoload exception from files_trashbinJoas Schilling2014-12-021-2/+0
|
* Only show undelete capability if files_trashbin is enabledLukas Reschke2014-11-181-0/+4
| | | | Fixes the OCS capability API at /ocs/v1.php/cloud/capabilities
* 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
* Add support for keys in the info.xmlLukas Reschke2014-10-091-0/+3
| | | | | | This allows to have links to different doc base URLs a.
* Forgot a '.'MTRichards2014-10-081-1/+1
|
* Updated info.xml app descriptionMTRichards2014-10-081-11/+2
| | | Made app description paralell in structure to other app descriptions
* Use public api for getting l10nRobin Appelman2014-08-311-1/+1
|
* Add routing to files_trashbinLukas Reschke2014-08-191-0/+9
|
* throw exception if file is to large for trash binBjoern Schiessle2014-07-151-0/+2
|
* add ocsids to info.xmlGeorg Ehrke2014-07-072-1/+2
|
* adding PK to table encryptionThomas Müller2014-06-062-1/+10
| | | | | | | | | | | | | | | | | | | | adding auto increment/PK to table files_trash adding PK to table ldap_user_mapping and ldap_group_members adding PK to table ldap_group_mapping truncate permissions table to allow smooth creation of primary key adding unit test for creating an auto increment column on a table which already contains data remove unneeded table files_trashsizes fix unit test no need to truncate *PREFIX*permissions On Oracle adding auto increment columns is not working out of the box - Oracle migrations are to be done manually
* table files_trashsizes was still used in some locations -> removedThomas Müller2014-06-051-26/+0
|
* use OC_DB::dropTable()Thomas Müller2014-06-021-2/+1
|
* Fixed navigation orderVincent Petry2014-05-301-1/+1
|
* Adjust core apps to use "requiremin" instead of "require"Vincent Petry2014-05-271-1/+1
| | | | Also added a few missing authors.
* 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
| |