summaryrefslogtreecommitdiffstats
path: root/apps/files_trashbin
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #19500 from owncloud/fix_trash_with_encryption2Thomas Müller2015-10-022-18/+26
|\ | | | | [trashbin] fix broken versions on restore
| * first copy to owner and then move to current user because the encryptionBjoern Schiessle2015-10-012-18/+26
| | | | | | | | wrapper always expect to work on the owner storage
* | display checkboxes properly after file restoreHendrik Leppelsack2015-10-011-2/+2
|/
* Change small thumbnails to 32 pxMorris Jobke2015-09-301-1/+1
| | | | | * fixes #16913 * fixes issues in IE8 where the thumbnail is too big
* fix checkbox in trashbinHendrik Leppelsack2015-09-281-1/+1
|
* [tx-robot] updated from transifexJenkins for ownCloud2015-09-282-4/+4
|
* Add the method to the mockJoas Schilling2015-09-251-0/+1
|
* Replaces if ($file === '.' || $file === '..') by ↵Martin2015-09-221-1/+1
| | | | if(\OC\Files\Filesystem::isIgnoredDir($file)). Eases to find where this operation is used.
* Properly translate file actionsVincent Petry2015-09-221-0/+1
|
* make sure to add the correct file size to the file info, otherwise we will ↵Bjoern Schiessle2015-09-211-0/+4
| | | | not show the preview for every filetype
* Log deleted filesVictor Dubiniuk2015-09-161-0/+4
|
* Add PHPDocLukas Reschke2015-09-162-2/+16
|
* Updates according to reviewVictor Dubiniuk2015-09-162-11/+23
|
* Fix testsVictor Dubiniuk2015-09-161-3/+6
|
* Add expiration cronjobVictor Dubiniuk2015-09-168-1/+212
|
* Remove languages which are no longer maintained on transifexThomas Müller2015-08-2610-70/+0
|
* [tx-robot] updated from transifexJenkins for ownCloud2015-08-262-0/+22
|
* [tx-robot] updated from transifexJenkins for ownCloud2015-08-254-2/+6
|
* Fix trashbin sidebarVincent Petry2015-08-252-0/+30
| | | | | Do not display size as it is not available. Use display name instead of name to remove the ".d123456" suffix.
* Merge pull request #18065 from owncloud/new-trashbin-retentionThomas Müller2015-08-126-34/+400
|\ | | | | New trashbin retention
| * Fix testsVictor Dubiniuk2015-08-101-7/+1
| |
| * Migrate settingsVictor Dubiniuk2015-08-103-20/+93
| |
| * Enhance trashbin expiration settingsVictor Dubiniuk2015-08-105-26/+325
| |
* | Merge pull request #17709 from owncloud/fileactions-dropdownJan-Christoph Borchardt2015-08-111-1/+0
|\ \ | | | | | | Move file actions to dropdown
| * | Implement file actions dropdownVincent Petry2015-08-101-1/+0
| | | | | | | | | | | | | | | | | | File actions now have two types "inline" and "dropdown". The default is "dropdown". The file actions will now be shown in a dropdown menu.
* | | Merge pull request #18175 from owncloud/automatic-db-prefix-query-builderThomas Müller2015-08-102-2/+2
|\ \ \ | |_|/ |/| | Automatic db prefix query builder
| * | Remove unnecessary DB prefixes from existing query builder usagesJoas Schilling2015-08-102-2/+2
| |/
* | Use DIRoeland Jago Douma2015-08-101-4/+1
| | | | | | | | | | | | | | | | * Register OCP\Capability\IManager at DIContainer * Add register capabilities to appframework * Register capabilities in DI way * Make unit test pass again * Remove CapabiltiesManager from OCP
* | Moved core apps to the capabilities managerRoeland Jago Douma2015-08-103-15/+58
|/ | | | | | | * Files * Files_Sharing * Files_Trashbin * Files_Versions
* Set proper mimetype for directoriesRoeland Jago Douma2015-08-051-1/+1
|
* [tx-robot] updated from transifexJenkins for ownCloud2015-07-302-0/+2
|
* [tx-robot] updated from transifexJenkins for ownCloud2015-07-282-0/+4
|
* Fix existing usages by removing the quotesJoas Schilling2015-07-212-10/+16
|
* Use the public interface and our method instead of the doctrine thingJoas Schilling2015-07-212-6/+6
|
* only move real files to the trash binBjoern Schiessle2015-07-082-2/+62
|
* Remove OC_LogThomas Müller2015-07-031-4/+4
|
* Merge pull request #17140 from owncloud/trashbin_occBjörn Schießle2015-07-033-0/+339
|\ | | | | add occ command to remove deleted files
| * add occ command to trashbin to remove deleted filesBjoern Schiessle2015-06-243-0/+339
| |
* | 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
* | [tx-robot] updated from transifexJenkins for ownCloud2015-07-024-2/+8
| |
* | Merge pull request #15506 from rullzer/core_apps_oc_log2ocp_utilMorris Jobke2015-07-014-11/+11
|\ \ | | | | | | Move core apps from OC_Log::write to OCP\Util
| * | Move core apps from OC_Log::write to OCP\UtilRoeland Jago Douma2015-05-184-11/+11
| | |
* | | [tx-robot] updated from transifexJenkins for ownCloud2015-06-292-0/+2
| | |
* | | update license headers and authorsMorris Jobke2015-06-2511-8/+6
| |/ |/|
* | explain pre-hook scanRobin Appelman2015-06-151-0/+1
| |
* | ensure we dont have to scan a file in the trash wrapperRobin Appelman2015-06-151-0/+10
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2015-06-112-0/+2
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2015-06-072-0/+18
| |