]>
source.dussan.org Git - nextcloud-server.git/log
Vincent Petry [Thu, 15 Sep 2022 20:58:05 +0000 (22:58 +0200)]
Merge pull request #33700 from nextcloud/groupfolder-system-encryption-24
[24] make groupfolders use system wide encryption keys
Robin Appelman [Thu, 25 Aug 2022 13:23:04 +0000 (15:23 +0200)]
make groupfolders use system wide encryption keys
Signed-off-by: Robin Appelman <robin@icewind.nl>
Nextcloud bot [Thu, 15 Sep 2022 02:32:04 +0000 (02:32 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Wed, 14 Sep 2022 02:27:02 +0000 (02:27 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Tue, 13 Sep 2022 02:27:32 +0000 (02:27 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Simon L [Mon, 12 Sep 2022 08:54:37 +0000 (10:54 +0200)]
Merge pull request #34021 from nextcloud/backport/33921/stable24
[stable24] Do not empty config.php file if reading failed for any reason
Côme Chilliet [Tue, 6 Sep 2022 15:22:16 +0000 (17:22 +0200)]
Do not empty config.php file if reading failed for any reason
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Nextcloud bot [Sun, 11 Sep 2022 02:31:23 +0000 (02:31 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Sat, 10 Sep 2022 02:30:40 +0000 (02:30 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
dependabot[bot] [Fri, 9 Sep 2022 19:32:45 +0000 (19:32 +0000)]
Merge pull request #33461 from nextcloud/dependabot/npm_and_yarn/stable24/nextcloud/dialogs-3.1.4
dependabot[bot] [Fri, 9 Sep 2022 05:10:56 +0000 (05:10 +0000)]
Bump @nextcloud/dialogs from 3.1.2 to 3.1.4
Bumps [@nextcloud/dialogs](https://github.com/nextcloud/nextcloud-dialogs) from 3.1.2 to 3.1.4.
- [Release notes](https://github.com/nextcloud/nextcloud-dialogs/releases)
- [Changelog](https://github.com/nextcloud/nextcloud-dialogs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nextcloud/nextcloud-dialogs/compare/v3.1.2...v3.1.4)
---
updated-dependencies:
- dependency-name: "@nextcloud/dialogs"
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Nextcloud bot [Fri, 9 Sep 2022 02:26:37 +0000 (02:26 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
blizzz [Thu, 8 Sep 2022 19:32:20 +0000 (21:32 +0200)]
Merge pull request #33983 from nextcloud/backport/33788/stable24
[stable24] Improve getting recent files performance
Carl Schwan [Thu, 1 Sep 2022 08:45:50 +0000 (10:45 +0200)]
Filter out old files when trying to get recent files
Only do so when asking for less than 100 files and having an offset
equal to 0.
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
blizzz [Thu, 8 Sep 2022 09:52:04 +0000 (11:52 +0200)]
Merge pull request #33912 from nextcloud/release/24.0.5
24.0.5
Nextcloud bot [Thu, 8 Sep 2022 02:26:15 +0000 (02:26 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
blizzz [Wed, 7 Sep 2022 16:12:56 +0000 (18:12 +0200)]
Merge pull request #33935 from nextcloud/revert-33920-backport/33813/stable24
Revert "[stable24] Compare lowercase email when updating from ldap"
blizzz [Wed, 7 Sep 2022 10:26:16 +0000 (12:26 +0200)]
Revert "[stable24] Compare lowercase email when updating from ldap"
Carl Schwan [Wed, 7 Sep 2022 10:17:57 +0000 (12:17 +0200)]
Merge pull request #33920 from nextcloud/backport/33813/stable24
[stable24] Compare lowercase email when updating from ldap
Nextcloud bot [Wed, 7 Sep 2022 02:25:52 +0000 (02:25 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Louis Chemineau [Tue, 6 Sep 2022 08:58:01 +0000 (10:58 +0200)]
I dug into it again, and the issue is much simpler than I previously though.
- LDAP has an email address with capital letters
- NC store this address in lower case
- When the user logs in, we compare the [stored email with the new lower case email](https://github.com/nextcloud/server/blob/master/lib/private/AllConfig.php#L259-L261) before storing it. Here, both email will be the same, so we won't store the new email address with upper case letters. Which is what we want.
- We then [compare emails as they are before triggering an event](https://github.com/nextcloud/server/blob/master/lib/private/User/User.php#L202-L204), they won't match, so the user will receive an email signaling an email change every time he logs in.
The fix is to compare the old email with the new lower case email before sending the event.
Signed-off-by: Louis Chemineau <louis@chmn.me>
Arthur Schiwon [Tue, 6 Sep 2022 08:28:17 +0000 (10:28 +0200)]
24.0.5
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Nextcloud bot [Tue, 6 Sep 2022 02:25:13 +0000 (02:25 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Mon, 5 Sep 2022 02:25:00 +0000 (02:25 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Sun, 4 Sep 2022 02:24:26 +0000 (02:24 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Sat, 3 Sep 2022 02:30:39 +0000 (02:30 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Fri, 2 Sep 2022 02:24:55 +0000 (02:24 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
blizzz [Thu, 1 Sep 2022 08:50:54 +0000 (10:50 +0200)]
Merge pull request #33761 from nextcloud/release/24.0.5_rc1
24.0.5 RC1
blizzz [Thu, 1 Sep 2022 07:28:46 +0000 (09:28 +0200)]
Merge pull request #33782 from nextcloud/backport/33139/stable24
[stable24] Check calendar URI length before creation
Vincent Petry [Thu, 1 Sep 2022 07:27:59 +0000 (09:27 +0200)]
Merge pull request #33749 from nextcloud/backport/33734/stable24
[stable24] remove leading slash for search results at mountpoint root
Joas Schilling [Fri, 26 Aug 2022 11:58:18 +0000 (13:58 +0200)]
Check address book URI length before creation
Signed-off-by: Joas Schilling <coding@schilljs.com>
Anna Larch [Wed, 6 Jul 2022 17:16:38 +0000 (19:16 +0200)]
Check calendar URI length before creation
Signed-off-by: Anna Larch <anna@nextcloud.com>
Nextcloud bot [Thu, 1 Sep 2022 02:37:51 +0000 (02:37 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Wed, 31 Aug 2022 02:24:16 +0000 (02:24 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
blizzz [Tue, 30 Aug 2022 15:48:30 +0000 (17:48 +0200)]
Merge pull request #33696 from nextcloud/backport/33375/stable24
[stable24] Add back TokenCleanupJob to invalidate old temporary tokens
blizzz [Tue, 30 Aug 2022 15:48:11 +0000 (17:48 +0200)]
Merge pull request #33656 from nextcloud/backport/33574/stable24
[stable24] directly build the search filter for shared storage instead of setting up the source cache
blizzz [Tue, 30 Aug 2022 15:47:49 +0000 (17:47 +0200)]
Merge pull request #33603 from nextcloud/jail-search-post-24
[24] optimize search post-processing for jail wrapper
blizzz [Tue, 30 Aug 2022 15:45:29 +0000 (17:45 +0200)]
Merge pull request #33514 from nextcloud/backport/33513/stable24
[stable24] Recover installation when creating the database user fails and improve password strength
Arthur Schiwon [Tue, 30 Aug 2022 15:28:56 +0000 (17:28 +0200)]
24.0.5 RC1
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Robin Appelman [Mon, 29 Aug 2022 15:33:43 +0000 (17:33 +0200)]
remove leading slash for search results at mountpoint root
Signed-off-by: Robin Appelman <robin@icewind.nl>
Nextcloud bot [Tue, 30 Aug 2022 02:24:51 +0000 (02:24 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Vincent Petry [Mon, 29 Aug 2022 07:18:48 +0000 (09:18 +0200)]
Merge pull request #33720 from nextcloud/backport/33713/stable24
[stable24] Fix copy in view-only mode
Nextcloud bot [Mon, 29 Aug 2022 02:24:59 +0000 (02:24 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Sun, 28 Aug 2022 02:24:11 +0000 (02:24 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Sat, 27 Aug 2022 02:24:07 +0000 (02:24 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Vincent Petry [Fri, 26 Aug 2022 09:09:18 +0000 (11:09 +0200)]
Remove copy in file actions when not allowed
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
Vincent Petry [Fri, 26 Aug 2022 08:30:26 +0000 (10:30 +0200)]
Fix copy in view-only mode
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
Vincent Petry [Fri, 26 Aug 2022 08:26:14 +0000 (10:26 +0200)]
Add int test for view-only download
Asserts that downloading a view-only document returns 403.
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
Vincent Petry [Fri, 26 Aug 2022 07:05:47 +0000 (09:05 +0200)]
Merge pull request #33604 from nextcloud/search-shared-post-process-filter-24
[24] further pre-filter search result before setting up share source cache
Nextcloud bot [Fri, 26 Aug 2022 02:24:58 +0000 (02:24 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Thomas Citharel [Wed, 27 Jul 2022 08:52:05 +0000 (10:52 +0200)]
Add back TokenCleanupJob to invalidate old temporary tokens
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
Vincent Petry [Thu, 25 Aug 2022 11:31:20 +0000 (13:31 +0200)]
Merge pull request #33689 from nextcloud/fix/noid/reduce-log-sharepoint
[stable24] logger ignore args of sharepoint-related methods
blizzz [Thu, 25 Aug 2022 11:08:52 +0000 (13:08 +0200)]
Merge pull request #33676 from nextcloud/backport/33624/stable24
[stable24] Update CRL
Arthur Schiwon [Thu, 25 Aug 2022 09:48:03 +0000 (11:48 +0200)]
logger ignore args of sharepoint-related methods
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Nextcloud bot [Thu, 25 Aug 2022 02:25:11 +0000 (02:25 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Carl Schwan [Wed, 24 Aug 2022 21:01:58 +0000 (23:01 +0200)]
Merge pull request #33642 from nextcloud/dependabot/npm_and_yarn/stable24/marked-4.0.19
Bump marked from 4.0.13 to 4.0.19
blizzz [Wed, 24 Aug 2022 17:23:47 +0000 (19:23 +0200)]
Merge pull request #33667 from nextcloud/backport/33639/stable24
[stable24] Fix plural usage in LDAP wizard
Arthur Schiwon [Wed, 24 Aug 2022 15:27:51 +0000 (17:27 +0200)]
Update CRL
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Joas Schilling [Mon, 22 Aug 2022 12:15:32 +0000 (14:15 +0200)]
Remove unused method
Signed-off-by: Joas Schilling <coding@schilljs.com>
Joas Schilling [Mon, 22 Aug 2022 12:14:47 +0000 (14:14 +0200)]
Fix plural usage in LDAP wizard
Signed-off-by: Joas Schilling <coding@schilljs.com>
Julius Härtl [Wed, 24 Aug 2022 06:24:52 +0000 (08:24 +0200)]
Merge pull request #33663 from nextcloud/automated/noid/stable24-update-psalm-baseline
[stable24] Update psalm-baseline.xml
nextcloud-command [Wed, 24 Aug 2022 04:48:44 +0000 (04:48 +0000)]
Update psalm baseline
Signed-off-by: GitHub <noreply@github.com>
Nextcloud bot [Wed, 24 Aug 2022 02:27:35 +0000 (02:27 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Joas Schilling [Tue, 23 Aug 2022 18:42:15 +0000 (20:42 +0200)]
Merge pull request #33651 from nextcloud/backport/33617/stable24
[stable24] Fix carddav activities
dependabot[bot] [Mon, 22 Aug 2022 19:15:40 +0000 (19:15 +0000)]
Bump marked from 4.0.13 to 4.0.19
Bumps [marked](https://github.com/markedjs/marked) from 4.0.13 to 4.0.19.
- [Release notes](https://github.com/markedjs/marked/releases)
- [Changelog](https://github.com/markedjs/marked/blob/master/.releaserc.json)
- [Commits](https://github.com/markedjs/marked/compare/v4.0.13...v4.0.19)
---
updated-dependencies:
- dependency-name: marked
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Robin Appelman [Wed, 17 Aug 2022 09:58:57 +0000 (11:58 +0200)]
directly build the search filter for shared storage instead of setting up the source cache
Signed-off-by: Robin Appelman <robin@icewind.nl>
Louis [Tue, 23 Aug 2022 09:16:32 +0000 (11:16 +0200)]
Merge pull request #33636 from nextcloud/backport/33433/stable24
[stable24] Fix encryption:fix-encrypted-version command when encrypted is set to 0
blizzz [Tue, 23 Aug 2022 08:29:36 +0000 (10:29 +0200)]
Merge pull request #33644 from nextcloud/backport/32216/stable24
[stable24] Respect user settings in php.ini if they are big enough
Joas Schilling [Fri, 19 Aug 2022 08:04:32 +0000 (10:04 +0200)]
Fix carddav activities
The settings where combined last minute but at the same time the activities
where not adjusted to map an existing setting so the filter was not possible
to even limit it to the types that the activities had.
Signed-off-by: Joas Schilling <coding@schilljs.com>
John Molakvoæ [Tue, 23 Aug 2022 06:49:26 +0000 (08:49 +0200)]
Merge pull request #33648 from nextcloud/backport/33643/stable24
Nextcloud bot [Tue, 23 Aug 2022 02:24:52 +0000 (02:24 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Christopher Ng [Mon, 22 Aug 2022 19:26:56 +0000 (19:26 +0000)]
Improve handling of profile page
Signed-off-by: Christopher Ng <chrng8@gmail.com>
Micke Nordin [Mon, 16 May 2022 08:14:53 +0000 (10:14 +0200)]
Fix suggestions by @artonage
Signed-off-by: Micke Nordin <kano@sunet.se>
Mikael Nordin [Sat, 30 Apr 2022 14:30:11 +0000 (16:30 +0200)]
Simpler version as proposed by @artonage
Co-authored-by: Louis <6653109+artonge@users.noreply.github.com>
Signed-off-by: Micke Nordin <kano@sunet.se>
Micke Nordin [Fri, 29 Apr 2022 06:21:53 +0000 (08:21 +0200)]
Respect user settings in php.ini if they are big enough
In the admin guide:
* https://docs.nextcloud.com/server/latest/admin_manual/configuration_files/big_file_upload_configuration.html
it is mentioned that you can tweek:
* max_input_time
* max_execution_time
in order to enable larger file uploads. However, the current codebase
will hard code these values to one hour, no matter what the user sets in
php.ini.
This patch will allow the user to set these settings in php.ini and they
will be respected, if and only if, they are set to something bigger than
3600 seconds.
Signed-off-by: Micke Nordin <kano@sunet.se>
Côme Chilliet [Thu, 4 Aug 2022 08:06:36 +0000 (10:06 +0200)]
Adapt test to fixed command output.
No user and non-existing user are now correctly treated as two separated
cases
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Côme Chilliet [Tue, 2 Aug 2022 10:47:26 +0000 (12:47 +0200)]
Fix encryption:fix-encrypted-version command when encrypted is set to 0
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Côme Chilliet [Tue, 2 Aug 2022 10:11:15 +0000 (12:11 +0200)]
Improve typing in FixEncryptedVersion command
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Nextcloud bot [Mon, 22 Aug 2022 02:24:42 +0000 (02:24 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Sun, 21 Aug 2022 02:24:41 +0000 (02:24 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Sat, 20 Aug 2022 02:24:18 +0000 (02:24 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Robin Appelman [Wed, 17 Aug 2022 11:49:21 +0000 (13:49 +0200)]
further pre-filter search result before setting up share source cache
Signed-off-by: Robin Appelman <robin@icewind.nl>
Robin Appelman [Mon, 15 Aug 2022 18:52:12 +0000 (20:52 +0200)]
optimize search post-processing for jail wrapper
don't both asking the wrapped cache if we know it's not in our jail anyway
Signed-off-by: Robin Appelman <robin@icewind.nl>
Nextcloud bot [Thu, 18 Aug 2022 02:24:28 +0000 (02:24 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Louis [Wed, 17 Aug 2022 12:14:50 +0000 (14:14 +0200)]
Merge pull request #33538 from nextcloud/backport/33495/stable24
[stable24] Unify initial and updated quota display
Robin Appelman [Wed, 17 Aug 2022 09:13:22 +0000 (11:13 +0200)]
Merge pull request #33562 from nextcloud/empty-folder-size-24
[24] fix updating size when folder is empty
Nextcloud bot [Wed, 17 Aug 2022 02:25:23 +0000 (02:25 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Robin Appelman [Tue, 16 Aug 2022 09:16:14 +0000 (11:16 +0200)]
fix updating size when folder is empty
Signed-off-by: Robin Appelman <robin@icewind.nl>
Daniel Calviño Sánchez [Wed, 10 Aug 2022 09:23:27 +0000 (11:23 +0200)]
Show usage percenteage in the tooltip
The tooltip of the initial quota display showed the usage percenteage
and the total available space. However, the total available space was
redundant, as it was shown just below. The tooltip of the updated quota
display showed the usage percenteage, but based on the quota rather than
the total available space, so there was a mismatch between the tooltip
and the bar below. Now the tooltip of the initial and the updated quota
display both show just the usage percenteage based on the total
available space.
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
Daniel Calviño Sánchez [Wed, 10 Aug 2022 09:22:50 +0000 (11:22 +0200)]
Use total available space rather than quota when updating the display
The initial quota display uses the total available space rather than the
quota. Moreover, the relative usage is based on the total space rather
than the quota. Due to this now the total available space is also used
when updating the quota display.
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
Nextcloud bot [Tue, 16 Aug 2022 02:25:55 +0000 (02:25 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Mon, 15 Aug 2022 02:24:59 +0000 (02:24 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Sun, 14 Aug 2022 02:25:03 +0000 (02:25 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Sat, 13 Aug 2022 02:25:09 +0000 (02:25 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Joas Schilling [Fri, 12 Aug 2022 08:03:19 +0000 (10:03 +0200)]
Create more secure passwords by default
Signed-off-by: Joas Schilling <coding@schilljs.com>
Joas Schilling [Fri, 12 Aug 2022 07:43:38 +0000 (09:43 +0200)]
Recover installation when creating the user failed
Signed-off-by: Joas Schilling <coding@schilljs.com>
Nextcloud bot [Fri, 12 Aug 2022 02:24:41 +0000 (02:24 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
John Molakvoæ [Thu, 11 Aug 2022 07:28:58 +0000 (09:28 +0200)]
Merge pull request #33504 from nextcloud/release/24.0.4
John Molakvoæ [Thu, 11 Aug 2022 06:27:33 +0000 (08:27 +0200)]
24.0.4
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
Nextcloud bot [Thu, 11 Aug 2022 02:24:45 +0000 (02:24 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>