Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Add an activity when managing favorites | Joas Schilling | 2016-12-04 | 4 | -15/+300 | |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | Adjust all implementations in the server repo | Joas Schilling | 2016-12-01 | 1 | -4/+11 | |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | Add an event merger and use it for the files activities | Joas Schilling | 2016-11-25 | 1 | -1/+16 | |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | Working towards groups | Joas Schilling | 2016-11-25 | 1 | -108/+68 | |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | document new variable | Morris Jobke | 2016-11-22 | 1 | -0/+3 | |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | |||||
* | Use the display name for files activities again | Joas Schilling | 2016-11-22 | 1 | -4/+28 | |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | Merge pull request #2154 from nextcloud/comments-activities-update | Morris Jobke | 2016-11-22 | 1 | -10/+9 | |
|\ | | | | | Move comments activities to the new API | |||||
| * | Fix wrong copyright headers | Joas Schilling | 2016-11-16 | 1 | -10/+9 | |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | | Merge pull request #2109 from nextcloud/oc_26533 | Morris Jobke | 2016-11-18 | 1 | -0/+5 | |
|\ \ | |/ |/| | Transfer ownership only analyze home storage | |||||
| * | Test on storage | Roeland Jago Douma | 2016-11-15 | 1 | -2/+2 | |
| | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | |||||
| * | Transfer ownership only analyze home storage | Vincent Petry | 2016-11-14 | 1 | -0/+5 | |
| | | | | | | | | | | | | | | | | | | | | When transferring ownership, only the local files will be transferred during the rename operation. This means that the analyzing code doesn't need to recurse into any mount points. Furthermore this fixes issues where FailedStorage might appear as mount points as a result of inaccessible external storages or shares. So this makes it more robust. | |||||
* | | Update the since version to 11.0.0 | Joas Schilling | 2016-11-16 | 8 | -50/+50 | |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | | Remove the old activity extension | Joas Schilling | 2016-11-16 | 1 | -343/+0 | |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | | Add back the support for the short translations | Joas Schilling | 2016-11-16 | 1 | -4/+68 | |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | | Don't even try to combine when the subject is different | Joas Schilling | 2016-11-16 | 1 | -0/+5 | |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | | Provider for the files app | Joas Schilling | 2016-11-16 | 1 | -0/+207 | |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | | Register the settings of the files app via info.xml | Joas Schilling | 2016-11-16 | 6 | -20/+491 | |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | | Move the favorites filter to IFilter | Joas Schilling | 2016-11-16 | 3 | -84/+166 | |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | | Move files filter to IFilter | Joas Schilling | 2016-11-16 | 2 | -15/+98 | |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | | Merge pull request #2125 from nextcloud/downstream-26546 | Morris Jobke | 2016-11-15 | 1 | -3/+3 | |
|\ \ | | | | | | | Transfer ownership now returns exit code on error | |||||
| * | | Transfer ownership now returns exit code on error (#26546) | Vincent Petry | 2016-11-14 | 1 | -3/+3 | |
| |/ | ||||||
* | | Merge pull request #2115 from nextcloud/oc_26527 | Roeland Jago Douma | 2016-11-14 | 1 | -15/+21 | |
|\ \ | | | | | | | Skip broken shares when transferring ownership (#26527) | |||||
| * | | Skip broken shares when transferring ownership (#26527) | Vincent Petry | 2016-11-14 | 1 | -15/+21 | |
| |/ | ||||||
* / | First process group shares and then user shares | Vincent Petry | 2016-11-14 | 1 | -1/+1 | |
|/ | | | | | | | | This prevents a validation failure where the code checks whether a file is already shared with another user, but the check disables itself when the owner is the same. Processing the groups first prevents the check to kick in too early when the group share still has the old owner while we try transferring the user share. | |||||
* | Update thumbnail endpoint to new generato | Roeland Jago Douma | 2016-11-03 | 1 | -6/+17 | |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | |||||
* | Merge pull request #1915 from nextcloud/downstream-26398 | Lukas Reschke | 2016-11-03 | 1 | -8/+6 | |
|\ | | | | | Add using casing check/fix for initMountPoints | |||||
| * | Add using casing check/fix for initMountPoints | Vincent Petry | 2016-11-02 | 1 | -8/+6 | |
| | | ||||||
* | | remove 'send mail notification' option from sharing, replaced by ↵ | Bjoern Schiessle | 2016-11-02 | 1 | -2/+0 | |
|/ | | | | | | send-by-mail feature Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | |||||
* | update permissions | Bjoern Schiessle | 2016-11-01 | 1 | -1/+2 | |
| | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | |||||
* | Move away from OC_L10N | Roeland Jago Douma | 2016-10-28 | 1 | -1/+1 | |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | |||||
* | Make it possible to filter by tags with REPORT method | Vincent Petry | 2016-10-19 | 2 | -38/+0 | |
| | | | | | | | | | | | Enhanced the REPORT method on the Webdav endpoint and added a "oc:favorite" filter rule. When set, it will return a flat list of results filtered with only favorite files. The web UI was also adjusted to use this REPORT method instead of the private API endpoint. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | |||||
* | Adjust wording to make the separation between sharing and files clearer | Joas Schilling | 2016-10-18 | 1 | -1/+1 | |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | Make sure the UID is correctly cased | Joas Schilling | 2016-10-17 | 1 | -3/+11 | |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | Merge pull request #1418 from nextcloud/add-move-rename-support | Morris Jobke | 2016-10-05 | 1 | -1/+26 | |
|\ | | | | | Add support for translations of move/rename activities | |||||
| * | Add support for translations of move/rename activities | Joas Schilling | 2016-10-05 | 1 | -1/+26 | |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | | Add icons to activity navigation | Joas Schilling | 2016-10-05 | 1 | -0/+2 | |
|/ | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | use correct case for addScript (#26214) | Jörn Friedrich Dreyer | 2016-09-26 | 1 | -15/+15 | |
| | | | | | | Downstreaming of https://github.com/owncloud/core/pull/26214 Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | |||||
* | Before a user is getting scanned the database connection is re-established | Thomas Müller | 2016-08-29 | 1 | -1/+26 | |
| | ||||||
* | Merge pull request #1005 from nextcloud/fix_994 | Lukas Reschke | 2016-08-23 | 2 | -7/+51 | |
|\ | | | | | Do not error on maxUploadChange | |||||
| * | Do not error on maxUploadChange | Roeland Jago Douma | 2016-08-22 | 2 | -7/+51 | |
| | | | | | | | | | | | | | | | | | | | | The new admin page broke the updating of the max upload size. This is due to very old code there. * Now update is done in the background using js * Added proper route+controller to update Fixes #994 | |||||
* | | When requesting a permalink to an invalid file redirect | Roeland Jago Douma | 2016-08-19 | 1 | -4/+3 | |
| | | | | | | | | We need to do the redirect to update address bar. | |||||
* | | When using permalinks don't error out if file id can't be found | Roeland Jago Douma | 2016-08-19 | 1 | -9/+6 | |
|/ | | | | | | | | Fixes #952 * Use only the index route (since it went to showFile anyways) * Fix tests * Use getUserFolder to force init of users mounts | |||||
* | Merge pull request #893 from nextcloud/ie8_be_gone | Marius Blüm | 2016-08-17 | 1 | -12/+0 | |
|\ | | | | | IE8 be gone! | |||||
| * | Remove IE8 support from ViewController | Roeland Jago Douma | 2016-08-16 | 1 | -12/+0 | |
| | | | | | | | | | | * Update tests * Fix getMock in tests | |||||
* | | move mail settings and file handling to additional ones, thus files_external ↵ | Arthur Schiwon | 2016-08-13 | 2 | -68/+1 | |
| | | | | | | | | gets its own section | |||||
* | | change casing in section display names | Arthur Schiwon | 2016-08-13 | 1 | -1/+1 | |
| | | ||||||
* | | adjust files app, and integrate files_external into that section | Arthur Schiwon | 2016-08-11 | 2 | -0/+160 | |
|/ | ||||||
* | use limit instead of since when listing recent files | Robin Appelman | 2016-07-22 | 1 | -2/+1 | |
| | ||||||
* | Add recent file listing | Robin Appelman | 2016-07-22 | 1 | -0/+2 | |
| | ||||||
* | add recent files api endpoint | Robin Appelman | 2016-07-22 | 2 | -18/+51 | |
| |