summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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>
* | | | | [tx-robot] updated from transifexNextcloud bot2022-08-26248-1064/+902
| |_|_|/ |/| | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Merge pull request #33689 from nextcloud/fix/noid/reduce-log-sharepointVincent Petry2022-08-251-0/+5
|\ \ \ \ | | | | | | | | | | [stable24] logger ignore args of sharepoint-related methods
| * | | | logger ignore args of sharepoint-related methodsArthur Schiwon2022-08-251-0/+5
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | | | Merge pull request #33676 from nextcloud/backport/33624/stable24blizzz2022-08-251-34/+35
|\ \ \ \ \ | |/ / / / |/| | | | [stable24] Update CRL
| * | | | Update CRLArthur Schiwon2022-08-241-34/+35
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | | | [tx-robot] updated from transifexNextcloud bot2022-08-2510-8/+40
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | Merge pull request #33642 from ↵Carl Schwan2022-08-244-11/+11
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/stable24/marked-4.0.19 Bump marked from 4.0.13 to 4.0.19
| * | | | | Bump marked from 4.0.13 to 4.0.19dependabot[bot]2022-08-234-11/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | | | Merge pull request #33667 from nextcloud/backport/33639/stable24blizzz2022-08-241-27/+20
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | [stable24] Fix plural usage in LDAP wizard
| * | | | | Remove unused methodJoas Schilling2022-08-241-14/+0
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | | Fix plural usage in LDAP wizardJoas Schilling2022-08-241-13/+20
|/ / / / / | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | Merge pull request #33663 from ↵Julius Härtl2022-08-241-5/+0
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/automated/noid/stable24-update-psalm-baseline [stable24] Update psalm-baseline.xml
| * | | | | Update psalm baselinenextcloud-command2022-08-241-5/+0
|/ / / / / | | | | | | | | | | | | | | | Signed-off-by: GitHub <noreply@github.com>
* | | | | [tx-robot] updated from transifexNextcloud bot2022-08-24124-324/+324
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | Merge pull request #33651 from nextcloud/backport/33617/stable24Joas Schilling2022-08-233-5/+5
|\ \ \ \ \ | |_|_|_|/ |/| | | | [stable24] Fix carddav activities
| * | | | Fix carddav activitiesJoas Schilling2022-08-233-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | | Merge pull request #33636 from nextcloud/backport/33433/stable24Louis2022-08-232-26/+43
|\ \ \ \ \ | | | | | | | | | | | | [stable24] Fix encryption:fix-encrypted-version command when encrypted is set to 0
| * | | | | Adapt test to fixed command output.Côme Chilliet2022-08-221-3/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | No user and non-existing user are now correctly treated as two separated cases Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | | Fix encryption:fix-encrypted-version command when encrypted is set to 0Côme Chilliet2022-08-221-0/+16
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | | Improve typing in FixEncryptedVersion commandCôme Chilliet2022-08-221-23/+13
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | | | | Merge pull request #33644 from nextcloud/backport/32216/stable24blizzz2022-08-231-6/+13
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | [stable24] Respect user settings in php.ini if they are big enough
| * | | | | Fix suggestions by @artonageMicke Nordin2022-08-221-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Micke Nordin <kano@sunet.se>