summaryrefslogtreecommitdiffstats
path: root/apps/dav
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2019-12-272-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2019-12-242-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2019-12-232-0/+12
|
* [tx-robot] updated from transifexNextcloud bot2019-12-2260-10/+346
|
* [tx-robot] updated from transifexNextcloud bot2019-12-214-2/+4
|
* Update license headers for 18Christoph Wurst2019-12-205-1/+5
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* [tx-robot] updated from transifexNextcloud bot2019-12-192-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2019-12-1820-4/+26
|
* [tx-robot] updated from transifexNextcloud bot2019-12-1742-84/+84
|
* Merge pull request #18061 from nextcloud/bugfix/noid/dav-plugin-oldRoeland Jago Douma2019-12-164-5/+27
|\ | | | | Load apps dav plugins on the old webdav route
| * Load apps dav plugins on the old webdav routeJulius Härtl2019-12-044-5/+27
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | l10n. Change grammar.rakekniven2019-12-131-1/+1
| | | | | | | | | | | | | | | | First I thought to change "send" > "sent". Later my mind changed to change the complete sentence. Any native english speaker around? Please check and judge :-) Signed-off-by: rakekniven <mark.ziegler@rakekniven.de>
* | Support more IPv6 addresses in the RefreshWebcalJobGeorg Ehrke2019-12-122-0/+13
| | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* | Merge pull request #17935 from nextcloud/feature/noid/public-auth-for-circlesRoeland Jago Douma2019-12-111-2/+6
|\ \ | | | | | | adding share type circles
| * | using IShare::Maxence Lange2019-12-051-4/+5
| | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
| * | adding share type circlesMaxence Lange2019-12-051-1/+4
| | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* | | Add offset for home limited searchesRoeland Jago Douma2019-12-101-1/+3
| | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | Verify that is an array before accessing itGeorg Ehrke2019-12-091-2/+4
| | | | | | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* | | [tx-robot] updated from transifexNextcloud bot2019-12-094-4/+4
| | |
* | | [tx-robot] updated from transifexNextcloud bot2019-12-082-8/+24
| | |
* | | [tx-robot] updated from transifexNextcloud bot2019-12-074-2/+44
| | |
* | | Update license headersChristoph Wurst2019-12-05353-630/+1180
|/ / | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Merge pull request #17941 from nextcloud/search-by-ownerRoeland Jago Douma2019-12-052-7/+154
|\ \ | |/ |/| Allow filtering the search results to the users home storage
| * Allow filtering the search results to the users home storageRobin Appelman2019-12-032-7/+154
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is done by adding a ```xml <d:eq> <d:prop> <oc:owner-id/> </d:prop> <d:literal>$userId</d:literal> </d:eq> ``` clause to the search query. Searching by `owner-id` can only be done with the current user id and the comparison can not be inside a `<d:not>` or `<d:or>` statement Signed-off-by: Robin Appelman <robin@icewind.nl>
* | respect shareapi_allow_share_dialog_user_enumeration in Principal backend ↵Georg Ehrke2019-12-038-13/+124
|/ | | | | | for Sabre/DAV Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* [tx-robot] updated from transifexNextcloud bot2019-12-022-0/+44
|
* Merge pull request #18113 from nextcloud/bugfix/15967/webcal_cache_headersRoeland Jago Douma2019-11-294-1/+100
|\ | | | | Add refresh-interval to exported calendars
| * Add refresh-interval to exported calendarsGeorg Ehrke2019-11-274-1/+100
| | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* | Set common-name to user's displayname if none is setGeorg Ehrke2019-11-292-6/+55
| | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* | Merge pull request #18064 from nextcloud/feature/php74Roeland Jago Douma2019-11-28105-514/+537
|\ \ | | | | | | Add php7.4 support
| * | Mode to modern phpunitRoeland Jago Douma2019-11-2787-478/+487
| | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | Fix more testsRoeland Jago Douma2019-11-271-1/+1
| | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | Fix SynserviceTestRoeland Jago Douma2019-11-271-0/+4
| | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | Fix fileplugintestRoeland Jago Douma2019-11-271-0/+2
| | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | More fixesRoeland Jago Douma2019-11-271-0/+8
| | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | Make phpunit8 compatibleRoeland Jago Douma2019-11-2791-102/+102
| |/ | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* / [tx-robot] updated from transifexNextcloud bot2019-11-282-22/+22
|/
* Some php-cs fixesRoeland Jago Douma2019-11-22197-234/+333
| | | | | | | | | | | * Order the imports * No leading slash on imports * Empty line before namespace * One line per import * Empty after imports * Emmpty line at bottom of file Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* [tx-robot] updated from transifexNextcloud bot2019-11-224-8/+8
|
* [tx-robot] updated from transifexNextcloud bot2019-11-214-4/+10
|
* [tx-robot] updated from transifexNextcloud bot2019-11-206-4/+6
|
* Merge remote-tracking branch 'origin/master' into filecache-extensionRoeland Jago Douma2019-11-182-3/+36
|\
| * re-acquired expired shared locks on large file uploadsRobin Appelman2019-11-132-3/+36
| | | | | | | | | | | | | | during large file uploads, the shared lock that we get at the begining can expire leading to locked errors later on, instead of erroring, try to re-get the lock Signed-off-by: Robin Appelman <robin@icewind.nl>
* | hookup creation and upload time into davRobin Appelman2019-11-133-0/+39
|/ | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Merge pull request #17509 from nextcloud/fix/application-singletonJohn Molakvoæ2019-11-041-1/+2
|\ | | | | Fix Application instances created multiple times
| * Do not create Application instances directlyChristoph Wurst2019-10-111-1/+2
| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | [tx-robot] updated from transifexNextcloud bot2019-11-032-2/+2
| |
* | [tx-robot] updated from transifexNextcloud bot2019-11-022-0/+186
| |
* | Return $schema on change and null otherwiseDaniel Kesselberg2019-10-291-1/+3
| | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | Merge pull request #17568 from ↵blizzz2019-10-211-3/+12
|\ \ | | | | | | | | | | | | nextcloud/fix/noid/move-away-from-deprecated-event use OCP\EventDispatcher\Event over Symfony's deprecated Event