| Commit message (Expand) | Author | Age | Files | Lines |
* | fix(dav): Really only run the chunk cleanup oncebugfix/noid/only-check-to-cleanup-chunks-once | Joas Schilling | 21 hours | 1 | -0/+1 |
* | fix(dav): Create SAB at installationfix/dav/create-sab-install | Christoph Wurst | 2025-03-06 | 1 | -0/+30 |
* | fix: Use the new countUsersTotal method where it makes sense | Côme Chilliet | 2025-01-14 | 1 | -1/+1 |
* | fix(job): Check if carddata is resource and read it to string | Mikhail Kotelnikov | 2024-11-19 | 1 | -1/+5 |
* | refactor(apps): Use constructor property promotion when possible | provokateurin | 2024-10-21 | 8 | -73/+32 |
* | chore(db): Apply query prepared statementsdbQueriesExecStmt2 | Git'Fellow | 2024-10-17 | 5 | -51/+29 |
* | chore(db): Correctly apply query types | Git'Fellow | 2024-10-17 | 2 | -37/+12 |
* | chore: Apply rector configuration to apps folder | Côme Chilliet | 2024-09-20 | 1 | -1/+1 |
* | chore(deps): Update nextcloud/coding-standard to v1.3.1 | provokateurin | 2024-09-19 | 4 | -7/+10 |
* | chore: adjust code to adhere to coding standard | Anna Larch | 2024-09-05 | 2 | -2/+2 |
* | style: update codestyle for coding-standard 1.2.3 | Daniel Kesselberg | 2024-08-25 | 7 | -8/+8 |
* | 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 |