aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix(l10n): Update translations from TransifexNextcloud bot2023-11-09262-972/+1078
* Merge pull request #41266 from nextcloud/feat/contactsmenu/user-status-sortingChristoph Wurst2023-11-088-14/+234
|\
| * feat(contactsmenu): Sort by user statusChristoph Wurst2023-11-088-14/+234
* | Merge pull request #41119 from nextcloud/optmize-storage-wrappersRobin Appelman2023-11-0813-33/+123
|\ \ | |/ |/|
| * optimize isShared and isMountedRobin Appelman2023-11-082-10/+20
| * optimize builtin storage wrappersRobin Appelman2023-11-0811-23/+103
* | Merge pull request #41054 from nextcloud/systemtag-childrenRobin Appelman2023-11-081-2/+4
|\ \
| * | get children from dav node when preloading system tagsRobin Appelman2023-11-081-2/+4
| |/
* | Merge pull request #40964 from nextcloud/artonge/feat/metadata/port_providersLouis2023-11-0829-971/+109
|\ \
| * | Support getting and setting metadata in DAV requestsLouis Chemineau2023-11-0829-971/+109
| |/
* | Merge pull request #40799 from nextcloud/fix/login-csrf-check-error-messageChristoph Wurst2023-11-085-4/+18
|\ \
| * | fix: Show error message when CSRF check fails at loginChristoph Wurst2023-11-085-4/+18
| |/
* | Merge pull request #40996 from nextcloud/view-share-disable-reuseRobin Appelman2023-11-081-1/+1
|\ \ | |/ |/|
| * reuse sharing disabled state when listing folder contentRobin Appelman2023-10-191-1/+1
* | Merge pull request #41331 from nextcloud/fix/files/overwrite-headerJohn Molakvoæ2023-11-083-3/+4
|\ \
| * | fix(files): add missing `Overwrite: F` header in renamingJohn Molakvoæ2023-11-083-3/+4
|/ /
* | Merge pull request #41010 from nextcloud/feat/nested-actinsJohn Molakvoæ2023-11-08222-3998/+5216
|\ \
| * | fix(cypress): formatFileSize change revert from files libraryJohn Molakvoæ2023-11-0821-66/+72
| * | chore(jest): update snapshot after component updateJohn Molakvoæ2023-11-08192-463/+1317
| * | chore(files_reminders): upgrade to 28 APIsJohn Molakvoæ2023-11-0817-3561/+3805
| * | feat(files): support nested actionsJohn Molakvoæ2023-11-082-18/+132
|/ /
* | Merge pull request #40767 from nextcloud/feat/dav/absenceChristoph Wurst2023-11-0812-197/+567
|\ \
| * | feat(dav): implement personal absence settingsRichard Steinmetz2023-11-0712-197/+567
* | | Merge pull request #41328 from nextcloud/fix/41326-Contrast_between_focused_a...Ferdinand Thiessen2023-11-085-5/+6
|\ \ \
| * | | Fix styles for input field and textarea on focus, hover and active statejulia.kirschenheuter2023-11-075-5/+6
* | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-11-08322-1542/+1724
* | | | Merge pull request #38995 from fsamapoor/refactor_lib_private_systemtagChristoph Wurst2023-11-075-65/+32
|\ \ \ \
| * | | | Refactors lib/private/SystemTag.Faraz Samapoor2023-11-075-65/+32
* | | | | Merge pull request #39109 from fsamapoor/refactor_lib_private_metadata_migrat...Christoph Wurst2023-11-079-66/+39
|\ \ \ \ \
| * | | | | Refactors Metadata, Migration, and Net.Faraz Samapoor2023-11-079-66/+39
| |/ / / /
* | | | | Merge pull request #41329 from nextcloud/fix/files-copy-filePytal2023-11-075-7/+7
|\ \ \ \ \
| * | | | | fix(files): Do not encode the path twice (and do not use undefined method)Ferdinand Thiessen2023-11-075-7/+7
* | | | | | Merge pull request #41303 from nextcloud/chore/migrate-apps-cypressFerdinand Thiessen2023-11-0743-11135/+173
|\ \ \ \ \ \
| * | | | | | chore(cypress): Migrate apps acceptance tests to CypressFerdinand Thiessen2023-11-0643-11135/+173
* | | | | | | Merge pull request #40761 from nextcloud/enh/noid/files-metadataMaxence Lange2023-11-0744-150/+3723
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | |
| * | | | | | IFilesMetadataMaxence Lange2023-11-071-2/+0
| * | | | | | IFilesMetadataMaxence Lange2023-11-0715-49/+47
| * | | | | | IFilesMetadataMaxence Lange2023-11-0744-144/+3721
| | |_|/ / / | |/| | | |
* | | | | | Merge pull request #41311 from nextcloud/fix/improve-setup-checks-apiCôme Chilliet2023-11-075-6/+41
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | Add missing dots in PhpModules setup check descriptionsCôme Chilliet2023-11-071-2/+2
| * | | | | Add $name property in SetupResult and improve APICôme Chilliet2023-11-074-4/+39
* | | | | | Merge pull request #41298 from nextcloud/enh/noid/fix-sharing-descriptionSimon L2023-11-076-8/+8
|\ \ \ \ \ \
| * | | | | | chore(assets): Recompile assetsnextcloud-command2023-11-074-6/+6
| * | | | | | display inline title alwaysSimon L2023-11-071-1/+1
| * | | | | | fix description of sharing toggleSimon L2023-11-071-1/+1
* | | | | | | Merge pull request #41134 from nextcloud/feat/migrate-more-setup-checksFerdinand Thiessen2023-11-0715-916/+589
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | Revert "Migrate code integrity to SetupCheck API"Côme Chilliet2023-11-078-68/+34
| * | | | | | Migrate 32bit check to SetupCheck APICôme Chilliet2023-11-078-99/+71
| * | | | | | Migrate Freetype check to SetupCheck APICôme Chilliet2023-11-078-94/+67
| * | | | | | Migrate code integrity to SetupCheck APICôme Chilliet2023-11-078-35/+67