summaryrefslogtreecommitdiffstats
path: root/apps/dav/lib
Commit message (Expand)AuthorAgeFilesLines
* Do not output a warning when a file is not foundCôme Chilliet2022-09-151-6/+1
* Check address book URI length before creationJoas Schilling2022-09-011-0/+4
* Check calendar URI length before creationAnna Larch2022-09-011-0/+7
* Fix copy in view-only modeVincent Petry2022-08-261-0/+1
* Fix carddav activitiesJoas Schilling2022-08-233-5/+5
* Fix backportCarl Schwan2022-08-031-0/+4
* Multiple fixesCarl Schwan2022-08-035-29/+36
* Block download when needed on direct download endpointVincent Petry2022-08-031-1/+15
* Fix view-only code after code review commentsVincent Petry2022-08-033-6/+6
* Add nc:share-attributes Webdav propertyVincent Petry2022-08-032-0/+22
* Fix share attribute related tests + code styleVincent Petry2022-08-031-0/+1
* Add share attributes + prevent download permissionVincent Petry2022-08-033-0/+125
* Merge pull request #33132 from nextcloud/backport/33090/stable24Vincent Petry2022-07-261-56/+76
|\
| * catch any exception for transaction controlArthur Schiwon2022-07-061-1/+1
| * DAV custom props: catch Exception and rollback transaction in caseArthur Schiwon2022-07-061-56/+76
* | Don't try to purge objects from the birthday calendar when it doesn't existThomas Citharel2022-07-261-0/+3
* | Fix empty address books being exportedChristopher Ng2022-07-081-0/+4
|/
* Don't spam the log with fatals when maintenance mode is enabled or an upgrade...Joas Schilling2022-06-133-8/+37
* Merge pull request #32585 from nextcloud/backport/32580/stable24blizzz2022-06-111-2/+2
|\
| * Also trim the nameJoas Schilling2022-05-251-1/+1
| * Fix handling events without names in activitiesJoas Schilling2022-05-251-2/+2
* | Merge pull request #32692 from nextcloud/backport/32471/stable24Vincent Petry2022-06-101-2/+3
|\ \
| * | Make sure activities are not created when a deleted calendar object expiresThomas Citharel2022-06-011-2/+3
| |/
* | Make X-HAS-{MD5/SHA256} opt-inCarl Schwan2022-06-081-9/+20
* | Update calendar estimationChristopher Ng2022-06-021-6/+17
* | Update contacts estimationChristopher Ng2022-05-311-7/+14
* | Update method nameChristopher Ng2022-05-312-2/+2
* | Move new IMigrator method to a specific interface ISizeEstimationMigratorCôme Chilliet2022-05-312-2/+4
* | Implement getExportEstimatedSize in migratorsCôme Chilliet2022-05-312-0/+30
|/
* Add email validationAnna Larch2022-05-181-2/+9
* Use email settings in DAV searchLouis Chemineau2022-05-121-1/+2
* Use share setting in DAV searchLouis Chemineau2022-05-121-2/+4
* add logging of failed quota infoRobin Appelman2022-04-221-0/+6
* Merge pull request #32063 from nextcloud/backport/32049/stable24blizzz2022-04-221-0/+22
|\
| * Add known dav properties to ignore listJulius Härtl2022-04-221-0/+22
* | Fix warningChristopher Ng2022-04-201-1/+1
* | Update naming of address book exportsChristopher Ng2022-04-201-10/+10
* | Fix export of shared calendarsChristopher Ng2022-04-201-16/+9
|/
* Merge pull request #31886 from nextcloud/bugfix/noid/principal-search-case-in...Vincent Petry2022-04-141-2/+3
|\
| * Principal search by display name case insensitiveVincent Petry2022-04-081-2/+3
* | Merge pull request #31839 from nextcloud/feat/metadata-serverVincent Petry2022-04-145-25/+132
|\ \
| * | Fix an issue with the search backend updateCarl Schwan2022-04-142-13/+13
| * | Add a metadata service to store file metadataCarl Schwan2022-04-135-16/+123
* | | Fix migrators according to exceptionsVincent Petry2022-04-131-2/+2
* | | Adapt existing migrators to new APICôme Chilliet2022-04-132-30/+32
|/ /
* | Merge pull request #31942 from nextcloud/fix/dav-deprecated-warningJoas Schilling2022-04-131-5/+8
|\ \
| * | Fix warning about optional parameter before required oneCôme Chilliet2022-04-121-5/+8
* | | l10n: Remove commaValdnet2022-04-121-1/+1
|/ /
* | Use Migrators id instead of class namesCôme Chilliet2022-04-112-2/+2
* | Extend calendar migratorChristopher Ng2022-04-081-0/+21