| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Update the license headers for Nextcloud 19 | Christoph Wurst | 2020-03-31 | 6 | -1/+9 |
* | Merge pull request #20170 from nextcloud/techdebt/remove-unused-imports | Christoph Wurst | 2020-03-27 | 4 | -12/+0 |
|\ |
|
| * | Remove unused imports | Christoph Wurst | 2020-03-25 | 4 | -12/+0 |
* | | Use the short array syntax, everywhere | Christoph Wurst | 2020-03-26 | 5 | -8/+8 |
|/ |
|
* | Merge pull request #19777 from nextcloud/fix/viewer-public | John Molakvoæ | 2020-03-12 | 1 | -0/+5 |
|\ |
|
| * | Use dispatchTyped | John Molakvoæ (skjnldsv) | 2020-03-11 | 1 | -1/+1 |
| * | Properly emit Viewer event on files and files_sharing | John Molakvoæ (skjnldsv) | 2020-03-11 | 1 | -0/+5 |
* | | Unify the code a bit | Joas Schilling | 2020-03-10 | 1 | -16/+36 |
* | | Use contacts name on federated activities | Joas Schilling | 2020-03-10 | 1 | -11/+35 |
* | | Combine move activities as well | Joas Schilling | 2020-03-10 | 1 | -1/+5 |
|/ |
|
* | Do not allow transfer ownership when the user isn't the owner | Christoph Wurst | 2020-03-03 | 1 | -0/+4 |
* | Make sure that the transfer entry is present in the database | Julius Härtl | 2020-02-24 | 1 | -5/+13 |
* | Merge pull request #19412 from nextcloud/fix/19404/make-favorite-public | Christoph Wurst | 2020-02-21 | 1 | -3/+2 |
|\ |
|
| * | Make TAG_FAVORITE public | Daniel Kesselberg | 2020-02-12 | 1 | -3/+2 |
* | | Fix event type | Joas Schilling | 2020-02-06 | 1 | -1/+1 |
|/ |
|
* | Allow specifying this is the first login | Roeland Jago Douma | 2020-02-03 | 1 | -2/+9 |
* | Catch \Error in Transfer::restoreShares | Tobia De Koninck | 2020-02-03 | 1 | -1/+1 |
* | Prevent transferring data to user which never loggedin | Tobia De Koninck | 2020-02-03 | 1 | -1/+1 |
* | Add option to transfer-ownership to move data | Tobia De Koninck | 2020-02-03 | 2 | -5/+24 |
* | Fix Sidebar legacy FileInfoModel requirement | John Molakvoæ (skjnldsv) | 2020-01-16 | 1 | -0/+3 |
* | Fix webdav url | John Molakvoæ (skjnldsv) | 2020-01-10 | 1 | -0/+2 |
* | Merge pull request #18478 from nextcloud/fix/direct-editing-invalid-editor-id | Roeland Jago Douma | 2019-12-22 | 1 | -3/+3 |
|\ |
|
| * | Expose exception message in the response | Julius Härtl | 2019-12-20 | 1 | -3/+3 |
* | | Update license headers for 18 | Christoph Wurst | 2019-12-20 | 10 | -0/+12 |
|/ |
|
* | added line breaks to incoming transfer notification | Sascha Wiswedel | 2019-12-17 | 1 | -2/+2 |
* | added patience note for sharee | Sascha Wiswedel | 2019-12-17 | 1 | -2/+2 |
* | transfer ownership dialog word choice | Sascha Wiswedel | 2019-12-17 | 1 | -1/+1 |
* | notification polishing | Sascha Wiswedel | 2019-12-17 | 1 | -18/+18 |
* | Transfer ownership function polishing | Sascha Wiswedel | 2019-12-17 | 1 | -6/+6 |
* | Merge pull request #18359 from nextcloud/fix/18271/dismiss_transfer_ownership... | blizzz | 2019-12-13 | 1 | -2/+49 |
|\ |
|
| * | Dismiss transferownership notification cancels transfer | Roeland Jago Douma | 2019-12-11 | 1 | -2/+49 |
* | | Add typed events for the filesystem/scanner | Christoph Wurst | 2019-12-13 | 3 | -22/+17 |
|/ |
|
* | Merge pull request #18224 from nextcloud/bugfix/noid/direct-editing-path | Roeland Jago Douma | 2019-12-11 | 1 | -2/+2 |
|\ |
|
| * | Use file path for direct editing | Julius Härtl | 2019-12-05 | 1 | -2/+2 |
* | | Pick a shorter name for the transfer ownership table | Joas Schilling | 2019-12-10 | 2 | -10/+13 |
* | | Merge pull request #18256 from nextcloud/files-aditional-scripts-new-events | Roeland Jago Douma | 2019-12-09 | 1 | -1/+1 |
|\ \ |
|
| * | | use OCP\EventDispatcher\GenericEvent for loading additional scripts in the fi... | Robin Appelman | 2019-12-05 | 1 | -1/+1 |
| |/ |
|
* | | Decouple resource provider registration | Daniel Kesselberg | 2019-12-07 | 1 | -4/+4 |
* | | Merge pull request #18242 from nextcloud/directEditingEditorWithId | Roeland Jago Douma | 2019-12-05 | 1 | -0/+1 |
|\ \ |
|
| * | | add id to editor of direct editing | tobiasKaminsky | 2019-12-05 | 1 | -0/+1 |
| |/ |
|
* / | Update license headers | Christoph Wurst | 2019-12-05 | 45 | -66/+154 |
|/ |
|
* | Merge pull request #17913 from nextcloud/fix/transfer-ownership-move-files-er... | Roeland Jago Douma | 2019-12-04 | 1 | -1/+6 |
|\ |
|
| * | Catch file transfer error and stop transfer ownership command | Christoph Wurst | 2019-11-27 | 1 | -1/+6 |
* | | Fix files app LoadSidebar event (#18213) | John Molakvoæ | 2019-12-04 | 2 | -2/+45 |
|\ \ |
|
| * | | Fix files app LoadSidebar event | John Molakvoæ (skjnldsv) | 2019-12-04 | 2 | -2/+45 |
* | | | Fix mixed up message and subject on notifications for file transfer | Joas Schilling | 2019-12-03 | 1 | -10/+14 |
|/ / |
|
* | | Also allow transfer ownership of files | Christoph Wurst | 2019-12-02 | 1 | -1/+1 |
* | | Add a transfer ownership background job | Roeland Jago Douma | 2019-12-02 | 8 | -2/+842 |
* | | Only expose link to info endpoint in capabilties | Julius Härtl | 2019-11-27 | 3 | -42/+113 |
* | | Expose editor id for creators | Julius Härtl | 2019-11-27 | 1 | -0/+1 |