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
Simon L
e50d0d2440
Merge pull request #36292 from nextcloud/backport/36278/stable25
...
[stable25] Fix interned strings buffer check if 0 free bytes
2023-01-23 12:27:24 +01:00
Joas Schilling
b6b3bebcae
Merge pull request #36255 from nextcloud/backport/35632/stable25
...
[stable25] docs: document types flag for search options
2023-01-23 12:19:34 +01: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
Joas Schilling
a3898a1843
Merge pull request #36246 from nextcloud/nickvergessen-patch-1
...
[stable25] Specify the profiler app branch to test with
2023-01-23 07:02:16 +01: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
Vincent Petry
b1b887bcad
Merge pull request #36274 from nextcloud/backport/36264/stable25
...
[stable25] fix(occ): Fix comment formatting of maintenance:repair command
2023-01-20 17:23:12 +01:00
Joas Schilling
a545dde304
Change testing branch to stable25
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-01-20 16:33:45 +01:00
Joas Schilling
3a46f69c28
Specify the profiler app branch to test with
...
So we can test in stable25 with a matching profiler version instead of master
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-01-20 16:33:45 +01:00
Joas Schilling
e06726715b
Merge pull request #36243 from nextcloud/backport/35192/stable25
...
[stable25] Fix github action "performance-8.0" when PR is from a fork.
2023-01-20 16:29:23 +01:00
Joas Schilling
0e6943084f
Merge pull request #36273 from nextcloud/backport/35485/stable25
...
[stable25] Remove Bootstrap version reference from tooltip.scss
2023-01-20 16:24:36 +01:00
Christoph Wurst
2ca92d7d6f
fix(occ): Fix comment formatting of maintenance:repair command
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2023-01-20 12:26:17 +00:00
Álvaro Brey
95d5641eb5
Remove Bootstrap version reference from tooltip.scss
...
We've had some reports that Nextcloud is using an outdated/deprecated Bootstrap version v3.3.5.
I believe this to be caused by the string "Bootstrap v3.3.5" in the changed line, which after bundling ends up in `core-common.js`, and trips up some security scanners.
It may also be worth investigating why the comments are not getting stripped when bundling the JS.
Signed-off-by: Álvaro Brey <alvaro.brv@gmail.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2023-01-20 11:34:26 +00: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
26c87d8b83
Merge pull request #36197 from nextcloud/fix/35886-Replace_custom_tooltips_with_native_one_for_personal_and_administration_settings-stable25
...
[stable25] Fix/35886 replace custom tooltips with native one for personal and administration settings stable25
2023-01-20 11:12:56 +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
Daniel Kesselberg
44078f1973
docs: document types flag for search options
...
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2023-01-19 18:46:26 +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
Vincent Petry
c27134ff19
Merge pull request #36236 from nextcloud/backport/36203/stable25
...
[stable25] Port global search menu to focus trapped NcHeaderMenu
2023-01-19 17:41:53 +01:00
Vincent Petry
4349bcb374
Merge pull request #36240 from nextcloud/backport/36237/stable25
...
[stable25] Disable unreliable acceptance tests
2023-01-19 17:40:39 +01:00
Peter Serwylo
52f82565cc
Fix github action "performance-8.0" when PR is from a fork.
...
There is an assumption that the PR is from the same remote as
the base it is being merged into. This is fixed so that instead
of doing a `git fetch origin`, it now fetches from the `clone_url`
of the PR head.
Signed-off-by: Peter Serwylo <peter@serwylo.com>
2023-01-19 13:36:06 +00: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
Joas Schilling
a49d8a0bd8
Disable unreliable acceptance tests
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-01-19 10:43:45 +00:00
Vincent Petry
bcbec0af90
Merge pull request #36167 from nextcloud/backport/35970/stable25
...
[stable25] Improve exception serializing
2023-01-19 10:17:02 +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
Vincent Petry
0fedfd6c3b
Merge pull request #36099 from nextcloud/backport/34924/stable25
...
[stable25] escape path prefix when doing cache jail search
2023-01-19 10:05:06 +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
Christopher Ng
3a49400944
Port global search menu to focus trapped NcHeaderMenu
...
Signed-off-by: Christopher Ng <chrng8@gmail.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2023-01-19 07:44:37 +00: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
Pytal
1ee7bc3250
Merge pull request #36129 from nextcloud/backport/36056/stable25
...
[stable25] Differentiate share links
2023-01-18 16:08:35 -08:00
Pytal
d5ef044f21
Merge pull request #36142 from nextcloud/backport/35637/stable25
...
[stable25] Focus trap contacts menu with NcHeaderMenu port
2023-01-18 15:50:53 -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
Christopher Ng
6f3a0e2e91
Focus trap contacts menu with NcHeaderMenu port
...
Signed-off-by: Christopher Ng <chrng8@gmail.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Signed-off-by: Christopher Ng <chrng8@gmail.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2023-01-18 15:06:57 -08:00
Simon L
77f2c23173
Merge pull request #36208 from nextcloud/backport/35419/stable25
...
[stable25] Fix login loop if login CSRF fails and user is not logged in
2023-01-18 22:26:08 +01:00
Simon L
8c25285c5c
Merge pull request #36193 from nextcloud/revert/35676
...
[stable25] Revert "Add alt to the logo, adapt css for logo"
2023-01-18 21:16:02 +01: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
Julius Härtl
41cc0bb190
fix(ExceptionSerializer): encode arguments before filtering the trace
...
This will avoid running into a Nesting level too deep error as the
encodeArg calls will limit potential recursive calls on the arguments to
a nesting level of 5
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2023-01-18 16:34:05 +01: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
Christoph Wurst
197a2ea1f9
Fix login loop if login CSRF fails and user is not logged in
...
If CSRF fails but the user is logged in that they probably logged in in
another tab. This is fine. We can just redirect.
If CSRF fails and the user is also not logged in then something is
fishy. E.g. because Nextcloud contantly regenrates the session and the
CSRF token and the user is stuck in an endless login loop.
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2023-01-18 11:04:59 +00:00