summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* fix(files): add missing `Overwrite: F` header in renamingJohn Molakvoæ2023-11-081-0/+1
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* fix(cypress): formatFileSize change revert from files libraryJohn Molakvoæ2023-11-0810-49/+57
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* chore(jest): update snapshot after component updateJohn Molakvoæ2023-11-084-4/+4
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* chore(files_reminders): upgrade to 28 APIsJohn Molakvoæ2023-11-0814-423/+522
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* feat(files): support nested actionsJohn Molakvoæ2023-11-082-18/+132
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Merge pull request #40767 from nextcloud/feat/dav/absenceChristoph Wurst2023-11-089-194/+542
|\ | | | | feat(dav): implement personal absence settings
| * feat(dav): implement personal absence settingsRichard Steinmetz2023-11-079-194/+542
| | | | | | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-11-08200-478/+660
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #41329 from nextcloud/fix/files-copy-filePytal2023-11-071-1/+1
|\ \ | | | | | | fix(files): Do not encode the path twice (and do not use undefined method)
| * | fix(files): Do not encode the path twice (and do not use undefined method)Ferdinand Thiessen2023-11-071-1/+1
| | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | Merge pull request #40761 from nextcloud/enh/noid/files-metadataMaxence Lange2023-11-076-48/+98
|\ \ \ | |_|/ |/| | IFilesMetadata
| * | IFilesMetadataMaxence Lange2023-11-071-1/+4
| | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
| * | IFilesMetadataMaxence Lange2023-11-075-47/+94
| | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* | | Merge pull request #41311 from nextcloud/fix/improve-setup-checks-apiCôme Chilliet2023-11-071-2/+2
|\ \ \ | |_|/ |/| | Improve setup checks API
| * | Add missing dots in PhpModules setup check descriptionsCôme Chilliet2023-11-071-2/+2
| | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | Merge pull request #41298 from nextcloud/enh/noid/fix-sharing-descriptionSimon L2023-11-072-2/+2
|\ \ \ | |/ / |/| |
| * | display inline title alwaysSimon L2023-11-071-1/+1
| | | | | | | | | | | | Signed-off-by: Simon L <szaimen@e.mail.de>
| * | fix description of sharing toggleSimon L2023-11-071-1/+1
| | | | | | | | | | | | Signed-off-by: Simon L <szaimen@e.mail.de>
* | | Revert "Migrate code integrity to SetupCheck API"Côme Chilliet2023-11-076-68/+5
| | | | | | | | | | | | | | | | | | This reverts commit aa2d315d95d37b48752d0e92d0ce79913be1d4f1. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | Migrate 32bit check to SetupCheck APICôme Chilliet2023-11-076-16/+71
| | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | Migrate Freetype check to SetupCheck APICôme Chilliet2023-11-076-14/+67
| | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | Migrate code integrity to SetupCheck APICôme Chilliet2023-11-076-4/+67
| | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | Migrate Randomness secure check to SetupCheck APICôme Chilliet2023-11-076-31/+67
| | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | Migrate memcache check to SetupCheck APICôme Chilliet2023-11-076-40/+64
| | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | Migrated both file locking checks to SetupCheck APICôme Chilliet2023-11-076-24/+82
| | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | Remove duplicate fileinfo PHP module checkCôme Chilliet2023-11-072-11/+0
| | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | Migrate database transaction level check to SetupCheck APICôme Chilliet2023-11-076-23/+79
| | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | Migrate email test to new SetupCheck APICôme Chilliet2023-11-076-21/+80
| | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | Remove duplicated ReadOnlyConfig setup checkCôme Chilliet2023-11-072-11/+0
| | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | Migrate getenv test to new SetupCheck APICôme Chilliet2023-11-076-24/+81
|/ / | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | Revert "display inline title always"Simon L2023-11-071-1/+1
| | | | | | | | This reverts commit 9ea30dcab612b8b1d035525ab4ae3b1990d0022e.
* | display inline title alwaysSimon L2023-11-071-1/+1
| | | | | | | | Signed-off-by: Simon L <szaimen@e.mail.de>
* | Merge pull request #41083 from nextcloud/feat/improve-setup-checks-wordingCôme Chilliet2023-11-0710-51/+45
|\ \ | |/ |/| Improve setup checks naming and improve database version check
| * Improve setup checks naming and improve database version checkCôme Chilliet2023-10-2410-51/+45
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-11-076-12/+14
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #41301 from nextcloud/fix/files_sharing--translationsFerdinand Thiessen2023-11-071-19/+16
|\ \ | | | | | | fix(files_sharing): fix sharing tab translations
| * | fix(files_sharing): permissions translationGrigorii K. Shartsev2023-11-061-19/+16
| | | | | | | | | | | | Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
* | | fix(scheduling): don't send iMIP emails to rooms / resourcesAnna Larch2023-11-063-12/+188
|/ / | | | | | | Signed-off-by: Anna Larch <anna@nextcloud.com>
* | fix(tests): Adjust test snapshots for changes dependenciesFerdinand Thiessen2023-11-061-35/+35
| | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | fix(dav): Make timezone picker label a real label elementFerdinand Thiessen2023-11-061-5/+11
| | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | Merge branch 'master' into update/openapi-extractorJulien Veyssier2023-11-0663-121/+568
|\ \
| * \ Merge pull request #41173 from nextcloud/deleteGhostVersionLouis2023-11-061-1/+4
| |\ \ | | | | | | | | fix: Delete ghost versions of non-existing files
| | * | fix: Delete ghost versions of non-existing filesGit'Fellow2023-10-281-1/+4
| | | | | | | | | | | | Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
| * | | Merge pull request #41059 from nextcloud/fix/theming/capabilitiesKate2023-11-062-10/+48
| |\ \ \ | | | | | | | | | | fix(theming): Correctly expose user and admin theming
| | * | | fix(theming): Correctly expose user and admin themingjld31032023-11-032-10/+48
| | | | | | | | | | | | | | | | | | | | Signed-off-by: jld3103 <jld3103yt@gmail.com>
| * | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-11-0612-10/+16
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
| * | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-11-0424-50/+296
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
| * | | | add descriptions for background picturesSimon L2023-11-032-1/+20
| |/ / / | | | | | | | | | | | | | | | | Signed-off-by: Simon L <szaimen@e.mail.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | | Fix(l10n): Update translations from TransifexNextcloud bot2023-11-0322-14/+140
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
| * | | Merge pull request #40597 from nextcloud/fix/public-footer-empty-not-shownFerdinand Thiessen2023-11-021-5/+10
| |\ \ \ | | | | | | | | | | fix(theming): Make sure the footer is hidden if no content is rendered