Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-07-07Merge pull request #32996 from nextcloud/backport/32322/stable22Louis
[stable22] Add share search tweaks
2022-07-07Merge pull request #33122 from nextcloud/release/22.2.10_rc1v22.2.10rc1John Molakvoæ
2022-07-07Restore enforceLinkPasswordLouis Chemineau
Signed-off-by: Louis Chemineau <louis@chmn.me>
2022-07-07FInish backport to stable22 of #32322Louis Chemineau
Signed-off-by: Louis Chemineau <louis@chmn.me>
2022-07-07Use email settings in DAV searchLouis Chemineau
Signed-off-by: Louis Chemineau <louis@chmn.me>
2022-07-07Use share setting in DAV searchLouis Chemineau
shareapi_restrict_user_enumeration_full_match_ignore_second_display_name was introduced to ignore second display name during search from the share panel. But this setting was not respected by search from the calendar application. This fix it. Signed-off-by: Louis Chemineau <louis@chmn.me>
2022-07-07Add setting to ignore email during searchLouis Chemineau
Signed-off-by: Louis Chemineau <louis@chmn.me>
2022-07-07Add settings to ignore second display name in searchLouis Chemineau
Signed-off-by: Louis Chemineau <louis@chmn.me>
2022-07-07Tweak tests to include shareapi_restrict_user_enumeration_full_match_useridLouis Chemineau
Signed-off-by: Louis Chemineau <louis@chmn.me>
2022-07-07Add settings to not match userID during full matchLouis Chemineau
Signed-off-by: Louis Chemineau <louis@chmn.me>
2022-07-07Merge pull request #33094 from ↵blizzz
nextcloud/dependabot/composer/build/integration/stable22/sabre/dav-4.4.0 Update sabre/dav requirement from 4.3.1 to 4.4.0 in /build/integration
2022-07-07Merge pull request #33037 from nextcloud/backport/31345/stable22John Molakvoæ
2022-07-07Merge pull request #33003 from nextcloud/backport/32719/stable22John Molakvoæ
2022-07-07Merge pull request #33152 from nextcloud/backport/33114/stable22John Molakvoæ
2022-07-07Merge pull request #33151 from ↵John Molakvoæ
nextcloud/automated/noid/stable22-update-psalm-baseline
2022-07-07Allow to disable password policy enforcement for selected groupsCarl Schwan
Signed-off-by: Carl Schwan <carl@carlschwan.eu> Co-authored-by: Vincent Petry <vincent@nextcloud.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-07-07Update psalm baselinenextcloud-command
Signed-off-by: GitHub <noreply@github.com>
2022-07-07[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-07-07Merge pull request #33145 from nextcloud/backport/33052/stable22Pytal
2022-07-07Fix unit testsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-07-07Prevent duplicate set display name requestChristopher Ng
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2022-07-07Do not save invalid display name to the databaseChristopher Ng
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2022-07-06Merge pull request #33134 from nextcloud/backport/32993/stable22blizzz
[stable22] Fixes for quota text in navigation bar
2022-07-06Fix quota text not updated after copying or moving a fileDaniel Calviño Sánchez
Note that the quota may change too when files are moved if the file is moved, for example, to or from a folder shared by other user. Besides the quota the storage statistics are also updated, similar to what is done when a file is deleted. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2022-07-06Fix quota text not updated when no quota is setDaniel Calviño Sánchez
The JavaScript code that updates the quota text expects the element to have "quotatext" as id. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2022-07-06Fix quota text shown escapedDaniel Calviño Sánchez
"t()" escapes and sanitizes the returned text by default, so strings like "<" are converted to "&lt;". However, the "jQuery.text()" parameter does not need to be escaped, as "&lt;" is shown literally as "&lt;" rather than "<". Now "jQuery.html()" is used instead, which "unescapes" the given text and sets it as a new text node (as the text in the parameter does not contain markup for elements, only text). Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2022-07-06Merge pull request #33121 from nextcloud/backport/33109/stable22blizzz
[stable22] Fix translation of home breadcrumb
2022-07-06Update sabre/dav requirement from 4.3.1 to 4.4.0 in /build/integrationdependabot/composer/build/integration/stable22/sabre/dav-4.4.0dependabot[bot]
Updates the requirements on [sabre/dav](https://github.com/sabre-io/dav) to permit the latest version. - [Release notes](https://github.com/sabre-io/dav/releases) - [Changelog](https://github.com/sabre-io/dav/blob/master/CHANGELOG.md) - [Commits](https://github.com/sabre-io/dav/compare/4.3.1...4.4.0) --- updated-dependencies: - dependency-name: sabre/dav dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
2022-07-06Merge pull request #33017 from ↵blizzz
nextcloud/dependabot/composer/build/integration/stable22/guzzlehttp/guzzle-6.5.8 Update guzzlehttp/guzzle requirement from 6.5.7 to 6.5.8 in /build/integration
2022-07-06Merge pull request #32891 from nextcloud/backport/32584/stable22blizzz
[stable22] Make sure ResetTokenBackgroundJob doesn't execute if config is read-only
2022-07-06Merge pull request #32793 from nextcloud/backport/32675/stable22blizzz
[stable22] Validate custom dashboard background image
2022-07-06Merge pull request #32681 from nextcloud/backport/32510/stable22blizzz
[stable22] Properly calculate primary element based on background luminance
2022-07-06[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-07-05Merge pull request #33117 from nextcloud/backport/33113/stable22Carl Schwan
[stable22] Remove .php from ajax url
2022-07-0522.2.10 RC1release/22.2.10_rc1John Molakvoæ
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2022-07-05Fix translation of home breadcrumbbackport/33109/stable22Christopher Ng
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2022-07-05add missing GET param to getstoragestats urlJulien Veyssier
Signed-off-by: Julien Veyssier <eneiluj@posteo.net> (cherry picked from commit ca6a7245032e87f6d7f65c8e796cc0f176659677)
2022-07-05Fix 404 when using index.php in the urlCarl Schwan
Signed-off-by: Carl Schwan <carl@carlschwan.eu> (cherry picked from commit ee793572cb9acc9d688b1ff191a59e8699af9da1)
2022-07-05Remove .php from urlCarl Schwan
Probably here for legacy reasons, but it is a bit weird to call an .php endpoint that doesn't correspond to a .php file Signed-off-by: Carl Schwan <carl@carlschwan.eu> (cherry picked from commit c7931086cc557211073540cf13e2af4c5afaaad3)
2022-07-05Merge pull request #32976 from nextcloud/backport/32016/stable22blizzz
[stable22] Use stored user for PasswordUpdatedEvent
2022-07-05[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-07-04[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-07-03[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-07-02[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-07-01Merge pull request #32605 from nextcloud/backport/32575/stable22Simon L
[stable22] Improve warning about missing pnctl
2022-07-01Merge pull request #33060 from nextcloud/backport/33050/stable22Tobias Kaminsky
[stable22] Check whether entry is of type ICacheEntry in Cache->remove()
2022-07-01[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-06-30Check whether entry is of type ICacheEntry in Cache->remove()backport/33050/stable22Jonas
In some scenarios (file not in cache, but partial data of it in the object), Cache->get() might return an array, which leads to errors like "Call to a member function getId() on array". So check whether the returned entry is of type ICacheEntry before doing operations on it in Cache->remove(). Fixes: #33023 Signed-off-by: Jonas <jonas@freesources.org>
2022-06-30[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-06-29[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>