| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #1582 from nextcloud/make-comments-100-tested | Lukas Reschke | 2016-09-30 | 1 | -0/+4 |
|\ |
|
| * | Add test for setTopmostParentId and getTopmostParentId | Lukas Reschke | 2016-09-29 | 1 | -0/+4 |
* | | Merge pull request #1558 from nextcloud/remove-notifications-upon-user-deletion | Morris Jobke | 2016-09-30 | 2 | -15/+83 |
|\ \
| |/
|/| |
|
| * | Only trigger postDelete hooks when the user was deleted... | Joas Schilling | 2016-09-29 | 2 | -7/+8 |
| * | Make sure that comments, notifications and preferences are deleted | Joas Schilling | 2016-09-29 | 1 | -11/+74 |
| * | Remove notifications upon user deletion | Joas Schilling | 2016-09-29 | 1 | -0/+4 |
* | | Merge pull request #1580 from nextcloud/downstream-26243 | Lukas Reschke | 2016-09-29 | 1 | -0/+1 |
|\ \ |
|
| * | | Unset user PHOTO before setting new one in OCA\DAV\CardDAV\Converter::updateC... | Olivier Mehani | 2016-09-29 | 1 | -0/+1 |
| |/ |
|
* | | Merge pull request #1577 from nextcloud/add_alias_description | Morris Jobke | 2016-09-29 | 1 | -5/+7 |
|\ \ |
|
| * | | add alias description | Andreas Hechenberger | 2016-09-29 | 1 | -5/+7 |
| |/ |
|
* | | Merge pull request #1476 from nextcloud/autocomplete-for-occ-app-commands | Morris Jobke | 2016-09-29 | 29 | -35/+557 |
|\ \
| |/
|/| |
|
| * | Do not break the output when running _completion | Joas Schilling | 2016-09-29 | 1 | -5/+9 |
| * | Update autoloader map | Joas Schilling | 2016-09-29 | 2 | -0/+6 |
| * | Autocomplete for l10n:* and twofactorauth:* | Joas Schilling | 2016-09-29 | 4 | -11/+99 |
| * | Add autocomplete for db:* and log:* | Joas Schilling | 2016-09-29 | 5 | -9/+120 |
| * | Add autocomplete for config:* | Joas Schilling | 2016-09-29 | 11 | -7/+185 |
| * | Full support for autocomplete of app:* | Joas Schilling | 2016-09-29 | 5 | -3/+117 |
| * | Register the auto completion basic | Joas Schilling | 2016-09-29 | 2 | -1/+22 |
| * | Update 3rdparty | Joas Schilling | 2016-09-29 | 1 | -0/+0 |
|/ |
|
* | Merge pull request #1567 from nextcloud/inject-http-service | Lukas Reschke | 2016-09-29 | 3 | -3/+24 |
|\ |
|
| * | Inject IHTTPClientService | Lukas Reschke | 2016-09-29 | 3 | -3/+24 |
* | | [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 | Lukas Reschke | 2016-09-29 | 1 | -2/+21 |
|/ |
|
* | Merge pull request #1553 from nextcloud/fix-comment-count-translation | Lukas Reschke | 2016-09-28 | 1 | -1/+1 |
|\ |
|
| * | Fix comment count tooltip | Joas Schilling | 2016-09-28 | 1 | -1/+1 |
* | | Merge pull request #1534 from nextcloud/svg-optimization | Lukas Reschke | 2016-09-28 | 171 | -1421/+171 |
|\ \ |
|
| * | | Svgo optimization | skjnldsv | 2016-09-27 | 171 | -1421/+171 |
* | | | 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) | Thomas Müller | 2016-09-28 | 3 | -11/+69 |
* | | | | Merge pull request #1545 from nextcloud/delete-calendars-with-their-users | Morris Jobke | 2016-09-28 | 4 | -16/+152 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | Rename deleteAllSharesForUser() to deleteAllSharesByUser() | Thomas Citharel | 2016-09-28 | 3 | -3/+3 |
| * | | | Add IL10N to unit test | Lukas Reschke | 2016-09-27 | 1 | -0/+15 |
| * | | | fix deletion of calendars | Thomas Citharel | 2016-09-27 | 3 | -6/+55 |
| * | | | delete shares to an user | Thomas Citharel | 2016-09-27 | 4 | -0/+20 |
| * | | | Adjust delete logic and ann unit tests | Thomas Müller | 2016-09-27 | 2 | -35/+66 |
| * | | | delete also addressbooks on user deletion | Thomas Citharel | 2016-09-27 | 1 | -0/+9 |
| * | | | delete calendars when users are deleted | Thomas Citharel | 2016-09-27 | 1 | -1/+13 |
* | | | | Merge pull request #1561 from nextcloud/codecov | Lukas Reschke | 2016-09-28 | 3 | -1/+28 |
|\ \ \ \ |
|
| * | | | | Add codecov | Lukas Reschke | 2016-09-28 | 3 | -1/+28 |
* | | | | | 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) | Vincent Petry | 2016-09-26 | 2 | -1/+2 |
* | | | | | Merge pull request #1549 from nextcloud/kill-update-simulation | Morris Jobke | 2016-09-28 | 5 | -163/+47 |
|\ \ \ \ \ |
|
| * | | | | | Remove unused and undefined use statement | Lukas Reschke | 2016-09-27 | 1 | -1/+1 |
| * | | | | | Kill update simulation | Vincent Petry | 2016-09-27 | 5 | -162/+46 |
| | |/ / /
| |/| | | |
|
* | | | | | 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 | Lukas Reschke | 2016-09-28 | 2 | -2/+2 |
|/ / / / / |
|
* | | | | | 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 | John Molakvoæ | 2016-09-27 | 1 | -3/+1 |
| | |_|/ /
| |/| | | |
|
* | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2016-09-28 | 32 | -12/+394 |