aboutsummaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
* Fix(l10n): Update translations from TransifexNextcloud bot2024-03-15116-0/+184
* fix: Ensure correct stacking context for right click menuChristopher Ng2024-03-141-1/+1
* feat(settings): Cache app discover images to ensure privacy of usersFerdinand Thiessen2024-03-144-9/+134
* feat(settings): Implement `carousel` type for app discover sectionFerdinand Thiessen2024-03-144-4/+222
* feat(settings): Implement `post` type for app discover sectionFerdinand Thiessen2024-03-146-34/+506
* feat: Allow to fetch app discover json and provide frontend API routeFerdinand Thiessen2024-03-142-0/+15
* feat(settings): Implement new app discover section for app managementFerdinand Thiessen2024-03-146-19/+213
* Merge pull request #44067 from nextcloud/fix/migrate-header-check-to-setupcheckCôme Chilliet2024-03-148-11/+398
|\
| * fix: Improve HSTS warning wording as suggested by reviewerCôme Chilliet2024-03-142-2/+2
| * feat: Migrate HSTS check to Security headers SetupCheckCôme Chilliet2024-03-133-4/+29
| * fix: Migrate security headers check tests and fix the SetupCheck implementationCôme Chilliet2024-03-132-10/+233
| * fix: Fix Security headers setup check behaviorCôme Chilliet2024-03-131-2/+3
| * fix: Fix ocm-provider setup check failure detectionCôme Chilliet2024-03-132-8/+8
| * feat: Migrate header check to SetupCheck APICôme Chilliet2024-03-134-0/+138
* | Merge pull request #44130 from nextcloud/fix/dav/occ-fix-caldav-sync-tokensChristoph Wurst2024-03-147-19/+242
|\ \
| * | fix(dav): Add occ command to fix missing caldav sync tokensChristoph Wurst2024-03-127-19/+242
* | | Merge pull request #44184 from nextcloud/43919-fix-share-by-mail-password-enf...Ferdinand Thiessen2024-03-141-1/+1
|\ \ \
| * | | fix: No password set for new mail sharesfenn-cs2024-03-141-1/+1
* | | | Merge pull request #44069 from nextcloud/artonge/fix/split_live_photo_listenerLouis2024-03-1411-138/+236
|\ \ \ \
| * | | | test(files): Add e2e tests for live photo syncLouis Chemineau2024-03-142-4/+10
| * | | | fix(files): Do not require files_trashbin in live photo sync listenerLouis Chemineau2024-03-149-134/+226
* | | | | Merge pull request #44132 from nextcloud/fix/share-init-recursionFerdinand Thiessen2024-03-141-0/+19
|\ \ \ \ \
| * | | | | chore: improve typing for SharedStorage::$storageRobin Appelman2024-03-141-0/+9
| * | | | | fix: don't return null for SharedStorage::getWrapperStorage with share recursionRobin Appelman2024-03-141-0/+10
| |/ / / /
* | | | | Merge pull request #43877 from nextcloud/fix/provisioning_api/app-info-schemaKate2024-03-144-445/+11
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | fix(provisioning_api): Fix AppInfo schema for OpenAPIprovokateurin2024-02-274-445/+11
* | | | | Merge pull request #44175 from nextcloud/artonge/chore/use_new_version_metada...John Molakvoæ2024-03-149-183/+53
|\ \ \ \ \
| * | | | | chore(files_versions): Use new metadata API for versionsLouis Chemineau2024-03-139-183/+53
| | |_|_|/ | |/| | |
* | | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-03-1426-2/+154
| |_|/ / |/| | |
* | | | fix(settings): `posix_getpwuid` can return `false` which should not be access...Ferdinand Thiessen2024-03-131-2/+6
|/ / /
* | | Merge pull request #44165 from nextcloud/fix/noid/spread-appconfig-on-updaten...Ferdinand Thiessen2024-03-135-70/+62
|\ \ \
| * | | fix(updatenotification): spread the use of new appconfigMaxence Lange2024-03-135-70/+62
* | | | Merge pull request #44139 from nextcloud/fix/right-click-files-listPytal2024-03-133-7/+8
|\ \ \ \ | |/ / / |/| | |
| * | | fix(files): Right click menu positioningChristopher Ng2024-03-122-6/+8
| * | | fix(files): Right click menu scroll reset glitchChristopher Ng2024-03-121-1/+0
* | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-03-1328-2/+190
|/ / /
* | | Merge pull request #42661 from nextcloud/feat/settings/declarativeBenjamin Gaussorgues2024-03-1223-40/+1739
|\ \ \
| * | | fix: add missing copyrights and strict typesAndrey Borysenko2024-03-121-0/+3
| * | | feat: Add declarative settingsjld31032024-03-1223-40/+1736
| | |/ | |/|
* / | test(dav): Add unit test for no calendars/subscription limitChristoph Wurst2024-03-121-0/+38
|/ /
* | Merge pull request #44140 from nextcloud/fix/subadmin-disabled-usersPytal2024-03-121-1/+1
|\ \
| * | fix(settings): Fix always empty disabled users list for subadminsChristopher Ng2024-03-111-1/+1
* | | Fix(l10n): Update translations from TransifexNextcloud bot2024-03-12146-2760/+3710
|/ /
* | chore(assets): build autoloaderEduardo Morales2024-03-113-2/+8
* | fix: fixed stylistic errorsEduardo Morales2024-03-114-6/+6
* | fix(files_version): deprecated INameableVersionEduardo Morales2024-03-118-13/+16
* | feat: exposed metadata column to frontendEduardo Morales2024-03-115-3/+24
* | feat: added backend metadata interface, allows JSON storageEduardo Morales2024-03-116-4/+159
* | feat: added metadata event listenerEduardo Morales2024-03-112-0/+69
* | Merge pull request #39990 from nextcloud/recursive-shareArthur Schiwon2024-03-112-8/+37
|\ \