Commit graph

27542 commits

Author SHA1 Message Date
Louis
4e6d1cb67a
Merge pull request #36082 from nextcloud/backport/35903/stable25
[stable25] Replace custom tooltips with native ones in apps page
2023-01-24 10:34:25 +01:00
Julius Härtl
a46d010c95
Merge pull request #36164 from nextcloud/backport/36113/stable25 2023-01-24 10:16:56 +01:00
Richard Steinmetz
937b307244
Merge pull request #36311 from nextcloud/backport/35935/stable25
[stable25] [Fix]: scan-app-data conversion
2023-01-24 09:19:02 +01:00
Joas Schilling
b72d3dcecc
Merge pull request #36308 from nextcloud/backport/36260/stable25
[stable25] Fix WHERE condition when selecting user's availability for the status…
2023-01-24 08:46:11 +01:00
Nextcloud bot
3e70e9339f
Fix(l10n): 🔠 Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-01-24 02:25:29 +00:00
EWouters
66ccaa4771 [Fix]: scan-app-data conversion
Adapted from sugestions by @Hiyoal in #34283 and @st3iny in #35935.

See https://github.com/nextcloud/server/issues/34283#issuecomment-1288075064
and https://github.com/nextcloud/server/pull/35935#discussion_r1059905594.

Closes #34283.

Co-authored-by: Richard Steinmetz <richard@steinmetz.cloud>
Signed-off-by: EWouters <6179932+EWouters@users.noreply.github.com>
2023-01-23 16:53:13 +00:00
Joas Schilling
a305137ae2 Fix WHERE condition when selecting user's availability for the status automation
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-01-23 15:52:45 +00:00
Joas Schilling
143eaa43c3
Merge pull request #36296 from nextcloud/backport/36250/stable25
[stable25] Add success message to personal settings clipboard button
2023-01-23 16:05:14 +01:00
Vincent Petry
9afe7c3c3a Extend ViewOnly DAV plugin to versions endpoint
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2023-01-23 13:43:42 +00:00
julia.kirschenheuter
1bebe3d9a3 Add success message to personal settings button
Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
2023-01-23 11:26:20 +00:00
MichaIng
22459ff159 Fix interned strings buffer check if 0 free bytes
With #32902 it was meant to be avoided to recommend raising the interned strings buffer size above a quarter of the total OPcache size. This works as long as there is at least 1 byte free, but does not apply if the buffer is filled completely.

This commit switches the conditions so that the interned strings buffer size must be smaller than a quarter of the total OPcache size for the warning to be shown. That the buffer must be either filled completely or by more than 90% remains untouched.

