Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #4443 from nextcloud/cleanup-unused-imports | Joas Schilling | 2017-04-24 | 1 | -1/+0 |
|\ | | | | | Remove unused use statements | ||||
| * | Remove unused use statements | Morris Jobke | 2017-04-22 | 1 | -1/+0 |
| | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2017-04-24 | 2 | -2/+2 |
|/ | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-04-15 | 2 | -4/+4 |
| | |||||
* | Merge pull request #4317 from nextcloud/cleanup-files_trashbin-update | Björn Schießle | 2017-04-12 | 1 | -42/+0 |
|\ | | | | | [files_trashbin] Remove unneeded update steps | ||||
| * | [files_trashbin] Remove unneeded update steps | Morris Jobke | 2017-04-12 | 1 | -42/+0 |
| | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | Update comments to Nextcloud | Morris Jobke | 2017-04-11 | 1 | -1/+1 |
|/ | | | | | | | * based on PR by @Ardinis * see #4311 Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-04-05 | 2 | -2/+2 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-04-02 | 2 | -0/+2 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-04-01 | 2 | -2/+2 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-03-31 | 4 | -20/+30 |
| | |||||
* | Merge pull request #3998 from nextcloud/backport-27032 | Roeland Jago Douma | 2017-03-23 | 1 | -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 folder | Juan Pablo Villafáñez | 2017-03-22 | 1 | -1/+5 |
| | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | fix path for files from root folder | Morris Jobke | 2017-03-22 | 1 | -1/+5 |
| | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | In the real world id is an initial filename | Victor Dubiniuk | 2017-03-20 | 1 | -3/+4 |
|/ | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | delete files right away in case of a encryption exception | Bjoern Schiessle | 2017-03-14 | 2 | -8/+29 |
| | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | use closure to properly defer l10n initialization (#27328) | Jörn Friedrich Dreyer | 2017-03-13 | 1 | -11/+10 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-03-02 | 14 | -0/+280 |
| | |||||
* | Merge pull request #3676 from individual-it/trash_problem | Joas Schilling | 2017-03-02 | 1 | -5/+2 |
|\ | | | | | fix for #3201 | ||||
| * | fix for #3201 | Artur Neumann | 2017-03-02 | 1 | -2/+3 |
| | | |||||
| * | Revert "fix mouse pointer" | Artur Neumann | 2017-03-02 | 1 | -5/+1 |
| | | | | | | | | This reverts commit a4e2dc3033e40b58e5e72e2bda85a327ff092464. | ||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2017-02-21 | 2 | -2/+2 |
| | | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2017-02-14 | 4 | -4/+6 |
| | | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2017-02-12 | 2 | -2/+28 |
| | | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2017-02-11 | 2 | -0/+4 |
| | | |||||
* | | Add proper default value for datadir | Morris Jobke | 2017-01-19 | 1 | -1/+1 |
|/ | | | | | | | * better safe than sorry * fixes #3091 Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-01-17 | 2 | -6/+6 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-01-09 | 2 | -4/+8 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-01-05 | 4 | -2/+4 |
| | |||||
* | Merge pull request #2819 from nextcloud/trash-ext-link-uselinkowner | Roeland Jago Douma | 2016-12-23 | 1 | -0/+10 |
|\ | | | | | Fallback to share link owner when no owner found | ||||
| * | Fallback to share link owner when no owner found | Vincent Petry | 2016-12-22 | 1 | -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 robust | Bjoern Schiessle | 2016-12-21 | 1 | -10/+25 |
| | | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | | check for class name in case class is not loaded | Bjoern Schiessle | 2016-12-21 | 1 | -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 Schiessle | 2016-12-21 | 2 | -10/+67 |
|/ | | | | | | shared folder Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | Update app versions and requirements | Joas Schilling | 2016-12-13 | 1 | -2/+2 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2016-12-03 | 2 | -6/+6 |
| | |||||
* | fix mouse pointer | Bjoern Schiessle | 2016-12-01 | 1 | -1/+5 |
| | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2016-11-27 | 2 | -8/+6 |
| | |||||
* | Use 11.0 instead 9.2 | Lukas Reschke | 2016-11-15 | 1 | -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 transifex | Nextcloud bot | 2016-11-12 | 2 | -2/+2 |
| | |||||
* | More tests | Roeland Jago Douma | 2016-11-03 | 2 | -5/+181 |
| | | | | | | | | | * PreviewController test * PublicPreview test * Versions Preview test * Trash Preview test Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Move over files_trashbin | Roeland Jago Douma | 2016-11-03 | 3 | -82/+134 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Move away from OC_L10N | Roeland Jago Douma | 2016-10-28 | 1 | -1/+1 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | introduce callForSeenUsers and countSeenUsers (#26361) | Jörn Friedrich Dreyer | 2016-10-28 | 2 | -4/+4 |
| | | | | | | | | | | * introduce callForSeenUsers and countSeenUsers * add tests * oracle should support not null on clob * since 9.2.0 | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2016-10-25 | 2 | -12/+12 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2016-10-18 | 2 | -0/+4 |
| | |||||
* | [9.2] Register commands in info.xml (#26248) | Thomas Müller | 2016-10-11 | 2 | -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-optimization | Lukas Reschke | 2016-09-28 | 1 | -55/+1 |
|\ | | | | | Svgo optimization | ||||
| * | Svgo optimization | skjnldsv | 2016-09-27 | 1 | -55/+1 |
| | | | | | | | | Signed-off-by: John Molakvoæ <fremulon@protonmail.com> | ||||
* | | Also fire a bulk pre- and post-delete hook | Steven Bühner | 2016-09-20 | 1 | -3/+14 |
| | |