aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files
Commit message (Expand)AuthorAgeFilesLines
...
* refactor(styles): Adjust code style in SCSS sources to match our stylelint co...Ferdinand Thiessen2024-11-197-23/+17
* Fix(l10n): Update translations from TransifexNextcloud bot2024-11-192-10/+10
* refactor(files): Replace deprecated `Types` enum for share typesFerdinand Thiessen2024-11-181-11/+15
* Fix(l10n): Update translations from TransifexNextcloud bot2024-11-188-8/+64
* Fix(l10n): Update translations from TransifexNextcloud bot2024-11-178-0/+16
* refactor(files): Adjust `useNavigation` composable to enforce active viewFerdinand Thiessen2024-11-166-25/+31
* Fix(l10n): Update translations from TransifexNextcloud bot2024-11-1614-4/+34
* fix(files): Make injected actions reactiveFerdinand Thiessen2024-11-151-3/+3
* Fix(l10n): Update translations from TransifexNextcloud bot2024-11-156-2/+8
* fix(files): ensure valid mtime and fallback to crtime if definedskjnldsv2024-11-141-1/+15
* chore(files): replace `@skjnldsv/sanitize-svg` with `DOMPurify`chore/drop-skjnldsv/sanitize-svgskjnldsv2024-11-141-5/+2
* Fix(l10n): Update translations from TransifexNextcloud bot2024-11-1416-30/+30
* feat(files): Add support for file list actionsChristopher Ng2024-11-131-1/+30
* Fix(l10n): Update translations from TransifexNextcloud bot2024-11-132-0/+2
* Fix(l10n): Update translations from TransifexNextcloud bot2024-11-1226-50/+54
* fix(files): Revert CSS causing the file name to have no bounding boxFerdinand Thiessen2024-11-112-4/+3
* Fix(l10n): Update translations from TransifexNextcloud bot2024-11-1114-2/+46
* Fix(l10n): Update translations from TransifexNextcloud bot2024-11-104-0/+8
* fix(files): Fix file names alignment in Files List in UI RTL mode.Faisal Alghamdi2024-11-091-1/+1
* fix(files): check that node is in user root folder for view-in-folder actionskjnldsv2024-11-092-0/+17
* Fix(l10n): Update translations from TransifexNextcloud bot2024-11-0964-126/+126
* fix(files): edit locally buttonsskjnldsv2024-11-081-8/+7
* fix(files): open sidebar on sharing tab by default for filesskjnldsv2024-11-082-3/+39
* Fix(l10n): Update translations from TransifexNextcloud bot2024-11-082-2/+2
* Merge pull request #49134 from nextcloud/fix/multi-selectJohn Molakvoæ2024-11-071-1/+1
|\
| * fix(files): multiselect and filters store declarationskjnldsv2024-11-071-1/+1
* | fix: smuggle storage id to metadata insert queriesRobin Appelman2024-11-071-0/+5
|/
* Fix(l10n): Update translations from TransifexNextcloud bot2024-11-0770-262/+264
* Merge pull request #49015 from nextcloud/fix/openapi/array-syntaxJohn Molakvoæ2024-11-069-44/+185
|\
| * fix(OpenAPI): Adjust array syntax to avoid ambiguitiesfix/openapi/array-syntaxprovokateurin2024-11-059-44/+185
* | Merge pull request #48721 from nextcloud/feat/allow-getter-setter-decl-forsJohn Molakvoæ2024-11-066-107/+28
|\ \
| * | refactor(files): Migrate from event listener to class based declarative settingsfeat/allow-getter-setter-decl-forsFerdinand Thiessen2024-10-156-107/+28
* | | Fix(l10n): Update translations from TransifexNextcloud bot2024-11-052-0/+2
* | | Merge pull request #47425 from nextcloud/fix/avoid-invalid-share-on-transfer-...Côme Chilliet2024-11-041-10/+10
|\ \ \
| * | | fix: Transfer incomming shares first, do not delete non-migratable onesCôme Chilliet2024-10-141-13/+10
| * | | fix: delete re-shares when deleting the parent shareLuka Trovic2024-10-141-0/+3
* | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-11-046-56/+782
* | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-11-032-0/+24
* | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-11-0110-168/+192
* | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-10-314-2/+52
| |_|/ |/| |
* | | Fix(l10n): Update translations from TransifexNextcloud bot2024-10-306-148/+166
* | | fix(files): Do not jump to top when fileId is set to currentFolderartonge/fix/file_list_jump_on_viewer_closeLouis Chemineau2024-10-291-0/+5
* | | feat(systemtags): add cypress tests and fix a few logic issuesskjnldsv2024-10-293-2/+4
* | | Fix(l10n): Update translations from TransifexNextcloud bot2024-10-292-0/+2
* | | Fix(l10n): Update translations from TransifexNextcloud bot2024-10-284-2/+4
* | | Fix(l10n): Update translations from TransifexNextcloud bot2024-10-2720-10/+34
* | | Fix(l10n): Update translations from TransifexNextcloud bot2024-10-2696-380/+482
* | | fix(files): add title for files list table header buttonGrigorii K. Shartsev2024-10-251-0/+1
* | | refactor(files): migrate to @nextcloud/sharingGrigorii K. Shartsev2024-10-252-21/+3
* | | fix(files): handle empty view with errorGrigorii K. Shartsev2024-10-252-6/+63