Commit graph

27459 commits

Author SHA1 Message Date
Simon L
d072a5201d appsidebar should be compact when opened on small heights
Signed-off-by: Simon L <szaimen@e.mail.de>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2023-01-04 12:16:11 +00:00
Joas Schilling
f2d4c42260
Update the user status dashboard widget and fix the icon color
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-01-02 17:39:37 +01:00
Julius Härtl
24d378d654
Merge pull request #35848 from nextcloud/backport/35836/stable25
[stable25] fix: remove other shares from ui when deleted
2023-01-02 17:18:14 +01:00
Simon L
1dc9650b38
Merge pull request #35902 from nextcloud/backport/35897/stable25
[stable25] fix video fullscreen on public page
2023-01-02 15:17:31 +01:00
Nextcloud bot
3b041a1c34
Fix(l10n): 🔠 Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-12-31 02:51:05 +00:00
Nextcloud bot
ce4555ec32
Fix(l10n): 🔠 Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-12-29 03:10:22 +00:00
Simon L
0699d71d8b fix automatic compiling
Signed-off-by: Simon L <szaimen@e.mail.de>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-12-29 00:13:21 +00:00
Simon L
926e16e22d fix video fullscreen on public page
Signed-off-by: Simon L <szaimen@e.mail.de>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-12-28 13:51:47 +00:00
Nextcloud bot
93dae8927a
Fix(l10n): 🔠 Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-12-27 02:47:13 +00:00
Nextcloud bot
35ce3a7d5f
Fix(l10n): 🔠 Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-12-26 02:43:38 +00:00
Nextcloud bot
1d6a7b5afb
Fix(l10n): 🔠 Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-12-25 02:49:01 +00:00
Nextcloud bot
8bae614cae
Fix(l10n): 🔠 Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-12-24 03:02:34 +00:00
Nextcloud bot
82c9ba5dd7
Fix(l10n): 🔠 Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-12-23 03:04:57 +00:00
Max
2e53ca44a6
fix: remove other shares from ui when deleted
Remove the share entry in question
when unsharing a folder
from within the `others with access` section
of a file within that folder.

Using the code from the ShareList view here as well.
Just copying the code here as this is a bugfix
that will need to be backported.

Signed-off-by: Max <max@nextcloud.com>
2022-12-22 18:26:47 +01:00
Vincent Petry
e4199ad20d
Merge pull request #35629 from nextcloud/backport/35249/stable25
[stable25] Set page title for each sidebar section through User management pages
2022-12-22 11:17:52 +01:00
julia.kirschenheuter
8959504d7d Adapt router.js for setting document title
Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-12-22 08:29:09 +01:00
Nextcloud bot
51e3de32d6
Fix(l10n): 🔠 Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-12-22 02:56:06 +00:00
John Molakvoæ
c007a3a670
Fix default primary for user theming
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2022-12-21 15:13:56 +01:00
Nextcloud bot
95e603d41e
Fix(l10n): 🔠 Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-12-21 02:30:26 +00:00
Vincent Petry
2eb5efc3d9
Merge pull request #35827 from nextcloud/stable25-encryption-fix-versions-all
[stable25] allow running encryption:fix-encrypted-version for all users
2022-12-20 17:13:10 +01:00
Nextcloud bot
3fe385f9c6
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-12-20 02:22:23 +00:00
Vincent Petry
a6c11af60d
Merge pull request #35803 from nextcloud/backport/34629/stable25
[stable25] Fix case sensitivity of email when saving settings
2022-12-19 15:33:15 +01:00
Robin Appelman
e2fd59bfe0
allow running encryption:fix-encrypted-version for all users
Signed-off-by: Robin Appelman <robin@icewind.nl>
2022-12-19 15:06:40 +01:00
Vincent Petry
1efbbd885c
Merge pull request #35499 from nextcloud/backport/35107/stable25
[stable25] add migration for encryption keys in wrong location
2022-12-19 12:12:55 +01:00
Nextcloud bot
8e6d912368
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-12-18 02:19:57 +00:00
Nextcloud bot
48050f2d6f
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-12-17 02:19:47 +00:00
Vincent Petry
bf4f0d37f8 Add unit test for case insensitive email saving
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2022-12-16 21:52:16 +00:00
Carl Schwan
b813d05272 Fix case sensitivity of email when saving settings
Otherwise we detect a email change all the time and since email are
immutable in ldap this prevent updating other fields.

