summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | fix: change if with conditionless else to switch; and a parameter valueArthur Schiwon2023-07-072-20/+25
| * | | | | | use efficient tag retrieval on DAV report requestArthur Schiwon2023-07-074-39/+84
* | | | | | | Merge pull request #38973 from nextcloud/backport/38747/stable25Joas Schilling2023-07-116-3/+132
|\ \ \ \ \ \ \
| * | | | | | | chore(psalm): Make psalm aware of sabre/uriJulius Härtl2023-07-101-0/+1
| * | | | | | | perf: skip request without write permissionDaniel Kesselberg2023-07-105-3/+131
* | | | | | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-07-1120-10/+86
| |_|_|/ / / / |/| | | | | |
* | | | | | | Merge pull request #39253 from nextcloud/backport/38046/stable25Joas Schilling2023-07-106-16/+71
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | chore: fix codestyle for \OC\Files\Node\FolderDaniel Kesselberg2023-07-101-1/+1
| * | | | | | fix: use handleLoginFailed for invalid email addressDaniel Kesselberg2023-07-101-9/+1
| * | | | | | fix(dav): Abort requests with 429 instead of waitingJoas Schilling2023-07-106-7/+70
| | |_|_|/ / | |/| | | |
* | | | | | Merge pull request #39032 from nextcloud/backport/38917/stable25Arthur Schiwon2023-07-102-1/+15
|\ \ \ \ \ \
| * | | | | | fix(l10n): Fix plural issue with different locale and languageJoas Schilling2023-06-272-1/+15
* | | | | | | Merge pull request #39144 from nextcloud/fix/password-confirmation-25Arthur Schiwon2023-07-105-8/+9
|\ \ \ \ \ \ \
| * | | | | | | Fix(OC/password-confirmation): Hide the correct buttonMarcel Klehr2023-07-045-8/+9
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge pull request #37744 from nextcloud/backport/36690/stable25Arthur Schiwon2023-07-105-10/+30
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | style: satisfy code style checkerArthur Schiwon2023-07-071-1/+1
| * | | | | | properly register test mount for userRobin Appelman2023-07-071-1/+4
| * | | | | | fix: Check return type on rollbackJulius Härtl2023-07-071-5/+8
| * | | | | | don't re-get fileinfo for versioned file if it's not sharedRobin Appelman2023-07-072-1/+9
| * | | | | | tests(files_versions): Tear down fs to clear mount cache before testingJulius Härtl2023-07-072-2/+8
| * | | | | | fix: Make sure that rollback hook is triggered on all version backendsJulius Härtl2023-07-072-7/+7
| | |_|_|/ / | |/| | | |
* | | | | | Merge pull request #39081 from nextcloud/backport/39025/stable25Julius Härtl2023-07-101-2/+2
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | fix(files): Only render the menu if there are actions to showJulius Härtl2023-06-301-2/+2
* | | | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-07-1032-28/+200
* | | | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-07-0918-28/+68
* | | | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-07-0838-92/+198
| |/ / / / |/| | | |
* | | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-07-0736-426/+1006
* | | | | Merge pull request #39153 from nextcloud/backport/39115/stable25Arthur Schiwon2023-07-061-13/+21
|\ \ \ \ \
| * | | | | fix(sse): don't update uncached filesRichard Steinmetz2023-07-041-13/+21
| | |/ / / | |/| | |
* | | | | Merge pull request #39195 from nextcloud/fix/stable25/tag-search-short-circui...Arthur Schiwon2023-07-061-4/+6
|\ \ \ \ \
| * | | | | Fix psalm errorMarcel Klehr2023-07-061-1/+1
| * | | | | fix(TagSearchProvider): Short circuit if no tag matches the queryMarcel Klehr2023-07-061-4/+6
|/ / / / /
* | | | | Merge pull request #39154 from nextcloud/backport/38625/stable25Arthur Schiwon2023-07-069-41/+63
|\ \ \ \ \
| * | | | | fix: adjust to PHP level and codebaseArthur Schiwon2023-07-043-6/+11
| * | | | | ci: adjust return annotation to older psalm versionArthur Schiwon2023-07-043-1/+4
| * | | | | docs: adjust @since version to backportArthur Schiwon2023-07-041-2/+2
| * | | | | ci: pro forma check of existence of internal methodArthur Schiwon2023-07-041-7/+9
| * | | | | refactor: declare getMount() and getMountsIn() at IRootFolderArthur Schiwon2023-07-045-23/+24
| * | | | | chore: ugly type jugglingArthur Schiwon2023-07-046-23/+37
| * | | | | fix: add typehine for IRootFolderArthur Schiwon2023-07-041-6/+4
| * | | | | fix: expect interface, not a specific implementationArthur Schiwon2023-07-041-3/+2
| |/ / / /
* | | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-07-06166-624/+1116
* | | | | Merge pull request #38959 from nextcloud/fix/oc-image-bmp-no-colorChristoph Wurst2023-07-051-0/+5
|\ \ \ \ \
| * | | | | fix: BMP image without color info causes array access on `false`Christoph Wurst2023-06-231-0/+5
* | | | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-07-0530-4/+94
| |/ / / / |/| | | |
* | | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-07-0426-232/+462
* | | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-07-036-0/+34
* | | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-07-0226-10/+342
* | | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-07-01146-170/+510
* | | | | Merge pull request #38962 from nextcloud/fix/missing-systemtags-index-stable25Arthur Schiwon2023-06-303-0/+21
|\ \ \ \ \ | |_|/ / / |/| | | |