summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #34021 from nextcloud/backport/33921/stable24Simon L2022-09-121-0/+4
|\ | | | | [stable24] Do not empty config.php file if reading failed for any reason
| * Do not empty config.php file if reading failed for any reasonCôme Chilliet2022-09-121-0/+4
|/ | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2022-09-112-8/+20
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2022-09-1020-28/+148
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #33461 from ↵dependabot[bot]2022-09-096-22/+26
|\ | | | | | | nextcloud/dependabot/npm_and_yarn/stable24/nextcloud/dialogs-3.1.4
| * Bump @nextcloud/dialogs from 3.1.2 to 3.1.4dependabot[bot]2022-09-096-22/+26
|/ | | | | | | | | | | | | | | | | 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>
* [tx-robot] updated from transifexNextcloud bot2022-09-0914-54/+662
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #33983 from nextcloud/backport/33788/stable24blizzz2022-09-082-31/+59
|\ | | | | [stable24] Improve getting recent files performance
| * Filter out old files when trying to get recent filesCarl Schwan2022-09-082-31/+59
|/ | | | | | | 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>
* Merge pull request #33912 from nextcloud/release/24.0.5v24.0.5blizzz2022-09-081-2/+2
|\ | | | | 24.0.5
| * 24.0.5Arthur Schiwon2022-09-061-2/+2
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | [tx-robot] updated from transifexNextcloud bot2022-09-0850-178/+634
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #33935 from nextcloud/revert-33920-backport/33813/stable24blizzz2022-09-071-1/+1
|\ \ | | | | | | Revert "[stable24] Compare lowercase email when updating from ldap"
| * | Revert "[stable24] Compare lowercase email when updating from ldap"blizzz2022-09-071-1/+1
|/ /
* | Merge pull request #33920 from nextcloud/backport/33813/stable24Carl Schwan2022-09-071-1/+1
|\ \ | | | | | | [stable24] Compare lowercase email when updating from ldap
| * | I dug into it again, and the issue is much simpler than I previously though.Louis Chemineau2022-09-061-1/+1
| |/ | | | | | | | | | | | | | | | | | | | | - 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>
* / [tx-robot] updated from transifexNextcloud bot2022-09-07240-516/+710
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2022-09-0620-4/+98
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2022-09-0530-0/+134
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2022-09-0420-2/+106
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2022-09-03310-1912/+1934
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2022-09-0232-4/+300
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #33761 from nextcloud/release/24.0.5_rc1v24.0.5rc1blizzz2022-09-011-2/+2
|\ | | | | 24.0.5 RC1
| * 24.0.5 RC1Arthur Schiwon2022-08-301-2/+2
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | Merge pull request #33782 from nextcloud/backport/33139/stable24blizzz2022-09-012-0/+11
|\ \ | | | | | | [stable24] Check calendar URI length before creation
| * | Check address book URI length before creationJoas Schilling2022-09-011-0/+4
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | Check calendar URI length before creationAnna Larch2022-09-011-0/+7
| | | | | | | | | | | | Signed-off-by: Anna Larch <anna@nextcloud.com>
* | | Merge pull request #33749 from nextcloud/backport/33734/stable24Vincent Petry2022-09-011-1/+1
|\ \ \ | |/ / |/| | [stable24] remove leading slash for search results at mountpoint root
| * | remove leading slash for search results at mountpoint rootRobin Appelman2022-08-301-1/+1
| |/ | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | [tx-robot] updated from transifexNextcloud bot2022-09-01316-1012/+1070
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | [tx-robot] updated from transifexNextcloud bot2022-08-31146-154/+154
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #33696 from nextcloud/backport/33375/stable24blizzz2022-08-306-0/+96
|\ \ | | | | | | [stable24] Add back TokenCleanupJob to invalidate old temporary tokens
| * | Add back TokenCleanupJob to invalidate old temporary tokensThomas Citharel2022-08-256-0/+96
| | | | | | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* | | Merge pull request #33656 from nextcloud/backport/33574/stable24blizzz2022-08-302-4/+10
|\ \ \ | | | | | | | | [stable24] directly build the search filter for shared storage instead of setting up the source cache
| * | | directly build the search filter for shared storage instead of setting up ↵Robin Appelman2022-08-232-4/+10
| | | | | | | | | | | | | | | | | | | | | | | | the source cache Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | Merge pull request #33603 from nextcloud/jail-search-post-24blizzz2022-08-301-5/+7
|\ \ \ \ | | | | | | | | | | [24] optimize search post-processing for jail wrapper
| * | | | optimize search post-processing for jail wrapperRobin Appelman2022-08-181-5/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | | Merge pull request #33514 from nextcloud/backport/33513/stable24blizzz2022-08-301-4/+17
|\ \ \ \ \ | |_|_|_|/ |/| | | | [stable24] Recover installation when creating the database user fails and improve password strength
| * | | | Create more secure passwords by defaultJoas Schilling2022-08-121-4/+10
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | Recover installation when creating the user failedJoas Schilling2022-08-121-0/+7
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | [tx-robot] updated from transifexNextcloud bot2022-08-30140-196/+204
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | Merge pull request #33720 from nextcloud/backport/33713/stable24Vincent Petry2022-08-299-12/+88
|\ \ \ \ \ | | | | | | | | | | | | [stable24] Fix copy in view-only mode
| * | | | | Remove copy in file actions when not allowedVincent Petry2022-08-265-5/+27
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com>
| * | | | | Fix copy in view-only modeVincent Petry2022-08-264-1/+22
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com>
| * | | | | Add int test for view-only downloadVincent Petry2022-08-262-7/+40
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Asserts that downloading a view-only document returns 403. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* | | | | | [tx-robot] updated from transifexNextcloud bot2022-08-298-2/+26
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | [tx-robot] updated from transifexNextcloud bot2022-08-2816-8/+76
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | [tx-robot] updated from transifexNextcloud bot2022-08-27306-680/+1264
|/ / / / / | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | Merge pull request #33604 from nextcloud/search-shared-post-process-filter-24Vincent Petry2022-08-261-0/+8
|\ \ \ \ \ | | | | | | | | | | | | [24] further pre-filter search result before setting up share source cache
| * | | | | further pre-filter search result before setting up share source cacheRobin Appelman2022-08-181-0/+8
| | |/ / / | |/| | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>