Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2016-07-06 | 2 | -2/+2 |
| | |||||
* | Merge remote-tracking branch 'upstream/master' into master-upstream-sync | Lukas Reschke | 2016-06-26 | 2 | -0/+24 |
|\ | |||||
| * | Fix trashed file name corruption when rerendering trashbin list | Vincent Petry | 2016-06-23 | 2 | -0/+24 |
| | | | | | | | | | | | | | | The trashbin code does some gymnastics with the file data at render time. This fix makes sure that the modifications done on the file data are only local to the rendering code and doesn't affect the actual file data from the file list. | ||||
* | | no need to mention ownCloud explicitely | Bjoern Schiessle | 2016-06-20 | 1 | -2/+2 |
|/ | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-06-03 | 6 | -6/+6 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-06-02 | 2 | -4/+4 |
| | |||||
* | Update license headers | Lukas Reschke | 2016-05-26 | 22 | -29/+32 |
| | |||||
* | Merge pull request #24349 from owncloud/nfd-storagewrapper | Vincent Petry | 2016-05-23 | 1 | -1/+1 |
|\ | | | | | Add wrapper for NFD encoding workaround | ||||
| * | Add wrapper for NFD encoding workaround | Vincent Petry | 2016-05-20 | 1 | -1/+1 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-05-22 | 2 | -2/+2 |
|/ | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-05-19 | 2 | -0/+4 |
| | |||||
* | Background jobs from info.xml (#24582) | Joas Schilling | 2016-05-12 | 3 | -26/+4 |
| | | | | | | | | | | | | | | * Move background job registration of Federation to info.xml * Move background registration of Files app to info.xml * Move background job registration of files_sharing to info.xml * Move background job registration of files_trashbin to info.xml * Move background job registration of files_versions to info.xml * Move background job registration from user_ldap to info.xml | ||||
* | Move files_trashbin to PSR-4 (#24570) | Joas Schilling | 2016-05-12 | 18 | -14/+16 |
| | |||||
* | Merge pull request #24401 from owncloud/trash-list-cache | Vincent Petry | 2016-05-10 | 1 | -46/+38 |
|\ | | | | | use the cache for trash listing | ||||
| * | use the cache for trash listing | Robin Appelman | 2016-05-03 | 1 | -46/+38 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-05-10 | 2 | -4/+10 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-05-08 | 2 | -0/+2 |
| | |