| Commit message (Expand) | Author | Age | Files | Lines |
* | cache calendar objects from calendarQuery | Robin Appelman | 2023-08-14 | 1 | -4/+4 |
* | preload shares for calendars when listing calendars | Robin Appelman | 2023-08-14 | 2 | -0/+64 |
* | preload custom properties when propfinding folders | Robin Appelman | 2023-07-10 | 1 | -2/+42 |
* | assign group share value | Maximilian Martin | 2023-02-20 | 1 | -1/+1 |
* | Extend ViewOnly DAV plugin to versions endpoint | Vincent Petry | 2023-01-13 | 1 | -3/+7 |
* | Do not output a warning when a file is not found | Côme Chilliet | 2022-09-12 | 1 | -6/+1 |
* | Fix typos in apps/ subdirectory | luz paz | 2022-09-05 | 1 | -1/+1 |
* | Fix copy in view-only mode | Vincent Petry | 2022-08-26 | 1 | -0/+1 |
* | Fix dynamic property creations in test files | Côme Chilliet | 2022-08-01 | 1 | -1/+1 |
* | Multiple fixes | Carl Schwan | 2022-07-31 | 1 | -22/+16 |
* | Fix view-only code after code review comments | Vincent Petry | 2022-07-28 | 1 | -4/+4 |
* | Fix share attribute related tests + code style | Vincent Petry | 2022-07-28 | 1 | -0/+1 |
* | Add share attributes + prevent download permission | Vincent Petry | 2022-07-28 | 1 | -0/+113 |
* | Fix typos in apps/dav subdirectory | luz paz | 2022-07-26 | 2 | -2/+2 |
* | catch any exception for transaction control | Arthur Schiwon | 2022-07-06 | 1 | -1/+1 |
* | DAV custom props: catch Exception and rollback transaction in case | Arthur Schiwon | 2022-07-01 | 1 | -54/+76 |
* | Add typing to Sharing Backend | Carl Schwan | 2022-06-22 | 2 | -64/+36 |
* | Use {$var} instead of ${var} for PHP 8.2 compatibility | Côme Chilliet | 2022-06-14 | 1 | -1/+1 |
* | Allow DAV Object properties | Thomas Citharel | 2022-05-16 | 1 | -12/+58 |
* | Add known dav properties to ignore list | Julius Härtl | 2022-04-21 | 1 | -0/+22 |
* | Convert properties value to string before passing them to database | Côme Chilliet | 2022-01-20 | 1 | -0/+5 |
* | Change return type to correct type | Anna Larch | 2021-10-14 | 1 | -1/+1 |
* | use specific email getter where necessary | Arthur Schiwon | 2021-09-09 | 1 | -1/+1 |
* | Allow certain custom DAV props to be readable by everyone | Christoph Wurst | 2021-06-08 | 1 | -14/+57 |
* | Update php licenses | John Molakvoæ (skjnldsv) | 2021-06-04 | 9 | -14/+4 |
* | Make dav respect disallowing sharing with groups | Thomas Citharel | 2021-05-26 | 1 | -5/+10 |
* | Bump nextcloud/coding-standard from 0.3.0 to 0.5.0 | dependabot-preview[bot] | 2021-02-18 | 1 | -1/+1 |
* | take into account that UNIQUE index might not work as expected | Arthur Schiwon | 2021-01-29 | 1 | -0/+1 |
* | Update license headers | Christoph Wurst | 2020-12-30 | 1 | -0/+1 |
* | Merge pull request #24515 from nextcloud/fix/noid/dav-share-groups-special-chars | Christoph Wurst | 2020-12-18 | 2 | -1/+2 |
|\ |
|
| * | fix finding of groups with decodable chars in their id via DAV | Arthur Schiwon | 2020-12-16 | 1 | -1/+1 |
| * | fixes sharing to group ids with characters that are being url encoded | Arthur Schiwon | 2020-12-16 | 1 | -0/+1 |
* | | Update all license headers for Nextcloud 21 | Christoph Wurst | 2020-12-16 | 1 | -0/+1 |
|/ |
|
* | use a consistent default value for sharing.maxAutocompleteResults | Arthur Schiwon | 2020-12-15 | 1 | -1/+5 |
* | dav search to honour sharing.maxAutocompleteResults setting | Arthur Schiwon | 2020-12-15 | 1 | -4/+12 |
* | Format code to a single space around binary operators | Christoph Wurst | 2020-10-05 | 2 | -5/+5 |
* | Update the license headers for Nextcloud 20 | Christoph Wurst | 2020-08-24 | 1 | -0/+1 |
* | Add ability to limit sharing to owner | Georg Ehrke | 2020-08-18 | 1 | -1/+13 |
* | Update license headers for 19 | Christoph Wurst | 2020-04-29 | 8 | -1/+8 |
* | Add visibility to all constants | Christoph Wurst | 2020-04-10 | 3 | -6/+6 |
* | Add visibility to all methods and position of static keyword | Christoph Wurst | 2020-04-10 | 7 | -24/+24 |
* | Format control structures, classes, methods and function | Christoph Wurst | 2020-04-10 | 9 | -32/+6 |
* | Use elseif instead of else if | Christoph Wurst | 2020-04-10 | 1 | -1/+1 |
* | Remove space between switch case and colon | Christoph Wurst | 2020-04-09 | 2 | -3/+3 |
* | Unify function spacing to PSR2 recommendation | Christoph Wurst | 2020-04-09 | 2 | -3/+3 |
* | Use exactly one empty line after the namespace declaration | Christoph Wurst | 2020-04-09 | 1 | -0/+1 |
* | Fix (array) indent style to always use one tab | Christoph Wurst | 2020-04-09 | 1 | -39/+39 |
* | Update the license headers for Nextcloud 19 | Christoph Wurst | 2020-03-31 | 2 | -5/+3 |
* | Remove unused imports | Christoph Wurst | 2020-03-25 | 1 | -3/+0 |
* | remove the detour trough node and work with path directly | Robin Appelman | 2020-03-18 | 1 | -34/+8 |