Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-11-05 | 2 | -8/+8 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Merge pull request #49076 from nextcloud/backport/49075/stable30 | Benjamin Gaussorgues | 2024-11-04 | 1 | -7/+5 |
|\ | |||||
| * | fix(owncloud): Fix ownCloud migration with oauth2 appbackport/49075/stable30 | Joas Schilling | 2024-11-04 | 1 | -7/+5 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | Merge pull request #49044 from nextcloud/backport/48912/stable30 | Benjamin Gaussorgues | 2024-11-04 | 1 | -0/+11 |
|\ \ | |/ |/| | |||||
| * | fix(appinfo): Make sure screenshot, author and category are always arraysbackport/48912/stable30 | Joas Schilling | 2024-11-01 | 1 | -0/+11 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-11-04 | 6 | -72/+1008 |
|/ | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-11-01 | 2 | -0/+2 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-10-31 | 2 | -0/+2 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Merge pull request #49001 from nextcloud/backport/48559/stable30 | Benjamin Gaussorgues | 2024-10-30 | 2 | -29/+38 |
|\ | |||||
| * | fix(sharding): typo in addOrderBybackport/48559/stable30 | Benjamin Gaussorgues | 2024-10-30 | 2 | -22/+5 |
| | | | | | | | | Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com> | ||||
| * | fix(users): improve recently active search | Benjamin Gaussorgues | 2024-10-30 | 1 | -7/+33 |
| | | | | | | | | | | | | | | | | | | - Remove DISTINCT clause to fix PgSQL - Join user table only if necessary - Don't show people who never connected in active list - Add test Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com> | ||||
* | | Merge pull request #48694 from nextcloud/backport/48689/stable30 | Git'Fellow | 2024-10-30 | 1 | -1/+1 |
|\ \ | |/ |/| | [stable30] fix(locking): Accept mixed as value on setTTL | ||||
| * | fix(locking): Accept mixed as value on setTTLbackport/48689/stable30 | Git'Fellow | 2024-10-30 | 1 | -1/+1 |
| | | | | | | Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com> | ||||
* | | Merge pull request #48622 from nextcloud/backport/48538/stable30 | Benjamin Gaussorgues | 2024-10-30 | 1 | -0/+3 |
|\ \ | |/ |/| | |||||
| * | fix: Subadmin can access self | Christopher Ng | 2024-10-09 | 1 | -0/+3 |
| | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-10-30 | 2 | -258/+258 |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | fix: Shipped apps should include the Nextcloud version in the cache buster | Ferdinand Thiessen | 2024-10-30 | 1 | -59/+64 |
| | | | | | | | | | | | | Co-authored-by: Ferdinand Thiessen <opensource@fthiessen.de> Co-authored-by: Kate <26026535+provokateurin@users.noreply.github.com> Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | | fix: Fix copying or moving from shared groupfolders | Daniel Calviño Sánchez | 2024-10-29 | 1 | -2/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When copying or moving between two local storages the source path (on disk) to copy or move from is got from the unjailed path of the source storage. However, if the source storage has more than one jail getting the unjailed path resolves the most external jail, but the source path needs to be got from the most internal jail instead (the one closer to the local storage). This can happen, for example, with a shared groupfolder: in that case there is an external jail for the shared storage, and one internal jail for the groupfolder storage wrapped by the shared storage. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com> | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-10-29 | 2 | -2/+2 |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | fix(config): Mark more configs as sensitivebackport/48947/stable30 | Joas Schilling | 2024-10-28 | 2 | -0/+10 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | fix: crypto made inline for constructor and decrypt error handled in exception | yemkareems | 2024-10-28 | 1 | -2/+4 |
| | | | | | | | | | | | | Signed-off-by: yemkareems <yemkareems@gmail.com> [skip ci] | ||||
* | | fix: crypto made inline for constructor and decrypt error handled in exception | yemkareems | 2024-10-28 | 1 | -6/+7 |
| | | | | | | | | Signed-off-by: yemkareems <yemkareems@gmail.com> | ||||
* | | fix: use Icrypto in place of Cypto | yemkareems | 2024-10-28 | 2 | -4/+4 |
| | | | | | | | | Signed-off-by: yemkareems <yemkareems@gmail.com> | ||||
* | | fix: crypto type made not nullable and tests run using ICrypto | yemkareems | 2024-10-28 | 2 | -4/+4 |
| | | | | | | | | Signed-off-by: yemkareems <yemkareems@gmail.com> | ||||
* | | fix: encrypt and store password, decrypt and retrieve the same | yemkareems | 2024-10-28 | 2 | -2/+11 |
| | | | | | | | | Signed-off-by: yemkareems <yemkareems@gmail.com> | ||||
* | | fix: Allow overriding shouldApplyQuota check from child classesbackport/48623/stable30 | Julius Knorr | 2024-10-28 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Julius Knorr <jus@bitgrid.net> | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-10-28 | 4 | -16/+24 |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-10-27 | 2 | -2/+2 |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-10-26 | 2 | -6/+6 |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | feat(textprocessing): factorize taskProcessingCompatibleTaskTypesbackport/48863/stable30 | Julien Veyssier | 2024-10-24 | 1 | -22/+11 |
| | | | | | | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net> | ||||
* | | fix(textprocessing): also list types that are available in task processing | Julien Veyssier | 2024-10-24 | 1 | -0/+29 |
| | | | | | | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net> | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-10-24 | 4 | -24/+26 |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-10-22 | 2 | -2/+6 |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | Merge pull request #48830 from nextcloud/backport/48603/stable30 | Joas Schilling | 2024-10-22 | 1 | -2/+19 |
|\ \ | | | | | | | [stable30] fix(logger): Remove more parameters of other methods | ||||
| * | | fix(logger): Remove more parameters of other methodsbackport/48603/stable30 | Joas Schilling | 2024-10-21 | 1 | -2/+19 |
| | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-10-22 | 2 | -0/+2 |
|/ / | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | Merge pull request #48763 from ↵ | Joas Schilling | 2024-10-21 | 1 | -5/+5 |
|\ \ | | | | | | | | | | | | | nextcloud/dependabot/composer/stable30/symfony-6.4 [stable30] build: Bump symfony/* to 6.4 | ||||
| * | | fix(command): Make method compatible with upstream class (requires 3rdparty ↵ | Joas Schilling | 2024-10-21 | 1 | -4/+4 |
| | | | | | | | | | | | | | | | | | | bump) Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
| * | | fix(command): Make method compatible with upstream class (backportable) | Joas Schilling | 2024-10-21 | 1 | -3/+3 |
| | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | | Merge pull request #48710 from nextcloud/backport/48682/stable30 | Kate | 2024-10-21 | 1 | -0/+1 |
|\ \ \ | |/ / |/| | | |||||
| * | | fix(AppConfig): Add external JWT private key to sensitive keysbackport/48682/stable30 | provokateurin | 2024-10-15 | 1 | -0/+1 |
| | | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-10-21 | 6 | -10/+80 |
| | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-10-20 | 2 | -2/+18 |
| | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-10-19 | 4 | -8/+8 |
| | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | | fix(comments): Document supported types and provide psalm typing | Joas Schilling | 2024-10-18 | 2 | -33/+26 |
| | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | | feat(comments): Support mentioning emails | Joas Schilling | 2024-10-18 | 1 | -1/+5 |
| | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-10-18 | 2 | -2/+2 |
| | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | | Merge pull request #48703 from nextcloud/backport/48673/stable30 | Ferdinand Thiessen | 2024-10-17 | 1 | -2/+2 |
|\ \ \ | | | | | | | | | [stable30] fix(share): Return empty string if no label is set | ||||
| * | | | fix(share): Return empty string if no label is set | Ferdinand Thiessen | 2024-10-14 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Resolves: https://github.com/nextcloud/server/issues/48629 While the database supports NULL, the typing has always said it only returns *string*. So to not break any apps that might trust the typings we should return `''` if the database is set to `NULL`. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | | | | Merge pull request #48589 from nextcloud/backport/47896/stable30 | Ferdinand Thiessen | 2024-10-17 | 10 | -72/+262 |
|\ \ \ \ | | | | | | | | | | | [stable30] fix: Make user removal more resilient |