Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [tx-robot] updated from transifex | Nextcloud bot | 2016-10-10 | 6 | -0/+92 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2016-10-09 | 2 | -0/+32 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2016-10-08 | 26 | -0/+416 |
| | |||||
* | Merge pull request #1144 from nextcloud/translate-default-calendar | Morris Jobke | 2016-10-06 | 12 | -20/+91 |
|\ | | | | | translate default calendar & default address book displaynames & add … | ||||
| * | Add transifex config | Morris Jobke | 2016-10-06 | 1 | -0/+0 |
| | | |||||
| * | Fix unit tests | Joas Schilling | 2016-10-06 | 3 | -11/+24 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
| * | Translate the Contacts addressbook when it's default | Joas Schilling | 2016-10-06 | 6 | -6/+57 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
| * | Translate the personal calendar | Joas Schilling | 2016-10-06 | 3 | -3/+10 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | Merge pull request #1636 from nextcloud/downstream-26203-fix-synjob-class-name | Morris Jobke | 2016-10-06 | 1 | -1/+1 |
|\ \ | | | | | | | Fix SyncJob class name in info.xml | ||||
| * | | Fix SyncJob class name in info.xml | Joas Schilling | 2016-10-06 | 1 | -1/+1 |
| |/ | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | Merge pull request #1525 from nextcloud/newdav-tagsplugin | Joas Schilling | 2016-10-06 | 1 | -0/+6 |
|\ \ | |/ |/| | Newdav tagsplugin | ||||
| * | New dav endpoint register tags plugin | Vincent Petry | 2016-10-05 | 1 | -0/+6 |
| | | | | | | | | | | | | This makes it possible to retrieve and PROPPATCH the favorite info Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | | Merge pull request #1518 from nextcloud/dav-fileshome-directory-properties | Morris Jobke | 2016-10-06 | 5 | -107/+18 |
|\ \ | |/ |/| | FilesHome now also returns DAV properties | ||||
| * | FilesHome now also returns DAV properties | Vincent Petry | 2016-09-26 | 5 | -107/+18 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | The files home node must also return DAV properties like etag, permissions, etc for the clients to work like they did with the old endpoint. This fix makes FilesHome extend the Sabre Directory class, this makes the FilesPlugin and other plugins recognize it as a directory and will retrieve the matching properties when applicable. Downstream of https://github.com/owncloud/core/pull/26066 Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | | Unset user PHOTO before setting new one in ↵ | Olivier Mehani | 2016-09-29 | 1 | -0/+1 |
| | | | | | | | | | | | | | | OCA\DAV\CardDAV\Converter::updateCard (#26243) Signed-off-by: Olivier Mehani <shtrom@ssji.net> #26242 | ||||
* | | 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 #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 | ||||
| * | | Add new constructor args | Lukas Reschke | 2016-09-26 | 2 | -7/+18 |
| | | | |||||
| * | | Add missing constructor argument | Lukas Reschke | 2016-09-26 | 1 | -2/+2 |
| | | | |||||
| * | | Add test for PublicCalendarRoot | Thomas Citharel | 2016-09-26 | 1 | -0/+103 |
| | | | |||||
| * | | add calendarserver-sharing to the list of advertised features | Thomas Citharel | 2016-09-26 | 1 | -1/+1 |
| | | | |||||
| * | | use AllowedSharingModes for can-be-published & can-be-shared | Thomas Citharel | 2016-09-26 | 1 | -2/+3 |
| | | | |||||
| * | | fix can-be-published | Thomas Citharel | 2016-09-26 | 2 | -1/+5 |
| | | | |||||
| * | | add missing tests | Thomas Citharel | 2016-09-26 | 2 | -3/+18 |
| | | | |||||
| * | | add can-be-published property | Thomas Citharel | 2016-09-26 | 1 | -0/+4 |
| | | | |||||
| * | | add space between calendarname and owner name | Thomas Citharel | 2016-09-26 | 1 | -1/+1 |
| | | | |||||
| * | | fix getChild() | Thomas Citharel | 2016-09-26 | 1 | -1/+1 |
| | | | |||||
| * | | test serializer | Thomas Citharel | 2016-09-26 | 1 | -0/+56 |
| | | | |||||
| * | | Add publicuri to oc_dav_shares table and start working with it | Thomas Citharel | 2016-09-26 | 4 | -13/+67 |
| | | | |||||
| * | | fix some bracket positions | Thomas Citharel | 2016-09-26 | 1 | -14/+7 |
| | | | |||||
| * | | move getPublicCalendar inside the caldav backend | Thomas Citharel | 2016-09-26 | 2 | -11/+23 |
| | | | |||||
| * | | fix indent once and for all | Thomas Citharel | 2016-09-26 | 2 | -82/+83 |
| | | | |||||
| * | | fix things (indentation, tests, comments, backend custom implementation | Thomas Citharel | 2016-09-26 | 12 | -206/+281 |
| | | | |||||
| * | | fix unpublishing test | Thomas Citharel | 2016-09-26 | 1 | -1/+1 |
| | | | |||||
| * | | fix plugin test | Thomas Citharel | 2016-09-26 | 1 | -3/+15 |
| | | | |||||
| * | | a few tests | Thomas Citharel | 2016-09-26 | 2 | -0/+89 |
| | | |