Nextcloud bot
010643394c
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-11-27 00:22:59 +00:00
Nextcloud bot
371aa1bc5d
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-11-26 00:23:38 +00:00
Nextcloud bot
28e0ccfed9
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-11-25 00:25:54 +00:00
Louis
78e75bffae
Ensure share has download permissions in F2V
...
Signed-off-by: Louis <louis@chmn.me>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2023-11-24 17:14:57 +00:00
Louis
f56866cc82
Ensure share has download permissions in F2V
...
Signed-off-by: Louis <louis@chmn.me>
2023-11-24 16:47:43 +01:00
Marco Ambrosini
53a6857287
Fix action button labels
...
Signed-off-by: Marco Ambrosini <marcoambrosini@icloud.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2023-11-24 08:57:59 +00:00
Ferdinand Thiessen
9dd83826df
Merge pull request #41707 from nextcloud/fix/missing-icons-on-filepicker
...
fix(files): Use SVG as FilePicker buttons to bring back icons
2023-11-24 01:48:02 +01:00
Nextcloud bot
2ec9936b93
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-11-24 00:27:09 +00:00
Ferdinand Thiessen
de61d2a791
fix(files): Use SVG as FilePicker icons instead of Vue components
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2023-11-24 00:49:31 +01:00
Andy Scherzinger
ea9127cd02
Merge pull request #41672 from nextcloud/bugfix/4872/fix-star-stroke-color
...
Fix star stroke color on hover
2023-11-23 13:55:39 +01:00
Arthur Schiwon
c5caae1bf0
Merge pull request #41678 from nextcloud/branchoff/master-is-now-29
...
Master is now 29
2023-11-23 12:02:20 +01:00
Joas Schilling
aa5f037af7
chore: apply changes from Nextcloud coding standards 1.1.1
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
2023-11-23 10:36:13 +01:00
Joas Schilling
64e0829fc8
feat(branchoff): Bump versions and requirements in apps
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-11-23 10:09:40 +01:00
Marco Ambrosini
accdb2d712
Fix star stroke color on hover
...
Signed-off-by: Marco Ambrosini <marcoambrosini@icloud.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2023-11-23 09:24:25 +01:00
Marco Ambrosini
fc3636792a
Show shared label only if the current user have shared the file.
...
The presence of the text "Sharing label" in all shared files caused
the view to be too loaded, so it's been decided to show it only when
the current user is the owner of the share.
Signed-off-by: Marco Ambrosini <marcoambrosini@proton.me>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2023-11-22 15:41:50 +00:00
Marco
f476220f09
Add star indicator in file description
...
Signed-off-by: Marco <marcoambrosini@icloud.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2023-11-22 13:41:50 +00:00
Marco
cd26b919e4
Move starring into actions menu
...
Signed-off-by: Marco <marcoambrosini@icloud.com>
2023-11-22 14:35:10 +01:00
Louis
2310638231
Merge pull request #41648 from nextcloud/artonge/feat/restore_openfile
...
Trigger default action when open file initial state is set
2023-11-22 07:30:45 +01:00
Nextcloud bot
73ecc8f1db
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-11-22 00:24:44 +00:00
Louis Chemineau
c7e2c340a8
Trigger default action when open file initial state is set
...
Signed-off-by: Louis Chemineau <louis@chmn.me>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2023-11-21 19:45:41 +00:00
Nextcloud bot
0e433501bb
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-11-21 00:27:59 +00:00
Maxence Lange
22d6c8dcd4
add named metadata event
...
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2023-11-20 13:32:54 -01:00
Nextcloud bot
2d2852bb78
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-11-20 00:27:45 +00:00
Julius Härtl
dcca3f024f
fix: Be less strict about action exec return value
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2023-11-19 15:56:30 +01:00
Nextcloud bot
39db399043
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-11-18 00:27:58 +00:00
Grigorii K. Shartsev
346c6173f2
fix(files): make table view a valid html table
...
<div> is not allowed as a <table> child
Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
2023-11-18 00:16:13 +01:00
Grigorii K. Shartsev
c18c6c4362
fix(files): make caption a direct child of the files table
...
Otherwise it is not valid and does not ception the table.
Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
2023-11-18 00:14:48 +01:00
Benjamin Gaussorgues
01de485aca
fix(files): avoid sending thumbnail URL for directory as none exists
...
Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
2023-11-17 16:22:48 +01:00
Nextcloud bot
158aedb549
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-11-17 00:27:03 +00:00
Eduardo Morales
b1ecd99dc6
fix(chore) - built and changed this.source -> source
...
Signed-off-by: Eduardo Morales <emoral435@gmail.com>
2023-11-16 14:33:10 -06:00
Eduardo Morales
59e75d73be
fix(component): changed moment to date object for Nc Component using Node.mtime returned date object
...
Signed-off-by: Eduardo Morales <emoral435@gmail.com>
2023-11-16 14:33:10 -06:00
Eduardo Morales
3b48af2122
fix(component): utilized NcDateTime component
...
Resolves #41261
Replaces span element with custom Nc Vue Component
Signed-off-by: Eduardo Morales <emoral435@gmail.com>
2023-11-16 14:33:10 -06:00
Ferdinand Thiessen
e250a56170
fix(files): Ensure favorites and folders are sorted first regardless or sorting order
...
Also fixes `mtime` being wrong sorted, as high mtime means recently edited -> lower
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2023-11-16 14:25:40 +01:00
Joas Schilling
16ff684073
fix(files): Sort list ASC by default
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-11-16 06:19:08 +01:00
Nextcloud bot
04a4a777ad
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-11-15 00:31:47 +00:00
Marco
c2c5994d70
Improve shared status button
...
Signed-off-by: Marco <marcoambrosini@icloud.com>
2023-11-14 20:51:53 +01:00
Jonas
28deb6cb45
fix(files): Use color-primary-element-text for files/folders overlay icons
...
Signed-off-by: Jonas <jonas@freesources.org>
2023-11-14 12:41:27 +01:00
Jonas
ee5c444e9c
fix(files): Show Collectives icon in Collectives folders
...
Signed-off-by: Jonas <jonas@freesources.org>
2023-11-14 08:40:44 +01:00
Louis Chemineau
835c6f8627
Use background to increase overlay contrast
...
And limit it to files
Signed-off-by: Louis Chemineau <louis@chmn.me>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2023-11-13 19:10:42 +01:00
Julius Härtl
0d2e9a1b0a
fix: Only reset preview src if it used to fail before
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2023-11-13 15:55:46 +01:00
Benjamin Gaussorgues
a75a93af8e
feat(files): Allow advanced search for files
...
Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
2023-11-10 09:21:16 +01:00
Louis Chemineau
b180ca9d47
Display play icon over live photos' previews
...
Signed-off-by: Louis Chemineau <louis@chmn.me>
2023-11-09 22:39:52 +01:00
Louis Chemineau
1c84139fa6
Hide .mov for live photos
...
Signed-off-by: Louis Chemineau <louis@chmn.me>
2023-11-09 22:39:52 +01:00
Nextcloud bot
a79dbf3a31
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-11-09 00:25:53 +00:00
Louis Chemineau
d3a313f192
Support getting and setting metadata in DAV requests
...
Signed-off-by: Louis Chemineau <louis@chmn.me>
2023-11-08 16:23:53 +01:00
John Molakvoæ
f434483248
fix(files): add missing Overwrite: F header in renaming
...
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2023-11-08 09:11:40 +01:00
John Molakvoæ
32c1aebaae
fix(cypress): formatFileSize change revert from files library
...
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2023-11-08 08:40:27 +01:00
John Molakvoæ
50417bcee8
chore(jest): update snapshot after component update
...
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2023-11-08 08:39:14 +01:00
John Molakvoæ
cf6c921376
chore(files_reminders): upgrade to 28 APIs
...
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2023-11-08 08:39:01 +01:00
John Molakvoæ
72ffd4999a
feat(files): support nested actions
...
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2023-11-08 08:39:01 +01:00