aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | fix: use Icrypto in place of Cyptoyemkareems2024-10-282-4/+4
| * | | | | fix: crypto type made not nullable and tests run using ICryptoyemkareems2024-10-282-4/+4
| * | | | | fix: encrypt and store password, decrypt and retrieve the sameyemkareems2024-10-282-2/+11
* | | | | | Merge pull request #48912 from nextcloud/bugfix/exception-appscreenshot-notst...Ferdinand Thiessen2024-10-281-0/+11
|\ \ \ \ \ \
| * | | | | | fix(appinfo): Make sure screenshot, author and category are always arraysbugfix/exception-appscreenshot-notstringJoas Schilling2024-10-281-0/+11
| |/ / / / /
* | | | | | Merge pull request #48614 from nextcloud/refactor/storage/constructorsKate2024-10-2821-68/+68
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | refactor(Storage): Align all Storage constructorsrefactor/storage/constructorsprovokateurin2024-10-2321-68/+68
* | | | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-10-284-16/+24
* | | | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-10-272-2/+2
* | | | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-10-262-6/+6
* | | | | | 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(l10n): Update translations from TransifexNextcloud bot2024-10-244-24/+26
* | | | | | Merge pull request #48851 from nextcloud/artonge/fix/uid_typeLouis2024-10-231-1/+1
|\ \ \ \ \ \
| * | | | | | fix: $uid type in Encryption streamartonge/fix/uid_typeLouis2024-10-231-1/+1
| |/ / / / /
* | | | | | Merge pull request #48837 from nextcloud/followup/47329/add-all-types-to-hand...Joas Schilling2024-10-231-0/+22
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | fix(entity): Fix mapping of old/sub-types to actually supported database typesfollowup/47329/add-all-types-to-handlingJoas Schilling2024-10-231-0/+22
* | | | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-10-222-2/+6
* | | | | | Merge pull request #48790 from nextcloud/refactor/apps/constructor-property-p...Kate2024-10-221-2/+2
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | fix(psalm): Fix some newly detected issuesrefactor/apps/constructor-property-promotionprovokateurin2024-10-211-2/+2
* | | | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-10-222-0/+2
|/ / / / /
* | | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-10-216-10/+80
* | | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-10-202-2/+18
* | | | | 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-1920-73/+145
* | | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-10-194-8/+8
* | | | | Merge pull request #47329 from nextcloud/feat/add-datetime-qbmapper-supportFerdinand Thiessen2024-10-1812-65/+246
|\ \ \ \ \
| * | | | | fix: Adjust Entity typesfeat/add-datetime-qbmapper-supportFerdinand Thiessen2024-10-173-12/+13
| * | | | | fix: Prevent breaking change in IQueryBuilderFerdinand Thiessen2024-10-177-31/+37
| * | | | | fix: Adjust parameter type usage and add SQLite supportFerdinand Thiessen2024-10-175-29/+43
| * | | | | feat(AppFramework): Add full support for date / time / datetime columnsFerdinand Thiessen2024-10-176-54/+214
* | | | | | Merge pull request #48765 from nextcloud/dbQueriesExecStmt2Kate2024-10-1814-156/+116
|\ \ \ \ \ \
| * | | | | | chore(db): Apply query prepared statementsdbQueriesExecStmt2Git'Fellow2024-10-1714-156/+116
| |/ / / / /
* | | | | | Merge pull request #48760 from nextcloud/feat/noid/support-email-mentionsJoas Schilling2024-10-182-34/+31
|\ \ \ \ \ \
| * | | | | | fix(comments): Document supported types and provide psalm typingJoas Schilling2024-10-172-33/+26
| * | | | | | feat(comments): Support mentioning emailsJoas Schilling2024-10-171-1/+5
| |/ / / / /
* / / / / / Fix(l10n): Update translations from TransifexNextcloud bot2024-10-182-2/+2
|/ / / / /
* | | | | chore(db): Correctly apply query typesGit'Fellow2024-10-1713-154/+90
* | | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-10-174-4/+6
* | | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-10-162-6/+6
* | | | | chore: Unify user related events to always provide a `getUid` methodchore/migrate-encryption-away-from-hooksFerdinand Thiessen2024-10-154-1/+22
* | | | | 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-152-6/+22
|\ \ \ \ \
| * | | | | feat: make systemtags public visiblefeat/systemtags-publicJohn Molakvoæ (skjnldsv)2024-10-112-6/+22
* | | | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-10-152-6/+6
* | | | | | 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-1411-11/+11
|\ \ \ \ \ \