summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2016-10-0222-82/+96
|
* Merge pull request #1578 from nextcloud/use-more-magic-diLukas Reschke2016-10-0110-367/+44
|\ | | | | Use magic DI for core controllers
| * Remove unused endpointJoas Schilling2016-09-307-245/+14
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * Use magic DI for core controllersJoas Schilling2016-09-305-127/+35
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | [tx-robot] updated from transifexNextcloud bot2016-10-0130-72/+304
|/
* [tx-robot] updated from transifexNextcloud bot2016-09-3030-10/+118
|
* Merge pull request #1582 from nextcloud/make-comments-100-testedLukas Reschke2016-09-301-0/+4
|\ | | | | Add test for setTopmostParentId and getTopmostParentId
| * Add test for setTopmostParentId and getTopmostParentIdLukas Reschke2016-09-291-0/+4
| | | | | | | | | | | | This wasn't tested before as proven by the coverage data. Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | Merge pull request #1558 from nextcloud/remove-notifications-upon-user-deletionMorris Jobke2016-09-302-15/+83
|\ \ | |/ |/| Remove notifications upon user deletion
| * Only trigger postDelete hooks when the user was deleted...Joas Schilling2016-09-292-7/+8
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * Make sure that comments, notifications and preferences are deletedJoas Schilling2016-09-291-11/+74
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * Remove notifications upon user deletionJoas Schilling2016-09-291-0/+4
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Merge pull request #1580 from nextcloud/downstream-26243Lukas Reschke2016-09-291-0/+1
|\ \ | | | | | | Unset user PHOTO before setting new one in OCA\DAV\CardDAV\Converter:…
| * | Unset user PHOTO before setting new one in ↵Olivier Mehani2016-09-291-0/+1
| |/ | | | | | | | | | | | | OCA\DAV\CardDAV\Converter::updateCard (#26243) Signed-off-by: Olivier Mehani <shtrom@ssji.net> #26242
* | Merge pull request #1577 from nextcloud/add_alias_descriptionMorris Jobke2016-09-291-5/+7
|\ \ | | | | | | add alias description
| * | add alias descriptionAndreas Hechenberger2016-09-291-5/+7
| |/ | | | | | | Signed-off-by: Andreas Hechenberger <world@greenstation.de>
* | Merge pull request #1476 from nextcloud/autocomplete-for-occ-app-commandsMorris Jobke2016-09-2929-35/+557
|\ \ | |/ |/| Autocomplete for occ app commands
| * Do not break the output when running _completionJoas Schilling2016-09-291-5/+9
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * Update autoloader mapJoas Schilling2016-09-292-0/+6
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * Autocomplete for l10n:* and twofactorauth:*Joas Schilling2016-09-294-11/+99
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * Add autocomplete for db:* and log:*Joas Schilling2016-09-295-9/+120
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * Add autocomplete for config:*Joas Schilling2016-09-2911-7/+185
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * Full support for autocomplete of app:*Joas Schilling2016-09-295-3/+117
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * Register the auto completion basicJoas Schilling2016-09-292-1/+22
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * Update 3rdpartyJoas Schilling2016-09-291-0/+0
|/ | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Merge pull request #1567 from nextcloud/inject-http-serviceLukas Reschke2016-09-293-3/+24
|\ | | | | Inject IHTTPClientService
| * Inject IHTTPClientServiceLukas Reschke2016-09-293-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 transifexNextcloud bot2016-09-2978-120/+180
| |
* | Merge pull request #1565 from nextcloud/mock-http-serviceLukas Reschke2016-09-291-2/+21
|\ \ | |/ |/| Mock HTTPClientService
| * Mock HTTPClientServiceLukas Reschke2016-09-291-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-translationLukas Reschke2016-09-281-1/+1
|\ | | | | Fix comment count tooltip
| * Fix comment count tooltipJoas Schilling2016-09-281-1/+1
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Merge pull request #1534 from nextcloud/svg-optimizationLukas Reschke2016-09-28171-1421/+171
|\ \ | | | | | | Svgo optimization
| * | Svgo optimizationskjnldsv2016-09-27171-1421/+171
| | | | | | | | | | | | Signed-off-by: John Molakvoæ <fremulon@protonmail.com>
* | | Merge pull request #1513 from nextcloud/fix-etag-on-moveMorris Jobke2016-09-283-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üller2016-09-283-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-usersMorris Jobke2016-09-284-16/+152
|\ \ \ \ | |/ / / |/| | | Delete calendars with their users
| * | | Rename deleteAllSharesForUser() to deleteAllSharesByUser()Thomas Citharel2016-09-283-3/+3
| | | | | | | | | | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
| * | | Add IL10N to unit testLukas Reschke2016-09-271-0/+15
| | | | | | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
| * | | fix deletion of calendarsThomas Citharel2016-09-273-6/+55
| | | | | | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
| * | | delete shares to an userThomas Citharel2016-09-274-0/+20
| | | | | | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
| * | | Adjust delete logic and ann unit testsThomas Müller2016-09-272-35/+66
| | | | | | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
| * | | delete also addressbooks on user deletionThomas Citharel2016-09-271-0/+9
| | | | | | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
| * | | delete calendars when users are deletedThomas Citharel2016-09-271-1/+13
| | | | | | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | | | Merge pull request #1561 from nextcloud/codecovLukas Reschke2016-09-283-1/+28
|\ \ \ \ | | | | | | | | | | Add codecov
| * | | | Add codecovLukas Reschke2016-09-283-1/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allows coverage tracking using codecov Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | | | | Merge pull request #1512 from nextcloud/share-alttextMorris Jobke2016-09-282-1/+2
|\ \ \ \ \ | |/ / / / |/| | | | Display "Share" alt text for share action icon (#26158)
| * | | | Display "Share" alt text for share action icon (#26158)Vincent Petry2016-09-262-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-simulationMorris Jobke2016-09-285-163/+47
|\ \ \ \ \ | | | | | | | | | | | | Kill update simulation
| * | | | | Remove unused and undefined use statementLukas Reschke2016-09-271-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>