summaryrefslogtreecommitdiffstats
path: root/apps/dav/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #32363 from nextcloud/cleanup/remove-long-deprecated-classesCarl Schwan2022-08-081-1/+1
|\
| * Remove OCP\App and OCP\BackgroundJobCarl Schwan2022-08-011-1/+1
* | Fix dynamic property creations in test filesCôme Chilliet2022-08-011-1/+1
* | Multiple fixesCarl Schwan2022-07-313-27/+28
* | Block download when needed on direct download endpointVincent Petry2022-07-281-1/+15
* | Fix view-only code after code review commentsVincent Petry2022-07-283-6/+6
* | Add nc:share-attributes Webdav propertyVincent Petry2022-07-282-0/+26
* | Fix share attribute related tests + code styleVincent Petry2022-07-281-0/+1
* | Add share attributes + prevent download permissionVincent Petry2022-07-283-0/+125
|/
* Merge pull request #32956 from nextcloud/fix/upload-folder-wrong-contentVincent Petry2022-07-271-5/+16
|\
| * Handle file contained inside the uploads folderCarl Schwan2022-06-211-5/+16
* | Fix typos in apps/dav subdirectoryluz paz2022-07-2612-13/+13
* | Merge pull request #33251 from cneukom/feature/birthday-calendar-reminder-set...Anna2022-07-261-13/+58
|\ \
| * | fix possibly null variablesCédric Neukom2022-07-171-1/+8
| * | Respect user settings when generating alerts for birthday calendarCédric Neukom2022-07-171-13/+51
* | | Don't try to purge objects from the birthday calendar when it doesn't existThomas Citharel2022-07-251-0/+3
* | | Merge pull request #32869 from nextcloud/dav-no-deleted-user-activitiesblizzz2022-07-232-2/+23
|\ \ \ | |/ / |/| |
| * | Avoid calendar & addressbook activities being created on user being deletedThomas Citharel2022-06-142-2/+23
* | | Merge pull request #33118 from nextcloud/fix/address-book-exportblizzz2022-07-081-0/+4
|\ \ \
| * | | Fix empty address books being exportedChristopher Ng2022-07-051-0/+4
* | | | catch any exception for transaction controlArthur Schiwon2022-07-061-1/+1
|/ / /
* | | Merge pull request #33090 from nextcloud/fix/noid/proppatch-properties-transa...Carl Schwan2022-07-041-54/+76
|\ \ \
| * | | DAV custom props: catch Exception and rollback transaction in caseArthur Schiwon2022-07-011-54/+76
* | | | Inject userId directlyJoas Schilling2022-07-011-7/+6
* | | | Remove unused importJoas Schilling2022-07-011-1/+0
* | | | Add UI to opt-in on the status automationJoas Schilling2022-07-011-0/+25
* | | | Add status automationJoas Schilling2022-07-011-2/+12
* | | | Fix determination of cron job runJoas Schilling2022-07-011-8/+91
* | | | User status automation background jobJoas Schilling2022-07-013-0/+161
|/ / /
* | | Merge pull request #33007 from nextcloud/cleanup/federation-appCarl Schwan2022-06-284-89/+72
|\ \ \
| * | | Cleanup CardDav SyncServiceCarl Schwan2022-06-242-70/+19
| * | | Summer cleanup of the federation appCarl Schwan2022-06-243-21/+55
* | | | Merge pull request #32701 from nextcloud/fix/type-error-objectreeCarl Schwan2022-06-231-2/+2
|\ \ \ \ | |/ / / |/| | |
| * | | Fix type error in Sabre/Connector/DirectoryCarl Schwan2022-06-141-2/+2
| |/ /
* | | Merge pull request #32884 from nextcloud/typing/dav-sharingCarl Schwan2022-06-228-240/+146
|\ \ \
| * | | Add typing to Sharing BackendCarl Schwan2022-06-228-240/+146
| | |/ | |/|
* | | Merge pull request #32881 from nextcloud/Valdnet-patch-2rakekniven2022-06-203-14/+14
|\ \ \ | |/ / |/| |
| * | Spelling unificationValdnet2022-06-151-1/+1
| * | l10n: Spelling unificationValdnet2022-06-151-12/+12
| * | l10n: Spelling unificationValdnet2022-06-151-1/+1
* | | Merge pull request #32876 from nextcloud/fix/fix-string-interpolationblizzz2022-06-151-1/+1
|\ \ \ | |/ / |/| |
| * | Use {$var} instead of ${var} for PHP 8.2 compatibilityCôme Chilliet2022-06-141-1/+1
| |/
* / Handle the move operation properly between shared calendarsThomas Citharel2022-06-149-11/+310
|/
* Merge pull request #30368 from nextcloud/dav-allow-object-propertiesVincent Petry2022-06-103-12/+181
|\
| * Allow DAV Object propertiesThomas Citharel2022-05-163-12/+181
* | Merge pull request #31029 from nextcloud/expose-extra-emails-in-davVincent Petry2022-06-103-0/+20
|\ \
| * | Expose additional emails in {DAV:}alternate-URI-setThomas Citharel2022-05-173-0/+20
* | | Merge pull request #31622 from nextcloud/increase-loglevel-modernize-refresh-...Vincent Petry2022-06-101-34/+16
|\ \ \
| * | | Increase loglevel of Webcal parsing errors and modernize codeThomas Citharel2022-05-171-34/+16
| |/ /
* | | Merge pull request #32361 from nextcloud/dav-scheduling-default-calendarVincent Petry2022-06-103-7/+48
|\ \ \