aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* fix(Auth): ignore missing token when trying to set password-unconfirmablefwdport/48445/masterArthur Schiwon2024-10-011-6/+14
* Merge pull request #48476 from nextcloud/ci/noid/improve-running-psalm-locallyDaniel2024-10-016-12/+150
|\
| * ci: Add psalm baseline for security and make CI fail on changeci/noid/improve-running-psalm-locallyJoas Schilling2024-10-015-4/+146
| * ci: Don't upload output of normal psalm to GitHub Security sectionJoas Schilling2024-09-301-7/+1
| * ci: Improve usability of running different psalm modes locallyJoas Schilling2024-09-303-4/+6
* | Merge pull request #48479 from nextcloud/dependabot/github_actions/github-act...dependabot[bot]2024-10-0141-49/+49
|\ \
| * | chore(deps): Bump actions/checkout in the github-actions groupdependabot/github_actions/github-actions-aa3137d618dependabot[bot]2024-09-3041-49/+49
| |/
* / Fix(l10n): Update translations from TransifexNextcloud bot2024-10-01124-244/+292
|/
* Merge pull request #48455 from nextcloud/update-phpdoc-for-folder-getDaniel2024-09-305-28/+2
|\
| * fix: catch NotPermittedException in Folder.nodeExistsupdate-phpdoc-for-folder-getDaniel Kesselberg2024-09-301-1/+1
| * docs: Folder.get throws a NotPermittedException exceptionDaniel Kesselberg2024-09-305-27/+1
* | Merge pull request #47846 from nextcloud/fix/provisionApi-status-codesHamza2024-09-303-31/+31
|\ \ | |/ |/|
| * fix: provision api's status codesfix/provisionApi-status-codesHamza Mahjoubi2024-09-303-31/+31
* | Merge pull request #48466 from nextcloud/ci/noid/require-up-to-date-psalm-pas...Daniel2024-09-301-2/+2
|\ \
| * | ci: fail psalm when baseline update requiredci/noid/require-up-to-date-psalm-paselineDaniel Kesselberg2024-09-301-2/+2
| |/
* | Merge pull request #48461 from nextcloud/perf/files/chunked-upload-default-10...Kate2024-09-301-1/+1
|\ \
| * | perf(files): Adjust default chunk size for chunked upload to 100MiBperf/files/chunked-upload-default-100-mibprovokateurin2024-09-301-1/+1
* | | Merge pull request #48460 from nextcloud/deps/noid/bump-3rdparty-hashJoas Schilling2024-09-301-0/+0
|\ \ \ | |_|/ |/| |
| * | build: Bump 3rdparty hash after empty updatesdeps/noid/bump-3rdparty-hashJoas Schilling2024-09-301-0/+0
| |/
* | Merge pull request #48453 from nextcloud/fix/psalm/update-baselineKate2024-09-301-10/+0
|\ \ | |/ |/|
| * fix(psalm): Update baselinefix/psalm/update-baselineprovokateurin2024-09-301-10/+0
* | Merge pull request #47910 from nextcloud/fix/files-add-move-infoDaniel2024-09-309-13/+45
|\ \ | |/ |/|
| * fix(files): Add more visual move / copy notificationfix/files-add-move-infoFerdinand Thiessen2024-09-309-13/+45
|/
* Merge pull request #48439 from nextcloud/fix/background-imageDaniel2024-09-302-1/+4
|\
| * fix(theming): Use `AppConfig` for setting background imagefix/background-imageFerdinand Thiessen2024-09-282-1/+4
* | Merge pull request #48437 from nextcloud/fix/noid/count-disabled-correctKate2024-09-301-4/+4
|\ \
| * | fix: correctly count disabled users for subadminsfix/noid/count-disabled-correctMaksim Sukharev2024-09-281-4/+4
| |/
* | Merge pull request #48446 from nextcloud/fix/fix-storage-interface-checkKate2024-09-302-2/+2
|\ \
| * | fix: Fix test of IConstructableStorage implentation by storage classesfix/fix-storage-interface-checkCôme Chilliet2024-09-302-2/+2
|/ /
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-09-29240-518/+674
* | Merge pull request #48431 from nextcloud/dependabot/npm_and_yarn/vueuse/integ...dependabot[bot]2024-09-2881-204/+171
|\ \
| * | chore(deps): Bump @vueuse/integrations from 11.0.3 to 11.1.0dependabot[bot]2024-09-2881-204/+171
|/ /
* | Merge pull request #48430 from nextcloud/dependabot/npm_and_yarn/libphonenumb...dependabot[bot]2024-09-285-10/+9
|\ \
| * | chore(deps): Bump libphonenumber-js from 1.11.5 to 1.11.9dependabot[bot]2024-09-285-10/+9
|/ /
* | Merge pull request #48432 from nextcloud/dependabot/npm_and_yarn/cypress-13.15.0dependabot[bot]2024-09-2816-158/+72
|\ \
| * | chore(deps-dev): Bump cypress from 13.14.2 to 13.15.0dependabot[bot]2024-09-2816-158/+72
|/ /
* | Merge pull request #48424 from nextcloud/fix/declarative-settings-priorityFerdinand Thiessen2024-09-285-80/+73
|\ \ | |/ |/|
| * fix(settings): Sort all settings - incl declarative settings - by priorityfix/declarative-settings-priorityFerdinand Thiessen2024-09-285-80/+73
* | Merge pull request #48098 from nextcloud/feat/zip-folder-pluginFerdinand Thiessen2024-09-2824-846/+554
|\ \ | |/ |/|
| * chore: compile assetsFerdinand Thiessen2024-09-282-3/+3
| * chore: Drop unused legacy `OC_Files`Ferdinand Thiessen2024-09-284-432/+2
| * feat(files_sharing): Make `ShareController` download route use the DAV `ZipFo...Ferdinand Thiessen2024-09-281-91/+24
| * feat(files): Make the files download action use WebDAV zip downloadFerdinand Thiessen2024-09-288-312/+260
| * fix: Allow `Streamer` to specify type in constructor instead of magin UA hand...Ferdinand Thiessen2024-09-281-6/+18
| * feat(dav): New `ZipFolderPlugin` which allows to download folders using GET r...Ferdinand Thiessen2024-09-289-2/+247
|/
* Merge pull request #47265 from nextcloud/ernolf/configurable_sharetoken_lengthJoas Schilling2024-09-283-8/+50
|\
| * feat(share): make sharelink token length configurableernolf/configurable_sharetoken_lengthernolf2024-09-283-8/+50
|/
* Merge pull request #48433 from nextcloud/dependabot/npm_and_yarn/puppeteer-23...dependabot[bot]2024-09-282-42/+47
|\
| * chore(deps-dev): Bump puppeteer from 23.3.0 to 23.4.1dependabot/npm_and_yarn/puppeteer-23.4.1dependabot[bot]2024-09-282-42/+47
* | Merge pull request #48434 from nextcloud/dependabot/npm_and_yarn/typescript-5...dependabot[bot]2024-09-282-28/+165
|\ \ | |/ |/|