summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ \ \ \
| * | | | | minor fixes for get/putRobin Appelman2023-05-092-6/+19
| * | | | | add command to write a fileRobin Appelman2023-05-046-2/+87
| * | | | | move get/delete commands to files namespace, make get take the output as argu...Robin Appelman2023-05-045-0/+202
| | |_|_|/ | |/| | |
* | | | | Merge pull request #36118 from nextcloud/fix/caldav/invitation-outlook-compat...Anna2023-05-101-6/+4
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Fix calendar emails to be outlook compatibleAnna Larch2023-02-211-6/+4
* | | | | Merge pull request #38048 from nextcloud/enh/add-x-nc-scope-propertyChristoph Wurst2023-05-109-65/+423
|\ \ \ \ \
| * | | | | feat(dav): store scopes for properties and filter locally scoped properties f...Anna Larch2023-05-099-65/+423
| | |_|/ / | |/| | |
* | | | | Merge pull request #37954 from nextcloud/artonge/fix/do_not_allow_to_show_pwd...Louis2023-05-101-0/+1
|\ \ \ \ \
| * | | | | Do not allow to toggle between password and text in sharingLouis Chemineau2023-05-091-0/+1
* | | | | | Merge pull request #38144 from nextcloud/fix/36922-9.1.3.1h/8.1_-_When_editin...Julia Kirschenheuter2023-05-101-4/+15
|\ \ \ \ \ \
| * | | | | | Add hidden labels for inputs while editing user rowjulia.kirschenheuter2023-05-091-4/+15
| | |_|_|_|/ | |/| | | |
* | | | | | Merge pull request #38100 from tanganellilore/fix_delete_ChunkingV2PluginJulius Härtl2023-05-101-9/+7
|\ \ \ \ \ \
| * | | | | | fix error on delete in ChunkingV2PluginLorenzo Tanganelli2023-05-051-9/+7
* | | | | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-05-106-8/+24
| |_|_|/ / / |/| | | | |
* | | | | | Merge pull request #37944 from nextcloud/enh/allow-filescan-to-continue-on-errorCôme Chilliet2023-05-091-36/+33
|\ \ \ \ \ \
| * | | | | | Add an error counterCôme Chilliet2023-05-041-20/+17
| * | | | | | Only show error stack trace on very verbose levelCôme Chilliet2023-05-021-6/+2
| * | | | | | Do not stop at the first PHP error/warning in files:scanCôme Chilliet2023-04-271-11/+15
* | | | | | | Merge pull request #36893 from nextcloud/fix/avoid-file-events-on-null-pathCôme Chilliet2023-05-091-8/+10
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | |
| * | | | | | Make sure to never trigger files hooks on a null pathCôme Chilliet2023-05-041-8/+10
| | |_|_|_|/ | |/| | | |
* | | | | | Merge pull request #38104 from nextcloud/feat/um-32-bitPytal2023-05-094-8/+8
|\ \ \ \ \ \
| * | | | | | feat(UserMigration)!: 32-bit supportChristopher Ng2023-05-054-8/+8
* | | | | | | Merge pull request #38125 from nextcloud/versionEntityCheckJohn Molakvoæ2023-05-091-1/+6
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | |
| * | | | | | Check if version entity is not null before deleteGit'Fellow2023-05-081-1/+6
* | | | | | | Merge pull request #38099 from nextcloud/fix/missing-clear-status-routeJohn Molakvoæ2023-05-092-19/+0
|\ \ \ \ \ \ \
| * | | | | | | Remove unreachable UserStatus#clearStatus routejld31032023-05-082-19/+0
| |/ / / / / /