aboutsummaryrefslogtreecommitdiffstats
path: root/apps/dav/lib/DAV/Sharing
Commit message (Expand)AuthorAgeFilesLines
* chore(deps): Update nextcloud/coding-standard to v1.3.1provokateurin2024-09-194-4/+9
* Merge pull request #47737 from nextcloud/fix/also-allow-unsharing-for-circlesRichard Steinmetz2024-09-101-1/+1
|\
| * fix(dav): also allow unsharing of circle sharesAnna Larch2024-09-051-1/+1
* | chore: adjust code to adhere to coding standardAnna Larch2024-09-051-5/+5
|/
* fix(dav): Allow apps to get unshares for DAV resourcesJoas Schilling2024-08-262-5/+22
* style: update codestyle for coding-standard 1.2.3Daniel Kesselberg2024-08-252-3/+3
* chore: Add SPDX headerAndy Scherzinger2024-05-277-143/+25
* fix: Apply new coding standard to all filesCôme Chilliet2024-04-021-1/+1
* fix(dav): ACLs for shared addressbooksChristoph Wurst2024-03-211-1/+1
* enh(sharing): enable unsharing for sharees for DAV shares (addressbooks and c...Anna Larch2024-02-153-136/+269
* 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