summaryrefslogtreecommitdiffstats
path: root/apps/dav/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #10068 from nextcloud/feature/1434/provisioning_profiles_f...Morris Jobke2019-01-314-1/+379
|\
| * Fix theming defaults injection if theming app is disabledMorris Jobke2019-01-311-5/+3
| * Add Apple Provisioning profileGeorg Ehrke2019-01-304-1/+381
* | Use proper mime type for icoDaniel Kesselberg2019-01-281-1/+1
* | Add ico as avatarDaniel Kesselberg2019-01-281-32/+32
* | Merge pull request #5881 from nextcloud/command-move-calendarMorris Jobke2019-01-283-0/+310
|\ \
| * | Handle moving calendar to an user who already has the shareThomas Citharel2019-01-162-19/+42
| * | Don't check group shares if shareWithGroupMembersOnly is falseThomas Citharel2019-01-161-8/+11
| * | add list-calendars commandGeorg Ehrke2019-01-163-57/+136
| * | Add command to move a calendar from an user to anotherThomas Citharel2019-01-162-0/+205
* | | Allow access to addressbook unique uriJohn Molakvoæ (skjnldsv)2019-01-221-0/+9
* | | Merge pull request #13511 from nextcloud/bugfix/noid/remove-orphan-event-and-...Morris Jobke2019-01-161-0/+94
|\ \ \ | |/ / |/| |
| * | Remove orphan event and contacts dataJoas Schilling2019-01-111-0/+94
| |/
* / Principals can be principal/user/<name> or principal/<name> from legacy installsJoas Schilling2019-01-141-1/+1
|/
* Check for no longer existing calendarsRoeland Jago Douma2019-01-111-0/+8
* Prevent php info about missing index for old eventsJoas Schilling2019-01-091-1/+1
* Merge pull request #13430 from nextcloud/bugfix/13331/respect-classification-...Roeland Jago Douma2019-01-093-3/+144
|\
| * Add a repair step to remove sensitive event activityJoas Schilling2019-01-081-0/+124
| * Correctly handle the classification of events in the activity streamJoas Schilling2019-01-082-3/+20
* | Merge pull request #12227 from nextcloud/bugfix/cleanu_upload_foldersMorris Jobke2019-01-077-22/+283
|\ \ | |/ |/|
| * Add live repair step to cleanup old chunksRoeland Jago Douma2019-01-041-0/+95
| * Background job to cleanup leftover chunked uploadsRoeland Jago Douma2019-01-046-22/+188
* | Merge pull request #13117 from nextcloud/vcard-avatar-fixesRoeland Jago Douma2019-01-043-16/+32
|\ \
| * | Update apps/dav/lib/CardDAV/PhotoCache.php Morris Jobke2019-01-041-1/+1
| * | Log failure on parsingJohn Molakvoæ (skjnldsv)2019-01-044-14/+24
| * | Allow URI as data for vcard PHOTOJohn Molakvoæ (skjnldsv)2019-01-042-4/+10
| |/
* / check anonymous OPTIONS requests file in root (not in subdir)Bastien Durel2019-01-041-1/+8
|/
* Merge pull request #12693 from nextcloud/fix/11474/fix-first-ldap-loginblizzz2018-12-172-2/+4
|\
| * be careful with mixed return values even if it may look unsuspicious…Arthur Schiwon2018-11-272-2/+4
* | If the parent is not cached we should request the fileRoeland Jago Douma2018-12-061-3/+3
* | Merge pull request #12814 from nextcloud/fix/9058/no_user_enumartion_if_disabledRoeland Jago Douma2018-12-052-1/+59
|\ \
| * | No DAV user enumeration if disabledRoeland Jago Douma2018-12-042-1/+59
* | | Merge pull request #12624 from nextcloud/bugfix/noid/validate-all-rich-objectsMorris Jobke2018-12-041-1/+1
|\ \ \ | |/ / |/| |
| * | Fix wrong used typeJoas Schilling2018-11-231-1/+1
* | | Merge pull request #12813 from nextcloud/fix/system_address_bookMorris Jobke2018-12-041-7/+8
|\ \ \
| * | | Fix the system address bookRoeland Jago Douma2018-12-041-7/+8
| | |/ | |/|
* / | Only run the AnonymousOptionsPlugion on Anonymous requestsRoeland Jago Douma2018-12-041-1/+1
|/ /
* / extend anonymous options to work on every dav urlRobin Appelman2018-11-231-1/+1
|/
* forward object not found error in switch as dav 404Robin Appelman2018-11-191-0/+4
* Merge pull request #12458 from nextcloud/bugfix/dav_shares_hickupMorris Jobke2018-11-152-14/+18
|\
| * fixes dav share issue with ownerGeorg Ehrke2018-11-142-14/+18
* | Merge pull request #12447 from nextcloud/bugfix/12446/fix-oracle-install-againMorris Jobke2018-11-152-1/+60
|\ \
| * | Shorten index name of calendar changes tableJoas Schilling2018-11-142-1/+60
| |/
* / Load apps that have a dav type set before the dav server pluginsJulius Härtl2018-11-141-3/+0
|/
* Merge pull request #12275 from nextcloud/bugfix/11975/oracle_calendar_subscri...Morris Jobke2018-11-134-8/+211
|\
| * Fix Calendarsubscriptions source column change on OracleGeorg Ehrke2018-11-134-8/+211
* | Merge pull request #11942 from nextcloud/techdebt/noid/use-count-functionMorris Jobke2018-11-122-3/+3
|\ \ | |/ |/|
| * Use the defined func()->count() instead of manual countingJoas Schilling2018-11-082-3/+3
* | Fix displayName return of dav groups requestJohn Molakvoæ (skjnldsv)2018-11-101-10/+6
|/
* cache webcal calendars on serverGeorg Ehrke2018-11-079-116/+1405