aboutsummaryrefslogtreecommitdiffstats
path: root/apps/dav/lib/Migration
Commit message (Expand)AuthorAgeFilesLines
* chore: Apply rector configuration to apps folderCôme Chilliet2024-09-201-1/+1
* chore(deps): Update nextcloud/coding-standard to v1.3.1provokateurin2024-09-194-7/+10
* chore: adjust code to adhere to coding standardAnna Larch2024-09-052-2/+2
* style: update codestyle for coding-standard 1.2.3Daniel Kesselberg2024-08-257-8/+8
* fix(metadata): revert wrongly renamed columnMaxence Lange2024-08-021-2/+2
* feat(migrations): add metadata to existing migrationsMaxence Lange2024-08-021-1/+5
* fix(db): Promote the use of `getDatabaseProvider` to reduce the impage of rem...Joas Schilling2024-07-191-2/+1
* Merge pull request #45766 from nextcloud/feat/ooo-replacementDaniel2024-07-011-0/+44
|\
| * Feat: Allow users to select another user as their out-of-office replacementHamza Mahjoubi2024-07-011-0/+44
* | fix(BuildSocialSearchIndexBackgroundJob): offset not appliedArthur Schiwon2024-07-011-0/+2
|/
* fix(dav): add missing database index for dav_shares resourceid, type and accessSebastianKrupinski2024-06-261-0/+3
* fix(dav): Limit number of UPDATES for sync token created_atChristoph Wurst2024-06-191-1/+28
* fix(caldav): automatically delete outdated scheduling objectsAnna Larch2024-05-312-0/+39
* chore: Add SPDX headerAndy Scherzinger2024-05-2740-801/+82
* fix(dav): Add retention time to sync token cleanupChristoph Wurst2024-03-211-0/+84
* fix(db): remove redundant index in cardsJohannes Merkel2024-02-182-1/+56
* Merge pull request #43387 from nextcloud/fix/migrate-away-from-ilogger-in-jobsCôme Chilliet2024-02-082-76/+34
* Revert "Merge branch 'master' of github.com:nextcloud/server"Louis Chemineau2024-02-082-34/+76
* fix!: Migrate jobs away from deprecated interfacesCôme Chilliet2024-02-082-76/+34
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-2319-44/+43
* fix: lower threshold for system address book syncDaniel Kesselberg2023-11-221-1/+1
* add index for classificationAkhil2023-10-311-0/+55
* feat(dav): implement personal absence settings backendRichard Steinmetz2023-10-291-0/+83
* fix: use faster method to fetch user countDaniel Kesselberg2023-09-141-1/+1
* fix(CardDAV): only run upgrade sync if 1000 users or lessAnna Larch2023-08-261-7/+14
* fix(dav): Catch SAB sync errors during upgradeChristoph Wurst2023-06-261-1/+9
* feat(dav): store scopes for properties and filter locally scoped properties f...Anna Larch2023-05-091-0/+54
* fix(Repair): Fix repair step compatibility with Oracle DBJoas Schilling2023-02-231-1/+1
* Allow DAV Object propertiesThomas Citharel2022-05-162-0/+123
* Migrate dav application from ILogger to LoggerInterfaceCôme Chilliet2022-05-021-9/+3
* Cast orphan subscription id to intChristoph Wurst2021-12-011-4/+5
* Add repair job to delete calendar subscriptions that were orphaned whenThomas Citharel2021-09-041-0/+144
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-0432-76/+82
* Add a trashbin for calendars and calendar objectsChristoph Wurst2021-05-311-0/+45
* Drop redundant indesRoeland Jago Douma2021-02-162-1/+55
* Add cards_abiduri index on installRoeland Jago Douma2021-01-161-0/+1
* Migrate internal classes to the OCP db col typesChristoph Wurst2021-01-1210-10/+10
* Bump doctrine/dbal from 2.12.0 to 3.0.0Christoph Wurst2021-01-084-5/+5
* Update license headersChristoph Wurst2020-12-302-4/+2
* re-index contacts with social profilescall-me-matt2020-12-222-0/+216
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-165-0/+5
* Adjust further columnsVincent Petry2020-12-091-0/+6
* Adjust calendars.components to 64 charsVincent Petry2020-12-091-0/+6
* Manually iterate over calendardata when oracle is usedJulius Härtl2020-11-111-0/+32
* Fix CSJoas Schilling2020-11-101-0/+1
* Make sure columns with an empty default are nullable for OracleJoas Schilling2020-11-102-1/+61
* Don't leave cursors open when tests failJoas Schilling2020-11-092-2/+6
* Update the license headers for Nextcloud 20Christoph Wurst2020-08-2410-1/+10
* Don't load all calendar objects into memoryJoas Schilling2020-08-201-14/+15
* Replace TYPE with TYPESDaniel Kesselberg2020-06-3010-56/+56