aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_trashbin/appinfo
Commit message (Expand)AuthorAgeFilesLines
* Autoload exception from files_trashbinJoas Schilling2014-12-021-2/+0
* Only show undelete capability if files_trashbin is enabledLukas Reschke2014-11-181-0/+4
* Added OC.L10N namespace with translation functionsVincent Petry2014-10-291-0/+2
* Add support for keys in the info.xmlLukas Reschke2014-10-091-0/+3
* Forgot a '.'MTRichards2014-10-081-1/+1
* Updated info.xml app descriptionMTRichards2014-10-081-11/+2
* 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
* 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
* Fixed many issues, clean upVincent Petry2014-05-151-1/+1
* Namespacing for FileList, FileActions and trashbin appVincent Petry2014-05-151-7/+7
* Files app navigation can now switchVincent Petry2014-05-151-0/+1
* Added navigation manager in files app for the sidebarVincent Petry2014-05-151-3/+10
* Images on public sharing get downscaled to increase use experience - this wil...Thomas Müller2014-05-021-2/+3
* 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
* 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
* Update app.phpj-ed2013-03-021-2/+2
* Merge branch 'master' into update-expire-functionBjörn Schießle2013-02-251-0/+40
|\
| * Merge branch 'master' into trashbin_encryptionBjörn Schießle2013-02-252-4/+4
| |\
| * | 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
|\ \ \ | | |/ | |/|
| * | 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