aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files
Commit message (Expand)AuthorAgeFilesLines
...
| * fix(files): always force menuJohn Molakvoæ2023-04-211-0/+1
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-04-222-2/+2
* | chore(autoloader): Update autoloaders with composer 2.5.5Joas Schilling2023-04-213-11/+22
|/
* Fix(l10n): Update translations from TransifexNextcloud bot2023-04-216-0/+38
* Merge pull request #37826 from nextcloud/bugfix/noid/no-error-for-guestsJoas Schilling2023-04-202-16/+9
|\
| * fix(files): Don't throw an error when guests access the controllerJoas Schilling2023-04-192-16/+9
* | feat(files): expose Files routerJohn Molakvoæ2023-04-204-13/+90
* | feat(files): add default action supportJohn Molakvoæ2023-04-207-34/+113
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-04-208-0/+44
* | Add accessible system tags selectChristopher Ng2023-04-191-9/+29
|/
* fix(files): forward arguments to store creationJohn Molakvoæ2023-04-195-18/+18
* fix(files): fix sorting mixin usageJohn Molakvoæ2023-04-191-12/+8
* Fix(l10n): Update translations from TransifexNextcloud bot2023-04-1914-0/+28
* feat(files): add view config service to store user-config per viewJohn Molakvoæ2023-04-1820-284/+490
* Fix(l10n): Update translations from TransifexNextcloud bot2023-04-1890-90/+90
* Fix wording meaning (placeholder)Jerome-Herbinet-patch-1Jérôme Herbinet2023-04-171-1/+1
* Fix(l10n): Update translations from TransifexNextcloud bot2023-04-174-0/+88
* fix(files): standardize `files:node:event` event syntaxJohn Molakvoæ2023-04-144-22/+12
* Merge pull request #37692 from nextcloud/feat/resizeobserver-breakpoint-filesSimon L2023-04-136-41/+63
|\
| * feat(files): better breakpoints and sidebar responsive designJohn Molakvoæ2023-04-136-41/+63
* | Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-04-134-0/+72
|/
* fix: wrong copyrightJohn Molakvoæ2023-04-1213-23/+23
* feat(files): responsive design for mobile and narrow screensJohn Molakvoæ2023-04-127-14/+100
* fix(files): cleanup common table row stylingJohn Molakvoæ2023-04-125-180/+143
* Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-04-122-0/+36
* feat(files): right clickJohn Molakvoæ2023-04-114-7/+93
* feat(files): implement shift-selectJohn Molakvoæ2023-04-118-20/+142
* fix(files): use displayName in breadcrumbs if availableJohn Molakvoæ2023-04-111-1/+33
* fix(files): fix private variables and share loading marker between header and...John Molakvoæ2023-04-113-4/+25
* fix(files): update @nextcloud/files and fix event store updateJohn Molakvoæ2023-04-113-18/+10
* Merge pull request #37625 from nextcloud/bugfix/noid/transfer-file-new-userJulius Härtl2023-04-111-0/+3
|\
| * fix: Always create user directory when transfering files to new usersJulius Härtl2023-04-061-0/+3
* | Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-04-114-0/+80
* | Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-04-104-0/+62
* | Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-04-096-10/+82
* | Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-04-0812-0/+214
* | Merge pull request #37511 from nextcloud/feature/type-mappersKate2023-04-072-0/+6
|\ \
| * | Add type hints for mappersjld31032023-04-072-0/+6
| |/
* / Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-04-07140-560/+834
|/
* fix(files): better wording and catch single action runJohn Molakvoæ2023-04-062-5/+10
* fix:(files-checker): add cypress.d.ts and custom.d.tsJohn Molakvoæ2023-04-061-1/+1
* fix(cypress): component testing with piniaJohn Molakvoæ2023-04-061-13/+53
* fix(tests): update jsunit tests after dep and files updateJohn Molakvoæ2023-04-064-14/+14
* chore(eslint): clean and fixJohn Molakvoæ2023-04-0617-216/+45
* chore(npm): build assetsJohn Molakvoæ2023-04-061-1/+1
* feat(files): add FileAction serviceJohn Molakvoæ2023-04-063-1/+187
* fix: improved preview handlingJohn Molakvoæ2023-04-067-64/+286
* feat(files): move userconfig to dedicated store and fix crop previewsJohn Molakvoæ2023-04-068-48/+170
* feat(files): batch actionsJohn Molakvoæ2023-04-066-55/+237
* fix(files): use inline NcActionsJohn Molakvoæ2023-04-061-19/+12