aboutsummaryrefslogtreecommitdiffstats
path: root/apps/dav
Commit message (Expand)AuthorAgeFilesLines
...
* | | Use paginated search for contactsJulius Härtl2020-04-232-0/+8
* | | Merge pull request #20576 from nextcloud/fix/dav/oc-etagRoeland Jago Douma2020-04-221-1/+1
|\ \ \
| * | | Make sure that OC-ETag is set againRoeland Jago Douma2020-04-211-1/+1
| |/ /
* / / Fix usages of afterMethod -> afterMethod:*Georg Ehrke2020-04-212-2/+2
|/ /
* | [tx-robot] updated from transifexNextcloud bot2020-04-202-2/+2
* | Merge pull request #19901 from nextcloud/bugfix/noid/vcard-photo-handlingRoeland Jago Douma2020-04-173-27/+89
|\ \
| * | Update Contact Size after removing photoGeorg Ehrke2020-04-151-6/+38
| * | Don't populate the PHOTO property when it's not an imageJoas Schilling2020-04-152-3/+31
| * | Always transform the etag and read the dataJoas Schilling2020-04-152-12/+14
| * | Use table variable everywhereJoas Schilling2020-04-151-7/+7
* | | Update list of multiple propertiesJohn Molakvoæ (skjnldsv)2020-04-172-15/+87
* | | DAV's exception logger should deal with any ThrowableArthur Schiwon2020-04-151-1/+1
|/ /
* | Merge pull request #20138 from nextcloud/bugfix/noid/make-remote-checking-mor...Joas Schilling2020-04-152-43/+65
|\ \
| * | Fix unit testsJoas Schilling2020-04-151-5/+50
| * | Check all remotes for local accessJoas Schilling2020-04-141-38/+15
* | | Merge pull request #19351 from nextcloud/dav-upload-hashRoeland Jago Douma2020-04-151-9/+22
|\ \ \ | |/ / |/| |
| * | dont set headers for cliRobin Appelman2020-04-131-1/+3
| * | Return hashes of uploaded content for dav uploadsRobin Appelman2020-04-131-8/+19
* | | Verify that destination is not a directory.Daniel Kesselberg2020-04-142-4/+54
* | | Only delete the default calendar setting when the default calendarThomas Citharel2020-04-131-1/+4
* | | Provide dav setting for user's default calendarThomas Citharel2020-04-136-15/+265
|/ /
* | [tx-robot] updated from transifexNextcloud bot2020-04-132-2/+34
* | [tx-robot] updated from transifexNextcloud bot2020-04-122-0/+10
* | Merge pull request #20426 from nextcloud/techdebt/psr2John Molakvoæ2020-04-11101-359/+359
|\ \
| * | Format code according to PSR2Christoph Wurst2020-04-103-3/+3
| * | Add visibility to all constantsChristoph Wurst2020-04-1046-146/+146
| * | Add visibility to all methods and position of static keywordChristoph Wurst2020-04-1071-210/+210
* | | [tx-robot] updated from transifexNextcloud bot2020-04-112-0/+16
|/ /
* | Format control structures, classes, methods and functionChristoph Wurst2020-04-10204-681/+377
* | Use elseif instead of else ifChristoph Wurst2020-04-1017-55/+55
* | Merge pull request #20391 from nextcloud/refactor/spaces-cleanupChristoph Wurst2020-04-0915-29/+29
|\ \
| * | Remove space between switch case and colonChristoph Wurst2020-04-095-15/+15
| * | Remove trailing whitespaces from commentsChristoph Wurst2020-04-091-1/+1
| * | Remove trailing and in between spacesChristoph Wurst2020-04-096-10/+10
| * | Remove spaces after method or function callChristoph Wurst2020-04-093-3/+3
* | | Merge pull request #20384 from nextcloud/techdebt/lowercase-keywordsChristoph Wurst2020-04-092-2/+2
|\ \ \ | |/ / |/| |
| * | Use php keywords in lowercaseChristoph Wurst2020-04-092-2/+2
* | | Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-0977-178/+178
|/ /
* | Use exactly one empty line after the namespace declarationChristoph Wurst2020-04-0932-27/+6
* | Fix (array) indent style to always use one tabChristoph Wurst2020-04-0928-331/+331
* | Fix multiline commentsChristoph Wurst2020-04-082-6/+6
* | Merge pull request #20188 from nextcloud/bug/19662/add-default-title-for-even...Roeland Jago Douma2020-04-072-6/+53
|\ \
| * | Add default titles for titleless events in invitationsThomas Citharel2020-04-032-6/+53
* | | Merge pull request #19761 from nextcloud/bugfix/19658/add_missing_index_to_or...Roeland Jago Douma2020-04-062-0/+2
|\ \ \
| * | | Create Mount IDs as BigInt by defaultGeorg Ehrke2020-03-032-1/+1
| * | | Add indices to original DAV migrationGeorg Ehrke2020-03-031-0/+2
* | | | Merge pull request #20139 from nextcloud/unify-default-value-for-restricting-...Roeland Jago Douma2020-04-041-1/+1
|\ \ \ \
| * | | | Unify default value for restricting user enumeration with settingsDaniel Calviño Sánchez2020-03-241-1/+1
* | | | | Catch NoUserException when running the upload cleanup as cronjobJulius Härtl2020-04-031-1/+2
* | | | | [tx-robot] updated from transifexNextcloud bot2020-04-034-16/+22
| |_|/ / |/| | |