Commit graph

12376 commits

Author SHA1 Message Date
Julia Kirschenheuter
c9e152b1e7
Merge pull request #36682 from nextcloud/backport/36633/stable25
[stable25] Create an accessible name for logo on logged in page
2023-03-10 08:49:06 +01:00
Nextcloud bot
b0e750f52a
Fix(l10n): 🔠 Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-03-10 02:27:32 +00:00
julia.kirschenheuter
9ec8ba7d84 Create headings for settings pages
Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
2023-03-09 10:37:27 +01:00
Nextcloud bot
28f4b11bfd
Fix(l10n): 🔠 Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-03-09 02:29:32 +00:00
Julia Kirschenheuter
c85db1693e
Merge pull request #37063 from nextcloud/backport/36772/stable25
[stable25] Add label and switch ocdialog close button to button element
2023-03-08 08:28:08 +01:00
Nextcloud bot
55419cf466
Fix(l10n): 🔠 Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-03-08 02:29:03 +00:00
Nextcloud bot
70cd63e55b
Fix(l10n): 🔠 Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-03-07 02:26:49 +00:00
Christopher Ng
7343b212db Add label and switch ocdialog close button to button element
Signed-off-by: Christopher Ng <chrng8@gmail.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2023-03-07 01:18:10 +00:00
Julius Härtl
133df3e8a3
Merge pull request #36806 from nextcloud/backport/36286/stable25 2023-03-06 23:33:44 +01:00
Pytal
680550342d
Merge pull request #37047 from nextcloud/backport/36740/stable25
[stable25] Add avatar contact img description
2023-03-06 11:13:19 -08:00
Julius Härtl
b4a1631b49
Merge pull request #36886 from nextcloud/backport/36781/stable25 2023-03-06 12:55:13 +01:00
Nextcloud bot
077143ac43
Fix(l10n): 🔠 Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-03-06 02:27:19 +00:00
Simon L
1bd8423275
Merge pull request #37051 from nextcloud/backport/37048/stable25
[stable25] update wording for disabled web updater
2023-03-05 21:45:43 +01:00
Christopher Ng
b3b4174d6c Add avatar contact img description
Signed-off-by: Christopher Ng <chrng8@gmail.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2023-03-05 08:48:11 +00:00
Nextcloud bot
db9c594e1f
Fix(l10n): 🔠 Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-03-05 02:28:05 +00:00
Simon L
667f798488 update wording for disabled web updater
Signed-off-by: Simon L <szaimen@e.mail.de>
2023-03-04 17:56:03 +00:00
Nextcloud bot
a619cbaf92
Fix(l10n): 🔠 Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-03-04 02:27:36 +00:00
MichaIng
6577143e0b
Merge pull request #36585 from nextcloud/backport/36552/stable25
[stable25] fix(client-login-flow): Handle missing stateToken gracefully
2023-03-03 14:44:18 +01:00
Nextcloud bot
bf73386b33
Fix(l10n): 🔠 Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-03-03 02:26:44 +00:00
Simon L
64f8d0482b fix right-click img tags
Signed-off-by: Simon L <szaimen@e.mail.de>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2023-03-02 16:43:10 +00:00
Nextcloud bot
c92fd66175
Fix(l10n): 🔠 Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-03-02 02:29:54 +00:00
Joas Schilling
9904e7b72a
Fail the repair command when an error happened
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-02-28 09:10:07 +01:00
Nextcloud bot
db09872ae1
Fix(l10n): 🔠 Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-02-28 02:27:55 +00:00
Christoph Wurst
adb4507b2f fix(client-login-flow): Handle missing stateToken gracefully
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2023-02-27 16:10:15 +00:00
julia.kirschenheuter
2dab88dfa4 Create an accessible name for logo on logged in page
Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
2023-02-27 14:37:08 +00:00
Simon L
038924ab12
Merge pull request #36764 from nextcloud/backport/36751/stable25
[stable25] Don't regard 1024px width viewport as mobile
2023-02-27 12:01:47 +01:00
Nextcloud bot
1ca39c9cc4
Fix(l10n): 🔠 Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-02-27 02:26:21 +00:00
Christopher Ng
56f644acac Add name for home breadcrumb in filepicker
Signed-off-by: Christopher Ng <chrng8@gmail.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2023-02-26 22:19:48 +00:00
Jonas
9cf7ed43a1 Don't regard 1024px width viewport as mobile
Currently we treat 1024px as mobile in some places (e.g. `isMobile` in
nextcloud-vue) and as not mobile yet in others (e.g. in mobile.css).

