summaryrefslogtreecommitdiffstats
path: root/apps/files_trashbin
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2018-09-214-4/+8
|
* [tx-robot] updated from transifexNextcloud bot2018-09-176-4/+8
|
* [tx-robot] updated from transifexNextcloud bot2018-09-142-0/+4
|
* [tx-robot] updated from transifexNextcloud bot2018-09-124-0/+4
|
* [tx-robot] updated from transifexNextcloud bot2018-09-092-0/+4
|
* [tx-robot] updated from transifexNextcloud bot2018-09-062-0/+4
|
* Update version requirements and versions of shipped appsJoas Schilling2018-09-051-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* [tx-robot] updated from transifexNextcloud bot2018-09-012-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2018-08-312-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2018-08-302-0/+4
|
* [tx-robot] updated from transifexNextcloud bot2018-08-272-0/+4
|
* [tx-robot] updated from transifexNextcloud bot2018-08-2410-0/+20
|
* [tx-robot] updated from transifexNextcloud bot2018-08-2334-58/+0
|
* [tx-robot] updated from transifexNextcloud bot2018-08-222-0/+6
|
* [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>