| Commit message (Expand) | Author | Age | Files | Lines |
* | Migrate NeedsSystemAddressBookSync to new ISetupCheck API | Côme Chilliet | 2023-10-19 | 1 | -5/+7 |
* | Merge pull request #39852 from nextcloud/pragmaHeader | Ferdinand Thiessen | 2023-10-18 | 2 | -5/+2 |
|\ |
|
| * | Stop sending deprecated Pragma header | Git'Fellow | 2023-08-28 | 2 | -5/+2 |
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-10-18 | 2 | -2/+2 |
* | | fix several personal settings problems | Simon L | 2023-10-17 | 1 | -34/+29 |
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-10-11 | 2 | -2/+32 |
* | | fix(ci): Update dav snapshot | Christopher Ng | 2023-10-06 | 1 | -70/+54 |
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-10-01 | 2 | -0/+2 |
* | | Convert isset ternary to null coalescing operator | Hamid Dehnavi | 2023-09-28 | 2 | -4/+4 |
* | | Fix OCS-APIRequest header for OpenAPI | jld3103 | 2023-09-27 | 1 | -2/+3 |
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-09-27 | 2 | -2/+18 |
* | | Merge pull request #40541 from nextcloud/fix/dav/expand-recurrences-in-search | Côme Chilliet | 2023-09-26 | 2 | -1/+81 |
|\ \ |
|
| * | | fix(dav): expand recurrences when searching | Richard Steinmetz | 2023-09-21 | 2 | -1/+81 |
* | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-09-23 | 4 | -4/+6 |
|/ / |
|
* | | Merge pull request #39166 from fsamapoor/refactor_dav_app_commands | Christoph Wurst | 2023-09-20 | 10 | -203/+67 |
|\ \ |
|
| * | | Refactors dav app commands. | Faraz Samapoor | 2023-09-20 | 10 | -203/+67 |
* | | | Enable litmus largefile tests | jld3103 | 2023-09-20 | 2 | -2/+2 |
|/ / |
|
* | | Merge pull request #39626 from nextcloud/fix/remove-litmus-locks-tests | Kate | 2023-09-20 | 2 | -2/+2 |
|\ \ |
|
| * | | Remove litmus locks tests | jld3103 | 2023-07-30 | 2 | -2/+2 |
* | | | Merge pull request #40475 from nextcloud/feat/f2v/systemtags | John Molakvoæ | 2023-09-19 | 1 | -2/+2 |
|\ \ \ |
|
| * | | | feat(files): add systemtags view | John Molakvoæ (skjnldsv) | 2023-09-18 | 1 | -2/+2 |
* | | | | Merge pull request #40485 from nextcloud/fix/report-test | Simon L | 2023-09-19 | 1 | -3/+0 |
|\ \ \ \ |
|
| * | | | | fix(dav): fix report tests | John Molakvoæ (skjnldsv) | 2023-09-18 | 1 | -3/+0 |
| |/ / / |
|
* / / / | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-09-19 | 2 | -2/+2 |
|/ / / |
|
* | | | fix(dav): report status | John Molakvoæ | 2023-09-18 | 1 | -1/+0 |
* | | | Merge pull request #40424 from nextcloud/fix/remove-at-matcher-in-dav-2 | Côme Chilliet | 2023-09-18 | 1 | -13/+6 |
|\ \ \ |
|
| * | | | Remove last at matcher call in dav application tests | Côme Chilliet | 2023-09-14 | 1 | -13/+6 |
* | | | | Merge pull request #38610 from fsamapoor/replace_strpos_calls_in_dav_app | Christoph Wurst | 2023-09-17 | 27 | -48/+46 |
|\ \ \ \ |
|
| * \ \ \ | Merge branch 'master' into replace_strpos_calls_in_dav_app | Faraz Samapoor | 2023-06-27 | 24 | -279/+822 |
| |\ \ \ \ |
|
| * | | | | | Fixes "PossiblyNullArgument" Psalm warnings. | Faraz Samapoor | 2023-06-12 | 4 | -4/+4 |
| * | | | | | Refactors "strpos" calls in /apps/dav to improve code readability. | Faraz Samapoor | 2023-06-12 | 28 | -45/+43 |
* | | | | | | fix: use faster method to fetch user count | Daniel Kesselberg | 2023-09-14 | 1 | -1/+1 |
| |_|/ / /
|/| | | | |
|
* | | | | | fix(caldav): add webroot to objectid for activities | Daniel Kesselberg | 2023-09-13 | 2 | -1/+3 |
* | | | | | Enable caldav push notifications by default | hamza221 | 2023-09-12 | 4 | -5/+5 |
* | | | | | fix(CalDAV): check birthday calendar owner | Anna Larch | 2023-09-06 | 3 | -8/+76 |
* | | | | | reuse l10n and request in dav folder listing | Robin Appelman | 2023-09-04 | 4 | -67/+116 |
* | | | | | fix(CardDAV): allow disabling of the system address book via config option | Anna Larch | 2023-09-01 | 1 | -1/+2 |
* | | | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-08-31 | 2 | -0/+14 |
* | | | | | chore: Update dav snapshot | Christopher Ng | 2023-08-29 | 1 | -30/+30 |
* | | | | | techdebt(DI): Use public IThrottler interface which exists since Nextcloud 25 | Joas Schilling | 2023-08-28 | 7 | -20/+23 |
| |_|_|/
|/| | | |
|
* | | | | Merge pull request #39911 from nextcloud/fix/carddav/limit-upgrade-sync-to-10... | Daniel | 2023-08-27 | 2 | -13/+17 |
|\ \ \ \ |
|
| * | | | | fix(CardDAV): only run upgrade sync if 1000 users or less | Anna Larch | 2023-08-26 | 2 | -13/+17 |
* | | | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-08-27 | 2 | -4/+4 |
|/ / / / |
|
* | | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-08-25 | 2 | -10/+10 |
* | | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2023-08-22 | 2 | -2/+4 |
* | | | | only determine quota_include_external_storage once for quota wrapper | Robin Appelman | 2023-08-18 | 1 | -0/+3 |
* | | | | only get logger when needed in sabre/directory | Robin Appelman | 2023-08-18 | 1 | -9/+8 |
* | | | | Merge pull request #39903 from nextcloud/no-dav-acl-files | Robin Appelman | 2023-08-18 | 1 | -0/+5 |
|\ \ \ \ |
|
| * | | | | don't bother checking dav acl's in files | Robin Appelman | 2023-08-16 | 1 | -0/+5 |
* | | | | | Merge pull request #39860 from nextcloud/metadata-dont-preload-subfolders | Robin Appelman | 2023-08-16 | 1 | -6/+10 |
|\ \ \ \ \
| |/ / / /
|/| | | | |
|