summaryrefslogtreecommitdiffstats
path: root/apps/dav/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #6901 from nextcloud/bugfix/4014/catch_parsing_errorMorris Jobke2017-11-273-3/+32
|\
| * catch errors when parsing calendar data for calendar query requestsGeorg Ehrke2017-11-273-3/+32
* | Merge pull request #7308 from nextcloud/do-not-log-InvalidSyncTokenMorris Jobke2017-11-271-0/+3
|\ \
| * | Log InvalidSyncToken on DAV in debug levelMorris Jobke2017-11-271-0/+3
| |/
* / Log NotImplementedException on DAV in debug levelMorris Jobke2017-11-271-0/+4
|/
* Merge pull request #7047 from nextcloud/add-support-for-files-with-no-permiss...Björn Schießle2017-11-201-0/+3
|\
| * Return whether the file is readable or not in the DAV permissionsDaniel Calviño Sánchez2017-11-021-0/+3
* | Merge pull request #7152 from nextcloud/bugfix/noid/adjust_calendarobject_siz...Morris Jobke2017-11-171-0/+16
|\ \
| * | remove cached size from shared calendar objectsGeorg Ehrke2017-11-121-0/+16
* | | Merge pull request #7193 from nextcloud/bugfix/noid/invitation-email-refinementsMorris Jobke2017-11-161-4/+6
|\ \ \
| * | | refine invitation emailGeorg Ehrke2017-11-161-4/+6
* | | | Merge pull request #6840 from nextcloud/feature/5282/calendar_apiMorris Jobke2017-11-164-3/+375
|\ \ \ \ | |/ / / |/| | |
| * | | add option to filter CalendarAPI by componenttypeGeorg Ehrke2017-11-091-2/+8
| * | | integrate Dav app with Calendar APIGeorg Ehrke2017-11-094-3/+369
| |/ /
* / / show name of organizer in from name of invitation emailGeorg Ehrke2017-11-141-1/+11
|/ /
* | Merge pull request #7042 from nextcloud/bugfix/noid/ensure_unique_uid_for_cal...Lukas Reschke2017-11-071-0/+14
|\ \
| * | ensure uid for calendar objects is uniqueGeorg Ehrke2017-11-061-0/+14
| |/
* | Merge pull request #7075 from nextcloud/remove-unused-variablesRoeland Jago Douma2017-11-071-1/+1
|\ \
| * | Remove unused variablesMorris Jobke2017-11-061-1/+1
| |/
* | Change @georgehrke's emailMorris Jobke2017-11-0632-28/+32
* | Update license headersMorris Jobke2017-11-0691-119/+346
* | fancify invitation emailsGeorg Ehrke2017-11-031-28/+174
* | Correctly use the email templatingJoas Schilling2017-11-031-80/+47
* | Language depending datesJoas Schilling2017-11-031-5/+2
* | Fix phpStorm complaintsJoas Schilling2017-11-032-43/+54
* | DAV: Initial email customization supportLeon Klingele2017-11-032-14/+159
|/
* Merge pull request #6849 from nextcloud/fix-missing-translation-of-personal-c...blizzz2017-10-315-30/+188
|\
| * Add a doc why this should not be removedJoas Schilling2017-10-233-3/+15
| * Fix missing translation of "Personal" calendar in activitiesJoas Schilling2017-10-165-30/+176
* | remove reminders from read-only shared calendarsGeorg Ehrke2017-10-221-11/+41
* | Merge pull request #6811 from nextcloud/feature/noid/disable_caldav_invitationsJoas Schilling2017-10-192-1/+72
|\ \
| * | Make it possible to opt out of IMip Plugin for CalDAVGeorg Ehrke2017-10-161-1/+4
| * | add admin settings panel for dav appGeorg Ehrke2017-10-161-0/+68
* | | Dav: codestyle fixes in PluginManagerJulius Härtl2017-10-141-8/+8
* | | Let apps register Sabre plugins or collectionsVincent Petry2017-10-142-2/+184
| |/ |/|
* | Use ::class to avoid errorsJoas Schilling2017-10-131-6/+12
* | Fix class name, regression from 44cf67accdc294f46bf82b3f8661f353dc5e22f0Joas Schilling2017-10-131-1/+1
* | Check if the user/group exists for dav sharesJoas Schilling2017-10-055-14/+41
|/
* Fix copy paste errorsJoas Schilling2017-09-291-3/+3
* Restore the sequencial orderJoas Schilling2017-09-291-1/+1
* Migrate ids to bigint in the dav appJoas Schilling2017-09-291-0/+35
* Merge pull request #6633 from nextcloud/dav-remove-like-when-not-neededJoas Schilling2017-09-251-1/+5
|\
| * Don't add a LIKE condition when it's not neededThomas Citharel2017-09-251-1/+5
* | Add indexes to cards and cards_properties tablesRoeland Jago Douma2017-09-251-0/+50
|/
* Fix unsigned stateJoas Schilling2017-09-191-0/+36
* Fix migration namingJoas Schilling2017-09-191-4/+4
* Move DAV app to migrationsRoeland Jago Douma2017-09-181-0/+480
* Fix quota calculation on new dav upload endpointRoeland Jago Douma2017-09-133-18/+80
* Merge pull request #5304 from nextcloud/bugfix/2855/dont_send_invitations_for...Morris Jobke2017-09-062-2/+69
|\
| * Sabre/VObject returns DateTimeImmutable, not a simple DateTimeGeorg Ehrke2017-09-051-2/+4