summaryrefslogtreecommitdiffstats
path: root/apps/files_trashbin
Commit message (Collapse)AuthorAgeFilesLines
* Make oc_files_trash.auto_id a bigintVincent Petry2020-12-231-2/+1
| | | | | | | Adjusted migration. Added to occ command to update existing tables. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-169-8/+10
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* FIXRoeland Jago Douma2020-12-071-36/+1
| | | | | | | the assertAttributeEquals got removed. So we can't run these tests anymore. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* rebuild autoloader scripts with 2.0.7Robin Appelman2020-11-264-3/+5
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Merge pull request #24094 from nextcloud/bugfix/noid/trash-appdataMorris Jobke2020-11-191-1/+1
|\ | | | | Only attempt to move to trash if a file is not in appdata
| * Only attempt to move to trash if a file is not in appdataJulius Härtl2020-11-131-1/+1
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | [tx-robot] updated from transifexNextcloud bot2020-11-142-0/+2
| |
* | Bump jquery from 2.2.4 to 3.1.0Christoph Wurst2020-11-131-8/+8
| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Don't leave cursors open when tests failJoas Schilling2020-11-092-4/+12
|/ | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* [tx-robot] updated from transifexNextcloud bot2020-11-082-6/+6
|
* Merge pull request #23936 from nextcloud/bugfix/noid/trashbin-ocdbJohn Molakvoæ2020-11-071-21/+56
|\ | | | | Use query builder instead of OC_DB in trashbin
| * Use query builder instead of OC_DB in trashbinJoas Schilling2020-11-061-21/+56
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Bump css-loader from 3.6.0 to 5.0.1dependabot-preview[bot]2020-11-062-2/+2
|/ | | | | | | | | | Bumps [css-loader](https://github.com/webpack-contrib/css-loader) from 3.6.0 to 5.0.1. - [Release notes](https://github.com/webpack-contrib/css-loader/releases) - [Changelog](https://github.com/webpack-contrib/css-loader/blob/master/CHANGELOG.md) - [Commits](https://github.com/webpack-contrib/css-loader/compare/v3.6.0...v5.0.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
* [tx-robot] updated from transifexNextcloud bot2020-10-242-2/+2
|
* Restrict query when searching for versions of trashbin filesJulius Härtl2020-10-141-14/+43
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Sort deleted files by most recently deleted firstJan C. Borchardt2020-10-134-4/+6
| | | | | | Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com> Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Format code to a single space around binary operatorsChristoph Wurst2020-10-054-12/+12
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* dont hold a transaction during the move to trashRobin Appelman2020-09-301-5/+7
| | | | | | because moving to trash can take a long time, keeping a transaction active for the duration can lead to issues Signed-off-by: Robin Appelman <robin@icewind.nl>
* Update autloaderRoeland Jago Douma2020-09-241-1/+1
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Delete files that exceed trashbin size immediatelyJulius Härtl2020-09-231-0/+8
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Bump versionsJoas Schilling2020-09-181-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* [tx-robot] updated from transifexNextcloud bot2020-09-182-0/+14
|
* Fix variable name and add spaces around path in info log lineMorris Jobke2020-09-171-2/+2
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Update .l10nignore for apps to exclude bundled JS filesMorris Jobke2020-09-151-2/+1
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Update license headers for Nextcloud 20 (again)Christoph Wurst2020-09-072-0/+2
| | | | | | | There are still lots of outdated headers, so time for another round of updates. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Tests only: Forward calls to getUserValue and getAppValueDaniel Kesselberg2020-09-011-4/+14
| | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* Change free space calculationDaniel Kesselberg2020-08-311-4/+6
| | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* [tx-robot] updated from transifexNextcloud bot2020-08-282-2/+2
|
* [tx-robot] updated from transifexNextcloud bot2020-08-262-2/+2
|
* Update the license headers for Nextcloud 20Christoph Wurst2020-08-246-3/+9
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Fix "misplaced variables" warning of Psalm in PHPDoc statementsMorris Jobke2020-08-171-1/+1
| | | | | | Ref #21787 Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* [tx-robot] updated from transifexNextcloud bot2020-08-132-0/+2
|
* Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to ↵Morris Jobke2020-08-123-10/+10
| | | | | | \PHPUnit\Framework\MockObject\MockObject Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Merge pull request #21954 from nextcloud/techdebt/noid/bootstrap-files_trashbinblizzz2020-08-075-94/+49
|\ | | | | Use IBootstrap for the files_trashbin app
| * Use IBootstrap for the files_trashbin appMorris Jobke2020-07-235-94/+49
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | [tx-robot] updated from transifexNextcloud bot2020-08-072-0/+20
| |
* | Merge pull request #22067 from nextcloud/dependabot/npm_and_yarn/variousMorris Jobke2020-07-312-6/+6
|\ \ | | | | | | Dependabot/npm and yarn/various
| * | Bump compiled filesJohn Molakvoæ (skjnldsv)2020-07-312-6/+6
| | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | fix object store trashbin handlingRobin Appelman2020-07-301-3/+10
|/ / | | | | | | | | | | object stores are "special" given how they interact with the cache on their own Signed-off-by: Robin Appelman <robin@icewind.nl>
* | [tx-robot] updated from transifexNextcloud bot2020-07-294-0/+6
| |
* | rollback cache rename if trashbin move failsRobin Appelman2020-07-231-0/+5
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | fix moving files from external storage to object store trashbinRobin Appelman2020-07-231-2/+2
|/ | | | | | | | | | | | having the "cache rename" after the "storage move" caused the target to get the fileid from the source file, without taking care that the object is stored under the original file id. By doing the "cache rename" first, we trigger the "update existing file" logic while moving the file to the object store and the object gets stored for the correct file id Signed-off-by: Robin Appelman <robin@icewind.nl>
* Merge pull request #21658 from nextcloud/trashbin-configurable-sizeMorris Jobke2020-07-215-0/+159
|\ | | | | allow admin to configure the max trashbin size
| * allow admin to configure the max trashbin sizeRobin Appelman2020-07-075-0/+159
| | | | | | | | | | | | | | | | this allows an admin to configure the max trashbin size instead of always relying on the users quota. The trashbin size can be configured using the `occ trash:size` command and can be set both globally and per-user Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Use DOMContentLoaded and fix sharebymail loading issueJohn Molakvoæ (skjnldsv)2020-07-203-3/+3
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | [tx-robot] updated from transifexNextcloud bot2020-07-192-8/+8
| |
* | Clean up container usage in files trashbinChristoph Wurst2020-07-161-2/+1
| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Compile assetsnpmbuildbot[bot]2020-07-141-1/+2
| | | | | | | | Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* | [tx-robot] updated from transifexNextcloud bot2020-07-112-0/+30
| |
* | [tx-robot] updated from transifexNextcloud bot2020-07-092-4/+4
|/