fenn-cs
701e626d18
Move search result section to component & hide thumbnail if error
...
The section that handles the search result list item is big and complex enough
to have it's own component. Inside this component, a new method is added to hide
the thumbnail preview if the image load errors out.
Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2023-11-21 13:29:03 +07:00
fenn-cs
8dadb09e54
Round avatars when needed and show url-based mime icons
...
- Pass `results.rounded` property that comes with search result
data to determine if avatar would be rounded or not.
- Icons loaded via url's now visible.
Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
2023-11-21 11:26:22 +07:00
fenn-cs
4964cb838b
Improve date-range logic for global search
...
- Allow future dates in custom date range
- Fix date ranges for example, before now, today range was roughly
between `now()` to `now() + a few milli seconds`
- Update text in custom date range modal, right align "Search in range"
button.
Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
2023-11-21 11:26:22 +07:00
Julius Härtl
f74084cd3d
Merge pull request #40368 from nextcloud/feature/update-signup-link
2023-11-21 11:22:42 +07:00
Louis
ff92a0a02d
Merge pull request #41617 from nextcloud/artonge/fix/error_files_versions_previews
...
Handle error in previews for files versions
2023-11-21 10:55:49 +07:00
Luka Trovic
b134e1cbc7
feat: update sign up link in share pages
...
Signed-off-by: Luka Trovic <luka@nextcloud.com>
2023-11-21 10:10:37 +07:00
Côme Chilliet
24c2c09aea
Merge pull request #41438 from nextcloud/feat/migrate-forwarded-for-headers-check
...
Migrate forwarded for headers check
2023-11-21 09:50:38 +07:00
Nextcloud bot
0e433501bb
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-11-21 00:27:59 +07:00
Maxence Lange
ae71ed1e37
Merge pull request #41601 from nextcloud/enh/noid/named-metadata-event
...
add named metadata event
2023-11-20 22:20:29 +07:00
Julius Härtl
4bc45a7f9c
Merge pull request #41624 from nextcloud/chore/dependencies-nextcloud-upload
2023-11-20 22:28:11 +07:00
Julius Härtl
bd9e1a6f6f
chore: Bump bundles
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2023-11-20 21:45:15 +07:00
Louis Chemineau
6896724dd4
Handle error in previews for files versions
...
Signed-off-by: Louis Chemineau <louis@chmn.me>
2023-11-20 18:12:25 +07:00
Côme Chilliet
ad372869bc
Fix tests for setupchecks
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2023-11-20 18:03:15 +07:00
Julius Härtl
d75ab0de10
chore: Bump @nextcloud/upload to 1.0.1
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2023-11-20 17:32:53 +07:00
Ferdinand Thiessen
02807a37b0
Merge pull request #41581 from nextcloud/fix/migrate-admin-settings-sharing-vue
...
enh(settings): Migrate admin settings for sharing to vue
2023-11-20 17:32:05 +07:00
Ferdinand Thiessen
543e2dbf0f
chore: Compile assets
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2023-11-20 17:09:48 +07:00
Ferdinand Thiessen
8fc0395d61
fix(config): Adjust webpack config to provide `appName` and `appVersion` which are expected by `@nextcloud/vue`
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2023-11-20 17:07:55 +07:00
Ferdinand Thiessen
22163c60d4
enh(settings): Migrate admin settings for sharing to vue
...
This is required to get the fixes for a11y from `@nextcloud/vue`.
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2023-11-20 17:07:55 +07:00
Joas Schilling
e5b996722a
Merge pull request #41616 from nextcloud/bugfix/noid/fix-ocs-absolute-URLs-with-ignore-front-controller
...
fix: Fix linkToOCSRouteAbsolute() without index.php and with subfolder
2023-11-20 17:00:43 +07:00
Côme Chilliet
1f4e0927ba
Improve success messages for ForwarderForHeaders setup check
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2023-11-20 16:12:19 +07:00
Côme Chilliet
f023216cf4
Make it an error if address is not known and we are not in CLI
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2023-11-20 15:52:28 +07:00
Côme Chilliet
f47a2bbcae
Improve wrong configuration error message when we know it’s wrong.
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2023-11-20 15:45:46 +07:00
Maxence Lange
22d6c8dcd4
add named metadata event
...
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2023-11-20 13:32:54 +07:00
Côme Chilliet
0ebd44abb6
Migrate tests of forwarded for headers check
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2023-11-20 11:36:42 +07:00
Côme Chilliet
0107c7ea24
Migrate Forwarded For Headers check to new API
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2023-11-20 11:36:42 +07:00
Côme Chilliet
0da05fc73b
Merge pull request #41435 from nextcloud/feat/migrate-bruteforce-throttle-check
...
Migrate bruteforce throttle check
2023-11-20 11:32:06 +07:00
Joas Schilling
572ea18ac7
fix: Fix linkToOCSRouteAbsolute() without index.php and subfolder
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-11-20 11:18:47 +07:00
Simon L
753e7c2dff
Merge pull request #41544 from nextcloud/enh/noid/updatehtaccess-disk-space-check
2023-11-20 08:14:57 +07:00
Julius Härtl
da162190f4
Merge pull request #41475 from nextcloud/bugfix/noid/docxf-oform-mimetype
2023-11-20 07:11:10 +07:00
Nextcloud bot
2d2852bb78
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-11-20 00:27:45 +07:00
Julius Härtl
cd6c192801
fix: Add docxf/oform to mimetypemapping
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2023-11-19 19:46:34 +07:00
Julius Härtl
d019c9ad93
Merge pull request #41579 from nextcloud/bugfix/action-failed-error
2023-11-19 16:31:40 +07:00
nextcloud-command
f4dbe8d9a6
chore(assets): Recompile assets
...
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2023-11-19 15:02:01 +07:00
Julius Härtl
330d9e3d6e
Merge pull request #41583 from nextcloud/fix/csp-on-old-ua
2023-11-19 15:59:41 +07: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 +07:00
Nextcloud bot
653b18cb95
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-11-19 00:28:00 +07:00
Joas Schilling
be69ea942b
Merge pull request #41569 from nextcloud/bugfix/noid/dont-notify-disabled-users-again
...
fix(2fa-backupcodes): Don't remember disabled and deleted users over …
2023-11-18 19:20:10 +07:00
Andy Scherzinger
e38ebeb2d4
Merge pull request #41594 from nextcloud/dependabot/github_actions/actions/github-script-7
...
chore(deps): Bump actions/github-script from 6 to 7
2023-11-18 17:11:56 +07:00
dependabot[bot]
56bda62bc1
chore(deps): Bump actions/github-script from 6 to 7
...
Bumps [actions/github-script](https://github.com/actions/github-script ) from 6 to 7.
- [Release notes](https://github.com/actions/github-script/releases )
- [Commits](https://github.com/actions/github-script/compare/v6...v7 )
---
updated-dependencies:
- dependency-name: actions/github-script
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-11-18 02:54:11 +07:00
Pytal
65248b0932
Merge pull request #41585 from nextcloud/deps/nextcloud/dialogs-5.0.2
...
chore: Bump @nextcloud/dialogs to v5.0.2
2023-11-17 18:40:12 +07:00
Christopher Ng
a1fcc0341d
chore: compile assets
...
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2023-11-17 16:42:50 +07:00
Christopher Ng
572d0cbb3d
chore: Bump @nextcloud/dialogs to v5.0.2
...
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2023-11-17 16:42:50 +07:00
Nextcloud bot
39db399043
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-11-18 00:27:58 +07:00
Grigorii K. Shartsev
ee21204dd9
Merge pull request #41577 from nextcloud/fix/41568/files-list--valid-table-layout
...
fix(files): make files list valid table layout
2023-11-18 04:35:58 +07: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 +07: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 +07:00
Ferdinand Thiessen
688e635f3d
Merge pull request #41584 from nextcloud/chore/update-vue
...
chore: Update `@nextcloud/vue` to 8.2.0
2023-11-17 23:56:28 +07:00
Ferdinand Thiessen
0b55db7f1d
fix(cypress): Adjust user settings tests for changed actions component
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2023-11-17 23:16:23 +07:00
Ferdinand Thiessen
9b9133c0e9
chore: Update `@nextcloud/vue` to 8.2.0
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2023-11-17 22:41:05 +07:00
Ferdinand Thiessen
2a2c964863
Merge pull request #41573 from nextcloud/fix/avoid-sending-thumbnail-if-none-available
...
fix(files): avoid sending thumbnail URL for directory as none exists
2023-11-17 22:38:50 +07:00