| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix variable name and add spaces around path in info log line | Morris Jobke | 2020-09-17 | 1 | -2/+2 |
* | Update license headers for Nextcloud 20 (again) | Christoph Wurst | 2020-09-07 | 1 | -0/+1 |
* | Change free space calculation | Daniel Kesselberg | 2020-08-31 | 1 | -4/+6 |
* | Update the license headers for Nextcloud 20 | Christoph Wurst | 2020-08-24 | 4 | -3/+7 |
* | Merge pull request #21954 from nextcloud/techdebt/noid/bootstrap-files_trashbin | blizzz | 2020-08-07 | 2 | -50/+38 |
|\ |
|
| * | Use IBootstrap for the files_trashbin app | Morris Jobke | 2020-07-23 | 2 | -50/+38 |
* | | fix object store trashbin handling | Robin Appelman | 2020-07-30 | 1 | -3/+10 |
* | | rollback cache rename if trashbin move fails | Robin Appelman | 2020-07-23 | 1 | -0/+5 |
* | | fix moving files from external storage to object store trashbin | Robin Appelman | 2020-07-23 | 1 | -2/+2 |
|/ |
|
* | Merge pull request #21658 from nextcloud/trashbin-configurable-size | Morris Jobke | 2020-07-21 | 2 | -0/+156 |
|\ |
|
| * | allow admin to configure the max trashbin size | Robin Appelman | 2020-07-07 | 2 | -0/+156 |
* | | Clean up container usage in files trashbin | Christoph Wurst | 2020-07-16 | 1 | -2/+1 |
|/ |
|
* | Move files_trashbin to migrations | Joas Schilling | 2020-07-06 | 1 | -0/+87 |
* | Also always return in app commands | Joas Schilling | 2020-06-26 | 2 | -4/+8 |
* | add locking to resolve concurent move to trashbin conflicts | Robin Appelman | 2020-05-06 | 1 | -13/+39 |
* | Update license headers for 19 | Christoph Wurst | 2020-04-29 | 7 | -0/+7 |
* | Format code according to PSR2 | Christoph Wurst | 2020-04-10 | 1 | -1/+1 |
* | Add visibility to all constants | Christoph Wurst | 2020-04-10 | 3 | -7/+7 |
* | Add visibility to all methods and position of static keyword | Christoph Wurst | 2020-04-10 | 3 | -3/+3 |
* | Format control structures, classes, methods and function | Christoph Wurst | 2020-04-10 | 13 | -25/+8 |
* | Use elseif instead of else if | Christoph Wurst | 2020-04-10 | 2 | -5/+5 |
* | Unify function spacing to PSR2 recommendation | Christoph Wurst | 2020-04-09 | 5 | -10/+10 |
* | Use exactly one empty line after the namespace declaration | Christoph Wurst | 2020-04-09 | 3 | -3/+0 |
* | Update the license headers for Nextcloud 19 | Christoph Wurst | 2020-03-31 | 1 | -0/+1 |
* | Merge pull request #20170 from nextcloud/techdebt/remove-unused-imports | Christoph Wurst | 2020-03-27 | 6 | -8/+0 |
|\ |
|
| * | Remove unused imports | Christoph Wurst | 2020-03-25 | 6 | -8/+0 |
* | | Use the short array syntax, everywhere | Christoph Wurst | 2020-03-26 | 2 | -26/+26 |
|/ |
|
* | Fix license headers | Christoph Wurst | 2020-01-13 | 1 | -0/+1 |
* | Trash bin: fix exception triggered if no correct fileId is provided. | simonspa | 2020-01-07 | 1 | -2/+2 |
* | Update license headers | Christoph Wurst | 2019-12-05 | 34 | -36/+113 |
* | respect shareapi_allow_share_dialog_user_enumeration in Principal backend for... | Georg Ehrke | 2019-12-03 | 1 | -1/+2 |
* | Some php-cs fixes | Roeland Jago Douma | 2019-11-22 | 12 | -13/+16 |
* | dont expose metadata etag for now | Robin Appelman | 2019-11-13 | 1 | -4/+0 |
* | expose filecache extension data in FileInfo | Robin Appelman | 2019-11-13 | 1 | -0/+12 |
* | Merge pull request #17509 from nextcloud/fix/application-singleton | John Molakvoæ | 2019-11-04 | 4 | -12/+14 |
|\ |
|
| * | set retention obligation on existing `expiration` in tests | Robin Appelman | 2019-11-04 | 3 | -10/+8 |
| * | Do not create Application instances directly | Christoph Wurst | 2019-10-11 | 2 | -4/+8 |
* | | use OCP\EventDispatcher\Event over Symfony's deprecated Event | Arthur Schiwon | 2019-10-17 | 1 | -1/+1 |
|/ |
|
* | allow trash backends to overwrite the tooltip for trash items | Robin Appelman | 2019-10-05 | 5 | -0/+17 |
* | Merge pull request #16664 from nextcloud/bugfix/emit-moveToTrash-limit | blizzz | 2019-09-06 | 1 | -7/+12 |
|\ |
|
| * | Use the owner from the storage | Roeland Jago Douma | 2019-08-07 | 1 | -3/+9 |
| * | Emit moveToTrash event only for the deleting user | Julius Härtl | 2019-08-06 | 1 | -8/+7 |
* | | Merge pull request #16534 from nextcloud/trash-copy-free-space | Roeland Jago Douma | 2019-09-04 | 1 | -1/+6 |
|\ \ |
|
| * | | Update apps/files_trashbin/lib/Trashbin.php | Robin Appelman | 2019-09-04 | 1 | -1/+3 |
| * | | dont try to copy trash items to user if the user has not enough free space | Robin Appelman | 2019-07-29 | 1 | -1/+4 |
| |/ |
|
* | | Merge pull request #16666 from nextcloud/feature/calendar/delegation | Roeland Jago Douma | 2019-08-15 | 1 | -2/+3 |
|\ \ |
|
| * | | Use the proxymapper to obtain valid proxy data | Roeland Jago Douma | 2019-08-15 | 1 | -2/+3 |
| |/ |
|
* / | files_trashbin: File can be without extension | Jakub Onderka | 2019-08-07 | 1 | -1/+1 |
|/ |
|
* | Add event dispatcher to OCP | Christoph Wurst | 2019-06-25 | 1 | -4/+4 |
* | Use higher preview resolution in trashbin | Roeland Jago Douma | 2019-03-16 | 1 | -2/+2 |