Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | fix(Router): Stop loading routes of disabled apps | provokateurin | 2024-05-10 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | |||||
* | | | | 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 | 2 | -9/+7 | |
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | | 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 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | 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> | |||||
* | | | 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> | |||||
* | | | | 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> | |||||
* / / | 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> | |||||
* | | 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> | |||||
* / | fix(appconfig): returns correct value on details | Maxence Lange | 2024-04-17 | 1 | -2/+8 | |
|/ | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.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> | |||||
* | | | feat(capabilities): Expose if mod-rewrite is working via capabilities | Joas Schilling | 2024-04-12 | 1 | -0/+2 | |
| | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | | | Merge pull request #44645 from nextcloud/backport/44642/stable29 | Arthur Schiwon | 2024-04-11 | 1 | -1/+2 | |
|\ \ \ | |_|/ |/| | | [stable29] fix(appconfig): compare with original value | |||||
| * | | fix(appconfig): compare with original value | Maxence Lange | 2024-04-04 | 1 | -1/+2 | |
| | | | | | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | |||||
* | | | Merge pull request #44748 from nextcloud/backport/44730/stable29 | Arthur Schiwon | 2024-04-11 | 2 | -4/+77 | |
|\ \ \ | | | | | | | | | [stable29] fix: use proper jailed patch in watcher | |||||
| * | | | fix: use proper jailed patch in watcher | Robin Appelman | 2024-04-09 | 2 | -4/+77 | |
| | |/ | |/| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* / | | feat(OCS): Annotate capabilities | provokateurin | 2024-04-08 | 1 | -2/+11 | |
|/ / | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | |||||
* | | fix: Remove incorrect default null value | Côme Chilliet | 2024-04-04 | 1 | -1/+1 | |
| | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | |||||
* | | fix: Apply new coding standard to all files | Côme Chilliet | 2024-04-04 | 95 | -169/+169 | |
|/ | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | |||||
* | fix(federation): ICloudId->getRemote() should contain the protocol | Joas Schilling | 2024-04-02 | 1 | -2/+3 | |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | feat(files)): Add retry logic to cover deadlock situations when moving many ↵ | Louis Chemineau | 2024-03-28 | 1 | -6/+25 | |
| | | | | | | files Signed-off-by: Louis Chemineau <louis@chmn.me> | |||||
* | Merge pull request #44470 from nextcloud/fix/compatibility-replica-splitting | Benjamin Gaussorgues | 2024-03-26 | 1 | -1/+1 | |
|\ | ||||||
| * | fix: Allow using replica config with split databases | Julius Härtl | 2024-03-26 | 1 | -1/+1 | |
| | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | |||||
* | | Merge pull request #44475 from nextcloud/fix/disabled-ipv6 | Benjamin Gaussorgues | 2024-03-26 | 1 | -1/+3 | |
|\ \ | ||||||
| * | | fix(dns): detect disabled IPv6 support in DNS pinning | Benjamin Gaussorgues | 2024-03-26 | 1 | -1/+3 | |
| | | | | | | | | | | | | Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com> | |||||
* | | | Merge pull request #44412 from nextcloud/fix/add-csp-nonce-by-default | Ferdinand Thiessen | 2024-03-26 | 1 | -8/+5 | |
|\ \ \ | | | | | | | | | fix(CSP): Add CSP nonce by default and convert `browserSupportsCspV3` to blacklist | |||||
| * | | | fix(CSP): Add CSP nonce by default and convert `browserSupportsCspV3` to ↵ | Ferdinand Thiessen | 2024-03-26 | 1 | -8/+5 | |
| | |/ | |/| | | | | | | | | | | | | | blocklist Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* | | | Merge pull request #42931 from hrenard/master | Benjamin Gaussorgues | 2024-03-26 | 1 | -3/+1 | |
|\ \ \ | ||||||
| * | | | fix: always add user to group cache | Hugo Renard | 2024-03-26 | 1 | -3/+1 | |
| | |/ | |/| | | | | | | | | | | | | | | | | When there is no user in a group, and we add one, it's not added to the group cache. So consecutive call of addUser() and getUsers() is inconsistent. Furthermore, the user cache is never null, so this check is unesserary. Signed-off-by: Hugo Renard <hugo.renard@protonmail.com> | |||||
* | | | Merge pull request #44474 from nextcloud/fix/preview/webp-preview-format | Richard Steinmetz | 2024-03-26 | 1 | -0/+26 | |
|\ \ \ | | | | | | | | | fix(preview): webp preview format | |||||
| * | | | fix(preview): webp preview format | Richard Steinmetz | 2024-03-26 | 1 | -0/+26 | |
| |/ / | | | | | | | | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud> | |||||
* | | | fix(S3): Adjust typing for 32bit compatibility | Ferdinand Thiessen | 2024-03-26 | 1 | -3/+6 | |
| | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* | | | Merge pull request #44270 from nextcloud/fix/catch-setupcheck-trowables | Benjamin Gaussorgues | 2024-03-26 | 1 | -1/+7 | |
|\ \ \ | |/ / |/| | | ||||||
| * | | fix: Log exceptions thrown by setup checks | Côme Chilliet | 2024-03-25 | 1 | -0/+1 | |
| | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | |||||
| * | | fix(setupcheck): Catch Throwables from setup checks and show them to the admin | Côme Chilliet | 2024-03-18 | 1 | -1/+6 | |
| | | | | | | | | | | | | | | | | | | | | | This avoids letting a buggy setup check from an application crash the setupcheck system. The throwable is shown instead. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | |||||
* | | | Merge pull request #44230 from nextcloud/varun/config-read | Varun Patil | 2024-03-25 | 1 | -13/+26 | |
|\ \ \ | | | | | | | | | config: fix correctness issues in reading | |||||
| * | | | fix(config): correctness issues in reading | Varun Patil | 2024-03-25 | 1 | -13/+26 | |
| | | | | | | | | | | | | | | | | Signed-off-by: Varun Patil <varunpatil@ucla.edu> | |||||
* | | | | fix(DB): Sanitize `host` parameter for postgres databases when IPv6 address ↵ | Ferdinand Thiessen | 2024-03-25 | 1 | -0/+9 | |
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | is passed Doctrine is using `pg_connect` with the `host` parameter, this does not allow IPv6 addresses in URI notation. So we need to extract the IP address and pass it directly Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* | | | Merge pull request #44458 from nextcloud/fileacces-interface | Robin Appelman | 2024-03-25 | 1 | -0/+116 | |
|\ \ \ | | | | | | | | | feat: add interface for lower level filecache acess without having to do direct db queries | |||||
| * | | | feat: add interface for lower level filecache acess without having to do ↵ | Robin Appelman | 2024-03-25 | 1 | -0/+116 | |
| | | | | | | | | | | | | | | | | | | | | | | | | direct db queries Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* | | | | Merge pull request #44453 from ↵ | Joas Schilling | 2024-03-25 | 1 | -13/+12 | |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | nextcloud/bugfix/noid/fix-cloud-id-generation-with-http fix(federation): Fix creating local cloudIds with http:// protocol | |||||
| * | | | | fix(federation): Fix creating local cloudIds with http:// protocol | Joas Schilling | 2024-03-25 | 1 | -13/+12 | |
| |/ / / | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> |