| Commit message (Expand) | Author | Age | Files | Lines |
* | feat(bruteforce): Allow forcing the database throttlerbugfix/noid/allow-to-force-db-throttler | Joas Schilling | 2024-10-24 | 1 | -1/+2 |
* | feat(textprocessing): factorize taskProcessingCompatibleTaskTypes | Julien Veyssier | 2024-10-24 | 1 | -22/+11 |
* | fix(textprocessing): also list types that are available in task processing | Julien Veyssier | 2024-10-24 | 1 | -0/+29 |
* | fix: $uid type in Encryption streamartonge/fix/uid_type | Louis | 2024-10-23 | 1 | -1/+1 |
* | chore(deps): Bump nextcloud/coding-standard in /vendor-bin/cs-fixerdependabot/composer/vendor-bin/cs-fixer/nextcloud/coding-standard-1.3.2 | dependabot[bot] | 2024-10-19 | 15 | -60/+60 |
* | Merge pull request #47329 from nextcloud/feat/add-datetime-qbmapper-support | Ferdinand Thiessen | 2024-10-18 | 7 | -30/+48 |
|\ |
|
| * | fix: Adjust Entity typesfeat/add-datetime-qbmapper-support | Ferdinand Thiessen | 2024-10-17 | 2 | -8/+10 |
| * | fix: Prevent breaking change in IQueryBuilder | Ferdinand Thiessen | 2024-10-17 | 5 | -22/+22 |
| * | fix: Adjust parameter type usage and add SQLite support | Ferdinand Thiessen | 2024-10-17 | 4 | -12/+28 |
| * | feat(AppFramework): Add full support for date / time / datetime columns | Ferdinand Thiessen | 2024-10-17 | 1 | -10/+10 |
* | | Merge pull request #48765 from nextcloud/dbQueriesExecStmt2 | Kate | 2024-10-18 | 14 | -156/+116 |
|\ \ |
|
| * | | chore(db): Apply query prepared statementsdbQueriesExecStmt2 | Git'Fellow | 2024-10-17 | 14 | -156/+116 |
| |/ |
|
* | | fix(comments): Document supported types and provide psalm typing | Joas Schilling | 2024-10-17 | 1 | -19/+21 |
* | | feat(comments): Support mentioning emails | Joas Schilling | 2024-10-17 | 1 | -1/+5 |
|/ |
|
* | chore(db): Correctly apply query types | Git'Fellow | 2024-10-17 | 13 | -154/+90 |
* | refactor(encryption): Migrate away from Hooks to typed events | Ferdinand Thiessen | 2024-10-15 | 1 | -9/+12 |
* | Merge pull request #48682 from nextcloud/fix/appconfig/sensitive-keys-externa... | Kate | 2024-10-15 | 1 | -0/+1 |
|\ |
|
| * | fix(AppConfig): Add external JWT private key to sensitive keysfix/appconfig/sensitive-keys-external-jwt-private-key | provokateurin | 2024-10-14 | 1 | -0/+1 |
* | | Merge pull request #48206 from nextcloud/feat/systemtags-public | John Molakvoæ | 2024-10-15 | 1 | -2/+16 |
|\ \ |
|
| * | | feat: make systemtags public visiblefeat/systemtags-public | John Molakvoæ (skjnldsv) | 2024-10-11 | 1 | -2/+16 |
| |/ |
|
* | | Merge pull request #48673 from nextcloud/fix/null-label | Ferdinand Thiessen | 2024-10-14 | 1 | -2/+2 |
|\ \ |
|
| * | | fix(share): Return empty string if no label is set | Ferdinand Thiessen | 2024-10-14 | 1 | -2/+2 |
| |/ |
|
* | | Merge pull request #48687 from nextcloud/chore/gender-neutral-language | Ferdinand Thiessen | 2024-10-14 | 6 | -6/+6 |
|\ \ |
|
| * | | chore: Use more gender neutral language | provokateurin | 2024-10-14 | 6 | -6/+6 |
| |/ |
|
* | | Merge pull request #48650 from nextcloud/fix/shipped-app-version | Ferdinand Thiessen | 2024-10-14 | 1 | -47/+57 |
|\ \ |
|
| * | | fix: Shipped apps should include the Nextcloud version in the cache busterfix/shipped-app-version | Ferdinand Thiessen | 2024-10-14 | 1 | -47/+57 |
* | | | Merge pull request #48604 from nextcloud/bugfix/noid/fix-tainted-file-appinfo | Joas Schilling | 2024-10-14 | 3 | -19/+29 |
|\ \ \
| |/ /
|/| | |
|
| * | | fix(appmanager): Fix tainted file path when loading appinfosbugfix/noid/fix-tainted-file-appinfo | Joas Schilling | 2024-10-14 | 3 | -19/+29 |
| |/ |
|
* / | fix(locking): Accept mixed as value on setTTLmixedSetTTL | Git'Fellow | 2024-10-14 | 1 | -1/+1 |
|/ |
|
* | feat(http-client): expose default request timeout constant to be used instead...add-default-request-timeout-const | Thomas Citharel | 2024-10-11 | 2 | -2/+3 |
* | Merge pull request #48623 from nextcloud/fix/allow-quota-wrapper-check | Kate | 2024-10-09 | 1 | -1/+1 |
|\ |
|
| * | fix: Allow overriding shouldApplyQuota check from child classesfix/allow-quota-wrapper-check | Julius Knorr | 2024-10-09 | 1 | -1/+1 |
* | | fix: Subadmin can access self | Christopher Ng | 2024-10-08 | 1 | -0/+3 |
* | | Merge pull request #48613 from nextcloud/feat/add-query-param-to-force-language | Côme Chilliet | 2024-10-08 | 1 | -4/+8 |
|\ \ |
|
| * | | feat(l10n): Respect forceLanguage query parameter in more placesfeat/add-query-param-to-force-language | Côme Chilliet | 2024-10-08 | 1 | -3/+7 |
| * | | feat(l10n): Allow to force language with a query parameter | Côme Chilliet | 2024-10-08 | 1 | -1/+1 |
* | | | Merge pull request #48494 from nextcloud/refactor/storage/strong-param-types | Kate | 2024-10-08 | 22 | -635/+482 |
|\ \ \ |
|
| * | | | refactor(Storage): Make all parameter types strong types | provokateurin | 2024-10-07 | 22 | -635/+482 |
| |/ / |
|
* | | | Merge pull request #48603 from nextcloud/bugfix/noid/censor-more-values | Joas Schilling | 2024-10-08 | 1 | -2/+19 |
|\ \ \ |
|
| * | | | fix(logger): Remove more parameters of other methodsbugfix/noid/censor-more-values | Joas Schilling | 2024-10-07 | 1 | -2/+19 |
| |/ / |
|
* / / | fix(BackgroundJobs): Adjust intervals and time sensitivities | provokateurin | 2024-10-08 | 6 | -11/+12 |
|/ / |
|
* | | refactor(Wrapper\Encryption): Migrate to strong typesrefactor/stream-encryption/typings | provokateurin | 2024-10-07 | 1 | -59/+15 |
* | | refactor(Stream\Encryption): Migrate to strong types | provokateurin | 2024-10-07 | 1 | -74/+42 |
* | | Merge pull request #48584 from nextcloud/bugfix/noid/increase-exclude-list | Ferdinand Thiessen | 2024-10-07 | 1 | -0/+9 |
|\ \ |
|
| * | | fix(config): Mark more app configs sensitivebugfix/noid/increase-exclude-list | Joas Schilling | 2024-10-07 | 1 | -0/+9 |
* | | | fix(command): Make method compatible with upstream class (requires 3rdparty b... | Joas Schilling | 2024-10-07 | 1 | -4/+4 |
* | | | fix(command): Make method compatible with upstream class (backportable) | Joas Schilling | 2024-10-07 | 1 | -3/+3 |
| |/
|/| |
|
* | | Merge pull request #47896 from nextcloud/fix/resiliant-user-removal | Ferdinand Thiessen | 2024-10-07 | 8 | -71/+255 |
|\ \
| |/
|/| |
|
| * | fix: Skip users that still exist in backendfix/resiliant-user-removal | Ferdinand Thiessen | 2024-09-26 | 3 | -9/+28 |
| * | fix: Make user removal more resilient | Ferdinand Thiessen | 2024-09-26 | 8 | -71/+236 |