aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Uses PHP8's constructor property promotion.Faraz Samapoor2023-06-2313-133/+74
* Merge pull request #38965 from nextcloud/dav-directory-clean-cache-pathArthur Schiwon2023-06-231-0/+1
|\
| * dav: clean path before putting it in the statcacheRobin Appelman2023-06-231-0/+1
* | Merge pull request #38948 from nextcloud/Jerome-Herbinet-collaborative-tags-a...John Molakvoæ2023-06-235-5/+4
|\ \ | |/ |/|
| * Align collaborative tags differentlyJérôme Herbinet2023-06-237-8/+7
* | Merge pull request #38800 from nextcloud/bugfix/noid/version-update-or-insertJulius Härtl2023-06-231-16/+34
|\ \
| * | Do not create a new version if previousNode has the same mtimeLouis Chemineau2023-06-221-2/+2
| * | fix: Add logging statement for cases when updating the version failsJulius Härtl2023-06-211-8/+29
| * | Handle previousNode size === 0 on version creationLouis Chemineau2023-06-211-20/+10
| * | fix: Avoid failing to update the current version entry if there is noneJulius Härtl2023-06-131-5/+12
* | | Merge pull request #38951 from nextcloud/dependabot/npm_and_yarn/fast-xml-par...dependabot[bot]2023-06-228-45/+25
|\ \ \
| * | | chore(deps): Bump fast-xml-parser and webdavdependabot[bot]2023-06-228-45/+25
|/ / /
* | | Merge pull request #38939 from nextcloud/feat/f2v/more-actionsJohn Molakvoæ2023-06-2218-12/+1122
|\ \ \
| * | | chore(assets): Recompile assetsnextcloud-command2023-06-224-6/+6
| * | | feat: add rename action with testsJohn Molakvoæ2023-06-224-2/+164
| * | | fix(files): action default is false if not setJohn Molakvoæ2023-06-223-1/+3
| * | | feat: add favorite action with testsJohn Molakvoæ2023-06-222-0/+490
| * | | feat: add edit locally action with testsJohn Molakvoæ2023-06-226-3/+459
* | | | Merge pull request #38457 from nextcloud/fix/improve-ldap-offset-search-perfArthur Schiwon2023-06-221-2/+9
|\ \ \ \
| * | | | Fix paged search when offset is not a multiple of default page sizeCôme Chilliet2023-06-201-2/+8
| * | | | Use default page size for jumping to desired offsetCôme Chilliet2023-05-251-2/+3
* | | | | Merge pull request #38945 from nextcloud/dav-meta-directory-contentRobin Appelman2023-06-221-96/+125
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | implement optimized getDirectoryContent for DAVRobin Appelman2023-06-221-96/+125
* | | | | Merge pull request #38771 from fsamapoor/constructor_property_promotion_in_co...Louis2023-06-2210-83/+43
|\ \ \ \ \
| * | | | | Moves single constructor parameters to new lines.Faraz Samapoor2023-06-203-3/+9
| * | | | | Uses PHP8's constructor property promotion.Faraz Samapoor2023-06-2010-83/+37
* | | | | | Merge pull request #38856 from nextcloud/fix/contacts/3404/put-location-in-pr...Johannes2023-06-222-2/+14
|\ \ \ \ \ \
| * | | | | | fix(sab): put location in proper address fieldJohannes Merkel2023-06-202-2/+14
* | | | | | | Merge pull request #38928 from nextcloud/fix/missing-systemtags-indexMarcel Klehr2023-06-223-0/+21
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | |
| * | | | | | fix(systemtags): Keep non-existing indexMarcel Klehr2023-06-221-0/+1
| * | | | | | fix(systemtags): Move index creation from new migration to existing original ...Marcel Klehr2023-06-222-53/+1
| * | | | | | fix(systemtags): Add missing systemtags indexMarcel Klehr2023-06-213-0/+72
| | |_|/ / / | |/| | | |
* | | | | | Merge pull request #38917 from nextcloud/bugfix/talk-9558/plural-issue-with-s...Joas Schilling2023-06-222-1/+15
|\ \ \ \ \ \
| * | | | | | fix(l10n): Fix plural issue with different locale and languageJoas Schilling2023-06-212-1/+15
* | | | | | | Merge pull request #38747 from nextcloud/perf/early-exit-mkcolJoas Schilling2023-06-225-3/+131
|\ \ \ \ \ \ \
| * | | | | | | perf: skip request without write permissionDaniel Kesselberg2023-06-195-3/+131
* | | | | | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-06-22214-1776/+1816
* | | | | | | | Merge pull request #38826 from nextcloud/enh/a11y-new-userPytal2023-06-2119-391/+552
|\ \ \ \ \ \ \ \
| * | | | | | | | enh(a11y): New user modalChristopher Ng2023-06-2119-391/+552
|/ / / / / / / /
* | | | | | | | Merge pull request #38924 from nextcloud/automated/update-engines/defaultF. E Noel Nfebe2023-06-211-2/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | chore: update node engines to next LTS (node 20 / npm 9)John Molakvoæ2023-06-211-2/+2
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge pull request #38927 from nextcloud/bugfix/noid/package.json-editorconfigJohn Molakvoæ2023-06-211-0/+4
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | chore: Adjust editorconfig for package.json and package-lock.jsonJoas Schilling2023-06-211-0/+4
|/ / / / / / /
* | | | | | | Merge pull request #38806 from nextcloud/feat/f2v/actions-1John Molakvoæ2023-06-2125-291/+1118
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | chore: add `__tests__` and `__mocks__` to file checker and fix updated namesJohn Molakvoæ2023-06-211-2/+4
| * | | | | | chore: update old codecov configJohn Molakvoæ2023-06-212-15/+7
| * | | | | | feat: prepare jest coverage supportJohn Molakvoæ2023-06-216-23/+33
| * | | | | | fix(jest): replace mock with jest.spyOnJohn Molakvoæ2023-06-212-3/+3
| * | | | | | feat: add open folder action testingJohn Molakvoæ2023-06-212-6/+173
| * | | | | | feat: add download action testingJohn Molakvoæ2023-06-212-0/+267