This commit changes `mobile.scss` to treat viewports smaller than 1024px
as mobile.

This PR accompanies https://github.com/nextcloud/nextcloud-vue/pull/3768

Both are required to fix
https://github.com/nextcloud/nextcloud-vue/issues/3758.

Signed-off-by: Jonas <jonas@freesources.org>
2023-02-26 21:51:14 +00:00
Marcel Müller
651a00a962 Fix event listener race condition on login-form
Signed-off-by: Marcel Müller <marcel-mueller@gmx.de>
2023-02-26 21:50:47 +00:00
MichaIng
78076c6d4a
Merge pull request #36828 from nextcloud/backport/36807/stable25
[stable25] Avoid getting null mimetype when getting reference preview
2023-02-26 22:46:26 +01:00
Nextcloud bot
83b1b08044
Fix(l10n): 🔠 Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-02-26 02:27:38 +00:00
Nextcloud bot
396ac44945
Fix(l10n): 🔠 Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-02-25 02:42:51 +00:00
Christopher Ng
6e6e3cd4ed Add focus border for search results
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2023-02-24 16:59:24 -08:00
Christopher Ng
65179836d6 Port user menu to Vue
Signed-off-by: Christopher Ng <chrng8@gmail.com>
(cherry picked from commit c77998209f)
2023-02-24 12:40:38 -08:00
Joas Schilling
bbcfa69dd2
Merge pull request #36218 from nextcloud/backport/35873/stable25
[stable25] Add option to return an exit-code when occ status signals an update is needed
2023-02-24 14:01:05 +01:00
Simon L
2181b1f4be
Merge pull request #36747 from nextcloud/backport/36737/stable25
[stable25] fix too long entries in contacts-menu
2023-02-24 10:20:21 +01:00
Simon L
2f5d8f8722
Merge pull request #36672 from nextcloud/backport/36443/stable25
[stable25] Fix the login log entry
2023-02-24 10:19:19 +01:00
Nextcloud bot
2befabcb1b
Fix(l10n): 🔠 Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-02-24 02:34:47 +00:00
Julien Veyssier
5430044082 [reference preview] fix getting null mimetype if the cached reference lacks an image content type
Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
2023-02-23 10:17:13 +00:00
Nextcloud bot
0da274bf5b
Fix(l10n): 🔠 Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-02-23 02:29:23 +00:00
Nextcloud bot
2f4d413d88
Fix(l10n): 🔠 Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-02-22 02:26:43 +00:00
Nextcloud bot
ab1c44cbf8
Fix(l10n): 🔠 Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-02-21 02:26:23 +00:00
Nextcloud bot
53f1dcf715
Fix(l10n): 🔠 Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-02-20 02:26:53 +00:00
Nextcloud bot
d2a845cb9f
Fix(l10n): 🔠 Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-02-19 02:27:15 +00:00
Nextcloud bot
cc888d299f
Fix(l10n): 🔠 Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-02-18 02:27:25 +00:00
Nextcloud bot
e8d057aaae
Fix(l10n): 🔠 Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-02-17 02:26:08 +00:00
Simon L
1ddf4328e9 fix too long entries in contacts-menu
Signed-off-by: Simon L <szaimen@e.mail.de>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2023-02-16 10:52:39 +00:00
Nextcloud bot
06d9aa6ff0
Fix(l10n): 🔠 Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-02-16 02:26:03 +00:00
Nextcloud bot
42e4e088e7
Fix(l10n): 🔠 Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-02-15 02:25:56 +00:00