aboutsummaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
* feat(ldap): sync additional properties to profile and SABJake Nabasny2024-05-3022-9/+346
* feat(files): Use receiving users language for the ownership transfer target f...Ferdinand Thiessen2024-05-291-8/+13
* Merge pull request #45508 from Agnibaan/issue-42611-security-txt-fixJohn Molakvoæ2024-05-291-1/+2
|\
| * fix:Ensure security.txt file ends with a newline characterArchisman Das2024-05-271-1/+2
* | Merge pull request #44272 from nextcloud/feature/40205/show-add-menu-in-empty...John Molakvoæ2024-05-291-4/+12
|\ \
| * | fix(files): Keep 'back'-button for not found directories or if user can not u...Ferdinand Thiessen2024-05-291-3/+17
| * | feat(files): Show upload menu in folders' emptycontentMarco2024-05-291-14/+8
* | | Merge pull request #45222 from nextcloud/bug/noid/caldav-search-limit-and-tim...Daniel2024-05-2910-52/+449
|\ \ \
| * | | feat(caldav): order the calendar objects by start date for searchDaniel Kesselberg2024-05-284-1/+83
| * | | fix(caldav): event search with limit and timerangeDaniel Kesselberg2024-05-288-51/+366
* | | | Merge pull request #45247 from nextcloud/add-border-widthFerdinand Thiessen2024-05-292-0/+6
|\ \ \ \ | |_|/ / |/| | |
| * | | feat(theming): Add variable for border widthMarco Ambrosini2024-05-282-0/+6
| |/ /
* | | fix(ShareApiClients): Maintain meaning of `''` and null for share api clientsfenn-cs2024-05-291-3/+3
* | | Merge pull request #45295 from nextcloud/add-temporary-border-radius-variableMarco2024-05-292-0/+3
|\ \ \
| * | | Feat: Update apps/theming/css/default.cssMarco2024-05-291-1/+2
| * | | Feat: Add temporary border-radius variableMarco Ambrosini2024-05-272-0/+2
* | | | chore(assets): Recompile assetsnextcloud-command2024-05-2912-12/+47
* | | | chore: Add SPDX headerAndy Scherzinger2024-05-29358-6504/+1067
| |/ / |/| |
* | | Merge pull request #45549 from nextcloud/chore/noid/spdx-batch7Andy Scherzinger2024-05-28239-4009/+743
|\ \ \
| * | | chore: Add SPDX headerAndy Scherzinger2024-05-28239-4009/+743
* | | | Merge pull request #44664 from nextcloud/fix/dav/rate-limit-create-adress-bookHamza2024-05-286-0/+240
|\ \ \ \ | |/ / / |/| | |
| * | | fix(dav): Rate limit address book creationHamza Mahjoubi2024-05-276-0/+240
| | |/ | |/|
* | | Merge pull request #45539 from nextcloud/chore/noid/spdx-batch6Andy Scherzinger2024-05-28448-9063/+1147
|\ \ \
| * | | chore(assets): Recompile assetsnextcloud-command2024-05-272-2/+5
| * | | chore: Add SPDX headerAndy Scherzinger2024-05-27446-9061/+1142
| | |/ | |/|
* / | fix(files): Adjust type import and usage for removed dependencyFerdinand Thiessen2024-05-271-2/+1
|/ /
* / fix(files): Implement `SortingService` to fix sorting of filesFerdinand Thiessen2024-05-273-1/+160
|/
* chore: Add SPDX headerAndy Scherzinger2024-05-2618-381/+41
* Merge pull request #44485 from nextcloud/44219-share-server-respect-empty-exp...Louis2024-05-232-10/+17
|\
| * fix(shareManager): Respect empty `expireDate` in serverfenn-cs2024-05-232-10/+17
* | fix(dav): Replaces "Time:" with "Date and time:" in calendar invite emailJérôme Herbinet2024-05-231-1/+1
|/
* Merge pull request #45370 from nextcloud/feat/add-back-search-in-disabled-usersCôme Chilliet2024-05-237-8/+39
|\
| * fix: Update openapi spec for provisioning_api appCôme Chilliet2024-05-232-0/+18
| * fix: Also search in email field for disabled usersCôme Chilliet2024-05-231-1/+2
| * feat: Add back searching in disabled user listCôme Chilliet2024-05-235-8/+20
* | feat(files): refresh preview on etag changeskjnldsv2024-05-232-2/+8
|/
* fix(files): Debounce does not return a function so it should be used as computedFerdinand Thiessen2024-05-231-9/+10
* fix(files): Use translation function directly instead of calling the instance...Ferdinand Thiessen2024-05-231-13/+13
* fix(files): Fix typing issues with dataFerdinand Thiessen2024-05-231-11/+20
* fix(files): Fix naming issue for reserved Vue property namesFerdinand Thiessen2024-05-231-3/+3
* fix(theming): Add some strict checking for userIdFerdinand Thiessen2024-05-211-1/+14
* fix(tests): Adjust theming test for new splitted background and primary colorsFerdinand Thiessen2024-05-218-76/+34
* fix(settings): Return mean color of background image on setFerdinand Thiessen2024-05-212-8/+13
* fix: Always populate `--image-background`Ferdinand Thiessen2024-05-212-3/+3
* fix: cleanup theming app codeFerdinand Thiessen2024-05-215-30/+24
* fix(settings): Make background selector be responsive to user changesFerdinand Thiessen2024-05-2113-199/+275
* fix(tests): Adjust theming test for new splitted background and primary colorsFerdinand Thiessen2024-05-2111-122/+200
* fix(theming): Also apply new background colors to guest viewFerdinand Thiessen2024-05-214-18/+25
* feat(theming): Allow users to configure their primary colorFerdinand Thiessen2024-05-214-11/+156
* fix(theming): Also reset background color settings when updating global backg...Ferdinand Thiessen2024-05-214-86/+94