summaryrefslogtreecommitdiffstats
path: root/apps/files_trashbin
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2018-08-162-8/+8
|
* [tx-robot] updated from transifexNextcloud bot2018-08-132-0/+2
|
* Merge pull request #10642 from nextcloud/bump/autoloadersRoeland Jago Douma2018-08-101-1/+1
|\ | | | | Bump autoloaders
| * Bump autoloadersRoeland Jago Douma2018-08-101-1/+1
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Fix trashbin file actionsRobin Appelman2018-08-091-2/+0
|/ | | | | | Fixes #10491 Signed-off-by: Robin Appelman <robin@icewind.nl>
* [tx-robot] updated from transifexNextcloud bot2018-08-052-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2018-07-312-0/+4
|
* [tx-robot] updated from transifexNextcloud bot2018-07-272-2/+2
|
* Fixed scrolling containerJohn Molakvoæ (skjnldsv)2018-07-241-1/+0
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* [tx-robot] updated from transifexNextcloud bot2018-07-192-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2018-07-174-2/+4
|
* [tx-robot] updated from transifexNextcloud bot2018-07-112-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2018-07-106-0/+10
|
* Merge pull request #10041 from liamdennehy/10001/trashbin-defaultsRoeland Jago Douma2018-06-292-10/+57
|\ | | | | Safe default behaviour when no users are specified on trashbin:cleanup
| * Fix and extend testsRoeland Jago Douma2018-06-291-6/+41
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * trashbin:cleanup exceptions for invalid optionsLiam Dennehy2018-06-281-4/+6
| | | | | | | | | | | | | | * throw on no parameters provided * throw on --all-users and userid provided Signed-off-by: Liam Dennehy <liam@wiemax.net>
| * Default behaviour when no users are specified on trashbin:cleanupLiam Dennehy2018-06-281-3/+13
| | | | | | | | | | | | | | | | * Add option --all-users to explicitly clean all trashbins * Reject no users on commandline and no --all-users * Warn when --all-users and userids are specified Signed-off-by: Liam Dennehy <liam@wiemax.net>
* | [tx-robot] updated from transifexNextcloud bot2018-06-292-0/+2
|/
* Merge pull request #10009 from ↵Morris Jobke2018-06-271-1/+1
|\ | | | | | | | | nextcloud/techdebt/noid/replace-headers-with-http_response_code-calls Replace hard coded HTTP status codes with proper calls to http_response_code
| * Replace hardcoded status headers with calls to http_response_code()Morris Jobke2018-06-261-1/+1
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | [tx-robot] updated from transifexNextcloud bot2018-06-272-6/+6
|/
* Merge pull request #9626 from lars-sh/patch-1Morris Jobke2018-06-251-2/+6
|\ | | | | Workaround for interrupting expired files deletion
| * Improved logging statementLars Knickrehm2018-06-241-4/+1
| |
| * Workaround for interrupting expired files deletionLars Knickrehm2018-05-281-2/+9
| | | | | | Workaround avoiding "Error while running background job (class: OCA\Files_Trashbin\BackgroundJob\ExpireTrash, arguments: ): {"Exception":"OCP\\Files\\NotPermittedException","Message":"","Code":0,"Trace":"#0 \/var\/www\/cloud\/apps\/files_trashbin\/lib\/Trashbin.php(590): OC\\Files\\Node\\File->delete() [...]"
* | [tx-robot] updated from transifexNextcloud bot2018-06-252-0/+4
| |
* | [tx-robot] updated from transifexNextcloud bot2018-06-226-0/+6
| |
* | [tx-robot] updated from transifexNextcloud bot2018-06-2010-0/+14
| |
* | Adds a test case for the loading symbol in deleted files.Abijeet2018-06-181-2/+8
| | | | | | | | Signed-off-by: Abijeet <abijeetpatro@gmail.com>
* | Fixes the restore loading icon appearing continuously.Abijeet2018-06-181-1/+1
| | | | | | | | Signed-off-by: Abijeet <abijeetpatro@gmail.com>
* | Fixes issues found during running of test cases.Abijeet2018-06-181-15/+5
| | | | | | | | Signed-off-by: Abijeet <abijeetpatro@gmail.com>
* | Fixed failing test cases for the new actions menu.Abijeet2018-06-181-13/+30
| | | | | | | | Signed-off-by: Abijeet <abijeetpatro@gmail.com>
* | Added a new action menu in files and trash list.Abijeet2018-06-182-14/+16
| | | | | | | | | | | | | | | | Uses the new file-multi-select-menu component. Towards #7647 Signed-off-by: Abijeet <abijeetpatro@gmail.com>
* | [tx-robot] updated from transifexNextcloud bot2018-06-122-0/+4
| |
* | Previews on for all trashbin filesRoeland Jago Douma2018-06-055-55/+73
| | | | | | | | | | | | | | | | | | | | * Previews possible for all files in the trashbin * Set caching * Use the fileid to find the file * Fix test Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Merge pull request #9550 from ↵Morris Jobke2018-06-011-1/+2
|\ \ | | | | | | | | | | | | nextcloud/bugfix/noid/override_freebusy_sharing_rules allow admins to disable FreeBusy without modifying ShareAPI capabilities
| * | allow admins to override FreeBusy capabilities without modifying ShareAPI ↵Georg Ehrke2018-05-221-1/+2
| | | | | | | | | | | | | | | | | | capabilities Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* | | [tx-robot] updated from transifexNextcloud bot2018-06-014-0/+6
| | |
* | | [tx-robot] updated from transifexNextcloud bot2018-05-314-0/+4
| | |
* | | [tx-robot] updated from transifexNextcloud bot2018-05-294-0/+4
| | |
* | | [tx-robot] updated from transifexNextcloud bot2018-05-284-0/+6
| |/ |/|
* | [tx-robot] updated from transifexNextcloud bot2018-05-262-2/+4
| |
* | [tx-robot] updated from transifexNextcloud bot2018-05-256-0/+8
|/
* [tx-robot] updated from transifexNextcloud bot2018-05-1814-14/+14
|
* [tx-robot] updated from transifexNextcloud bot2018-05-1714-14/+14
|
* Support fileid propfind on trash endpointRoeland Jago Douma2018-05-117-2/+26
| | | | | | | | | Fixes #9416 In order to support previews on mobile clients they will need the fileid of files in the trashbin. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Trashbin propfind respond to oc:sizeRoeland Jago Douma2018-05-104-0/+14
| | | | | | | In order to display the total size of folders also in the clients (and web) we should return the oc:size. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Merge pull request #9427 from ↵Roeland Jago Douma2018-05-101-1/+4
|\ | | | | | | | | nextcloud/bugfix/noid/no_listing_if_not_in_debug_trash_version If not in debug disable principal listing
| * If not in debug disable principal listingRoeland Jago Douma2018-05-081-1/+4
| | | | | | | | | | | | | | Trashbin and Version should have the same behaviour as the other collections. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Propfind for deletion time of trash filesRoeland Jago Douma2018-05-086-3/+19
|/ | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Merge pull request #9202 from nextcloud/feature/1332/trashbin_davRoeland Jago Douma2018-05-0114-1/+923
|\ | | | | Trashbin endpoint in DAV