aboutsummaryrefslogtreecommitdiffstats
path: root/build
Commit message (Collapse)AuthorAgeFilesLines
* ci: Bump behat/behat as wellci/noid/update-integration-test-stuffJoas Schilling2024-10-302-11/+10
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* ci: Align integration test dependencies with 3rdaprty/Joas Schilling2024-10-293-525/+412
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* fix(settings): Do not use `null` on `string` parameter for sharing disclaimerFerdinand Thiessen2024-10-231-5/+0
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(apps): Fix wrong or missing castsfix/apps/wrong-missing-castsprovokateurin2024-10-231-17/+0
| | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* build: Show the actual stringbuild/translation-checker-print-rtl-limited-charactersJoas Schilling2024-10-231-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* build: Print RTL limited characters in translation-checkerprovokateurin2024-10-221-2/+2
| | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* Merge pull request #48790 from ↵Kate2024-10-222-23/+6
|\ | | | | | | nextcloud/refactor/apps/constructor-property-promotion
| * fix(psalm): Fix some newly detected issuesrefactor/apps/constructor-property-promotionprovokateurin2024-10-211-6/+0
| | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
| * refactor(apps): Use constructor property promotion when possibleprovokateurin2024-10-212-18/+7
| | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* | Merge pull request #48756 from nextcloud/build/autoloader/remove-noisy-changesKate2024-10-221-0/+1
|\ \ | |/ |/|
| * build(autoloader): Remove noisy changes when regeneratingbuild/autoloader/remove-noisy-changesprovokateurin2024-10-171-0/+1
| | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* | chore(db): Apply query prepared statementsdbQueriesExecStmt2Git'Fellow2024-10-171-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 typesGit'Fellow2024-10-171-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-statementsCôme Chilliet2024-10-151-9/+9
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* feat(rector): Skip classes with a name too common from auto use statementCôme Chilliet2024-10-151-0/+14
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* chore(rector): Add rule to import Nextcloud classes in all filesCôme Chilliet2024-10-151-0/+25
| | | | | | | | We skip all files outside of OC/OCA/OCP from "use" auto-import because it’s not always desirable to import classes when they have generic names, so it should be the developer choice. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Merge pull request #48650 from nextcloud/fix/shipped-app-versionFerdinand Thiessen2024-10-141-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-versionFerdinand Thiessen2024-10-141-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-appinfoJoas Schilling2024-10-142-9/+0
|/ | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* fix(dav): Public WebDAV endpoint should allow `GET` requestsfix/public-getFerdinand Thiessen2024-10-098-6/+117
| | | | | | | `GET` should be allowed even without Ajax header to allow downloading files, or show files in the viewer. All other requests could be guarded, but this should not. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* ci: Update psalm-baselineJoas Schilling2024-10-071-5/+0
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* ci: Add psalm baseline for security and make CI fail on changeci/noid/improve-running-psalm-locallyJoas Schilling2024-10-011-0/+138
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Merge pull request #48455 from nextcloud/update-phpdoc-for-folder-getDaniel2024-09-301-4/+0
|\ | | | | update docs for Folder.get and call for Folder.nodeExists
| * docs: Folder.get throws a NotPermittedException exceptionDaniel Kesselberg2024-09-301-4/+0
| | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | fix: provision api's status codesfix/provisionApi-status-codesHamza Mahjoubi2024-09-301-6/+6
|/ | | | Signed-off-by: Hamza Mahjoubi <hamzamahjoubi221@gmail.com>
* fix(psalm): Update baselinefix/psalm/update-baselineprovokateurin2024-09-301-10/+0
| | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* feat(files): Make the files download action use WebDAV zip downloadFerdinand Thiessen2024-09-282-29/+30
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* feat(dav): New `ZipFolderPlugin` which allows to download folders using GET ↵Ferdinand Thiessen2024-09-284-2/+80
| | | | | | requests Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(l10n): Fix list of RTL languagesbugfix/noid/fix-rtl-language-listJoas Schilling2024-09-271-1/+0
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* fix(IStorage): Use false instead of bool intersection type to match ↵fix/istorage/return-typesprovokateurin2024-09-261-15/+0
| | | | | | implementations Signed-off-by: provokateurin <kate@provokateurin.de>
* fix(Storage): Fix IStorage return typesprovokateurin2024-09-261-44/+3
| | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* fix(security): Update CA certificate bundlenextcloud-command2024-09-251-1/+1
| | | | Signed-off-by: GitHub <noreply@github.com>
* ci: Restrict RTL characters to RTL languagesJoas Schilling2024-09-231-0/+35
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Merge pull request #48223 from nextcloud/feat/add-rector-configCôme Chilliet2024-09-231-0/+50
|\ | | | | Add rector config
| * chore(rector): Move rector.php into the build folderfeat/add-rector-configCôme Chilliet2024-09-231-0/+50
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | chore(files): Remove legacy UI scripts now that everything is migrated to VueFerdinand Thiessen2024-09-201-7/+0
|/ | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(psalm): Update psalm baselineprovokateurin2024-09-191-8/+2
| | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* chore(deps): Update nextcloud/coding-standard to v1.3.1provokateurin2024-09-196-40/+40
| | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* chore(tests): Update psalm baselinenextcloud-command2024-09-191-9/+0
| | | | Signed-off-by: GitHub <noreply@github.com>
* fix(core): profile design and pronouns supportfieat/profile-pronouncesJohn Molakvoæ (skjnldsv)2024-09-181-727/+727
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* feat: add profile pronounsJohn Molakvoæ (skjnldsv)2024-09-171-1/+4
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* chore(tests): Update psalm baselinenextcloud-command2024-09-171-14/+0
| | | | Signed-off-by: GitHub <noreply@github.com>
* Merge pull request #47792 from nextcloud/chore/use-public-api-helperJohn Molakvoæ2024-09-161-8/+0
|\
| * chore(files): Use public API where possiblechore/use-public-api-helperFerdinand Thiessen2024-09-051-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 baselinenextcloud-command2024-09-162-19/+0
| | | | | | | | Signed-off-by: GitHub <noreply@github.com>
* | chore(tests): Update psalm baselinenextcloud-command2024-09-152-2/+2
| | | | | | | | Signed-off-by: GitHub <noreply@github.com>
* | chore(tests): Update psalm baselinenextcloud-command2024-09-141-9/+0
| | | | | | | | Signed-off-by: GitHub <noreply@github.com>
* | chore(tests): Update psalm baselinenextcloud-command2024-09-131-8/+0
| | | | | | | | Signed-off-by: GitHub <noreply@github.com>
* | Merge pull request #47339 from nextcloud/fix/leave-share-instead-of-deleteJohn Molakvoæ2024-09-111-0/+83
|\ \ | | | | | | fix: Display 'Leave share' instead of 'Delete'
| * | fix(files_sharing): adjust permissions from custom edit and delete check methodsskjnldsv2024-09-111-0/+83
| | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>