summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | | | Merge pull request #33114 from nextcloud/backport/stable23/31194Carl Schwan2022-07-0711-10/+105
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | [stable23] Allow to disable password policy enforcement for selected groups
| * | | | | | | | Allow to disable password policy enforcement for selected groupsCarl Schwan2022-07-0511-10/+105
| | |_|_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | | | | | [tx-robot] updated from transifexNextcloud bot2022-07-0744-80/+100
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | | | Merge pull request #33144 from nextcloud/backport/33052/stable23Pytal2022-07-064-3/+11
|\ \ \ \ \ \ \ \
| * | | | | | | | Fix unit testsJoas Schilling2022-07-061-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | | | | | Prevent duplicate set display name requestChristopher Ng2022-07-061-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
| * | | | | | | | Do not save invalid display name to the databaseChristopher Ng2022-07-062-1/+7
|/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | | | | | | | Merge pull request #33133 from nextcloud/backport/32993/stable23blizzz2022-07-063-5/+11
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | | [stable23] Fixes for quota text in navigation bar
| * | | | | | | Fix quota text not updated after copying or moving a fileDaniel Calviño Sánchez2022-07-061-2/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
| * | | | | | | Fix quota text not updated when no quota is setDaniel Calviño Sánchez2022-07-061-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
| * | | | | | | Fix quota text shown escapedDaniel Calviño Sánchez2022-07-061-2/+2
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | "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>
* | | | | | | Merge pull request #33120 from nextcloud/backport/33109/stable23blizzz2022-07-061-1/+1
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | | [stable23] Fix translation of home breadcrumb
| * | | | | | Fix translation of home breadcrumbChristopher Ng2022-07-051-1/+1
| |/ / / / / | | | | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | | | | | Merge pull request #33018 from ↵blizzz2022-07-061-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/dependabot/composer/build/integration/stable23/guzzlehttp/guzzle-6.5.8 Update guzzlehttp/guzzle requirement from 6.5.7 to 6.5.8 in /build/integration
| * | | | | | Update guzzlehttp/guzzle requirement in /build/integrationdependabot[bot]2022-06-251-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Updates the requirements on [guzzlehttp/guzzle](https://github.com/guzzle/guzzle) to permit the latest version. - [Release notes](https://github.com/guzzle/guzzle/releases) - [Changelog](https://github.com/guzzle/guzzle/blob/6.5.8/CHANGELOG.md) - [Commits](https://github.com/guzzle/guzzle/compare/6.5.7...6.5.8) --- updated-dependencies: - dependency-name: guzzlehttp/guzzle dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
* | | | | | | Merge pull request #32890 from nextcloud/backport/32584/stable23blizzz2022-07-062-9/+30
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | | [stable23] Make sure ResetTokenBackgroundJob doesn't execute if config is read-only
| * | | | | | Update tests after ResetTokenBackgroundJob changesThomas Citharel2022-06-151-6/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
| * | | | | | Use OCP version of TimedJob instead of OC for ResetTokenBackgroundJobThomas Citharel2022-06-151-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
| * | | | | | Make sure ResetTokenBackgroundJob doesn't execute if config is read-onlyThomas Citharel2022-06-151-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | No need to try to delete the config key in config.php if we aren't allowed to. Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* | | | | | | [tx-robot] updated from transifexNextcloud bot2022-07-06140-164/+406
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | | Merge pull request #33024 from nextcloud/backport/29862/stable23Carl Schwan2022-07-052-6/+14
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | [stable23] Avoid deprecation warnings about libxml_disable_entity_loader in PHP 8+
| * | | | | | | Avoid deprecation warnings about libxml_disable_entity_loader in PHP 8.1Côme Chilliet2022-06-282-6/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | | | | | | Merge pull request #33116 from nextcloud/backport/33113/stable23Carl Schwan2022-07-052-3/+5
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | | [stable23] Remove .php from ajax url
| * | | | | | | add missing GET param to getstoragestats urlJulien Veyssier2022-07-051-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julien Veyssier <eneiluj@posteo.net> (cherry picked from commit ca6a7245032e87f6d7f65c8e796cc0f176659677)
| * | | | | | | Fix 404 when using index.php in the urlCarl Schwan2022-07-051-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu> (cherry picked from commit ee793572cb9acc9d688b1ff191a59e8699af9da1)
| * | | | | | | Remove .php from urlCarl Schwan2022-07-052-3/+3
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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)
* | | | | | | Merge pull request #33004 from nextcloud/backport/32719/stable23blizzz2022-07-052-1/+312
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | [stable23] Fix email shares not being shown to other users
| * | | | | | | Fix email shares not being shown to other usersRichard Steinmetz2022-06-242-1/+312
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
* | | | | | | | Merge pull request #32792 from nextcloud/backport/32675/stable23blizzz2022-07-051-0/+4
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | [stable23] Validate custom dashboard background image
| * | | | | | | | Validate custom dashboard background imageChristopher Ng2022-06-091-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | | | | | | | | Merge pull request #32975 from nextcloud/backport/32016/stable23blizzz2022-07-051-10/+18
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | [stable23] Use stored user for PasswordUpdatedEvent
| * | | | | | | | | Use stored user for PasswordUpdatedEventLouis Chemineau2022-06-221-10/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When handling PasswordUpdatedEvent event, we are calling getLoginName which does not exists. This PR adds a condition to use the previously stored user when handling PasswordUpdatedEvent. Signed-off-by: Louis Chemineau <louis@chmn.me>
* | | | | | | | | | [tx-robot] updated from transifexNextcloud bot2022-07-0526-16/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | | | | | [tx-robot] updated from transifexNextcloud bot2022-07-0446-30/+306
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | | | | | [tx-robot] updated from transifexNextcloud bot2022-07-0320-2/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | | | | | [tx-robot] updated from transifexNextcloud bot2022-07-0260-20/+82
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | | | | | Merge pull request #33059 from nextcloud/backport/33050/stable23Tobias Kaminsky2022-07-011-1/+1
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | [stable23] Check whether entry is of type ICacheEntry in Cache->remove()
| * | | | | | | | | | Check whether entry is of type ICacheEntry in Cache->remove()Jonas2022-06-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | | | | | | | | [tx-robot] updated from transifexNextcloud bot2022-07-0144-82/+94
|/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | | | | | Merge pull request #33070 from nextcloud/backport/33065/stable23Carl Schwan2022-06-301-4/+2
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | [stable23] Fix detection of firefox in ContentSecurityPolicyNonceManager
| * | | | | | | | | | Fix detection of firefox in ContentSecurityPolicyNonceManagerCarl Schwan2022-06-301-4/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Reuse Request::USER_AGENT_FIREFOX, and also update the safari detection since safari < 12 is not supported anymore and we can remove a bit of code duplication Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | | | | | | | | | | [tx-robot] updated from transifexNextcloud bot2022-06-3026-10/+68
|/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | | | | | Merge pull request #33010 from ↵Carl Schwan2022-06-291-0/+0
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/dependabot/composer/stable23/guzzlehttp/guzzle-7.4.5 [stable23] Bump guzzlehttp/guzzle (7.3.0 => 7.4.5)
| * | | | | | | | | | Bump guzzlehttp/guzzle (7.3.0 => 7.4.5)Carl Schwan2022-06-281-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | | | | | | | | | | [tx-robot] updated from transifexNextcloud bot2022-06-2918-2/+80
| |_|_|_|/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | | | | | Merge pull request #33029 from nextcloud/backport/32998/stable23Louis2022-06-286-9/+9
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | [stable23] Rename setting name to reduce its length
| * | | | | | | | | Rename setting name to reduce its lengthLouis Chemineau2022-06-286-9/+9
|/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* | | | | | | / / [tx-robot] updated from transifexNextcloud bot2022-06-28134-766/+1092
| |_|_|_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | | | Merge pull request #33030 from nextcloud/backport/32968/stable23Simon L2022-06-271-1/+5
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | [stable23] Do not display the buffer_size info if the size is already set to a c…
| * | | | | | | | do not display the buffer_size info if the size is already set to a certain ↵szaimen2022-06-271-1/+5
|/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | threshold Signed-off-by: szaimen <szaimen@e.mail.de> Co-Authored-By: MichaIng <micha@dietpi.com>