]>
source.dussan.org Git - nextcloud-server.git/log
Arthur Schiwon [Mon, 17 Jul 2023 21:01:59 +0000 (23:01 +0200)]
Merge pull request #39365 from nextcloud/backport/39323/39323-stable19
[stable19] getStorage before remove
Joas Schilling [Mon, 17 Jul 2023 15:13:31 +0000 (17:13 +0200)]
Merge pull request #39425 from nextcloud/backport/39416/stable19
[stable19] fix(core): Add password confirmation requirement for getapppassword
Côme Chilliet [Mon, 17 Jul 2023 14:45:43 +0000 (16:45 +0200)]
Merge pull request #39436 from nextcloud/backport/39024/stable19
[stable19] [stable21] Increase from 100000 to 600000 iterations for hash_pbkdf2
Côme Chilliet [Tue, 20 Jun 2023 15:46:29 +0000 (17:46 +0200)]
Merge pull request #38584 from nextcloud/backport/38206/stable24
[stable24] Increase from 100000 to 600000 iterations for hash_pbkdf2
(cherry picked from commit
a7dc41fb5efed25dca8a48be0ed80818be850921 )
Joas Schilling [Mon, 17 Jul 2023 10:07:22 +0000 (12:07 +0200)]
fix(core): Add password confirmation requirement for getapppassword
Signed-off-by: Joas Schilling <coding@schilljs.com>
Maxence Lange [Tue, 11 Jul 2023 18:36:17 +0000 (17:36 -0100)]
getStorage before remove
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
Andy Scherzinger [Thu, 13 Jul 2023 10:50:35 +0000 (12:50 +0200)]
Merge pull request #39352 from nextcloud/ci/sign-drone-stable19
[stable19] chore(CI): Sign .drone.yml file
Joas Schilling [Thu, 13 Jul 2023 09:59:43 +0000 (11:59 +0200)]
chore(CI): Sign .drone.yml file
Signed-off-by: Joas Schilling <coding@schilljs.com>
Robin Appelman [Mon, 15 May 2023 21:51:26 +0000 (23:51 +0200)]
Merge pull request #38288 from nextcloud/session-auth-check-username-19
[19] check the username when doing external storage session auth
Robin Appelman [Thu, 11 May 2023 15:45:16 +0000 (17:45 +0200)]
check the username when doing external storage session auth
Signed-off-by: Robin Appelman <robin@icewind.nl>
blizzz [Thu, 19 May 2022 13:03:39 +0000 (15:03 +0200)]
Merge pull request #32479 from nextcloud/backport/32428/stable19
[stable19] Add Email validation
Anna Larch [Mon, 16 May 2022 12:04:59 +0000 (14:04 +0200)]
Add email validation
Signed-off-by: Anna Larch <anna@nextcloud.com>
Carl Schwan [Sat, 14 May 2022 11:12:54 +0000 (13:12 +0200)]
Merge pull request #28931 from nextcloud/3rdparty-19
[stable19] Bump 3rdparty ref
Lukas Reschke [Wed, 22 Sep 2021 14:22:38 +0000 (16:22 +0200)]
[stable19] Bump 3rdparty ref
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
Vincent Petry [Mon, 21 Feb 2022 09:31:24 +0000 (10:31 +0100)]
Merge pull request #31258 from nextcloud/backport/30114/stable19
[stable19] Prevent writing invalid mtime
John Molakvoæ [Mon, 6 Dec 2021 14:17:08 +0000 (15:17 +0100)]
Prevent writing invalid mtime
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
John Molakvoæ [Thu, 27 Jan 2022 11:31:27 +0000 (12:31 +0100)]
Merge pull request #30878 from nextcloud/backport/30844/stable19
John Molakvoæ [Wed, 26 Jan 2022 08:38:21 +0000 (09:38 +0100)]
Prevent merging on EOL branches
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
Lukas Reschke [Tue, 2 Nov 2021 14:14:19 +0000 (15:14 +0100)]
Merge pull request #29521 from nextcloud/backport/29366/stable19
[stable19] Fix security issues when copying groupfolder with advanced ACL
Carl Schwan [Thu, 21 Oct 2021 14:57:07 +0000 (16:57 +0200)]
Fix security issues when copying groupfolder with advanced ACL
Using advanced ACL, it is possible that an user has access to a
directory but not to a subdirectory, so the copying use
Common::copyFromStorage instead of Local::copyFromStorage.
Fix https://github.com/nextcloud/groupfolders/issues/1692
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
Lukas Reschke [Mon, 13 Sep 2021 17:27:47 +0000 (19:27 +0200)]
Merge pull request #28819 from nextcloud/backport/28728/stable19
[stable19] Add database ratelimiting backend
Lukas Reschke [Mon, 13 Sep 2021 16:31:35 +0000 (18:31 +0200)]
Merge pull request #28813 from nextcloud/stable19-bump-refs
[stable19] Bump 3rdparty ref
Lukas Reschke [Mon, 13 Sep 2021 15:29:20 +0000 (17:29 +0200)]
Bump autoloader
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
Lukas Reschke [Mon, 6 Sep 2021 14:31:01 +0000 (16:31 +0200)]
Add database ratelimiting backend
In case no distributed memory cache is specified this adds
a database backend for ratelimit purposes.
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
Lukas Reschke [Mon, 13 Sep 2021 09:48:16 +0000 (11:48 +0200)]
[stable19] Bump 3rdparty ref
Includes https://github.com/nextcloud/3rdparty/pull/802 and https://github.com/nextcloud/3rdparty/pull/797
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
Lukas Reschke [Mon, 13 Sep 2021 09:22:17 +0000 (11:22 +0200)]
Merge pull request #28809 from nextcloud/stable19-bump-ref
[stable19] Bump 3rdparty ref
Lukas Reschke [Mon, 13 Sep 2021 08:13:40 +0000 (10:13 +0200)]
[stable19] Bump 3rdparty ref
Contains https://github.com/nextcloud/3rdparty/pull/790
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
Lukas Reschke [Wed, 8 Sep 2021 12:21:50 +0000 (14:21 +0200)]
Merge pull request #28756 from nextcloud/backport/28725/stable19
[stable19] Remove 2FA exemption from PublicPage annotation
Lukas Reschke [Wed, 8 Sep 2021 10:14:14 +0000 (12:14 +0200)]
Merge pull request #28757 from nextcloud/backport/28726/stable19
[stable19] Check if SVG path is valid
Lukas Reschke [Mon, 6 Sep 2021 19:26:27 +0000 (21:26 +0200)]
Resolve absolute path in tests
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
Lukas Reschke [Mon, 6 Sep 2021 10:53:01 +0000 (10:53 +0000)]
Fix codestyle
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
Lukas Reschke [Mon, 6 Sep 2021 10:46:12 +0000 (10:46 +0000)]
Check if SVG path is valid
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
Lukas Reschke [Mon, 6 Sep 2021 09:09:42 +0000 (09:09 +0000)]
Adjust tests
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
Lukas Reschke [Mon, 6 Sep 2021 08:30:27 +0000 (08:30 +0000)]
Remove 2FA exemption from PublicPage annotation
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
Nextcloud bot [Thu, 15 Jul 2021 02:27:10 +0000 (02:27 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Wed, 14 Jul 2021 02:26:53 +0000 (02:26 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Tue, 13 Jul 2021 02:27:05 +0000 (02:27 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Mon, 12 Jul 2021 02:26:05 +0000 (02:26 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Sun, 11 Jul 2021 02:26:20 +0000 (02:26 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Sat, 10 Jul 2021 02:32:00 +0000 (02:32 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Fri, 9 Jul 2021 02:26:53 +0000 (02:26 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Thu, 8 Jul 2021 02:27:17 +0000 (02:27 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Wed, 7 Jul 2021 02:26:37 +0000 (02:26 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Tue, 6 Jul 2021 02:26:30 +0000 (02:26 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Mon, 5 Jul 2021 02:26:02 +0000 (02:26 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Sun, 4 Jul 2021 02:26:06 +0000 (02:26 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Sat, 3 Jul 2021 02:26:29 +0000 (02:26 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Fri, 2 Jul 2021 02:25:51 +0000 (02:25 +0000)]
[tx-robot] updated from transifex
John Molakvoæ [Thu, 1 Jul 2021 09:44:54 +0000 (11:44 +0200)]
Merge pull request #27709 from nextcloud/version/19.0.13/final
Nextcloud bot [Thu, 1 Jul 2021 02:25:23 +0000 (02:25 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Wed, 30 Jun 2021 02:26:01 +0000 (02:26 +0000)]
[tx-robot] updated from transifex
Arthur Schiwon [Tue, 29 Jun 2021 11:13:17 +0000 (13:13 +0200)]
19.0.13
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Nextcloud bot [Mon, 28 Jun 2021 02:25:40 +0000 (02:25 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Sun, 27 Jun 2021 02:26:09 +0000 (02:26 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Sat, 26 Jun 2021 02:26:14 +0000 (02:26 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Fri, 25 Jun 2021 02:26:02 +0000 (02:26 +0000)]
[tx-robot] updated from transifex
John Molakvoæ [Thu, 24 Jun 2021 11:05:58 +0000 (13:05 +0200)]
Merge pull request #27619 from nextcloud/version/19.0.13/rc1
Julius Härtl [Thu, 24 Jun 2021 10:31:04 +0000 (12:31 +0200)]
Merge pull request #27296 from nextcloud/dependabot/npm_and_yarn/stable19/nextcloud/axios-1.3.3
Bump @nextcloud/axios from 1.3.2 to 1.3.3
John Molakvoæ [Thu, 24 Jun 2021 06:05:56 +0000 (08:05 +0200)]
Merge pull request #27643 from nextcloud/fix/noid/integration-federation-stable19
[stable19] fix integration-federation_features tests
Nextcloud bot [Thu, 24 Jun 2021 02:25:50 +0000 (02:25 +0000)]
[tx-robot] updated from transifex
Arthur Schiwon [Wed, 23 Jun 2021 23:22:22 +0000 (01:22 +0200)]
fix integration-federation_features tests
- the constructor was extended with the IConfig dependicy previously
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Arthur Schiwon [Wed, 23 Jun 2021 22:27:12 +0000 (00:27 +0200)]
update CA bundle
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Arthur Schiwon [Wed, 23 Jun 2021 08:37:26 +0000 (10:37 +0200)]
19.0.13 RC1
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Lukas Reschke [Wed, 23 Jun 2021 16:50:09 +0000 (18:50 +0200)]
Merge pull request #27618 from nextcloud/backport/27610/stable19
[stable19] Throttle on public DAV endpoint
dependabot[bot] [Wed, 23 Jun 2021 16:15:28 +0000 (16:15 +0000)]
Bump @nextcloud/axios from 1.3.2 to 1.3.3
Bumps [@nextcloud/axios](https://github.com/nextcloud/nextcloud-axios) from 1.3.2 to 1.3.3.
- [Release notes](https://github.com/nextcloud/nextcloud-axios/releases)
- [Changelog](https://github.com/nextcloud/nextcloud-axios/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nextcloud/nextcloud-axios/compare/v1.3.2...v1.3.3)
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
Joas Schilling [Wed, 19 Aug 2020 10:40:25 +0000 (12:40 +0200)]
More test fixing
Signed-off-by: Joas Schilling <coding@schilljs.com>
Lukas Reschke [Wed, 23 Jun 2021 13:06:30 +0000 (15:06 +0200)]
Update autoloader map
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
Lukas Reschke [Wed, 23 Jun 2021 10:23:43 +0000 (12:23 +0200)]
Add newline to satisfy phpcs
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
Joas Schilling [Thu, 19 Mar 2020 11:09:57 +0000 (12:09 +0100)]
Send "429 Too Many Requests" in case of brute force protection
Signed-off-by: Joas Schilling <coding@schilljs.com>
blizzz [Wed, 23 Jun 2021 10:07:51 +0000 (12:07 +0200)]
Merge pull request #27598 from nextcloud/backport/27596/stable19
[stable19] [stable20] Properly cleanup entries of WebAuthn on user deletion
Lukas Reschke [Tue, 22 Jun 2021 18:41:38 +0000 (20:41 +0200)]
Reference correct private variable
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
Lukas Reschke [Tue, 22 Jun 2021 17:54:13 +0000 (19:54 +0200)]
Throttle on public DAV endpoint
We should throttle whenever an invalid request is sent to the public WebDAV endpoint.
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
Nextcloud bot [Wed, 23 Jun 2021 02:26:47 +0000 (02:26 +0000)]
[tx-robot] updated from transifex
dependabot-preview[bot] [Tue, 22 Jun 2021 18:02:01 +0000 (18:02 +0000)]
Merge pull request #27568 from nextcloud/dependabot/npm_and_yarn/stable19/ws-7.5.0
Lukas Reschke [Tue, 22 Jun 2021 11:55:49 +0000 (13:55 +0200)]
Remove throwing annotation
This class was just introduced in Nc 21.
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
Lukas Reschke [Tue, 22 Jun 2021 11:54:03 +0000 (13:54 +0200)]
Use execute instead of executeStatement
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
Morris Jobke [Wed, 16 Jun 2021 15:03:33 +0000 (17:03 +0200)]
Properly cleanup entries of WebAuthn on user deletion
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Lukas Reschke [Tue, 22 Jun 2021 09:52:01 +0000 (11:52 +0200)]
Merge pull request #27457 from nextcloud/backport/27444/stable19
[stable19] Header must contain a colon
Nextcloud bot [Tue, 22 Jun 2021 02:27:29 +0000 (02:27 +0000)]
[tx-robot] updated from transifex
dependabot-preview[bot] [Mon, 21 Jun 2021 10:13:34 +0000 (10:13 +0000)]
[Security] Bump ws from 7.2.3 to 7.5.0
Bumps [ws](https://github.com/websockets/ws) from 7.2.3 to 7.5.0. **This update includes security fixes.**
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](https://github.com/websockets/ws/compare/7.2.3...7.5.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
dependabot-preview[bot] [Mon, 21 Jun 2021 10:11:39 +0000 (10:11 +0000)]
Merge pull request #27572 from nextcloud/dependabot/npm_and_yarn/stable19/postcss-7.0.36
Nextcloud bot [Mon, 21 Jun 2021 02:27:11 +0000 (02:27 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Sun, 20 Jun 2021 02:27:33 +0000 (02:27 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Sat, 19 Jun 2021 02:46:48 +0000 (02:46 +0000)]
[tx-robot] updated from transifex
dependabot-preview[bot] [Sat, 19 Jun 2021 01:17:01 +0000 (01:17 +0000)]
[Security] Bump postcss from 7.0.18 to 7.0.36
Bumps [postcss](https://github.com/postcss/postcss) from 7.0.18 to 7.0.36. **This update includes a security fix.**
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss/compare/7.0.18...7.0.36)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Nextcloud bot [Fri, 18 Jun 2021 02:27:33 +0000 (02:27 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Thu, 17 Jun 2021 02:26:23 +0000 (02:26 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Wed, 16 Jun 2021 02:26:48 +0000 (02:26 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Tue, 15 Jun 2021 02:28:37 +0000 (02:28 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Mon, 14 Jun 2021 02:27:00 +0000 (02:27 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Sun, 13 Jun 2021 02:26:37 +0000 (02:26 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Sat, 12 Jun 2021 02:27:29 +0000 (02:27 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Fri, 11 Jun 2021 02:28:40 +0000 (02:28 +0000)]
[tx-robot] updated from transifex
acsfer [Wed, 9 Jun 2021 14:20:55 +0000 (16:20 +0200)]
Header must contain a colon
Nextcloud bot [Thu, 10 Jun 2021 02:32:44 +0000 (02:32 +0000)]
[tx-robot] updated from transifex
MichaIng [Wed, 9 Jun 2021 10:38:28 +0000 (12:38 +0200)]
Merge pull request #27223 from nextcloud/dependabot/npm_and_yarn/stable19/webpack-cli-3.3.12
Bump webpack-cli from 3.3.11 to 3.3.12
Julius Härtl [Wed, 9 Jun 2021 06:10:27 +0000 (08:10 +0200)]
Merge pull request #27307 from nextcloud/backport/27062/stable19
[stable19] properly use limit and offset for search in Jail wrapper
Nextcloud bot [Wed, 9 Jun 2021 02:26:46 +0000 (02:26 +0000)]
[tx-robot] updated from transifex
dependabot[bot] [Tue, 8 Jun 2021 22:58:17 +0000 (22:58 +0000)]
Bump webpack-cli from 3.3.11 to 3.3.12
Bumps [webpack-cli](https://github.com/webpack/webpack-cli) from 3.3.11 to 3.3.12.
- [Release notes](https://github.com/webpack/webpack-cli/releases)
- [Changelog](https://github.com/webpack/webpack-cli/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack/webpack-cli/compare/v3.3.11...v3.3.12)
Signed-off-by: dependabot[bot] <support@github.com>
Nextcloud bot [Tue, 8 Jun 2021 02:26:51 +0000 (02:26 +0000)]
[tx-robot] updated from transifex