Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #45367 from nextcloud/backport/44763/stable29 | Benjamin Gaussorgues | 2024-05-21 | 7 | -17/+78 |
|\ | |||||
| * | fix(groups): allows to save group names with more than 64 characters | Benjamin Gaussorgues | 2024-05-16 | 7 | -17/+78 |
| | | | | | | | | | | | | Mimic behaviour from LDAP users and add a hard limit to 255 characters Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com> | ||||
* | | Merge pull request #45363 from nextcloud/backport/45355/stable29 | Louis | 2024-05-16 | 1 | -1/+6 |
|\ \ | |/ |/| | [stable29] fix: delete user credentials stored in storages_credentials when user gets deleted | ||||
| * | fix: delete user credentials stored in storages_credentials when user gets ↵ | yemkareems | 2024-05-16 | 1 | -1/+6 |
| | | | | | | | | | | | | deleted Signed-off-by: yemkareems <yemkareems@gmail.com> | ||||
* | | Merge pull request #45373 from nextcloud/backport/45236/stable29 | Joas Schilling | 2024-05-16 | 1 | -0/+1 |
|\ \ | | | | | | | [stable29] Hide 'updater.server.url' As It May Contain Enterprise Key | ||||
| * | | fix(SystemConfig.php): Add 'updater.server.url' to Private Variables | derschiw | 2024-05-16 | 1 | -0/+1 |
| |/ | | | | | | | | | | | Add "updater.server.url" to the privacy redacted values, as it may contain the enterprise key. Signed-off-by: derschiw <37687705+derschiw@users.noreply.github.com> | ||||
* | | Merge pull request #45337 from nextcloud/backport/44710/stable29 | Joas Schilling | 2024-05-16 | 12 | -13/+109 |
|\ \ | |/ |/| | [stable29] fix(preview): check mime type before processing with Imagick | ||||
| * | fix(preview): check mime type before processing with Imagick | Varun Patil | 2024-05-15 | 12 | -13/+109 |
| | | | | | | | | Signed-off-by: Varun Patil <varunpatil@ucla.edu> | ||||
* | | Merge pull request #45341 from nextcloud/backport/45340/stable29 | Joas Schilling | 2024-05-16 | 1 | -1/+1 |
|\ \ | | | | | | | [stable29] fix: Extend SVG reference check | ||||
| * | | fix: Extend SVG reference check | Joas Schilling | 2024-05-16 | 1 | -1/+1 |
| |/ | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* / | fix: Correctly check result of function | Joas Schilling | 2024-05-15 | 2 | -3/+3 |
|/ | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Merge pull request #45279 from nextcloud/backport/43794/stable29 | Josh | 2024-05-13 | 1 | -2/+47 |
|\ | | | | | [stable29] fix(files): handle multidimensional arrays in scanner | ||||
| * | fix(Files): Change how scanner diffs for changed metadata | Josh | 2024-05-13 | 1 | -2/+47 |
| | | | | | | | | | | Fixes #43408 Signed-off-by: Josh <josh.t.richards@gmail.com> | ||||
* | | fix: cleanup logic for getting the max reshare permissions | Robin Appelman | 2024-05-13 | 1 | -49/+8 |
|/ | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Merge pull request #45199 from nextcloud/backport/45196/stable29 | Kate | 2024-05-10 | 1 | -1/+1 |
|\ | |||||
| * | fix(OC_Image): Set correct return type for exif_imagetype stub | provokateurin | 2024-05-06 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | | fix(Router): Stop loading routes of disabled apps | provokateurin | 2024-05-10 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | | fix(userstatus): Fix docs of user status manager | Joas Schilling | 2024-05-08 | 2 | -2/+2 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | Merge pull request #45202 from nextcloud/backport/45088/stable29 | Joas Schilling | 2024-05-07 | 1 | -0/+2 |
|\ \ | | | | | | | [stable29] fix(User\Manager): Avoid future collisions with updater/audit logs | ||||
| * | | fix(User\Manager): Avoid future collisions with updater/audit logs | Josh | 2024-05-06 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | Avoid future collisions for not yet created updater and audit log files (at least using default names). Signed-off-by: Josh <josh.t.richards@gmail.com> | ||||
* | | | Merge pull request #44564 from ↵ | Côme Chilliet | 2024-05-06 | 3 | -10/+8 |
|\ \ \ | |/ / |/| | | | | | | | | nextcloud/automated/noid/stable29-update-psalm-baseline [stable29] Update psalm-baseline.xml | ||||
| * | | chore: Fix small psalm errors related to documented return types | Côme Chilliet | 2024-05-06 | 2 | -3/+3 |
| | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
| * | | fix(DateTimeFormatter): Adjust invalid doc blocks | Ferdinand Thiessen | 2024-05-06 | 1 | -7/+5 |
| |/ | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* / | fix(session): Avoid race condition for cache::get() vs. cache::hasKey() | Joas Schilling | 2024-05-06 | 1 | -6/+6 |
|/ | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-05-01 | 2 | -0/+2 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Merge pull request #45056 from nextcloud/backport/44496/stable29 | Robin Appelman | 2024-04-30 | 1 | -1/+16 |
|\ | | | | | [stable29] feat: support "s3-accelerate" endpoint | ||||
| * | feat: add option to enable s3 acceleration | Robin Appelman | 2024-04-26 | 1 | -1/+16 |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | Merge pull request #45104 from nextcloud/backport/query-builder-fix | Côme Chilliet | 2024-04-30 | 1 | -6/+2 |
|\ \ | | | | | | | [stable29] fix: Remove bogus code from query builder and fix parameter name | ||||
| * | | fix: Remove bogus code from query builder and fix parameter name | Côme Chilliet | 2024-04-30 | 1 | -6/+2 |
| | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | | | fix: Fix default values for ini var in lib/base.php | Côme Chilliet | 2024-04-30 | 1 | -2/+2 |
|/ / | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-04-30 | 2 | -2/+2 |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-04-27 | 2 | -0/+2 |
|/ | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-04-26 | 4 | -0/+4 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-04-25 | 18 | -0/+36 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Merge pull request #44981 from nextcloud/backport/44794/stable29 | Ferdinand Thiessen | 2024-04-24 | 1 | -1/+1 |
|\ | | | | | [stable29] fix(memcache): remove double $$ to fix error | ||||
| * | Update LoggerWrapperCache.php | Velwark | 2024-04-23 | 1 | -1/+1 |
| | | | | | | | | | | Extra Dollar Sign caused errors in Nextcloud. Removing the Dollar Sign Solved the Problem. Signed-off-by: Velwark <levinfrerich9@gmail.com> | ||||
* | | Fix(l10n): Update translations from Transifexv29.0.0 | Nextcloud bot | 2024-04-24 | 192 | -216/+250 |
|/ | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-04-23 | 2 | -0/+2 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-04-20 | 2 | -2/+2 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-04-19 | 2 | -38/+38 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Merge pull request #44890 from nextcloud/backport/44889/stable29 | Joas Schilling | 2024-04-18 | 1 | -0/+3 |
|\ | | | | | [stable29] fix(files): Also skip cross storage move with access control | ||||
| * | fix(CI): Suppress psalm UndefinedClass | Joas Schilling | 2024-04-18 | 1 | -0/+1 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
| * | fix(files): Also skip cross storage move with access control | Joas Schilling | 2024-04-17 | 1 | -0/+2 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | Merge pull request #44907 from nextcloud/backports/44640/44640-stable29 | Benjamin Gaussorgues | 2024-04-18 | 1 | -2/+8 |
|\ \ | |||||
| * | | fix(appconfig): returns correct value on details | Maxence Lange | 2024-04-17 | 1 | -2/+8 |
| |/ | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | ||||
* / | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-04-18 | 2 | -0/+44 |
|/ | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Merge pull request #44737 from nextcloud/backport/stable29/44736 | Andy Scherzinger | 2024-04-17 | 1 | -0/+7 |
|\ | | | | | [stable29] fix: Fix avatar images | ||||
| * | fix: Fix avatar images | Christopher Ng | 2024-04-11 | 1 | -0/+7 |
| | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
* | | Merge pull request #44716 from nextcloud/backport/44705/stable29 | Benjamin Gaussorgues | 2024-04-17 | 1 | -2/+2 |
|\ \ | |||||
| * | | fix(Blurhash): Suppress imagecreatefromstring() E_WARNING | Josh | 2024-04-08 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | We're already checking return value to determine if the format is unrecognized. There's no reason to let imagecreatefromstring() generate it's own E_WARNING when the format is unrecognized. Fixes #44702 Signed-off-by: Josh <josh.t.richards@gmail.com> |