summaryrefslogtreecommitdiffstats
path: root/apps/dav/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #8335 from nextcloud/remove-unused-importMorris Jobke2018-02-1417-23/+0
|\
| * Remove unused import statementsMorris Jobke2018-02-1417-23/+0
* | Simplify return statementMorris Jobke2018-02-133-7/+3
|/
* Merge pull request #8023 from nextcloud/webdavsearch_limit_order_fixingMorris Jobke2018-02-081-38/+117
|\
| * CacheJail should apply limit and offset after searchingRoeland Jago Douma2018-02-071-1/+1
| * Adjust to updated searchdav libraryRobin Appelman2018-02-071-67/+51
| * Respect limit and order in webdav searchRoeland Jago Douma2018-02-071-3/+98
* | keep previous exception when transforming to dav exceptionRobin Appelman2018-02-072-5/+6
|/
* Only handle encrypted property on foldersRoeland Jago Douma2018-01-301-4/+4
* Use ::class statement instead of stringMorris Jobke2018-01-295-6/+9
* Remove unneeded semicolon and parenthesesMorris Jobke2018-01-262-2/+2
* Merge pull request #8071 from nextcloud/remove-silly-codeMorris Jobke2018-01-261-2/+1
|\
| * Cleanup unused codeMorris Jobke2018-01-261-2/+1
* | Merge pull request #7707 from nextcloud/bugfix/noid/birthdaycalendar-differen...Morris Jobke2018-01-261-3/+4
|\ \ | |/ |/|
| * generate different UIDs for Birthday, Anniversary and Death eventGeorg Ehrke2018-01-041-3/+4
* | Use type casting instead of *val() methodMorris Jobke2018-01-265-7/+7
* | Merge pull request #8063 from nextcloud/inline-valueJoas Schilling2018-01-262-4/+2
|\ \
| * | Return value immediately instead of assigning to a one-time variableMorris Jobke2018-01-262-4/+2
* | | Merge pull request #8052 from nextcloud/fix-array-methodsRoeland Jago Douma2018-01-261-1/+1
|\ \ \
| * | | Fix array method usages with a proper callMorris Jobke2018-01-251-1/+1
| |/ /
* / / Remove useless return statementsMorris Jobke2018-01-251-2/+0
|/ /
* | Merge pull request #7354 from nextcloud/refacor-update-page-printblizzz2018-01-221-1/+2
|\ \
| * | Refactor method to check if update is neededMorris Jobke2017-11-301-1/+2
* | | Merge pull request #7909 from nextcloud/fix-migration-type-hintsMorris Jobke2018-01-174-15/+12
|\ \ \
| * | | Fix the type hints of migrations and correctly inject the wrapped schema into...Joas Schilling2018-01-174-15/+12
* | | | Fix avatarHomeRoeland Jago Douma2018-01-161-1/+1
|/ / /
* | | Make sure the arrays are arraysJoas Schilling2018-01-121-3/+3
* | | Return proper principal on the uploads collection listingRoeland Jago Douma2018-01-101-1/+2
| |/ |/|
* | Merge pull request #7533 from nextcloud/oc-28545-handle-oc-total-length-in-ne...Morris Jobke2018-01-035-62/+126
|\ \
| * | Handle OC-Total-Length in new chunkingThomas Müller2017-12-155-62/+126
* | | Do not log user errors as log level 4Morris Jobke2018-01-031-0/+4
* | | Do no run SyncJob in cronRoeland Jago Douma2018-01-021-42/+0
|/ /
* | Fix unit tests for CalendarManagerMorris Jobke2017-12-121-2/+8
* | Merge pull request #6884 from nextcloud/feature/3003/opt_out_of_birthday_cale...Morris Jobke2017-12-1212-10/+487
|\ \
| * | generate birthday calendars in a background job after admin enabled themGeorg Ehrke2017-11-113-3/+123
| * | create a user's birthday calendar right after they requested itGeorg Ehrke2017-11-112-2/+13
| * | respect admin / user choice about birthday calendars in corresponding hooksGeorg Ehrke2017-11-111-2/+50
| * | disallow users to create calendars with reserved namesGeorg Ehrke2017-11-111-0/+15
| * | adapt occ 'dav:sync-birthday-calendar commandGeorg Ehrke2017-11-111-1/+33
| * | add CalDAV interface that allows users to re-enable their birthday calendarGeorg Ehrke2017-11-112-0/+133
| * | remember when a user deleted their contact birthdays calendarGeorg Ehrke2017-11-104-7/+43
| * | Add admin checkbox to disable birthday calendarsGeorg Ehrke2017-11-092-0/+82
* | | Make ContactsStore a public APITobia De Koninck2017-12-112-0/+18
* | | Merge pull request #6590 from nextcloud/dav-create-activities-for-publishingMorris Jobke2017-12-114-0/+38
|\ \ \
| * | | Update wordingMorris Jobke2017-12-111-2/+2
| * | | Create activities for (un)publishing calendar eventsThomas Citharel2017-12-114-0/+38
* | | | Principal search: Take sharing settings into accountGeorg Ehrke2017-12-113-22/+96
* | | | exclude shared calendars from freeBusyGeorg Ehrke2017-12-111-1/+1
* | | | Fix functions to search for principals in the backend.Christoph Seitz2017-12-114-6/+157
|/ / /
* | | Merge pull request #7342 from nextcloud/fix_carddav_converterblizzz2017-12-111-2/+5
|\ \ \