summaryrefslogtreecommitdiffstats
path: root/apps/dav
Commit message (Expand)AuthorAgeFilesLines
* Add all parameters to returnValueMapJulius Härtl2018-01-311-2/+2
* Merge pull request #8111 from nextcloud/only_encrypted_prop_on_foldersRoeland Jago Douma2018-01-301-4/+4
|\
| * Only handle encrypted property on foldersRoeland Jago Douma2018-01-301-4/+4
* | [tx-robot] updated from transifexNextcloud bot2018-01-302-2/+6
|/
* Use ::class statement instead of stringMorris Jobke2018-01-295-6/+9
* [tx-robot] updated from transifexNextcloud bot2018-01-292-0/+6
* 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-262-4/+5
|\ \ | |/ |/|
| * generate different UIDs for Birthday, Anniversary and Death eventGeorg Ehrke2018-01-042-4/+5
* | 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
| |/ /
* | | Merge pull request #8058 from nextcloud/useless-returnRoeland Jago Douma2018-01-261-2/+0
|\ \ \
| * | | Remove useless return statementsMorris Jobke2018-01-251-2/+0
| |/ /
* / / [tx-robot] updated from transifexNextcloud bot2018-01-262-2/+18
|/ /
* | Fix risky tests without assertionsJoas Schilling2018-01-256-6/+8
* | Fix "Undefined method setExpectedException()"Joas Schilling2018-01-244-6/+8
* | Require PHPUnit 6.5 or higherJoas Schilling2018-01-242-5/+2
* | 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
* | | | Merge pull request #7847 from nextcloud/avatarmanager_strictRoeland Jago Douma2018-01-172-11/+8
|\ \ \ \ | |/ / / |/| | |
| * | | Fix avatarHomeRoeland Jago Douma2018-01-162-11/+8
* | | | [tx-robot] updated from transifexNextcloud bot2018-01-172-0/+4
* | | | [tx-robot] updated from transifexNextcloud bot2018-01-152-2/+26
|/ / /
* | | Bump appsRoeland Jago Douma2018-01-141-2/+2
* | | Update composerMorris Jobke2018-01-122-10/+14
* | | 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
* | | Composer updatedRoeland Jago Douma2018-01-042-16/+12
| |/ |/|
* | [tx-robot] updated from transifexNextcloud bot2018-01-0468-136/+672
* | Merge pull request #7533 from nextcloud/oc-28545-handle-oc-total-length-in-ne...Morris Jobke2018-01-0311-120/+302
|\ \
| * | Handle OC-Total-Length in new chunkingThomas Müller2017-12-1511-120/+302
* | | Do not log user errors as log level 4Morris Jobke2018-01-031-0/+4
* | | Do no run SyncJob in cronRoeland Jago Douma2018-01-024-48/+1
|/ /
* | Use proper authorative-autoloader for app autoloadersRoeland Jago Douma2017-12-142-11/+2
* | fix dav unit testsBjoern Schiessle2017-12-121-3/+3
* | Fix unit tests for CalendarManagerMorris Jobke2017-12-122-3/+14
* | Merge pull request #6884 from nextcloud/feature/3003/opt_out_of_birthday_cale...Morris Jobke2017-12-1226-35/+1204
|\ \
| * | generate birthday calendars in a background job after admin enabled themGeorg Ehrke2017-11-117-4/+277
| * | create a user's birthday calendar right after they requested itGeorg Ehrke2017-11-113-4/+30
| * | update autoloadersGeorg Ehrke2017-11-112-0/+4
| * | respect admin / user choice about birthday calendars in corresponding hooksGeorg Ehrke2017-11-112-7/+160
| * | disallow users to create calendars with reserved namesGeorg Ehrke2017-11-112-0/+96
| * | adapt occ 'dav:sync-birthday-calendar commandGeorg Ehrke2017-11-111-1/+33