Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | build(deps): Bump phpseclib/phpseclib from 2.0.47 to 2.0.48chore/31-phpseclib | Ferdinand Thiessen | 2025-02-11 | 1 | -1/+0 |
| | | | | | | | | | Production Changes | From | To | Compare | |---------------------|--------|--------|-----------------------------------------------------------------------| | phpseclib/phpseclib | 2.0.47 | 2.0.48 | [...](https://github.com/phpseclib/phpseclib/compare/2.0.47...2.0.48) | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | fix: make sure we process mime extensions as string | skjnldsv | 2025-02-09 | 1 | -6/+0 |
| | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | ||||
* | fix(FediverseAction): Ensure valid fediverse links are generated | Ferdinand Thiessen | 2025-02-06 | 1 | -0/+8 |
| | | | | | | Harden also for existing values of the profile. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | Merge pull request #50508 from nextcloud/backport/50436/stable31 | Andy Scherzinger | 2025-01-28 | 1 | -15/+0 |
|\ | | | | | [stable31] fix: Harden files scanner for invalid null access | ||||
| * | fix: Harden files scanner for invalid null accessbackport/50436/stable31 | Ferdinand Thiessen | 2025-01-28 | 1 | -15/+0 |
| | | | | | | | | | | | | 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> | ||||
* | | build(deps): Bump doctrine/dbal from 3.9.1 to 3.9.4chore/31-doctrine | Ferdinand Thiessen | 2025-01-28 | 1 | -4/+0 |
|/ | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | fix(ratelimit): Allow to bypass rate-limit from bruteforce allowlistbackport/50234/stable31 | Joas Schilling | 2025-01-27 | 1 | -5/+0 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | fix(TemplateLayout): `core` is not an app but the server itself | Ferdinand Thiessen | 2025-01-24 | 1 | -9/+0 |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | chore(psalm): Update baseline to remove fixed errorsfix/improve-ldap-avatar-handling | Côme Chilliet | 2025-01-13 | 1 | -14/+0 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | fix(HTTP): Adjust JSONResponse data typefix/http/jsonresponse-data-type | provokateurin | 2025-01-04 | 1 | -5/+0 |
| | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | chore: update baselinescan-home-ext-storae | Robin Appelman | 2024-12-27 | 1 | -8/+0 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Revert "fix: don't recalculate folder size in Cache::delete if the entry ↵ci/revert/47342 | Daniel Kesselberg | 2024-12-16 | 1 | -0/+5 |
| | | | | | | | | didn't exist" This reverts commit 5ca9d884d78fd4439a74dde02fdcafb3ac7a40f4. Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | ||||
* | chore(psalm): Update baseline | Christopher Ng | 2024-12-12 | 1 | -5/+0 |
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
* | ci: Remove obsolete baseline entry | Joas Schilling | 2024-11-28 | 1 | -3/+0 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | feat(user-prefs): IUserPreferences | Maxence Lange | 2024-11-18 | 1 | -3/+0 |
| | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | ||||
* | fix(apps-store): Remove apps from force-enabled state when uninstalledfix/app-store-remove-force-enable | Ferdinand Thiessen | 2024-11-18 | 1 | -11/+0 |
| | | | | | | | | | If an app is force-enabled and then uninstalled the force-enabled state was kept. This is now removed, so when the app should be re-installed the compatibility should be reevaluated. Co-authored-by: Ferdinand Thiessen <opensource@fthiessen.de> Co-authored-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com> Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | refactor(user_ldap): Remove Application::registerRoutes() usagerefactor/register-routes | provokateurin | 2024-11-14 | 1 | -1/+0 |
| | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | fix(settings): Do not use `null` on `string` parameter for sharing disclaimer | Ferdinand Thiessen | 2024-10-23 | 1 | -5/+0 |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | fix(apps): Fix wrong or missing castsfix/apps/wrong-missing-casts | provokateurin | 2024-10-23 | 1 | -17/+0 |
| | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | fix(psalm): Fix some newly detected issuesrefactor/apps/constructor-property-promotion | provokateurin | 2024-10-21 | 1 | -6/+0 |
| | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | refactor(apps): Use constructor property promotion when possible | provokateurin | 2024-10-21 | 1 | -17/+1 |
| | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | chore(db): Apply query prepared statementsdbQueriesExecStmt2 | Git'Fellow | 2024-10-17 | 1 | -14/+0 |
| | | | | | | | | | | | | | | | | Fix: psalm fix: bad file fix: bug chore: add batch chore: add batch chore: add batch fix: psalm | ||||
* | chore(db): Correctly apply query types | Git'Fellow | 2024-10-17 | 1 | -8/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | fix: psalm fix: error fix: add batch fix: fatal error fix: add batch chore: add batch chore: add batch fix: psalm fix: typo fix: psalm fix: return bool fix: revert Manager | ||||
* | chore: Update baseline after rector refactoringfix/rector-use-statements | Côme Chilliet | 2024-10-15 | 1 | -9/+9 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | Merge pull request #48650 from nextcloud/fix/shipped-app-version | Ferdinand Thiessen | 2024-10-14 | 1 | -5/+1 |
|\ | | | | | fix: Shipped apps should include the Nextcloud version in the cache buster | ||||
| * | fix: Shipped apps should include the Nextcloud version in the cache busterfix/shipped-app-version | Ferdinand Thiessen | 2024-10-14 | 1 | -5/+1 |
| | | | | | | | | | | | | 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(appmanager): Fix tainted file path when loading appinfosbugfix/noid/fix-tainted-file-appinfo | Joas Schilling | 2024-10-14 | 1 | -4/+0 |
|/ | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | ci: Update psalm-baseline | Joas Schilling | 2024-10-07 | 1 | -5/+0 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | docs: Folder.get throws a NotPermittedException exception | Daniel Kesselberg | 2024-09-30 | 1 | -4/+0 |
| | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | ||||
* | fix(psalm): Update baselinefix/psalm/update-baseline | provokateurin | 2024-09-30 | 1 | -10/+0 |
| | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | fix(IStorage): Use false instead of bool intersection type to match ↵fix/istorage/return-types | provokateurin | 2024-09-26 | 1 | -15/+0 |
| | | | | | | implementations Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | fix(Storage): Fix IStorage return types | provokateurin | 2024-09-26 | 1 | -44/+3 |
| | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | fix(psalm): Update psalm baseline | provokateurin | 2024-09-19 | 1 | -8/+2 |
| | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | chore(tests): Update psalm baseline | nextcloud-command | 2024-09-19 | 1 | -9/+0 |
| | | | | Signed-off-by: GitHub <noreply@github.com> | ||||
* | chore(tests): Update psalm baseline | nextcloud-command | 2024-09-17 | 1 | -14/+0 |
| | | | | Signed-off-by: GitHub <noreply@github.com> | ||||
* | Merge pull request #47792 from nextcloud/chore/use-public-api-helper | John Molakvoæ | 2024-09-16 | 1 | -8/+0 |
|\ | |||||
| * | chore(files): Use public API where possiblechore/use-public-api-helper | Ferdinand Thiessen | 2024-09-05 | 1 | -8/+0 |
| | | | | | | | | | | | | | | This is not fixing all issues in the helper, but at least where possible use the public methods. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | | chore(tests): Update psalm baseline | nextcloud-command | 2024-09-16 | 1 | -11/+0 |
| | | | | | | | | Signed-off-by: GitHub <noreply@github.com> | ||||
* | | chore(tests): Update psalm baseline | nextcloud-command | 2024-09-15 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: GitHub <noreply@github.com> | ||||
* | | chore(tests): Update psalm baseline | nextcloud-command | 2024-09-14 | 1 | -9/+0 |
| | | | | | | | | Signed-off-by: GitHub <noreply@github.com> | ||||
* | | chore(tests): Update psalm baseline | nextcloud-command | 2024-09-13 | 1 | -8/+0 |
| | | | | | | | | Signed-off-by: GitHub <noreply@github.com> | ||||
* | | chore(tests): Update psalm baseline | nextcloud-command | 2024-09-10 | 1 | -3/+0 |
|/ | | | | Signed-off-by: GitHub <noreply@github.com> | ||||
* | chore(tests): Update psalm baseline | nextcloud-command | 2024-09-04 | 1 | -5/+0 |
| | | | | Signed-off-by: GitHub <noreply@github.com> | ||||
* | style: update codestyle for coding-standard 1.2.3 | Daniel Kesselberg | 2024-08-25 | 1 | -9/+3 |
| | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | ||||
* | chore(tests): Update psalm baseline | nextcloud-command | 2024-08-07 | 1 | -1/+0 |
| | | | | Signed-off-by: GitHub <noreply@github.com> | ||||
* | chore(tests): Update psalm baseline | nextcloud-command | 2024-08-03 | 1 | -13/+0 |
| | | | | Signed-off-by: GitHub <noreply@github.com> | ||||
* | chore(tests): Update psalm baseline | nextcloud-command | 2024-08-01 | 1 | -5/+0 |
| | | | | Signed-off-by: GitHub <noreply@github.com> | ||||
* | chore(tests): Update psalm baseline | nextcloud-command | 2024-07-12 | 1 | -18/+0 |
| | | | | Signed-off-by: GitHub <noreply@github.com> | ||||
* | ci(psalm): update baseline | Arthur Schiwon | 2024-07-10 | 1 | -0/+3 |
| | | | | | | | prefer to keep this check as PublicEmitter should be dropped sooner or later Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | chore(tests): Update psalm baseline | nextcloud-command | 2024-06-24 | 1 | -1/+1 |
| | | | | Signed-off-by: GitHub <noreply@github.com> |