Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | |||||
* | | Always use the same relative Path (Starting from users home dir. i.e.: ↵ | Steven Bühner | 2016-09-20 | 1 | -4/+7 |
| | | | | | | | | "/files_trashbin/...") | ||||
* | | Take the same path (with /USERNAME/ as base) for every emmited hooks | Steven Bühner | 2016-09-20 | 1 | -2/+2 |
| | | |||||
* | | Emit hooks for each file before and after all files in trashbin have been ↵ | Steven Bühner | 2016-09-20 | 1 | -23/+23 |
| | | | | | | | | deleted. | ||||
* | | Fiy typo | Steven Bühner | 2016-09-20 | 1 | -1/+1 |
| | | |||||
* | | Emit Hooks for each file bevore and after all files in trashbin have been ↵ | Steven Bühner | 2016-09-20 | 1 | -3/+32 |
|/ | | | | deleted. | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2016-09-15 | 2 | -0/+6 |
| | |||||
* | Merge pull request #1338 from nextcloud/fix-trashbin-errors | Roeland Jago Douma | 2016-09-13 | 1 | -0/+2 |
|\ | | | | | Opening the trashbin causes errors in log for files without preview | ||||
| * | Opening the trashbin causes errors in log for files without preview | Morris Jobke | 2016-09-09 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * put a file without a generated preview in the trashbin (e.g. a *.docx file) * open the trashbin * following errors will show up in the nextcloud.log: - filesize(): stat failed for ... - fopen(...): failed to open stream: No such file or directory at ... - fread() expects parameter 1 to be resource, boolean given at ... - fclose() expects parameter 1 to be resource, boolean given at ... - imagecreatefromstring(): Empty string or invalid image at ... This is because the preview code tries to load an SVG image, which is obviously only text. The fix simply handles this before the loading happens and the web UI keeps showing the default mimetype icon. | ||||
* | | detect the correct mimetype of the files in the trashbin, therefore we have ↵ | Bjoern Schiessle | 2016-09-09 | 1 | -2/+3 |
|/ | | | | to check the filename without the appended timestamp | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2016-09-07 | 2 | -2/+2 |
| | |||||
* | Fix getMock files_trashbin | Roeland Jago Douma | 2016-09-06 | 2 | -3/+5 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2016-09-01 | 4 | -12/+12 |
| | |||||
* | Add occ command to expire the trashbin (#25878) | Thomas Müller | 2016-08-29 | 2 | -0/+133 |
| | | | | | | * Add occ command to expire the trashbin * Fix versions folder in setup check | ||||
* | Add viewBox to app icons | Roeland Jago Douma | 2016-08-17 | 1 | -0/+1 |
| | | | | | If we don't add a viewbox a lot of browsers will just say NOPE!!! when we ask them to scale. | ||||
* | Skip version and trash expiry for users that never logged in | Jörn Friedrich Dreyer | 2016-08-10 | 1 | -1/+1 |
| | |||||
* | Increment the versions and adjust the capitilization | Joas Schilling | 2016-08-08 | 1 | -1/+1 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2016-08-07 | 2 | -2/+2 |
| | |||||
* | Fix error message while restoring all files | Morris Jobke | 2016-07-25 | 1 | -2/+1 |
| | | | | | * use $_POST['files'] only of ssinlge files are restored * fixes #528 | ||||
* | Also increase the min version | Joas Schilling | 2016-07-22 | 1 | -1/+1 |
| | |||||
* | bumb compatible app versions for core apps | Robin Appelman | 2016-07-22 | 1 | -1/+1 |
| | |||||
* | Merge pull request #500 from nextcloud/bump_version | Joas Schilling | 2016-07-22 | 1 | -1/+1 |
|\ | | | | | Bump version | ||||
| * | Increase app versions | Joas Schilling | 2016-07-21 | 1 | -1/+1 |
| | | |||||
* | | Update with robin | Joas Schilling | 2016-07-21 | 9 | -9/+9 |
| | | |||||
* | | Fix apps/ | Joas Schilling | 2016-07-21 | 27 | -46/+73 |
|/ | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2016-07-07 | 2 | -2/+2 |
| |