Related: https://github.com/nextcloud/server/pull/33813

Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-12-16 21:52:15 +00:00
Vincent Petry
365145a99f
Merge pull request #35467 from nextcloud/backport/35257/stable25
[stable25] Set page titel for each sidebar section through User management pages
2022-12-16 17:01:09 +01:00
Vincent Petry
2dc783e59a
Merge pull request #35492 from nextcloud/backport/34626/stable25-2
[stable25] Rename personal Groupware settings section to "Availability"
2022-12-16 17:00:30 +01:00
Vincent Petry
87e9ef0763
Merge pull request #35480 from nextcloud/backport/35455/stable25
[stable25] Change header semantic in the user status dialog
2022-12-16 16:59:56 +01:00
Vincent Petry
25a8dd8a2a
Merge pull request #35602 from nextcloud/backport/stable25/35355
[stable25] Allow to set a custom timeout for ldap connections
2022-12-16 16:39:18 +01:00
Robin Appelman
1660ca655d add migration for encryption keys in wrong location
Signed-off-by: Robin Appelman <robin@icewind.nl>
2022-12-16 12:57:12 +00:00
julia.kirschenheuter
6f456ba3c9 Adapt router.js for setting document title.
Adapt store to store Promise for dynamic requested categories.
Create new constants file to store category name with associated translation.

Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-12-16 08:47:20 +01:00
Nextcloud bot
104d5fae79
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-12-16 02:20:01 +00:00
Nextcloud bot
0e7f189921
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-12-15 02:18:57 +00:00
Nextcloud bot
0215affb43
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-12-14 02:22:06 +00:00
Pytal
5922fdd504
Merge pull request #35640 from nextcloud/backport/35549/stable25
[stable25] Add new border color variable and adjust primary color for increased contrast
2022-12-13 16:14:38 -08:00
Christopher Ng
bf0af98e09 Lighten default color slightly for increased contrast
Signed-off-by: Christopher Ng <chrng8@gmail.com>
(cherry picked from commit 1c753c2b15)
2022-12-13 23:01:55 +00:00
Christopher Ng
2e68e8e8b5 Add new border color variable for increased contrast
Signed-off-by: Christopher Ng <chrng8@gmail.com>
(cherry picked from commit 24ffe32845)
2022-12-13 23:01:55 +00:00
Christopher Ng
1fe8baffec Add success popup message for copying share links
Signed-off-by: Christopher Ng <chrng8@gmail.com>
(cherry picked from commit 08e15308cb)
2022-12-13 23:01:28 +00:00
Nextcloud bot
7b1f031ae0
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-12-13 02:33:04 +00:00
Christopher Ng
1b923cb1ff Show success on share actions
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2022-12-13 00:59:37 +00:00
Joas Schilling
854b611e16
Merge pull request #35711 from nextcloud/backport/35389/stable25
[stable25] Use correct filter for app icons in the right sidebar of app management
2022-12-12 12:20:06 +01:00
Nextcloud bot
36e3661f3b
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-12-12 02:20:03 +00:00
Nextcloud bot
d2933358d6
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-12-11 02:31:19 +00:00
Nextcloud bot
7f51c79e26
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-12-10 02:21:01 +00:00
Joas Schilling
82319e25fb Use correct filter for app icons in the right sidebar of app management
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-12-09 22:34:23 +00:00
Nextcloud bot
dffb7f26e3
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-12-09 02:35:13 +00:00
Simon L
d4b4135c16 try to fix the popovermenu
Signed-off-by: Simon L <szaimen@e.mail.de>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-12-08 14:38:57 +00:00