| Commit message (Expand) | Author | Age | Files | Lines |
* | fix(metadata): revert wrongly renamed column | Maxence Lange | 2024-08-02 | 1 | -2/+2 |
* | feat(migrations): add metadata to existing migrations | Maxence Lange | 2024-08-02 | 1 | -1/+5 |
* | fix(db): Promote the use of `getDatabaseProvider` to reduce the impage of rem... | Joas Schilling | 2024-07-19 | 1 | -2/+1 |
* | Merge pull request #45766 from nextcloud/feat/ooo-replacement | Daniel | 2024-07-01 | 1 | -0/+44 |
|\ |
|
| * | Feat: Allow users to select another user as their out-of-office replacement | Hamza Mahjoubi | 2024-07-01 | 1 | -0/+44 |
* | | fix(BuildSocialSearchIndexBackgroundJob): offset not applied | Arthur Schiwon | 2024-07-01 | 1 | -0/+2 |
|/ |
|
* | fix(dav): add missing database index for dav_shares resourceid, type and access | SebastianKrupinski | 2024-06-26 | 1 | -0/+3 |
* | fix(dav): Limit number of UPDATES for sync token created_at | Christoph Wurst | 2024-06-19 | 1 | -1/+28 |
* | fix(caldav): automatically delete outdated scheduling objects | Anna Larch | 2024-05-31 | 2 | -0/+39 |
* | chore: Add SPDX header | Andy Scherzinger | 2024-05-27 | 40 | -801/+82 |
* | fix(dav): Add retention time to sync token cleanup | Christoph Wurst | 2024-03-21 | 1 | -0/+84 |
* | fix(db): remove redundant index in cards | Johannes Merkel | 2024-02-18 | 2 | -1/+56 |
* | Merge pull request #43387 from nextcloud/fix/migrate-away-from-ilogger-in-jobs | Côme Chilliet | 2024-02-08 | 2 | -76/+34 |
* | Revert "Merge branch 'master' of github.com:nextcloud/server" | Louis Chemineau | 2024-02-08 | 2 | -34/+76 |
* | fix!: Migrate jobs away from deprecated interfaces | Côme Chilliet | 2024-02-08 | 2 | -76/+34 |
* | chore: apply changes from Nextcloud coding standards 1.1.1 | Joas Schilling | 2023-11-23 | 19 | -44/+43 |
* | fix: lower threshold for system address book sync | Daniel Kesselberg | 2023-11-22 | 1 | -1/+1 |
* | add index for classification | Akhil | 2023-10-31 | 1 | -0/+55 |
* | feat(dav): implement personal absence settings backend | Richard Steinmetz | 2023-10-29 | 1 | -0/+83 |
* | fix: use faster method to fetch user count | Daniel Kesselberg | 2023-09-14 | 1 | -1/+1 |
* | fix(CardDAV): only run upgrade sync if 1000 users or less | Anna Larch | 2023-08-26 | 1 | -7/+14 |
* | fix(dav): Catch SAB sync errors during upgrade | Christoph Wurst | 2023-06-26 | 1 | -1/+9 |
* | feat(dav): store scopes for properties and filter locally scoped properties f... | Anna Larch | 2023-05-09 | 1 | -0/+54 |
* | fix(Repair): Fix repair step compatibility with Oracle DB | Joas Schilling | 2023-02-23 | 1 | -1/+1 |
* | Allow DAV Object properties | Thomas Citharel | 2022-05-16 | 2 | -0/+123 |
* | Migrate dav application from ILogger to LoggerInterface | Côme Chilliet | 2022-05-02 | 1 | -9/+3 |
* | Cast orphan subscription id to int | Christoph Wurst | 2021-12-01 | 1 | -4/+5 |
* | Add repair job to delete calendar subscriptions that were orphaned when | Thomas Citharel | 2021-09-04 | 1 | -0/+144 |
* | Update php licenses | John Molakvoæ (skjnldsv) | 2021-06-04 | 32 | -76/+82 |
* | Add a trashbin for calendars and calendar objects | Christoph Wurst | 2021-05-31 | 1 | -0/+45 |
* | Drop redundant indes | Roeland Jago Douma | 2021-02-16 | 2 | -1/+55 |
* | Add cards_abiduri index on install | Roeland Jago Douma | 2021-01-16 | 1 | -0/+1 |
* | Migrate internal classes to the OCP db col types | Christoph Wurst | 2021-01-12 | 10 | -10/+10 |
* | Bump doctrine/dbal from 2.12.0 to 3.0.0 | Christoph Wurst | 2021-01-08 | 4 | -5/+5 |
* | Update license headers | Christoph Wurst | 2020-12-30 | 2 | -4/+2 |
* | re-index contacts with social profiles | call-me-matt | 2020-12-22 | 2 | -0/+216 |
* | Update all license headers for Nextcloud 21 | Christoph Wurst | 2020-12-16 | 5 | -0/+5 |
* | Adjust further columns | Vincent Petry | 2020-12-09 | 1 | -0/+6 |
* | Adjust calendars.components to 64 chars | Vincent Petry | 2020-12-09 | 1 | -0/+6 |
* | Manually iterate over calendardata when oracle is used | Julius Härtl | 2020-11-11 | 1 | -0/+32 |
* | Fix CS | Joas Schilling | 2020-11-10 | 1 | -0/+1 |
* | Make sure columns with an empty default are nullable for Oracle | Joas Schilling | 2020-11-10 | 2 | -1/+61 |
* | Don't leave cursors open when tests fail | Joas Schilling | 2020-11-09 | 2 | -2/+6 |
* | Update the license headers for Nextcloud 20 | Christoph Wurst | 2020-08-24 | 10 | -1/+10 |
* | Don't load all calendar objects into memory | Joas Schilling | 2020-08-20 | 1 | -14/+15 |
* | Replace TYPE with TYPES | Daniel Kesselberg | 2020-06-30 | 10 | -56/+56 |
* | Update license headers for 19 | Christoph Wurst | 2020-04-29 | 4 | -0/+4 |
* | Format control structures, classes, methods and function | Christoph Wurst | 2020-04-10 | 8 | -8/+4 |
* | Use exactly one empty line after the namespace declaration | Christoph Wurst | 2020-04-09 | 1 | -1/+0 |
* | Merge pull request #19761 from nextcloud/bugfix/19658/add_missing_index_to_or... | Roeland Jago Douma | 2020-04-06 | 2 | -0/+2 |
|\ |
|