summaryrefslogtreecommitdiffstats
path: root/apps/dav/lib/Connector
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #31641 from nextcloud/backport/31193/stable23blizzz2022-04-141-1/+20
|\
| * add optional WebDav propfind properties to show number of folders/files insid...Julien Veyssier2022-04-141-1/+20
* | Merge pull request #31836 from nextcloud/backport/31734/stable23blizzz2022-04-141-2/+1
|\ \ | |/ |/|
| * dont re-query fileinfo when getting dav quotaRobin Appelman2022-04-131-2/+1
* | also handle expired pre-write shared lock on dav upload when not using part f...Robin Appelman2022-03-101-1/+17
|/
* Merge pull request #31392 from nextcloud/backport/30536/stable23blizzz2022-03-101-18/+53
|\
| * PHP 7.3 compatibilityChristopher Ng2022-03-021-1/+2
| * Make Sabre File exception messages translatableChristopher Ng2022-03-021-18/+52
* | Merge pull request #31183 from nextcloud/backport/31178/stable23Vincent Petry2022-03-091-1/+1
|\ \ | |/ |/|
| * Fix typo in DAV namespace registrationThomas Citharel2022-02-171-1/+1
* | Wrap S3 multipart upload exceptionLouis Chemineau2022-02-212-0/+43
|/
* Set the file's mtime from the headers in bulk uploadLouis Chemineau2022-01-122-14/+43
* Prevent writing invalid mtimeJohn Molakvoæ2021-12-071-0/+5
* Allow to fetch the creation time of foldersJulius Härtl2021-11-241-6/+3
* Revert "add dav plugin to trigger recalculating of checksums"John Molakvoæ2021-11-013-95/+4
* Merge pull request #27378 from nextcloud/dav-recalc-checksumJohn Molakvoæ2021-11-013-4/+95
|\
| * Add dav plugin to trigger recalculating of checksumsRobin Appelman2021-08-233-4/+95
* | use specific email getter where necessaryArthur Schiwon2021-09-091-5/+2
* | always allow dav move for movable mount rootRobin Appelman2021-08-271-1/+1
|/
* Expose user language through DAVThomas Citharel2021-08-161-0/+6
* Make sure that the dav propfind plugins always use the proper user idJulius Härtl2021-07-222-3/+24
* Throttle on public DAV endpointLukas Reschke2021-06-221-1/+15
* Header must contain a colonacsfer2021-06-091-1/+1
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-0439-51/+12
* migration to Circles 22Maxence Lange2021-05-291-4/+4
* l10n: Spelling unificationValdnet2021-05-041-1/+1
* Only set copy etag if the destination source can be foundChristoph Wurst2021-04-231-1/+8
* Only write checksum if we have a valid file infoChristoph Wurst2021-03-221-1/+4
* Add a setting to restrict returning a full match unless in phonebook or same ...Joas Schilling2021-03-101-13/+23
* Restrict autocompletion also based on the phonebook known usersJoas Schilling2021-03-101-33/+55
* Fix the SharesPluginRoeland Jago Douma2021-03-021-19/+41
* Bump nextcloud/coding-standard from 0.3.0 to 0.5.0dependabot-preview[bot]2021-02-189-27/+27
* Merge pull request #25383 from nextcloud/bugfix/24893Roeland Jago Douma2021-01-291-0/+3
|\
| * Properly handle SMB ACL blocking scanning a directoryJulius Härtl2021-01-291-0/+3
* | Merge pull request #25218 from nextcloud/fix/25213/do-no-remove-vali-dav-grou...Christoph Wurst2021-01-291-2/+18
|\ \ | |/ |/|
| * do not remove valid group sharesArthur Schiwon2021-01-191-2/+18
* | Catch NotFoundException when querying quotaVincent Petry2021-01-251-0/+2
* | also use storage copy when dav copying directoriesRobin Appelman2021-01-211-1/+1
|/
* Bump icewind/streams from 0.7.1 to 0.7.2Christoph Wurst2020-12-291-1/+1
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-1624-23/+27
* use a consistent default value for sharing.maxAutocompleteResultsArthur Schiwon2020-12-151-1/+5
* dav search to honour sharing.maxAutocompleteResults settingArthur Schiwon2020-12-151-1/+2
* Handle deck share type in audit and dav appJulius Härtl2020-12-091-0/+1
* Merge pull request #24358 from nextcloud/dav-storage-copyMorris Jobke2020-12-031-2/+24
|\
| * use storage copy implementation when doing dav copyRobin Appelman2020-11-241-2/+24
* | A valid user session is required for circles.Daniel Kesselberg2020-11-261-1/+3
* | Update phpdoc for circleToPrincipalDaniel Kesselberg2020-11-261-8/+1
|/
* Have the CommentsPropertiesPlugin use the new fancy methodRoeland Jago Douma2020-11-041-18/+27
* Format code to a single space around binary operatorsChristoph Wurst2020-10-052-4/+4
* Fix numeric folders throwing on markDirtyJoas Schilling2020-09-241-0/+12