Signed-off-by: MichaIng <micha@dietpi.com>
2023-01-23 09:47:31 +00:00
Nextcloud bot
8ff47b3f4c
Fix(l10n): 🔠 Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-01-23 02:25:37 +00:00
Nextcloud bot
2416265e04
Fix(l10n): 🔠 Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-01-22 02:25:34 +00:00
Nextcloud bot
aa2c85c540
Fix(l10n): 🔠 Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-01-21 02:24:51 +00:00
Simon L
4df5983cd9
Merge pull request #36272 from nextcloud/fix/stable25-fix-theming-admin-migration
[stable25] fix(theming): fix admin images migration
2023-01-20 18:44:43 +01:00
julia.kirschenheuter
9561d3ca41 Replace custom tooltips with native ones in apps page
Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
2023-01-20 15:41:00 +01:00
John Molakvoæ (skjnldsv)
2bdbd7fa82
fix(theming): fix admin images migration
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2023-01-20 12:09:04 +01:00
Julia Kirschenheuter
3ed44aa345 Merge pull request #36044 from nextcloud/backport/35655/stable25
[stable25] Replace custom tooltips with native one in vue components and views
2023-01-20 11:13:36 +01:00
julia.kirschenheuter
13355cb72c Replace custom tooltips with native one in vue components and views
Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
2023-01-20 09:56:57 +01:00
julia.kirschenheuter
d2e50baf29 Replace custom tooltips with native tooltips
Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
2023-01-20 09:32:32 +01:00
Nextcloud bot
0df8fc011b
Fix(l10n): 🔠 Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-01-20 02:29:49 +00:00
Vincent Petry
b695bacadf
Merge pull request #36106 from nextcloud/backport/36074/stable25
[stable25] Fix inability to re-enter share password after invalid input
2023-01-19 17:43:20 +01:00
Louis
34b25b83d7
Merge pull request #36238 from nextcloud/backport/36223/stable25
[stable25] Allow interaction with encrypted folders
2023-01-19 13:53:00 +01:00
Joas Schilling
6333747e07
Merge pull request #36103 from nextcloud/backport/36095/stable25
[stable25] Limit key names when uploading theme images
2023-01-19 12:16:33 +01:00
Christopher Ng
50867ff50a
Fix inability to re-enter share password after invalid input
Signed-off-by: Christopher Ng <chrng8@gmail.com>
(cherry picked from commit de7b7d3313)
2023-01-19 10:07:57 +01:00
Louis Chemineau
28da54a18b Allow interaction with encrypted folders
Signed-off-by: Louis Chemineau <louis@chmn.me>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2023-01-19 08:41:35 +00:00
Vincent Petry
4f6f5de106
Merge pull request #36134 from nextcloud/backport/36130/stable25
[stable25] Add always visible share label
2023-01-19 09:39:03 +01:00
John Molakvoæ
1c517215d7
Merge pull request #36226 from nextcloud/backport/36205/stable25
[stable25] fix(search): Fix settings section icon color
2023-01-19 08:12:01 +01:00
Nextcloud bot
df7ead3e89
Fix(l10n): 🔠 Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-01-19 02:27:14 +00:00
Christopher Ng
29ca007380 Add visible share label
Signed-off-by: Christopher Ng <chrng8@gmail.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2023-01-18 16:12:55 -08:00
Christopher Ng
de874ec4d7 Differentiate share links
Signed-off-by: Christopher Ng <chrng8@gmail.com>
(cherry picked from commit f09300b343)
2023-01-18 15:14:07 -08:00
Joas Schilling
9d71ea86be fix(search): Fix settings section icon color
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-01-18 18:23:50 +00:00
Vincent Petry
e056dd8ba9
Merge pull request #36155 from nextcloud/backport/36115/stable25
[stable25] Catch Exceptions when loading storage data of users
2023-01-18 14:13:59 +01:00
Vincent Petry
5cde45b29e
Merge pull request #36174 from nextcloud/enh/noid/improve-applicable-ext-storage/stable25
[stable25] Improve saving applicable users in ext storage
2023-01-18 14:13:28 +01:00
Vincent Petry
b6d850d25e
Merge pull request #36179 from nextcloud/backport/36093/stable25
[stable25] Improve password generation for link shares
2023-01-18 12:02:32 +01:00
Vincent Petry
a86f63284e Improve saving applicable users in ext storage
Added a checkbox to prevent saving "All users" by mistake and giving
access to everyone when not wanted.

Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2023-01-18 08:24:15 +00:00
Vincent Petry
d2984ed076
Merge pull request #36165 from nextcloud/backport/36089/stable25
[stable25] Ext storage configs default value support + enable SSL by default
2023-01-18 09:19:48 +01:00
Nextcloud bot
d230275ea8
Fix(l10n): 🔠 Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-01-18 02:25:34 +00:00
Simon L
dc98de806c
Merge pull request #36032 from nextcloud/backport/36027/stable25
[stable25] fix: show toggle grid view button with open sidebar
2023-01-17 21:11:10 +01:00
Nextcloud bot
8daa1a0550
Fix(l10n): 🔠 Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-01-17 02:27:03 +00:00
Vincent Petry
2aad203c99 Improve password generation for link shares
Use web crypto when generating password for link shares
whenever the password policy app is disabled.

Signed-off-by: Vincent Petry <vincent@nextcloud.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2023-01-17 00:22:15 +00:00
Robin Appelman
953f9ea2b2
still include the share target in the cache key for validating share mount
Signed-off-by: Robin Appelman <robin@icewind.nl>
2023-01-16 15:58:15 +01:00
Vincent Petry
9b14da98e4 Enable SSL by default in ext storage configs
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2023-01-16 13:51:57 +00:00
Vincent Petry
da59c7f9a2 Extend ext storage params to contain default value
Extend the external storage configuration parameters definition to allow
to specify a default value

Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2023-01-16 13:51:56 +00:00
Côme Chilliet
f3d7292ce2 Tear down in catch of an Exception
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2023-01-16 10:50:47 +00:00
Côme Chilliet
eac6d9f36f Catch Exceptions when loading storage data of users
This avoids having the whole userlist crashing because a user external
 storage fails to load. With this change only the problematic user
 storage/quota information will be empty.

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2023-01-16 10:50:47 +00:00
Nextcloud bot
f74ba9cb5d
Fix(l10n): 🔠 Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-01-16 02:25:07 +00:00
Nextcloud bot
0f61347a6e
Fix(l10n): 🔠 Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-01-15 02:24:56 +00:00
John Molakvoæ
b20d0e325d
Merge pull request #36143 from nextcloud/revert-36132-backport/36121/stable25
Revert "[stable25] Allow keyup enter in user status"
2023-01-14 09:30:52 +01:00
Nextcloud bot
c002b7e65d
Fix(l10n): 🔠 Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-01-14 02:26:48 +00:00