summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2022-09-1820-2/+62
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2022-09-17308-1030/+1294
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #34106 from nextcloud/backport/34100/stable24Vincent Petry2022-09-164-4/+15
|\ | | | | [stable24] Reset global search on files sidebar navigation change
| * Reset global search on files sidebar navigation changeChristopher Ng2022-09-164-4/+15
| | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | Merge pull request #34090 from nextcloud/backport/34067/stable24Carl Schwan2022-09-163-1/+3
|\ \ | |/ |/| [stable24] Convert file_metadata.id from int(11) to bigint(20)
| * Update Version24000Date20220404230027.phptimm2k2022-09-151-1/+1
| | | | | | Signed-off-by: timm2k <timm2k@gmx.de>
| * Update ConvertFilecacheBigInt.phptimm2k2022-09-151-0/+1
| | | | | | Signed-off-by: timm2k <timm2k@gmx.de>
| * Update CheckSetupController.phptimm2k2022-09-151-0/+1
| | | | | | | | | | file_metadata.id needs to be bigint(20). Signed-off-by: timm2k <timm2k@gmx.de>
* | [tx-robot] updated from transifexNextcloud bot2022-09-16434-752/+876
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #33700 from nextcloud/groupfolder-system-encryption-24Vincent Petry2022-09-151-0/+10
|\ \ | |/ |/| [24] make groupfolders use system wide encryption keys
| * make groupfolders use system wide encryption keysRobin Appelman2022-09-151-0/+10
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | [tx-robot] updated from transifexNextcloud bot2022-09-15300-506/+920
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | [tx-robot] updated from transifexNextcloud bot2022-09-1440-10/+150
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | [tx-robot] updated from transifexNextcloud bot2022-09-138-4/+104
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | 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