summaryrefslogtreecommitdiffstats
path: root/apps/files_trashbin
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #4443 from nextcloud/cleanup-unused-importsJoas Schilling2017-04-241-1/+0
|\ | | | | Remove unused use statements
| * Remove unused use statementsMorris Jobke2017-04-221-1/+0
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | [tx-robot] updated from transifexNextcloud bot2017-04-242-2/+2
|/
* [tx-robot] updated from transifexNextcloud bot2017-04-152-4/+4
|
* Merge pull request #4317 from nextcloud/cleanup-files_trashbin-updateBjörn Schießle2017-04-121-42/+0
|\ | | | | [files_trashbin] Remove unneeded update steps
| * [files_trashbin] Remove unneeded update stepsMorris Jobke2017-04-121-42/+0
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | Update comments to NextcloudMorris Jobke2017-04-111-1/+1
|/ | | | | | | * based on PR by @Ardinis * see #4311 Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* [tx-robot] updated from transifexNextcloud bot2017-04-052-2/+2
|
* [tx-robot] updated from transifexNextcloud bot2017-04-022-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2017-04-012-2/+2
|
* [tx-robot] updated from transifexNextcloud bot2017-03-314-20/+30
|
* Merge pull request #3998 from nextcloud/backport-27032Roeland Jago Douma2017-03-231-1/+5
|\ | | | | Use the expected method depending on the target being a file or folder
| * Use the expected method depending on the target being a file or folderJuan Pablo Villafáñez2017-03-221-1/+5
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | fix path for files from root folderMorris Jobke2017-03-221-1/+5
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | In the real world id is an initial filenameVictor Dubiniuk2017-03-201-3/+4
|/ | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* delete files right away in case of a encryption exceptionBjoern Schiessle2017-03-142-8/+29
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* use closure to properly defer l10n initialization (#27328)Jörn Friedrich Dreyer2017-03-131-11/+10
|
* [tx-robot] updated from transifexNextcloud bot2017-03-0214-0/+280
|
* Merge pull request #3676 from individual-it/trash_problemJoas Schilling2017-03-021-5/+2
|\ | | | | fix for #3201
| * fix for #3201Artur Neumann2017-03-021-2/+3
| |
| * Revert "fix mouse pointer"Artur Neumann2017-03-021-5/+1
| | | | | | | | This reverts commit a4e2dc3033e40b58e5e72e2bda85a327ff092464.
* | [tx-robot] updated from transifexNextcloud bot2017-02-212-2/+2
| |
* | [tx-robot] updated from transifexNextcloud bot2017-02-144-4/+6
| |
* | [tx-robot] updated from transifexNextcloud bot2017-02-122-2/+28
| |
* | [tx-robot] updated from transifexNextcloud bot2017-02-112-0/+4
| |
* | Add proper default value for datadirMorris Jobke2017-01-191-1/+1
|/ | | | | | | * better safe than sorry * fixes #3091 Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* [tx-robot] updated from transifexNextcloud bot2017-01-172-6/+6
|
* [tx-robot] updated from transifexNextcloud bot2017-01-092-4/+8
|
* [tx-robot] updated from transifexNextcloud bot2017-01-054-2/+4
|
* Merge pull request #2819 from nextcloud/trash-ext-link-uselinkownerRoeland Jago Douma2016-12-231-0/+10
|\ | | | | Fallback to share link owner when no owner found
| * Fallback to share link owner when no owner foundVincent Petry2016-12-221-0/+10
| | | | | | | | | | | | | | | | | | | | | | | | When creating link shares from external storage, the filesystem cannot find an owner in some scenarios (ex: system-wide mounts). In such cases, fall back to using the current user's trashbin which happens to also be the user who created the link share. Fixes an issue where this scenario made deletion impossible due to missing user information. Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | make code more robustBjoern Schiessle2016-12-211-10/+25
| | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* | check for class name in case class is not loadedBjoern Schiessle2016-12-211-2/+1
| | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* | add a copy to the owners trash bin if another user moves a file out of a ↵Bjoern Schiessle2016-12-212-10/+67
|/ | | | | | shared folder Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* Update app versions and requirementsJoas Schilling2016-12-131-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* [tx-robot] updated from transifexNextcloud bot2016-12-032-6/+6
|
* fix mouse pointerBjoern Schiessle2016-12-011-1/+5
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* [tx-robot] updated from transifexNextcloud bot2016-11-272-8/+6
|
* Use 11.0 instead 9.2Lukas Reschke2016-11-151-1/+1
| | | | | | As discussed we're changing the version from 9.2 to 11.0 to make some more sense. Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* [tx-robot] updated from transifexNextcloud bot2016-11-122-2/+2
|
* More testsRoeland Jago Douma2016-11-032-5/+181
| | | | | | | | | * PreviewController test * PublicPreview test * Versions Preview test * Trash Preview test Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Move over files_trashbinRoeland Jago Douma2016-11-033-82/+134
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Move away from OC_L10NRoeland Jago Douma2016-10-281-1/+1
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* introduce callForSeenUsers and countSeenUsers (#26361)Jörn Friedrich Dreyer2016-10-282-4/+4
| | | | | | | | | | * introduce callForSeenUsers and countSeenUsers * add tests * oracle should support not null on clob * since 9.2.0
* [tx-robot] updated from transifexNextcloud bot2016-10-252-12/+12
|
* [tx-robot] updated from transifexNextcloud bot2016-10-182-0/+4
|
* [9.2] Register commands in info.xml (#26248)Thomas Müller2016-10-112-36/+5
| | | | | | | | | | | | * Use DI to load console commands from the apps - class name to be defined in the info.xml * Load commands from info.xml * Fix unit test * Allow Di magic for IMountManager Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Merge pull request #1534 from nextcloud/svg-optimizationLukas Reschke2016-09-281-55/+1
|\ | | | | Svgo optimization
| * Svgo optimizationskjnldsv2016-09-271-55/+1
| | | | | | | | Signed-off-by: John Molakvoæ <fremulon@protonmail.com>
* | Also fire a bulk pre- and post-delete hookSteven Bühner2016-09-201-3/+14
| |