aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | fix(files_sharing): hide download permission for circle sharesRichard Steinmetz2023-07-103-3/+9
* | | | | | | | | Merge pull request #39142 from nextcloud/fix/password-confirmation-27Arthur Schiwon2023-07-105-8/+9
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | |
| * | | | | | | | Fix(OC/password-confirmation): Hide the correct buttonMarcel Klehr2023-07-045-8/+9
* | | | | | | | | Merge pull request #39267 from nextcloud/backport/39170/stable27Arthur Schiwon2023-07-105-0/+187
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | add command do delete orphan sharesRobin Appelman2023-07-105-0/+187
| | |_|/ / / / / / | |/| | | | | | |
* | | | | | | | | Merge pull request #39099 from nextcloud/backport/39093/stable27Arthur Schiwon2023-07-101-1/+1
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / |/| | | | | | | |
| * | | | | | | | Silent imagecreatefromstring() errorsGit'Fellow2023-07-011-1/+1
* | | | | | | | | Merge pull request #38968 from nextcloud/backport/38747/stable27Arthur Schiwon2023-07-105-3/+131
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | perf: skip request without write permissionDaniel Kesselberg2023-07-045-3/+131
| | |_|/ / / / / / | |/| | | | | | |
* | | | | | | | | Merge pull request #38953 from nextcloud/backport/38917/stable27Arthur Schiwon2023-07-102-1/+15
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / |/| | | | | | | |
| * | | | | | | | fix(l10n): Fix plural issue with different locale and languageJoas Schilling2023-06-272-1/+15
* | | | | | | | | Merge pull request #38792 from nextcloud/backport/38777/stable27Arthur Schiwon2023-07-101-1/+1
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / |/| | | | | | | |
| * | | | | | | | fix(carddav): Make SystemAddressBook::__construct $groupManager argument null...Christoph Wurst2023-06-131-1/+1
* | | | | | | | | Merge pull request #38659 from nextcloud/backport/38649/stable27Arthur Schiwon2023-07-101-2/+4
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / |/| | | | | | | |
| * | | | | | | | fix(caldav): Close DB cursor in reminder index background jobChristoph Wurst2023-06-061-2/+4
* | | | | | | | | Merge pull request #39147 from nextcloud/backport/38794/stable27Louis2023-07-101-3/+3
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / |/| | | | | | | |
| * | | | | | | | Enable version features again with S3 versioningBenjamin Somers2023-07-061-3/+3
* | | | | | | | | 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
* | | | | | | | | Merge pull request #38947 from nextcloud/fix/contacts/3404/put-location-in-pr...Johannes2023-07-074-5/+17
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | fix(sab): put location in proper address fieldJohannes Merkel2023-07-074-5/+17
| |/ / / / / / / /
* | | | | | | | | Merge pull request #39202 from nextcloud/backport/37969/stable27Arthur Schiwon2023-07-079-243/+526
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | refactor: adjust to unexposed searchBySystemTagArthur Schiwon2023-07-074-2/+8
| * | | | | | | | | fix: cannot apply limit+offset on multi-tag-searchArthur Schiwon2023-07-061-1/+11
| * | | | | | | | | refactor: save unnecessary method_existsArthur Schiwon2023-07-061-4/+1
| * | | | | | | | | fix: use array_unitersect against objectsArthur Schiwon2023-07-061-2/+5
| * | | | | | | | | fix: obey offset and limit for results from favs and circlesArthur Schiwon2023-07-061-0/+4
| * | | | | | | | | fix: cominbation of small fixesArthur Schiwon2023-07-063-8/+25
| * | | | | | | | | fix: include invisible tags for adminsArthur Schiwon2023-07-066-97/+106
| * | | | | | | | | fix: search with more than one search tagsArthur Schiwon2023-07-062-114/+322
| * | | | | | | | | fix: no search when LazyFolder was providedArthur Schiwon2023-07-061-1/+6
| * | | | | | | | | chore: cleanup unused codeArthur Schiwon2023-07-061-43/+0
| * | | | | | | | | fix: ensure searchBySystemTag() is availableArthur Schiwon2023-07-061-1/+3
| * | | | | | | | | fix: favorites view and universal search against tagsArthur Schiwon2023-07-062-18/+33
| * | | | | | | | | fix: change if with conditionless else to switch; and a parameter valueArthur Schiwon2023-07-062-20/+25
| * | | | | | | | | use efficient tag retrieval on DAV report requestArthur Schiwon2023-07-064-39/+84
| |/ / / / / / / /
* | | | | | | | | Merge pull request #39205 from nextcloud/backport/39203/stable27John Molakvoæ2023-07-071-1/+1
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / |/| | | | | | | |
| * | | | | | | | fix(cypress): revert only toggleJohn Molakvoæ2023-07-061-1/+1
| |/ / / / / / /
* | | | | | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-07-0736-426/+1006
* | | | | | | | Merge pull request #38716 from nextcloud/backport/38715/stable27Pytal2023-07-064-11/+11
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | chore(deps): Bump @nextcloud/vue from 7.11.6 to 7.12.0Christopher Ng2023-07-064-11/+11
|/ / / / / / /
* | | | | | | Merge pull request #39151 from nextcloud/backport/39115/stable27Arthur Schiwon2023-07-061-13/+21
|\ \ \ \ \ \ \
| * | | | | | | fix(sse): don't update uncached filesRichard Steinmetz2023-07-041-13/+21
* | | | | | | | Merge pull request #39193 from nextcloud/fix/stable27/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
|/ / / / / / / /
* | | | | | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-07-06166-624/+1116
* | | | | | | | Merge pull request #39157 from nextcloud/backport/39043/stable27Christoph Wurst2023-07-051-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | fix(ocp): Fix reference of dashboard IAPIWidget::getItems from WidgetItemChristoph Wurst2023-07-051-1/+1
|/ / / / / / / /