]>
source.dussan.org Git - nextcloud-server.git/log
Vincent Petry [Fri, 4 Nov 2022 16:30:13 +0000 (17:30 +0100)]
Merge pull request #34659 from nextcloud/backport/34632/stable24
[stable24] Add rate limiting on lost password emails
Vincent Petry [Fri, 4 Nov 2022 16:20:43 +0000 (17:20 +0100)]
Merge pull request #34855 from nextcloud/backport/34799/stable24
[stable24] Emit typed event when preview is requested
Vincent Petry [Fri, 4 Nov 2022 16:16:12 +0000 (17:16 +0100)]
Merge pull request #34942 from nextcloud/backport/34577/stable24
[stable24] Avoid double ldap_unbind in Wizard.php
Vincent Petry [Fri, 4 Nov 2022 16:13:30 +0000 (17:13 +0100)]
Merge pull request #34947 from nextcloud/backport/34804/stable24
[stable24] Skip general login with email for non-valid addresses and LDAP
Vincent Petry [Fri, 4 Nov 2022 16:11:37 +0000 (17:11 +0100)]
Merge pull request #34949 from nextcloud/backport/32663/stable24
[stable24] Cleanup tempfiles after each cron job run
Vincent Petry [Fri, 4 Nov 2022 16:11:03 +0000 (17:11 +0100)]
Merge pull request #34952 from nextcloud/backport/34379/stable24
[stable24] Run session token renewals in a database transaction
Nextcloud bot [Fri, 4 Nov 2022 02:14:21 +0000 (02:14 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Côme Chilliet [Tue, 18 Oct 2022 13:18:40 +0000 (15:18 +0200)]
Fix LostController test
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Côme Chilliet [Mon, 17 Oct 2022 12:36:24 +0000 (14:36 +0200)]
Add rate limiting on lost password emails
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Christoph Wurst [Sun, 2 Oct 2022 12:11:41 +0000 (14:11 +0200)]
Run session token renewals in a database transaction
The session token renewal does
1) Read the old token
2) Write a new token
3) Delete the old token
If two processes succeed to read the old token there can be two new tokens because
the queries were not run in a transaction. This is particularly problematic on
clustered DBs where 1) would go to a read node and 2) and 3) go to a write node.
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Julius Härtl [Mon, 30 May 2022 16:01:51 +0000 (18:01 +0200)]
Cleanup tempfiles after each cron job run
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Julius Härtl [Tue, 25 Oct 2022 13:38:31 +0000 (15:38 +0200)]
Skip general login with email for non-valid addresses and LDAP
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Côme Chilliet [Tue, 11 Oct 2022 07:54:04 +0000 (09:54 +0200)]
Avoid double ldap_unbind in Wizard.php
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Côme Chilliet [Tue, 11 Oct 2022 07:49:45 +0000 (09:49 +0200)]
Fix code style with codesniffer
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
blizzz [Thu, 3 Nov 2022 09:54:23 +0000 (10:54 +0100)]
Merge pull request #34914 from nextcloud/release/24.0.7
24.0.7
Nextcloud bot [Thu, 3 Nov 2022 02:14:20 +0000 (02:14 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Wed, 2 Nov 2022 02:14:21 +0000 (02:14 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Arthur Schiwon [Tue, 1 Nov 2022 19:10:58 +0000 (20:10 +0100)]
24.0.7
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Nextcloud bot [Tue, 1 Nov 2022 02:14:27 +0000 (02:14 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Mon, 31 Oct 2022 02:14:05 +0000 (02:14 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Sun, 30 Oct 2022 02:13:53 +0000 (02:13 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Sat, 29 Oct 2022 02:15:29 +0000 (02:15 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Fri, 28 Oct 2022 02:14:31 +0000 (02:14 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Julius Härtl [Tue, 25 Oct 2022 10:53:10 +0000 (12:53 +0200)]
Emit typed event when preview is requested
Signed-off-by: Julius Härtl <jus@bitgrid.net>
John Molakvoæ [Thu, 27 Oct 2022 16:12:46 +0000 (18:12 +0200)]
Merge pull request #34770 from nextcloud/backport/34579/stable24
[stable24] fix null error in getUnencryptedSize
John Molakvoæ [Thu, 27 Oct 2022 16:12:29 +0000 (18:12 +0200)]
Merge pull request #34838 from nextcloud/release/24.0.7_rc1
24.0.7 RC1
John Molakvoæ [Thu, 27 Oct 2022 16:00:30 +0000 (18:00 +0200)]
Merge pull request #34845 from nextcloud/dependaskjnldsv/32413/stable24
[stable24] Fix psalm errors fron the end of the baseline file
Carl Schwan [Mon, 16 May 2022 08:58:26 +0000 (10:58 +0200)]
Fix psalm errors fron the end of the baseline file
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
John Molakvoæ [Thu, 27 Oct 2022 12:26:27 +0000 (14:26 +0200)]
Merge pull request #34440 from nextcloud/backport/32635/stable24
Marcel Klehr [Thu, 27 Oct 2022 11:58:58 +0000 (13:58 +0200)]
Merge pull request #34798 from nextcloud/backport/33405/stable24
Vincent Petry [Thu, 27 Oct 2022 11:36:33 +0000 (13:36 +0200)]
Merge pull request #34797 from nextcloud/backport/33540/stable24
[stable24] fix updating cached mounts that didn't have their mount provider set previously
Vincent Petry [Thu, 27 Oct 2022 11:20:58 +0000 (13:20 +0200)]
Merge pull request #34840 from nextcloud/backport/34502/stable24
[stable24] Propagate attributes when resharing
John Molakvoæ [Thu, 27 Oct 2022 10:29:17 +0000 (12:29 +0200)]
Merge pull request #34410 from nextcloud/backport/33566/stable24
John Molakvoæ [Thu, 27 Oct 2022 10:10:28 +0000 (12:10 +0200)]
Merge pull request #34032 from nextcloud/backport/34019/stable24
[stable24] Fix quota type to int
John Molakvoæ [Thu, 27 Oct 2022 10:10:05 +0000 (12:10 +0200)]
Merge pull request #34040 from nextcloud/backport/34001/stable24
John Molakvoæ [Thu, 27 Oct 2022 10:09:28 +0000 (12:09 +0200)]
Merge pull request #34460 from nextcloud/backport/31947/stable24
[stable24] Fix Error: Undefined index: redirect_url
Christopher Ng [Fri, 7 Oct 2022 18:35:11 +0000 (18:35 +0000)]
Fix inverted profile picture
Signed-off-by: Christopher Ng <chrng8@gmail.com>
Andy Xheli [Mon, 3 Oct 2022 14:17:27 +0000 (09:17 -0500)]
Update ContactsStoreTest.php
Signed-off-by: Andy Xheli <axheli@axtsolutions.com>
Andy Xheli [Tue, 20 Sep 2022 17:05:29 +0000 (12:05 -0500)]
Update lib/private/Contacts/ContactsMenu/ContactsStore.php
Signed-off-by: Andy Xheli <axheli@axtsolutions.com>
Tested no issues.
Co-authored-by: Pytal <24800714+Pytal@users.noreply.github.com>
Signed-off-by: Andy Xheli <axheli@axtsolutions.com>
Andy Xheli [Mon, 19 Sep 2022 14:06:12 +0000 (09:06 -0500)]
Update ContactsStore.php
Signed-off-by: Andy Xheli <axheli@axtsolutions.com>
Andy Xheli [Fri, 16 Sep 2022 16:29:09 +0000 (11:29 -0500)]
Apply suggestions from code review
Signed-off-by: Andy Xheli <axheli@axtsolutions.com>
Co-authored-by: Carl Schwan <carl@carlschwan.eu>
Signed-off-by: Andy Xheli <axheli@axtsolutions.com>
Andy Xheli [Fri, 27 May 2022 19:48:06 +0000 (14:48 -0500)]
Fix User profile picture when performing the search
Signed-off-by: Andy Xheli <axheli@axtsolutions.com>
Before
![image](https://user-images.githubusercontent.com/
59488153 /
140980158 -
b9108161 -57ab-48b4-ae6f-
98ec4e72775a .png)
After
Fix for #31065
Marcel Klehr [Fri, 29 Jul 2022 12:43:26 +0000 (14:43 +0200)]
DB mounts table: Add index for mount_provider_class
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
Vincent Petry [Thu, 27 Oct 2022 08:54:34 +0000 (10:54 +0200)]
Merge pull request #34584 from nextcloud/backport/34438/stable24
[stable24] return proper error code when reporting exception fails in remote.php
Vincent Petry [Thu, 27 Oct 2022 08:53:57 +0000 (10:53 +0200)]
Merge pull request #34447 from nextcloud/backport/34302/stable24
[stable24] Fix: Prevent deadlocks during mtime/size/etag propagation
Carl Schwan [Tue, 18 Oct 2022 12:06:11 +0000 (14:06 +0200)]
More fixes
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
Carl Schwan [Tue, 11 Oct 2022 12:00:15 +0000 (14:00 +0200)]
Small progress with fixing unit tests
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
Carl Schwan [Mon, 10 Oct 2022 14:09:14 +0000 (16:09 +0200)]
Propagate attributes when resharing
When updating a share, load the node from the initiator instead of the
owner similar to how this is done when creating the share.
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
Vincent Petry [Thu, 27 Oct 2022 08:46:10 +0000 (10:46 +0200)]
Merge pull request #34355 from nextcloud/backport/34348/stable24
[stable24] Fix renaming in shared with you file list
John Molakvoæ [Thu, 27 Oct 2022 08:21:04 +0000 (10:21 +0200)]
24.0.7 RC1
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
Nextcloud bot [Thu, 27 Oct 2022 02:14:11 +0000 (02:14 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Julius Härtl [Wed, 26 Oct 2022 19:32:51 +0000 (21:32 +0200)]
Merge pull request #33185 from nextcloud/dependabot/composer/build/integration/stable24/behat/behat-approx-3.11.0
Roeland Jago Douma [Wed, 26 Oct 2022 18:00:05 +0000 (20:00 +0200)]
Merge pull request #34812 from nextcloud/automated/noid/stable24-update-psalm-baseline
[stable24] Update psalm-baseline.xml
Julius Härtl [Wed, 26 Oct 2022 14:49:23 +0000 (16:49 +0200)]
Merge pull request #34824 from nextcloud/backport/34788/stable24
[stable24] Check share attributes on preview endpoints
Julius Härtl [Tue, 25 Oct 2022 07:15:39 +0000 (09:15 +0200)]
Check share attributes on preview endpoints
Signed-off-by: Julius Härtl <jus@bitgrid.net>
nextcloud-command [Wed, 26 Oct 2022 04:30:54 +0000 (04:30 +0000)]
Update psalm baseline
Signed-off-by: GitHub <noreply@github.com>
Nextcloud bot [Wed, 26 Oct 2022 02:13:58 +0000 (02:13 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Simon L [Tue, 25 Oct 2022 16:08:47 +0000 (18:08 +0200)]
Merge pull request #34805 from nextcloud/backport/34706/stable24
[stable24] update notifications for one-click instances
Côme Chilliet [Tue, 25 Oct 2022 15:25:38 +0000 (17:25 +0200)]
Merge pull request #34802 from nextcloud/fix/backport-pre-commit-24
Add pre-commit configuration to stable24 as well
Côme Chilliet [Tue, 25 Oct 2022 15:21:50 +0000 (17:21 +0200)]
Merge pull request #34795 from nextcloud/backport/34774/stable24
[stable24] Expose mapped user count from LDAP and use that for user limit check
raul [Mon, 3 Oct 2022 11:40:57 +0000 (13:40 +0200)]
Fix unencrypted size calculation for files created before the Encryption storage is enabled
Signed-off-by: raul <raul@nextcloud.com>
raul [Thu, 29 Sep 2022 17:01:42 +0000 (19:01 +0200)]
Fix: Prevent deadlocks during mtime/size/etag propagation
Signed-off-by: raul <raul@nextcloud.com>
szaimen [Thu, 20 Oct 2022 15:45:46 +0000 (17:45 +0200)]
update notifications for one-click instances
Signed-off-by: szaimen <szaimen@e.mail.de>
Côme Chilliet [Fri, 30 Sep 2022 12:27:36 +0000 (14:27 +0200)]
add .pre-commit-config.yaml to expected files in checker
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Côme Chilliet [Tue, 25 Oct 2022 07:13:56 +0000 (09:13 +0200)]
Fix autoloaders
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Côme Chilliet [Tue, 25 Oct 2022 07:12:02 +0000 (09:12 +0200)]
Update lib/public/User/Backend/ICountMappedUsersBackend.php
Co-authored-by: Simon L. <szaimen@e.mail.de>
Signed-off-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com>
Côme Chilliet [Mon, 24 Oct 2022 15:32:51 +0000 (17:32 +0200)]
Add missing file
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Côme Chilliet [Mon, 24 Oct 2022 14:39:43 +0000 (16:39 +0200)]
Expose mapped user count from LDAP and use that for user limit check
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Vincent Petry [Tue, 25 Oct 2022 12:49:50 +0000 (14:49 +0200)]
Merge pull request #34730 from nextcloud/backport/33945/stable24
[stable24] LDAP to not register new users when outside of fair use or over limits
Côme Chilliet [Tue, 25 Oct 2022 12:07:11 +0000 (14:07 +0200)]
Backport pre-commit config from master
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Daniel [Tue, 25 Oct 2022 12:03:43 +0000 (14:03 +0200)]
Merge pull request #34792 from nextcloud/backport/32859/stable24
[stable24] Fix Uninitialized string offset 0 at GenerateMimetypeFileBuilder.php#39
Robin Appelman [Mon, 15 Aug 2022 10:45:41 +0000 (12:45 +0200)]
add tests for cached mount provider migration
Signed-off-by: Robin Appelman <robin@icewind.nl>
Robin Appelman [Mon, 15 Aug 2022 09:53:54 +0000 (11:53 +0200)]
fix updating cached mounts that didn't have their mount provider set previously
Signed-off-by: Robin Appelman <robin@icewind.nl>
Côme Chilliet [Tue, 25 Oct 2022 10:20:08 +0000 (12:20 +0200)]
Fix return types of createUser method
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Daniel Kesselberg [Mon, 13 Jun 2022 09:58:16 +0000 (11:58 +0200)]
Fix Uninitialized string offset 0 at GenerateMimetypeFileBuilder.php#39
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
Nextcloud bot [Tue, 25 Oct 2022 02:18:51 +0000 (02:18 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Robin Appelman [Thu, 13 Oct 2022 13:34:48 +0000 (15:34 +0200)]
fix null error in getUnencryptedSize
Signed-off-by: Robin Appelman <robin@icewind.nl>
Côme Chilliet [Mon, 24 Oct 2022 08:20:17 +0000 (10:20 +0200)]
Fix createUser return type in docblock to match code
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Côme Chilliet [Mon, 24 Oct 2022 08:11:06 +0000 (10:11 +0200)]
Get rid of calls to OCP\Server which is not available is 24
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
blizzz [Fri, 21 Oct 2022 11:46:44 +0000 (13:46 +0200)]
extended hint message
Co-authored-by: Simon L. <szaimen@e.mail.de>
Signed-off-by: blizzz <blizzz@arthur-schiwon.de>
Arthur Schiwon [Tue, 18 Oct 2022 21:36:14 +0000 (23:36 +0200)]
improve admin notification experience
- do not stack notifications, replace them
- and replace them once a day only
- with LDAP it might end in total spam terror (also push) otherwise
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Arthur Schiwon [Tue, 18 Oct 2022 21:26:16 +0000 (23:26 +0200)]
[LDAP] throw exception only against prov api
- unbreaks functionality for end users when on demand mapping takes
place
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Arthur Schiwon [Tue, 6 Sep 2022 20:34:54 +0000 (22:34 +0200)]
LDAP to no register new users when outside of fair use or over limits
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Nextcloud bot [Mon, 24 Oct 2022 02:15:10 +0000 (02:15 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Simon L [Sun, 23 Oct 2022 14:54:26 +0000 (16:54 +0200)]
Merge pull request #34750 from nextcloud/backport/33087/stable24
[stable24] fix external storages access
szaimen [Fri, 1 Jul 2022 18:30:35 +0000 (20:30 +0200)]
fix external storages access
Signed-off-by: szaimen <szaimen@e.mail.de>
Nextcloud bot [Sun, 23 Oct 2022 02:14:55 +0000 (02:14 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Sat, 22 Oct 2022 02:15:58 +0000 (02:15 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Fri, 21 Oct 2022 02:14:53 +0000 (02:14 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Anna [Thu, 20 Oct 2022 09:48:01 +0000 (11:48 +0200)]
Merge pull request #34381 from nextcloud/backport/34289/stable24
[stable24] Url encode the web dav url for copying
Nextcloud bot [Thu, 20 Oct 2022 02:18:47 +0000 (02:18 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
blizzz [Wed, 19 Oct 2022 09:03:20 +0000 (11:03 +0200)]
Merge pull request #34454 from nextcloud/backport/33737/stable24
[stable24] Makes untrusted domain error on info
Nextcloud bot [Wed, 19 Oct 2022 02:14:48 +0000 (02:14 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Tue, 18 Oct 2022 02:14:45 +0000 (02:14 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Mon, 17 Oct 2022 02:14:51 +0000 (02:14 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Sun, 16 Oct 2022 02:14:47 +0000 (02:14 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Sat, 15 Oct 2022 02:14:41 +0000 (02:14 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Julien Veyssier [Fri, 14 Oct 2022 16:01:54 +0000 (18:01 +0200)]
Merge pull request #34600 from nextcloud/backport/34135/stable24
[stable24] Fix "email changed" activity email check
Robin Appelman [Wed, 5 Oct 2022 10:39:00 +0000 (12:39 +0200)]
return proper error code when reporting exception fails in remote.php
Signed-off-by: Robin Appelman <robin@icewind.nl>
Julien Veyssier [Mon, 19 Sep 2022 10:42:44 +0000 (12:42 +0200)]
check disable_activity.email_address_changed_by_admin when email is changed by admin via the OCS API
Signed-off-by: Julien Veyssier <eneiluj@posteo.net>