summaryrefslogtreecommitdiffstats
path: root/apps/dav/lib
Commit message (Expand)AuthorAgeFilesLines
* fix: define exclusion key as constantSylvain2022-10-021-2/+3
* feat(contacts): exclude contact from birthday calendarSylvain2022-10-021-0/+5
* Merge pull request #33104 from nextcloud/enhancement/add-logging-federationblizzz2022-10-011-1/+3
|\
| * Add logging to federationAnna Larch2022-07-271-1/+3
* | Merge pull request #33450 from sazanof/bug/base64-card-dav-searchblizzz2022-10-011-1/+1
|\ \
| * | Add URI type to VCardMikhail Sazanov2022-08-031-1/+1
* | | Merge pull request #33964 from nextcloud/search-limit-operatorsVincent Petry2022-09-151-0/+27
|\ \ \
| * | | add a limit to the amount of operators a client can add to a search queryRobin Appelman2022-09-081-0/+27
* | | | Do not output a warning when a file is not foundCôme Chilliet2022-09-121-6/+1
|/ / /
* | | Fix typos in apps/ subdirectoryluz paz2022-09-052-2/+2
* | | Merge pull request #33697 from nextcloud/fix/improve-bulk-uploadCôme Chilliet2022-08-304-45/+31
|\ \ \
| * | | Move dav utils functions to OCP\Files\DavUtilCôme Chilliet2022-08-302-5/+6
| * | | Flip bulkupload.enabled default value to trueCôme Chilliet2022-08-291-1/+1
| * | | Move Dav fileid and permissions logic into OCP\Util to be able to use it for ...Côme Chilliet2022-08-293-43/+15
| * | | Call the correct functions to get BulkUpload metadata to returnCôme Chilliet2022-08-291-2/+2
| * | | Add bulkupload.enabled configuration switchCôme Chilliet2022-08-251-3/+13
| * | | Add fileid and permissions to response of bulk uploadCôme Chilliet2022-08-251-0/+3
* | | | Merge pull request #33713 from nextcloud/bugfix/noid/viewonlyfixJohn Molakvoæ2022-08-261-0/+1
|\ \ \ \
| * | | | Fix copy in view-only modeVincent Petry2022-08-261-0/+1
| |/ / /
* | | | Check address book URI length before creationJoas Schilling2022-08-261-0/+4
* | | | Check calendar URI length before creationAnna Larch2022-08-261-0/+7
|/ / /
* | | Fix ETAG returned by bulk uploadCôme Chilliet2022-08-231-0/+1
* | | Support iMIP invitations from MailAnna Larch2022-08-224-8/+69
* | | Merge pull request #33615 from nextcloud/perf/noid/user-displayname-cache-for...Joas Schilling2022-08-192-43/+3
|\ \ \
| * | | Use user name cache in activity providersJoas Schilling2022-08-192-43/+3
* | | | Fix carddav activitiesJoas Schilling2022-08-193-5/+5
|/ / /
* | | performance optimisation for carddav backend blob data readAnna Larch2022-08-151-1/+6
* | | 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