summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #38222 from nextcloud/27b2-versionv27.0.0beta2Arthur Schiwon2023-05-121-1/+1
|\
| * re-add version numberRobin Appelman2023-05-121-1/+1
|/
* Merge pull request #36592 from nextcloud/groupmanager-search-typingRobin Appelman2023-05-124-11/+15
|\
| * fix: getGroups limit check syntaxJohn Molakvoæ2023-05-111-1/+1
| * revert public interface back to the original types, just cast them before pas...Robin Appelman2023-05-112-8/+8
| * also update groupinterface and database backendRobin Appelman2023-05-112-4/+8
| * fix default values and type hints for GroupManager::searchRobin Appelman2023-05-112-3/+3
* | Merge pull request #38139 from nextcloud/release/27.0.0_beta_2Arthur Schiwon2023-05-121-2/+2
|\ \
| * | 27.0.0 beta 2John Molakvoæ2023-05-091-2/+2
* | | Merge pull request #38013 from nextcloud/feat/users/store-load-manager-uidChristoph Wurst2023-05-1219-19/+270
|\ \ \
| * | | feat(users): Store and load a user's managerChristoph Wurst2023-05-1219-19/+270
* | | | Merge pull request #37933 from nextcloud/fix/contactsinteraction/transactiona...Christoph Wurst2023-05-121-49/+62
|\ \ \ \
| * | | | chore: Improve possibly null gettersChristoph Wurst2023-04-261-12/+15
| * | | | fix(contactsinteraction): Read, update or insert in DB transactionChristoph Wurst2023-04-261-49/+59
* | | | | Merge pull request #38169 from nextcloud/doc/config/rearrange-sample-configChristoph Wurst2023-05-121-53/+56
|\ \ \ \ \
| * | | | | doc(config): Rearrange sample config into appropriate sectionsChristoph Wurst2023-05-101-53/+56
* | | | | | Merge pull request #38200 from nextcloud/codeowners-patchJoas Schilling2023-05-121-12/+38
|\ \ \ \ \ \
| * | | | | | Fix more Christoph(er) mixupsJoas Schilling2023-05-121-1/+1
| * | | | | | Order owner groupsJoas Schilling2023-05-121-8/+9
| * | | | | | Update CODEOWNERSAlexander Piskun2023-05-121-8/+33
* | | | | | | Merge pull request #38218 from nextcloud/chore/nextcloud-27-authors-fileAndy Scherzinger2023-05-121-28/+130
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | |
| * | | | | | chore: Update AUTHORS for Nextcloud 27Christoph Wurst2023-05-121-28/+130
|/ / / / / /
* | | | | | Merge pull request #38214 from nextcloud/bugfix/noid/bump-vueJoas Schilling2023-05-124-11/+11
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | chore(assets): Recompile JSJoas Schilling2023-05-122-3/+3
| * | | | | fix(deps): Bump @nextcloud/vue to 7.11.4Joas Schilling2023-05-122-8/+8
* | | | | | Merge pull request #38207 from nextcloud/fix/jsresourcelocator-l10n-handlingJohn Molakvoæ2023-05-122-9/+38
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | fix(JSResourceLocator): Handle missing translations silentlyFerdinand Thiessen2023-05-112-9/+38
| | |_|_|/ | |/| | |
* | | | | Merge pull request #37870 from nextcloud/fix/36921-fix-table-for-users-appJulia Kirschenheuter2023-05-1211-179/+200
|\ \ \ \ \
| * | | | | Fix table viewjulia.kirschenheuter2023-05-1111-179/+200
| |/ / / /
* | | | | Merge pull request #37734 from nextcloud/enh/expose-system-address-bookChristoph Wurst2023-05-129-27/+158
|\ \ \ \ \
| * | | | | fix(carddav): expose system address bookAnna Larch2023-05-119-27/+158
| |/ / / /
* | | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-05-12304-678/+662
* | | | | Merge pull request #38159 from nextcloud/enh/noid/fix-themed-iconsSimon L2023-05-113-24/+39
|\ \ \ \ \
| * | | | | adjust testsSimon L2023-05-112-16/+31
| * | | | | use brighten and darken instead of greySimon L2023-05-101-4/+4
| * | | | | fix(theming): Cut of the brightness into both directions if unknownJoas Schilling2023-05-101-4/+4
* | | | | | Merge pull request #38147 from nextcloud/fix/36945-input_fields_do_not_convey...Pytal2023-05-1110-5/+15
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Add `autocomplete` attrs to input fieldsjulia.kirschenheuter2023-05-1110-5/+15
* | | | | | Merge pull request #38148 from nextcloud/file-info-etagRobin Appelman2023-05-111-0/+1
|\ \ \ \ \ \
| * | | | | | also show file etag in file infoRobin Appelman2023-05-091-0/+1
* | | | | | | Merge pull request #33381 from luzpaz/fix/lib-public-typosJohn Molakvoæ2023-05-1119-22/+22
|\ \ \ \ \ \ \
| * | | | | | | Fix typos in lib/public subdirectorySimon L2023-05-1019-22/+22
* | | | | | | | Merge pull request #37961 from nextcloud/poc/noid/systemtags-perfArthur Schiwon2023-05-1112-54/+333
|\ \ \ \ \ \ \ \
| * | | | | | | | refactor: remove where specification from SELECT getterArthur Schiwon2023-05-103-7/+8
| * | | | | | | | refactor: remove SystemTag logic from Folder into QuerySearchHelperArthur Schiwon2023-05-096-55/+117
| * | | | | | | | chore: polish SystemTagsInUseCollectionArthur Schiwon2023-05-092-12/+33
| * | | | | | | | fix: improve naming of new systemtags endpoint to systemtags-assignedArthur Schiwon2023-05-092-4/+4
| * | | | | | | | feat: specify media type via url path: systemtags-current/$mediaTypeArthur Schiwon2023-05-093-4/+28
| * | | | | | | | PoC: SystemTags endpoint to return tags used by a user with meta dataArthur Schiwon2023-05-099-46/+217
* | | | | | | | | Merge pull request #38194 from nextcloud/fix/unsupported-redirectJohn Molakvoæ2023-05-113-5/+7
|\ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / |/| | | | | | | |