summaryrefslogtreecommitdiffstats
path: root/apps/dav/lib/DAV/Sharing
Commit message (Expand)AuthorAgeFilesLines
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-232-3/+3
* Convert isset ternary to null coalescing operatorHamid Dehnavi2023-09-281-2/+2
* Merge pull request #38610 from fsamapoor/replace_strpos_calls_in_dav_appChristoph Wurst2023-09-171-2/+2
|\
| * Fixes "PossiblyNullArgument" Psalm warnings.Faraz Samapoor2023-06-121-1/+1
| * Refactors "strpos" calls in /apps/dav to improve code readability.Faraz Samapoor2023-06-121-1/+1
* | preload shares for calendars when listing calendarsRobin Appelman2023-07-262-0/+64
|/
* fix(CalDAV/CardDAV): put every method from Cal/CardDAV backends that does mul...Thomas Citharel2023-04-171-10/+15
* assign group share valueMaximilian Martin2023-02-201-1/+1
* Fix dynamic property creations in test filesCôme Chilliet2022-08-011-1/+1
* Fix typos in apps/dav subdirectoryluz paz2022-07-261-1/+1
* Add typing to Sharing BackendCarl Schwan2022-06-222-64/+36
* Use {$var} instead of ${var} for PHP 8.2 compatibilityCôme Chilliet2022-06-141-1/+1
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-045-7/+2
* take into account that UNIQUE index might not work as expectedArthur Schiwon2021-01-291-0/+1
* Update license headersChristoph Wurst2020-12-301-0/+1
* fixes sharing to group ids with characters that are being url encodedArthur Schiwon2020-12-161-0/+1
* Format code to a single space around binary operatorsChristoph Wurst2020-10-052-5/+5
* Update the license headers for Nextcloud 20Christoph Wurst2020-08-241-0/+1
* Add ability to limit sharing to ownerGeorg Ehrke2020-08-181-1/+13
* Update license headers for 19Christoph Wurst2020-04-295-1/+5
* Add visibility to all constantsChristoph Wurst2020-04-102-5/+5
* Add visibility to all methods and position of static keywordChristoph Wurst2020-04-104-12/+12
* Format control structures, classes, methods and functionChristoph Wurst2020-04-105-27/+5
* Use elseif instead of else ifChristoph Wurst2020-04-101-1/+1
* Remove space between switch case and colonChristoph Wurst2020-04-092-3/+3
* Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-091-1/+1
* Use exactly one empty line after the namespace declarationChristoph Wurst2020-04-091-0/+1
* Fix (array) indent style to always use one tabChristoph Wurst2020-04-091-39/+39
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-311-1/+1
* Update license headersChristoph Wurst2019-12-055-5/+11
* Some php-cs fixesRoeland Jago Douma2019-11-223-1/+4
* Fix whitespaceMorris Jobke2019-03-051-1/+1
* Share calendar to circleVinicius Cubas Brand2019-03-011-1/+1
* When sharing calendars and addressbooks the principal has to be verified to b...Roeland Jago Douma2018-05-271-3/+9
* Use ::class statement instead of stringMorris Jobke2018-01-291-2/+3
* Remove unneeded semicolon and parenthesesMorris Jobke2018-01-261-1/+1
* Change @georgehrke's emailMorris Jobke2017-11-061-1/+1
* Update license headersMorris Jobke2017-11-062-0/+2
* Check if the user/group exists for dav sharesJoas Schilling2017-10-051-1/+23
* Fix comparisons in the dav appJoas Schilling2017-08-011-1/+1
* Merge pull request #4443 from nextcloud/cleanup-unused-importsJoas Schilling2017-04-241-1/+0
|\
| * Remove unused use statementsMorris Jobke2017-04-221-1/+0
* | add owner-displayname property to calendars and addressbooksGeorg Ehrke2017-04-231-0/+1
|/
* delete shares to an userThomas Citharel2016-09-271-0/+8
* Update with robinJoas Schilling2016-07-211-1/+1
* Fix apps/Joas Schilling2016-07-215-6/+12
* Fix type hintingRobin Appelman2016-07-081-1/+1
* Update license headersLukas Reschke2016-05-262-2/+3
* Move dav app to PSR-4 (#24527)Joas Schilling2016-05-125-0/+732