summaryrefslogtreecommitdiffstats
path: root/apps/dav
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #20170 from nextcloud/techdebt/remove-unused-importsChristoph Wurst2020-03-2732-57/+0
|\ | | | | Remove unused imports
| * Remove unused importsChristoph Wurst2020-03-2532-57/+0
| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Use the short array syntax, everywhereChristoph Wurst2020-03-2633-254/+254
| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Merge pull request #20172 from nextcloud/techdebt/phpunit-short-returnChristoph Wurst2020-03-2658-854/+854
|\ \ | | | | | | Use the shorter phpunit syntax for mocked return values
| * | Use the shorter phpunit syntax for mocked return valuesChristoph Wurst2020-03-2558-854/+854
| |/ | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* / Use lowercase true, false and null constantsChristoph Wurst2020-03-252-2/+2
|/ | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Register an address book with recent contactsChristoph Wurst2020-03-251-5/+10
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Merge pull request #20145 from ↵blizzz2020-03-251-2/+2
|\ | | | | | | | | nextcloud/bugfix/noid/generated-avatars-and-nophoto-cache Fix generated avatars and nophoto cache files
| * Fix generated avatars and nophoto cache filesJoas Schilling2020-03-241-2/+2
| | | | | | | | | | | | | | | | Since nextcloud/server#19493 newFile() by default does not write the file anymore. Setting an empty string as content will make it write the file immediate, without having to call putContent() afterwards. Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Merge pull request #19986 from nextcloud/bugfix/19980/fix_uid_as_uriRoeland Jago Douma2020-03-252-6/+20
|\ \ | | | | | | RefreshWebcalService: randomly generate calendar-object uri
| * | RefreshWebcalService: randomly generate calendar-object uriGeorg Ehrke2020-03-162-6/+20
| | | | | | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* | | [tx-robot] updated from transifexNextcloud bot2020-03-252-0/+14
| |/ |/|
* | Merge pull request #18788 from nextcloud/fix/18782/translate-busy-in-caldavChristoph Wurst2020-03-244-10/+47
|\ \ | | | | | | Translate 'Busy' in CalDAV
| * | Translate 'Busy' in CalDAVGary Kim2020-02-234-10/+47
| | | | | | | | | | | | Signed-off-by: Gary Kim <gary@garykim.dev>
* | | [tx-robot] updated from transifexNextcloud bot2020-03-23114-400/+400
| | |
* | | Add check that DateTime parameters are of correct typeThomas Citharel2020-03-221-3/+4
| | | | | | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* | | Add extra test case to exclude by timerangeThomas Citharel2020-03-221-5/+4
| | | | | | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* | | Added test testSearchdartcafe2020-03-221-1/+3
| | | | | | | | | | | | Signed-off-by: dartcafe <github@dartcafe.de>
* | | fix OCA\DAV\CalDAV\CalDavBackend search $optionsdartcafe2020-03-221-2/+2
| | | | | | | | | | | | Signed-off-by: dartcafe <github@dartcafe.de>
* | | Merge pull request #20042 from nextcloud/fix/noid/styled-dav-browser-errorRoeland Jago Douma2020-03-222-36/+12
|\ \ \ | | | | | | | | fix dav browser error page not styled
| * | | use core templates for displaying dav errors in the browserArthur Schiwon2020-03-202-36/+9
| | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | fix dav browser error page not styledArthur Schiwon2020-03-192-3/+6
| | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | | Fix tests due to config adjustmentsJulius Härtl2020-03-201-16/+12
| | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | Return empty system addressbook since we cannot easily limit it to groupsJulius Härtl2020-03-201-1/+3
| | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | Limit enumeration in principal searchJulius Härtl2020-03-202-1/+150
|/ / / | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | Update autoloaders for composer v1.10.1Christoph Wurst2020-03-191-0/+3
| | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | [tx-robot] updated from transifexNextcloud bot2020-03-192-0/+4
| | |
* | | rebuild autoloaderRobin Appelman2020-03-182-2/+0
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | fix testsRobin Appelman2020-03-181-57/+2
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | remove the detour trough node and work with path directlyRobin Appelman2020-03-182-73/+8
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | use INode instead of Node for custom propertiesRobin Appelman2020-03-182-6/+20
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | handle long property paths to hasing paths >250 charsRobin Appelman2020-03-182-32/+77
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | remove unused codeRobin Appelman2020-03-181-53/+0
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | test custom properties backend against real databaseRobin Appelman2020-03-181-52/+87
| | | | | | | | | | | | | | | | | | test behaviour not implementation Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | merge the two almost identical custom property backendsRobin Appelman2020-03-185-376/+135
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | [tx-robot] updated from transifexNextcloud bot2020-03-182-0/+2
| | |
* | | [tx-robot] updated from transifexNextcloud bot2020-03-174-4/+52
| |/ |/|
* | Merge pull request #19704 from Nils160988/masterRoeland Jago Douma2020-03-092-5/+4
|\ \ | | | | | | Fix hostname in Apple configuration profile
| * | Fix testNils Wittenbrink2020-02-291-4/+3
| | | | | | | | | | | | Signed-off-by: Nils Wittenbrink <nilswittenbrink@web.de>
| * | Fix hostname given in Apple config fileNils Wittenbrink2020-02-281-1/+1
| | | | | | | | | | | | Signed-off-by: Nils Wittenbrink <nilswittenbrink@web.de>
* | | Merge pull request #19746 from nextcloud/locked-exception-forward-existingRoeland Jago Douma2020-03-091-1/+1
|\ \ \ | | | | | | | | pass the existing locks info when making locked exception with absolu…
| * | | pass the existing locks info when making locked exception with absolute pathsRobin Appelman2020-03-021-1/+1
| |/ / | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | Prevent creation of reserved address book nameChristoph Wurst2020-03-091-0/+11
| | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | Add address book pluginsChristoph Wurst2020-03-099-20/+292
| | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | [tx-robot] updated from transifexNextcloud bot2020-03-062-2/+40
| | |
* | | [tx-robot] updated from transifexNextcloud bot2020-03-052-2/+2
| | |
* | | [tx-robot] updated from transifexNextcloud bot2020-03-042-2/+2
|/ /
* | Merge pull request #19655 from ↵Roeland Jago Douma2020-02-281-3/+2
|\ \ | | | | | | | | | | | | nextcloud/bugfix/noid/upload-cleanup-user-not-found Catch NotFoundException when getting the user folder
| * | Catch NotFoundException when getting the user folderJulius Härtl2020-02-261-3/+2
| | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | [tx-robot] updated from transifexNextcloud bot2020-02-282-26/+26
| | |