aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private
Commit message (Expand)AuthorAgeFilesLines
* feat(bruteforce): Allow forcing the database throttlerbugfix/noid/allow-to-force-db-throttlerJoas Schilling2024-10-241-1/+2
* feat(textprocessing): factorize taskProcessingCompatibleTaskTypesJulien Veyssier2024-10-241-22/+11
* fix(textprocessing): also list types that are available in task processingJulien Veyssier2024-10-241-0/+29
* fix: $uid type in Encryption streamartonge/fix/uid_typeLouis2024-10-231-1/+1
* chore(deps): Bump nextcloud/coding-standard in /vendor-bin/cs-fixerdependabot/composer/vendor-bin/cs-fixer/nextcloud/coding-standard-1.3.2dependabot[bot]2024-10-1915-60/+60
* Merge pull request #47329 from nextcloud/feat/add-datetime-qbmapper-supportFerdinand Thiessen2024-10-187-30/+48
|\
| * fix: Adjust Entity typesfeat/add-datetime-qbmapper-supportFerdinand Thiessen2024-10-172-8/+10
| * fix: Prevent breaking change in IQueryBuilderFerdinand Thiessen2024-10-175-22/+22
| * fix: Adjust parameter type usage and add SQLite supportFerdinand Thiessen2024-10-174-12/+28
| * feat(AppFramework): Add full support for date / time / datetime columnsFerdinand Thiessen2024-10-171-10/+10
* | Merge pull request #48765 from nextcloud/dbQueriesExecStmt2Kate2024-10-1814-156/+116
|\ \
| * | chore(db): Apply query prepared statementsdbQueriesExecStmt2Git'Fellow2024-10-1714-156/+116
| |/
* | fix(comments): Document supported types and provide psalm typingJoas Schilling2024-10-171-19/+21
* | feat(comments): Support mentioning emailsJoas Schilling2024-10-171-1/+5
|/
* chore(db): Correctly apply query typesGit'Fellow2024-10-1713-154/+90
* refactor(encryption): Migrate away from Hooks to typed eventsFerdinand Thiessen2024-10-151-9/+12
* Merge pull request #48682 from nextcloud/fix/appconfig/sensitive-keys-externa...Kate2024-10-151-0/+1
|\
| * fix(AppConfig): Add external JWT private key to sensitive keysfix/appconfig/sensitive-keys-external-jwt-private-keyprovokateurin2024-10-141-0/+1
* | Merge pull request #48206 from nextcloud/feat/systemtags-publicJohn Molakvoæ2024-10-151-2/+16
|\ \
| * | feat: make systemtags public visiblefeat/systemtags-publicJohn Molakvoæ (skjnldsv)2024-10-111-2/+16
| |/
* | Merge pull request #48673 from nextcloud/fix/null-labelFerdinand Thiessen2024-10-141-2/+2
|\ \
| * | fix(share): Return empty string if no label is setFerdinand Thiessen2024-10-141-2/+2
| |/
* | Merge pull request #48687 from nextcloud/chore/gender-neutral-languageFerdinand Thiessen2024-10-146-6/+6
|\ \
| * | chore: Use more gender neutral languageprovokateurin2024-10-146-6/+6
| |/
* | Merge pull request #48650 from nextcloud/fix/shipped-app-versionFerdinand Thiessen2024-10-141-47/+57
|\ \
| * | fix: Shipped apps should include the Nextcloud version in the cache busterfix/shipped-app-versionFerdinand Thiessen2024-10-141-47/+57
* | | Merge pull request #48604 from nextcloud/bugfix/noid/fix-tainted-file-appinfoJoas Schilling2024-10-143-19/+29
|\ \ \ | |/ / |/| |
| * | fix(appmanager): Fix tainted file path when loading appinfosbugfix/noid/fix-tainted-file-appinfoJoas Schilling2024-10-143-19/+29
| |/
* / fix(locking): Accept mixed as value on setTTLmixedSetTTLGit'Fellow2024-10-141-1/+1
|/
* feat(http-client): expose default request timeout constant to be used instead...add-default-request-timeout-constThomas Citharel2024-10-112-2/+3
* Merge pull request #48623 from nextcloud/fix/allow-quota-wrapper-checkKate2024-10-091-1/+1
|\
| * fix: Allow overriding shouldApplyQuota check from child classesfix/allow-quota-wrapper-checkJulius Knorr2024-10-091-1/+1
* | fix: Subadmin can access selfChristopher Ng2024-10-081-0/+3
* | Merge pull request #48613 from nextcloud/feat/add-query-param-to-force-languageCôme Chilliet2024-10-081-4/+8
|\ \
| * | feat(l10n): Respect forceLanguage query parameter in more placesfeat/add-query-param-to-force-languageCôme Chilliet2024-10-081-3/+7
| * | feat(l10n): Allow to force language with a query parameterCôme Chilliet2024-10-081-1/+1
* | | Merge pull request #48494 from nextcloud/refactor/storage/strong-param-typesKate2024-10-0822-635/+482
|\ \ \
| * | | refactor(Storage): Make all parameter types strong typesprovokateurin2024-10-0722-635/+482
| |/ /
* | | Merge pull request #48603 from nextcloud/bugfix/noid/censor-more-valuesJoas Schilling2024-10-081-2/+19
|\ \ \
| * | | fix(logger): Remove more parameters of other methodsbugfix/noid/censor-more-valuesJoas Schilling2024-10-071-2/+19
| |/ /
* / / fix(BackgroundJobs): Adjust intervals and time sensitivitiesprovokateurin2024-10-086-11/+12
|/ /
* | refactor(Wrapper\Encryption): Migrate to strong typesrefactor/stream-encryption/typingsprovokateurin2024-10-071-59/+15
* | refactor(Stream\Encryption): Migrate to strong typesprovokateurin2024-10-071-74/+42
* | Merge pull request #48584 from nextcloud/bugfix/noid/increase-exclude-listFerdinand Thiessen2024-10-071-0/+9
|\ \
| * | fix(config): Mark more app configs sensitivebugfix/noid/increase-exclude-listJoas Schilling2024-10-071-0/+9
* | | fix(command): Make method compatible with upstream class (requires 3rdparty b...Joas Schilling2024-10-071-4/+4
* | | fix(command): Make method compatible with upstream class (backportable)Joas Schilling2024-10-071-3/+3
| |/ |/|
* | Merge pull request #47896 from nextcloud/fix/resiliant-user-removalFerdinand Thiessen2024-10-078-71/+255
|\ \ | |/ |/|
| * fix: Skip users that still exist in backendfix/resiliant-user-removalFerdinand Thiessen2024-09-263-9/+28
| * fix: Make user removal more resilientFerdinand Thiessen2024-09-268-71/+236