aboutsummaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * test: improve notify tests for smbRobin Appelman2024-03-081-7/+22
| * fix: add some recrusive detection/preventionRobin Appelman2024-03-081-1/+15
* | fix: Open viewer on simple file widgetJulius Härtl2024-03-111-0/+4
* | Merge pull request #44119 from nextcloud/enh/noid/inverted-faviconsFerdinand Thiessen2024-03-111-1/+1
|\ \
| * | fix(theming): fix incorrectly inverted faviconsSimon L2024-03-111-1/+1
* | | fix(settings): Save account management settings in local storageFerdinand Thiessen2024-03-112-34/+18
* | | fix(settings): Always open the details tab for selected appFerdinand Thiessen2024-03-111-4/+10
* | | feat(settings): Split account management into navigation and contentFerdinand Thiessen2024-03-118-329/+352
* | | feat(settings): Split account management and app store views into chunksFerdinand Thiessen2024-03-116-133/+258
* | | feat(settings): Refactor appstore to use PiniaFerdinand Thiessen2024-03-111-0/+104
* | | feat: Add composable to fetch app icon as SVG for inline useFerdinand Thiessen2024-03-111-0/+52
* | | feat: Make appstore sidebar tabs standalone componentsFerdinand Thiessen2024-03-115-267/+635
* | | fix: Get rid of PrefixMixinFerdinand Thiessen2024-03-112-35/+1
* | | feat(settings): Split appstore code into better maintainable piecesFerdinand Thiessen2024-03-115-1/+351
* | | feat(settings): Refactor routing code to use named router viewsFerdinand Thiessen2024-03-116-154/+122
* | | Merge pull request #42707 from nextcloud/enh/noid/store-file-etag-at-metadata...Maxence Lange2024-03-111-6/+2
|\ \ \ | |/ / |/| |
| * | feat(metadata): get deprecated status using file etagMaxence Lange2024-03-071-6/+2
* | | Fix(l10n): Update translations from TransifexNextcloud bot2024-03-1010-14/+40
* | | Merge pull request #43589 from nextcloud/feat/reminder-statusPytal2024-03-0914-105/+263
|\ \ \
| * | | fix(files_reminders): Fix translationsChristopher Ng2024-03-083-4/+4
| * | | chore(files_reminders): Drop moment in favour of native js Date APIChristopher Ng2024-03-081-43/+63
| * | | fix(files_reminders): Add year to date string if not in the same yearChristopher Ng2024-03-081-3/+20
| * | | feat(files_reminders): Add reminder status indicatorChristopher Ng2024-03-084-48/+122
| * | | chore(files_reminders): Register dav plugin directlyChristopher Ng2024-03-085-10/+57
| * | | fix(files): Close submenu actions after click like top-level actionsChristopher Ng2024-03-081-1/+1
| | |/ | |/|
* | | Fix(l10n): Update translations from TransifexNextcloud bot2024-03-0972-2/+440
* | | Merge pull request #44073 from nextcloud/fix/provide-correct-iconJoas Schilling2024-03-081-2/+2
|\ \ \
| * | | fix(AppManager): Allow to query dark **or** bright iconFerdinand Thiessen2024-03-081-2/+2
* | | | feat(files): copy live photosMaxence Lange2024-03-082-17/+65
* | | | Merge pull request #44083 from nextcloud/revert-44066-pulsejet/ver-ncLouis2024-03-081-5/+0
|\ \ \ \ | |_|/ / |/| | |
| * | | Revert "files_versions: add missing null check"Louis2024-03-081-5/+0
| |/ /
* | | Merge pull request #44082 from nextcloud/fix/setup-checksFerdinand Thiessen2024-03-082-5/+5
|\ \ \
| * | | fix(settings): Adjust order of parameters for `runRequest`Ferdinand Thiessen2024-03-082-5/+5
| |/ /
* / / fix: Use proper path when trying to check if a file needs to get copiedJulius Härtl2024-03-081-1/+1
|/ /
* | fix(updatenotification): Adjust tests for changed IAppConfigFerdinand Thiessen2024-03-084-32/+34
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-03-08396-1172/+2648
* | fix(files): properly reset preview componentJohn Molakvoæ (skjnldsv)2024-03-072-7/+19
* | feat(AppManager): Provide `getAppIcon` functionFerdinand Thiessen2024-03-071-10/+1
* | feat(updatenotification): Allow to disable the app updated notifications and ...Ferdinand Thiessen2024-03-073-2/+16
* | fix(updatenotification): Add migration step to replace and remove renamed bac...Ferdinand Thiessen2024-03-074-1/+76
* | fix(updatenotification): Resolve static code analysis errorsFerdinand Thiessen2024-03-073-14/+11
* | fix(updatenotification): Update tests to match with changed constructorsFerdinand Thiessen2024-03-074-47/+49