Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add autocomplete for config:* | Joas Schilling | 2016-09-29 | 11 | -7/+185 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Full support for autocomplete of app:* | Joas Schilling | 2016-09-29 | 5 | -3/+117 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Register the auto completion basic | Joas Schilling | 2016-09-29 | 2 | -1/+22 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Update 3rdparty | Joas Schilling | 2016-09-29 | 1 | -0/+0 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Merge pull request #1567 from nextcloud/inject-http-service | Lukas Reschke | 2016-09-29 | 3 | -3/+24 |
|\ | | | | | Inject IHTTPClientService | ||||
| * | Inject IHTTPClientService | Lukas Reschke | 2016-09-29 | 3 | -3/+24 |
| | | | | | | | | | | | | | | | | | | | | Otherwise the unit test execution will do a ton of external HTTP requests which fail and then timeout… See https://blackfire.io/profiles/compare/3c67acfa-a11e-4aec-bcd4-c945b006f01e/graph for reference Pretty similar to https://github.com/nextcloud/server/pull/1565 Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2016-09-29 | 78 | -120/+180 |
| | | |||||
* | | Merge pull request #1565 from nextcloud/mock-http-service | Lukas Reschke | 2016-09-29 | 1 | -2/+21 |
|\ \ | |/ |/| | Mock HTTPClientService | ||||
| * | Mock HTTPClientService | Lukas Reschke | 2016-09-29 | 1 | -2/+21 |
|/ | | | | | | | | These tests were not using any kind of mocks at all! This made the test execution time took 2 minutes instead of now less than 1 second… (because multiple HTTP requests were queued and timed-out then…) See https://blackfire.io/profiles/compare/6d2611f2-ad08-47b6-973b-2b5f9c8b96d2/graph for reference Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | Merge pull request #1553 from nextcloud/fix-comment-count-translation | Lukas Reschke | 2016-09-28 | 1 | -1/+1 |
|\ | | | | | Fix comment count tooltip | ||||
| * | Fix comment count tooltip | Joas Schilling | 2016-09-28 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | Merge pull request #1534 from nextcloud/svg-optimization | Lukas Reschke | 2016-09-28 | 171 | -1421/+171 |
|\ \ | | | | | | | Svgo optimization | ||||
| * | | Svgo optimization | skjnldsv | 2016-09-27 | 171 | -1421/+171 |
| | | | | | | | | | | | | Signed-off-by: John Molakvoæ <fremulon@protonmail.com> | ||||
* | | | Merge pull request #1513 from nextcloud/fix-etag-on-move | Morris Jobke | 2016-09-28 | 3 | -11/+69 |
|\ \ \ | | | | | | | | | Return ETag and OC-ETag in case of a move (#25683) | ||||
| * | | | Return ETag and OC-ETag in case of a move (#25683) | Thomas Müller | 2016-09-28 | 3 | -11/+69 |
| | | | | | | | | | | | | | | | | | | | | | | | | Downstreaming of https://github.com/owncloud/core/pull/25683 Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | | | | Merge pull request #1545 from nextcloud/delete-calendars-with-their-users | Morris Jobke | 2016-09-28 | 4 | -16/+152 |
|\ \ \ \ | |/ / / |/| | | | Delete calendars with their users | ||||
| * | | | Rename deleteAllSharesForUser() to deleteAllSharesByUser() | Thomas Citharel | 2016-09-28 | 3 | -3/+3 |
| | | | | | | | | | | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr> | ||||
| * | | | Add IL10N to unit test | Lukas Reschke | 2016-09-27 | 1 | -0/+15 |
| | | | | | | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
| * | | | fix deletion of calendars | Thomas Citharel | 2016-09-27 | 3 | -6/+55 |
| | | | | | | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
| * | | | delete shares to an user | Thomas Citharel | 2016-09-27 | 4 | -0/+20 |
| | | | | | | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
| * | | | Adjust delete logic and ann unit tests | Thomas Müller | 2016-09-27 | 2 | -35/+66 |
| | | | | | | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
| * | | | delete also addressbooks on user deletion | Thomas Citharel | 2016-09-27 | 1 | -0/+9 |
| | | | | | | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
| * | | | delete calendars when users are deleted | Thomas Citharel | 2016-09-27 | 1 | -1/+13 |
| | | | | | | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | | | | Merge pull request #1561 from nextcloud/codecov | Lukas Reschke | 2016-09-28 | 3 | -1/+28 |
|\ \ \ \ | | | | | | | | | | | Add codecov | ||||
| * | | | | Add codecov | Lukas Reschke | 2016-09-28 | 3 | -1/+28 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allows coverage tracking using codecov Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | | | | | Merge pull request #1512 from nextcloud/share-alttext | Morris Jobke | 2016-09-28 | 2 | -1/+2 |
|\ \ \ \ \ | |/ / / / |/| | | | | Display "Share" alt text for share action icon (#26158) | ||||
| * | | | | Display "Share" alt text for share action icon (#26158) | Vincent Petry | 2016-09-26 | 2 | -1/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Downstreaming of https://github.com/owncloud/core/pull/26158 Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | | | | | Merge pull request #1549 from nextcloud/kill-update-simulation | Morris Jobke | 2016-09-28 | 5 | -163/+47 |
|\ \ \ \ \ | | | | | | | | | | | | | Kill update simulation | ||||
| * | | | | | Remove unused and undefined use statement | Lukas Reschke | 2016-09-27 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
| * | | | | | Kill update simulation | Vincent Petry | 2016-09-27 | 5 | -162/+46 |
| | |/ / / | |/| | | | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | | | | | Merge pull request #1554 from nextcloud/updatestate-can-be-empty | Lukas Reschke | 2016-09-28 | 2 | -2/+2 |
|\ \ \ \ \ | | | | | | | | | | | | | UpdateState is empty if no update is available | ||||
| * | | | | | UpdateState is empty if no update is available | Lukas Reschke | 2016-09-28 | 2 | -2/+2 |
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | This leads to log messages such as "Undefined index: updaterEnabled at /media/psf/nextcloud/apps/updatenotification/lib/Controller/AdminController.php#116". Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | | | | | Merge pull request #1535 from nextcloud/files-loading-css-fix | Julius Härtl | 2016-09-28 | 1 | -3/+1 |
|\ \ \ \ \ | | | | | | | | | | | | | Use css loading animation and not gif | ||||
| * | | | | | Use css loading animation and not gif | John Molakvoæ | 2016-09-27 | 1 | -3/+1 |
| | |_|/ / | |/| | | | | | | | | | | | | | Signed-off-by: John Molakvoæ <fremulon@protonmail.com> | ||||
* | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2016-09-28 | 32 | -12/+394 |
| | | | | | |||||
* | | | | | Merge pull request #1521 from nextcloud/fix-mimetypedetect-hiddenfolder | Lukas Reschke | 2016-09-27 | 2 | -2/+6 |
|\ \ \ \ \ | | | | | | | | | | | | | Fix mimetype detection inside hidden folders (#26138) | ||||
| * | | | | | Fix mimetype detection inside hidden folders (#26138) | Vincent Petry | 2016-09-26 | 2 | -2/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Downstreaming of https://github.com/owncloud/core/pull/26138 Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | | | | | | Merge pull request #1459 from ↵ | Lukas Reschke | 2016-09-27 | 1 | -2/+45 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/upstream-fix_trashbin_deleteallhooks_solution2 [Upstream] fix trashbin deleteallhooks solution2 | ||||
| * | | | | | | 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. | ||||
* | | | | | | | Merge pull request #1197 from nextcloud/oc-public-sharing | Lukas Reschke | 2016-09-27 | 18 | -8/+1033 |
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | | | CalDAV calendar public sharing | ||||
| * | | | | | | fix annotations & copyright headers | Thomas Citharel | 2016-09-26 | 4 | -90/+41 |
| | | | | | | | |||||
| * | | | | | | fix tests | Thomas Citharel | 2016-09-26 | 1 | -1/+1 |
| | | | | | | | |||||
| * | | | | | | add in same request | Thomas Citharel | 2016-09-26 | 3 | -25/+4 |
| | | | | | | | |||||
| * | | | | | | fix public calendars | Thomas Citharel | 2016-09-26 | 3 | -1/+22 |
| | | | | | | | |||||
| * | | | | | | Use true random string as uri for public calendars - as a result we can no ↵ | Thomas Müller | 2016-09-26 | 11 | -47/+73 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | longer return the pre-publish-url |