aboutsummaryrefslogtreecommitdiffstats
path: root/apps/dav
Commit message (Collapse)AuthorAgeFilesLines
* Return explicit values instead of boolean from sabre (#26654)Sergio Bertolín2016-12-221-1/+5
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Merge pull request #2758 from nextcloud/only-one-dav-backendLukas Reschke2016-12-213-25/+28
|\ | | | | Register only one dav backend
| * Fix error when $view is null when being passed into some pluginsThomas Müller2016-12-192-24/+27
| | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
| * Fix "Call to a member function getUID() on null"Thomas Müller2016-12-191-0/+1
| | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
| * Allow registration of federated authThomas Müller2016-12-191-4/+3
| | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
| * Register only one dav auth backendThomas Citharel2016-12-191-4/+4
| | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | Merge pull request #2273 from nextcloud/fix_invalid_calendarLukas Reschke2016-12-205-0/+452
|\ \ | | | | | | Add DAV repair step to fix calendar data
| * | Add DAV repair step to fix calendar dataRoeland Jago Douma2016-11-245-0/+452
| | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | [tx-robot] updated from transifexNextcloud bot2016-12-202-0/+96
| |/ |/|
* | Fix TodoTestRoeland Jago Douma2016-12-161-3/+3
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Merge pull request #2625 from nextcloud/fix-todo-filterRoeland Jago Douma2016-12-161-1/+1
|\ \ | | | | | | Fix the Todos filter
| * | Fix the Todos filterJoas Schilling2016-12-121-1/+1
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Don't set Content-Disposition header if one already existsLukas Reschke2016-12-141-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | If a Content-Disposition header is already set by another plugin we don't need to set another one as this breaks clients. Fixes https://github.com/nextcloud/server/issues/1992 Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | | Update app versions and requirementsJoas Schilling2016-12-131-2/+2
|/ / | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Overwrite the schedule target calendar with the personal one and create it ↵Joas Schilling2016-12-092-0/+66
| | | | | | | | | | | | | | | | | | | | if missing Otherwise this leads to problems like events being added to the birthday calendar, if that one is the first calendar which was created for the user. See: https://github.com/nextcloud/server/pull/2274 Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Merge pull request #1934 from nextcloud/move-latly-used-tags-to-the-topMorris Jobke2016-12-051-1/+1
|\ \ | | | | | | Move lately used tags to the top
| * | First list tags the user used latelyJoas Schilling2016-11-071-1/+1
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | [tx-robot] updated from transifexNextcloud bot2016-12-044-70/+76
| | |
* | | [tx-robot] updated from transifexNextcloud bot2016-12-034-140/+134
| | |
* | | Merge pull request #2471 from nextcloud/harden_files_dropLukas Reschke2016-12-022-20/+189
|\ \ \ | | | | | | | | Harden files drop
| * | | Add unit testsRoeland Jago Douma2016-12-021-0/+179
| | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | Harden files dropRoeland Jago Douma2016-12-021-20/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Fail on MKCOL * Only take filename ignore directories * No need to parse query parameters Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | [tx-robot] updated from transifexNextcloud bot2016-12-024-140/+140
| | | |
* | | | Merge pull request #2432 from nextcloud/activity-mail-languageMorris Jobke2016-12-013-9/+26
|\ \ \ \ | |/ / / |/| | | Make sure the activity emails can be sent in the users language
| * | | Adjust all implementations in the server repoJoas Schilling2016-12-013-9/+26
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | Merge pull request #2371 from ↵Lukas Reschke2016-12-011-1/+2
|\ \ \ \ | |/ / / |/| | | | | | | | | | | nextcloud/issue-2369-add-share-indicator-for-mail-shares Add share indicator for mail shares
| * | | Also get infos about email sharesJoas Schilling2016-11-301-1/+2
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | [tx-robot] updated from transifexNextcloud bot2016-12-016-210/+210
| | | |
* | | | Add tests for the base providerJoas Schilling2016-11-302-1/+190
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | Move generic tests into namespaceJoas Schilling2016-11-302-4/+4
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | Deduplicate the provider codeJoas Schilling2016-11-304-171/+133
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | Add unit tests for ISetting instancesJoas Schilling2016-11-301-0/+121
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | Add tests for the filtersJoas Schilling2016-11-303-0/+278
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | Move event and todo parsing to new APIJoas Schilling2016-11-297-319/+387
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | Deduplicate icon assignmentJoas Schilling2016-11-291-18/+3
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | Move calendar activity parsing to new APIJoas Schilling2016-11-293-73/+288
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | Move CalDAV activity settings to new APIJoas Schilling2016-11-295-23/+303
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | Move CalDAV activity filters to new APIJoas Schilling2016-11-294-25/+193
|/ / / | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | / [tx-robot] updated from transifexNextcloud bot2016-11-264-0/+94
| |/ |/|
* | VCARDS don't hold binary dataRoeland Jago Douma2016-11-232-7/+41
| | | | | | | | | | | | | | | | * We need to base64 encode the avatar! * Switched to vcard v4 * User proper data uri Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Remove 9.1 migration steps in app dav (#25654)Thomas Müller2016-11-224-234/+0
| |
* | Merge pull request #2225 from nextcloud/fix_caldav_proppatch_requestsLukas Reschke2016-11-212-8/+19
|\ \ | | | | | | fix PropPatch requests on calendars
| * | fix PropPatch requests on calendarsGeorg Ehrke2016-11-212-8/+19
| | | | | | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* | | Remove debug codeLukas Reschke2016-11-211-4/+0
| | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | | update unit testsBjoern Schiessle2016-11-213-56/+145
| | | | | | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* | | update system address book if the user change the personal settingsBjoern Schiessle2016-11-214-94/+96
| | | | | | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* | | [tx-robot] updated from transifexNextcloud bot2016-11-214-0/+98
| | |
* | | Merge pull request #2173 from nextcloud/bugfix/2171/birthday-12-31-too-youngRobin Appelman2016-11-172-1/+6
|\ \ \ | |/ / |/| | BirthdayCalendar: fix issue with birthyear to high when birthday on Dec 31st
| * | BirthdayCalendar: fix issue with birthyear to high when birthday on Dec 31stGeorg Ehrke2016-11-172-1/+6
| | | | | | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* | | Hack to prevent warning for read-only wrapper in public linksVincent Petry2016-11-161-5/+3
|/ / | | | | | | | | | | | | | | | | | | | | Storage wrappers should normally always be registered inside a presetup hook. However in the public link scenario this is not possible and there is currently no good alternative with the current architecture. Instead of logging a warning every time, this fix prevents the warning to be shown but also adds a FIXME in the code for the future. This is ok because this app is already using private/internal APIs at the moment and should be reworked properly in the future.