Richard Steinmetz
98e55ea4f0
Fix distorted previews when using imaginary
...
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
2022-11-11 14:21:05 +01:00
Nextcloud bot
96855d73a2
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-11-11 02:14:02 +00:00
Joas Schilling
c1ba14ad00
Merge pull request #35074 from nextcloud/fix/fix-path-normalizing
...
Make sure that path is normalized and then checked,
2022-11-10 18:50:18 +01:00
Pytal
66c33fd9b8
Merge pull request #35054 from nextcloud/fix-html-entities-not-decoded-in-comment-just-added
2022-11-10 09:10:11 -08:00
Côme Chilliet
1c28c64ea7
Merge pull request #35076 from nextcloud/fix/bump-swiftmailer/swiftmailer-to-6.3.0
...
Bump swiftmailer/swiftmailer to 6.3.0
2022-11-10 17:08:04 +01:00
Côme Chilliet
d459474084
Bump swiftmailer/swiftmailer to 6.3.0
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2022-11-10 17:06:40 +01:00
Côme Chilliet
a78595a45f
Make sure that path is normalized and then checked,
...
and not the other way around
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2022-11-10 15:03:15 +01:00
nextcloud-command
99b1d0047f
Compile assets
...
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-11-10 13:02:40 +00:00
Daniel Calviño Sánchez
5442f8efd6
Fix HTML entities not decoded in comment just added
...
The XML data received from the comments endpoint has an inconsistent
encoding; some entities are encoded once and others are encoded twice.
When the comment list is loaded the comments are fetched using
GetComments, which handles all that, and therefore shows the messages
and author names as expected.
However, when a new comment is posted the list is not got again; instead
the new comment is loaded from the comment data returned after posting
it. This is done in NewComment, which did not decode the messages nor
the author names, and therefore showed, for example, "&" instead of
"&".
To solve that now the same decoding logic used in GetComments is applied
too in NewComment.
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2022-11-10 13:50:52 +01:00
Daniel Calviño Sánchez
924c090f07
Extract "decodeHtmlEntities" function to its own file
...
This will make possible to use it from files other than
"GetComments.js".
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2022-11-10 13:34:02 +01:00
Nextcloud bot
cfa291ec8f
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-11-10 02:15:26 +00:00
Pytal
410586c2e7
Merge pull request #35063 from nextcloud/fix/noid/versions-empty-top-margin
2022-11-09 15:58:02 -08:00
Richard Steinmetz
e122a50920
Fix top margin in empty versions list
...
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
2022-11-09 23:22:36 +01:00
Simon L
9757889454
Merge pull request #34989 from nextcloud/Valdnet-patch-4
...
l10n: Shorten link
2022-11-09 19:55:04 +01:00
Simon L
3314735cec
Merge pull request #35052 from nextcloud/fix-sidebar-not-hidden-when-changing-section-in-files-app
...
Fix sidebar not automatically hidden in Files app
2022-11-09 19:51:14 +01:00
Pytal
179e104934
Merge pull request #35042 from nextcloud/enh/uri-description
...
Add description for calendar uri
2022-11-09 10:14:51 -08:00
Valdnet
a18a95bbc9
Fix test
...
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
2022-11-09 18:01:20 +01:00
Daniel Calviño Sánchez
a8fea270ed
Fix sidebar not automatically hidden in Files app
...
Although the Files app creates the legacy sidebar (details view) it is
then replaced with the newer Vue app sidebar. Due to this ".detailsView"
no longer finds an element and therefore nothing was hidden when
"hideAppSidebar($('.detailsView'))" was called (for example, when
changing to another section).
However, "OC.Apps.hideAppSidebar()" does not properly work either with
the Vue sidebar used in the Files app (once hidden the sidebar is not
shown again). For simplicity, and to avoid any possible side effect in
other apps from changing "OC.Apps.hideAppSidebar", now
"OC.Files.Sidebar.close()" is used instead.
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2022-11-09 17:45:00 +01:00
Nextcloud bot
dce83459d5
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-11-09 02:14:32 +00:00
Christopher Ng
41d4e0a272
Add description for calendar uri
...
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2022-11-09 00:34:20 +00:00
Simon L
d65fd72452
Merge pull request #34613 from nextcloud/enh/noid/fix-checkmark-icon
...
fix checkmark for theme settings in dark mode
2022-11-08 18:58:55 +01:00
Simon L
87f4ed55e5
Merge pull request #32211 from nextcloud/feat/repair_share_ownership
...
Add repair command to fix wrong share ownership
2022-11-08 18:57:03 +01:00
Robin Appelman
6d8c72c9f6
update autoloader
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
2022-11-08 17:14:22 +01:00
Robin Appelman
7dc8e6a014
fix repairing non user shares when repairing all shares
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
2022-11-08 17:13:52 +01:00
Robin Appelman
e09fabd47c
remove no longer needed code
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
2022-11-08 17:13:48 +01:00
Robin Appelman
b66779711f
split repairing into two stages to prevent long open transaction
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
2022-11-08 17:13:44 +01:00
Robin Appelman
8012c85d3e
update shares directly in db
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
2022-11-08 17:13:41 +01:00
Vincent Petry
1be1c23c05
More verbose output for repair share ownership cmd
...
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2022-11-08 17:13:37 +01:00
Robin Appelman
3d68a526e7
move share owner repair to occ command
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
2022-11-08 17:13:33 +01:00
Louis Chemineau
610e963567
Add repair step to fix wrong share ownership
...
Signed-off-by: Louis Chemineau <louis@chmn.me>
2022-11-08 17:13:29 +01:00
Richard Steinmetz
ad77bf4030
Merge pull request #35028 from nextcloud/fix/dns-pin-middleware-throws-public-ip
...
Fix DNS Pin Middleware throwing for public IPs
2022-11-08 16:44:50 +01:00
nextcloud-command
506b535878
Compile assets
...
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-11-08 13:44:49 +00:00
szaimen
1e48661238
fix checkmark for theme settings in dark mode
...
Signed-off-by: szaimen <szaimen@e.mail.de>
2022-11-08 14:28:17 +01:00
Christoph Wurst
ce259435c2
Fix DNS Pin Middleware throwing for public IPs
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2022-11-08 14:18:05 +01:00
Simon L
175ac79f97
Merge pull request #32838 from markuszeller/bugfix/32837/implicitFloatConversion
...
Cast to int
2022-11-08 10:53:13 +01:00
Joas Schilling
0f3fdced4f
Merge pull request #34985 from nextcloud/dependabot/npm_and_yarn/nextcloud/l10n-1.6.0
...
Bump @nextcloud/l10n from 1.4.1 to 1.6.0
2022-11-08 06:51:31 +01:00
Nextcloud bot
dc91631068
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-11-08 02:14:18 +00:00
dependabot[bot]
457ba00636
Bump @nextcloud/l10n from 1.4.1 to 1.6.0
...
Bumps [@nextcloud/l10n](https://github.com/nextcloud/nextcloud-l10n ) from 1.4.1 to 1.6.0.
- [Release notes](https://github.com/nextcloud/nextcloud-l10n/releases )
- [Changelog](https://github.com/nextcloud/nextcloud-l10n/blob/master/CHANGELOG.md )
- [Commits](https://github.com/nextcloud/nextcloud-l10n/compare/v1.4.1...v1.6.0 )
---
updated-dependencies:
- dependency-name: "@nextcloud/l10n"
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-11-07 19:30:15 +00:00
Pytal
0dabc6abc6
Merge pull request #34986 from nextcloud/dependabot/npm_and_yarn/handlebars-loader-1.7.2
...
Bump handlebars-loader from 1.7.1 to 1.7.2
2022-11-07 11:04:50 -08:00
Markus Zeller
15289f9737
Cast to int #32837
...
Signed-off-by: Markus Zeller <git@markuszeller.com>
2022-11-07 16:44:47 +01:00
Christoph Wurst
c8c27ea352
Merge pull request #35007 from nextcloud/fix/lower-logging-level-user-session-cookie-login
...
Fix unsuccessful token login logged as error
2022-11-07 16:35:52 +01:00
Joas Schilling
ebbc0faf6c
Merge pull request #35000 from nextcloud/bugfix/34959/fix-cron-warning-with-time-insensitive-jobs
...
Fix cron warning with time insensitive jobs
2022-11-07 15:38:31 +01:00
Christoph Wurst
e2d3409a34
Fix unsuccessful token login logged as error
...
The condition of a non-existent login token can happen for concurrent
requests. Admins can not do anything about this. So this is to be
expected to happen occasionally. This event is only bad if none of the
requests is able to re-acquire a session. Luckily this happens rarely.
If a login loop persists an admin can still lower the log level to find
this info. But a default error log level will no longer write those
infos about the failed cookie login of one request.
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2022-11-07 15:08:48 +01:00
Côme Chilliet
f5181f3682
Merge pull request #34996 from nextcloud/fix/bump-microsoft/azure-storage-blob-to-1.5.4
...
Bump microsoft/azure-storage-blob to 1.5.4
2022-11-07 14:34:25 +01:00
Vincent Petry
4b931a9d25
Merge pull request #32530 from nextcloud/dependabot/npm_and_yarn/nextcloud-vue-collections-0.10.0
...
Bump nextcloud-vue-collections from 0.9.0 to 0.10.0
2022-11-07 13:58:08 +01:00
Roeland Jago Douma
e50f4c445d
Merge pull request #34929 from nextcloud/chore/deprecate-app-container-aliases
...
Clean up and deprecate app container parameter aliases
2022-11-07 12:04:07 +01:00
Côme Chilliet
c090883ce0
Align with 3rdparty master
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2022-11-07 12:02:14 +01:00
Joas Schilling
0cab646ec0
Recompile
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-11-07 11:27:31 +01:00
Joas Schilling
2d8886e6a4
Increase the "bad waiting time" for cron mode to 24h to account for "time insensitive" jobs
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-11-07 11:04:58 +01:00
Joas Schilling
7730c84e74
Show the correct warning for system cron vs. webcron/ajax
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-11-07 11:01:22 +01:00