summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | Check if version has entity before trying to access itGit'Fellow2023-05-121-1/+1
* | | | | | | Merge pull request #38080 from nextcloud/enh/add-occ-command-for-legacy-filekeyCôme Chilliet2023-05-157-5/+179
|\ \ \ \ \ \ \
| * | | | | | | Add fclose on opened resourcesCôme Chilliet2023-05-111-0/+7
| * | | | | | | Rename command to drop-legacy-filekey and remove comment about legacy mode.Côme Chilliet2023-05-115-112/+114
| * | | | | | | Copy data back instead of renaming to avoid changing the fileidCôme Chilliet2023-05-111-2/+11
| * | | | | | | Copy and move files to migrate them to the new keyCôme Chilliet2023-05-091-12/+21
| * | | | | | | Log failures to delete legacy file keyCôme Chilliet2023-05-041-1/+6
| * | | | | | | Fix fopen modeCôme Chilliet2023-05-041-3/+8
| * | | | | | | Add an occ command to scan files for legacy file key in use and get rid of thoseCôme Chilliet2023-05-046-109/+246
* | | | | | | | Merge pull request #38195 from nextcloud/fix/update-icewind-streams-in-files-...Côme Chilliet2023-05-1515-61/+113
|\ \ \ \ \ \ \ \
| * | | | | | | | Require icewind/streams to get the same version as 3rdpartyCôme Chilliet2023-05-111-1/+2
| * | | | | | | | Update icewind/streams to 0.7.7, and remove it from explicit deps in files_ex...Côme Chilliet2023-05-1115-60/+111
* | | | | | | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-05-1510-0/+40
| |_|_|/ / / / / |/| | | | | | |
* | | | | | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-05-1430-0/+96
* | | | | | | | Use the color-primary-element* variablesSimon L2023-05-1321-37/+37
* | | | | | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-05-13140-270/+278
| |_|/ / / / / |/| | | | | |
* | | | | | | Merge pull request #38013 from nextcloud/feat/users/store-load-manager-uidChristoph Wurst2023-05-1212-13/+214
|\ \ \ \ \ \ \
| * | | | | | | feat(users): Store and load a user's managerChristoph Wurst2023-05-1212-13/+214
* | | | | | | | 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 #37870 from nextcloud/fix/36921-fix-table-for-users-appJulia Kirschenheuter2023-05-126-170/+191
|\ \ \ \ \ \ \ \
| * | | | | | | | Fix table viewjulia.kirschenheuter2023-05-116-170/+191
| | |/ / / / / / | |/| | | | | |
* | | | | | | | 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-12258-432/+586
* | | | | | | | 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-118-2/+12
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | |
| * | | | | | | | Add `autocomplete` attrs to input fieldsjulia.kirschenheuter2023-05-118-2/+12
* | | | | | | | | Merge pull request #37961 from nextcloud/poc/noid/systemtags-perfArthur Schiwon2023-05-116-0/+157
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | refactor: remove SystemTag logic from Folder into QuerySearchHelperArthur Schiwon2023-05-091-3/+7
| * | | | | | | | 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-091-2/+15
| * | | | | | | | PoC: SystemTags endpoint to return tags used by a user with meta dataArthur Schiwon2023-05-096-0/+119
* | | | | | | | | Merge pull request #38067 from nextcloud/fix/noid/sortTagsArthur Schiwon2023-05-111-1/+5
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / |/| | | | | | | |
| * | | | | | | | fix: use interface instead of implementation as type hintArthur Schiwon2023-05-101-2/+1
| * | | | | | | | fix: sort tags by nameArthur Schiwon2023-05-041-1/+6
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | Merge pull request #37691 from nextcloud/object-store-background-scanJohn Molakvoæ2023-05-112-4/+7
|\ \ \ \ \ \ \ \
| * | | | | | | | repair -1 folder sizes for object store background scanRobin Appelman2023-05-102-4/+7
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge pull request #38163 from nextcloud/show-loading-spinner-until-share-set...Pytal2023-05-105-3/+9
|\ \ \ \ \ \ \ \
| * | | | | | | | Show loading spinner until share settings are fully loadedDaniel Calviño Sánchez2023-05-105-3/+9
* | | | | | | | | Merge pull request #38174 from nextcloud/enh/template-pickerSimon L2023-05-101-6/+7
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | feat: Enhance template picker size and layout depending on aspect ratioJulius Härtl2023-05-101-6/+7
| | |_|_|/ / / / / | |/| | | | | | |
* | | | | | | | | Merge pull request #38170 from nextcloud/bugfix/38165/workflow-engine-uiJoas Schilling2023-05-107-162/+174
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | fix(workflowengine): Fix multiple UI issues in workflow engine admin settingsJoas Schilling2023-05-107-162/+174
* | | | | | | | | Merge pull request #37971 from nextcloud/info-file-getRobin Appelman2023-05-106-0/+300
|\ \ \ \ \ \ \ \ \