summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #33569 from nextcloud/enh/hide-projectsJulius Härtl2022-08-255-5/+17
|\ | | | | Add config option to hide deprecated projects in sharing tab by default
| * Hide deprecated projects in sharing tab by defaultChristopher Ng2022-08-185-5/+17
| | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | [tx-robot] updated from transifexNextcloud bot2022-08-2510-8/+40
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #33662 from ↵Carl Schwan2022-08-241-8/+0
|\ \ | | | | | | | | | | | | nextcloud/automated/noid/master-update-psalm-baseline [master] Update psalm-baseline.xml
| * | Update psalm baselinenextcloud-command2022-08-241-8/+0
| | | | | | | | | | | | Signed-off-by: GitHub <noreply@github.com>
* | | Merge pull request #33670 from ↵Louis2022-08-243-3/+3
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/debt/noid/type-hints-confirm-destructive Update typehint for confirmDestructive
| * | | Update typehint for confirmDestructiveDaniel Kesselberg2022-08-243-3/+3
| |/ / | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | | Merge pull request #33593 from nextcloud/improve-binary-cachingCarl Schwan2022-08-2437-201/+278
|\ \ \ | |/ / |/| | Move findBinaryFinder and isFunctionEnabled away from OC_Helper
| * | Move findBinaryFinder and isFunctionEnabled away from OC_HelperCarl Schwan2022-08-2337-201/+278
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | findBinaryFinder is now a service that is still private but with some minor optimization (remove the hasKey check). isFunctionEnabled is now in OCP\Util Both function are still keep but all internal usage in nextcloud/server were migrated to the new usage, so that we can remove it in 26 Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | | [tx-robot] updated from transifexNextcloud bot2022-08-24124-324/+324
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #33047 from nextcloud/fix/ijob-logger-deprecatedCarl Schwan2022-08-2331-348/+246
|\ \ \ | | | | | | | | Deprecated ILogger from IJob
| * | | Fix many tests and warningsCarl Schwan2022-08-0811-106/+37
| | | | | | | | | | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
| * | | Port existing server code to new interfaceCarl Schwan2022-08-0828-229/+160
| | | | | | | | | | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
| * | | Deprecated ILogger from IJobCarl Schwan2022-08-084-25/+61
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Since the ILogger will be soon removed we need to ensure that nothing in the public api use it. Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | | | Merge pull request #33574 from nextcloud/search-share-query-filter-no-initVincent Petry2022-08-232-4/+10
|\ \ \ \ | | | | | | | | | | 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-172-4/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the source cache Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | Merge pull request #32162 from nextcloud/enh/session-reopenVincent Petry2022-08-237-14/+74
|\ \ \ \ \ | | | | | | | | | | | | Avoid locking the php session
| * | | | | Move setting of gc_maxlifetime to initSessionJulius Härtl2022-08-171-3/+2
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | | | Add config option to disable strict session timeout to be able to use ↵Julius Härtl2022-08-173-4/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | read_and_close Fixed https://github.com/nextcloud/server/issues/29356 Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | | | Reopen sessions if we need to write to them instead of keeping them openJulius Härtl2022-08-176-8/+45
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Sessions are a locking operation until we write close them, so close them early and reopen later in case we want to write to them Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | | Merge pull request #33595 from nextcloud/fix/cache-profile-configCarl Schwan2022-08-231-1/+8
|\ \ \ \ \ | | | | | | | | | | | | Cache ConfigProfile
| * | | | | Cache ConfigProfileCarl Schwan2022-08-181-1/+8
| | |_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | Reduce DB query count on homepage from 21 to 13 Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | | | | Merge pull request #33650 from ↵Carl Schwan2022-08-231-5/+0
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/automated/noid/master-update-psalm-baseline [master] Update psalm-baseline.xml
| * | | | | Update psalm baselinenextcloud-command2022-08-231-5/+0
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: GitHub <noreply@github.com>
* | | | | | Merge pull request #33639 from nextcloud/bugfix/noid/fix-plural-usage-in-ldapblizzz2022-08-231-27/+20
|\ \ \ \ \ \ | | | | | | | | | | | | | | Fix plural usage in LDAP wizard
| * | | | | | Remove unused methodJoas Schilling2022-08-221-14/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | | | Fix plural usage in LDAP wizardJoas Schilling2022-08-221-13/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | | | Merge pull request #33001 from nextcloud/enh/imip-invitations-responsesAnna2022-08-239-11/+698
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | Support iMIP invitations from Mail
| * | | | | | Support iMIP invitations from MailAnna Larch2022-08-229-11/+698
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Anna Larch <anna@nextcloud.com>
* | | | | | | [tx-robot] updated from transifexNextcloud bot2022-08-2338-36/+38
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | | Merge pull request #33643 from nextcloud/enh/profile-handlingPytal2022-08-221-1/+1
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Improve handling of profile pageChristopher Ng2022-08-221-1/+1
|/ / / / / / | | | | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | | | | | Merge pull request #33627 from nextcloud/dependabot/npm_and_yarn/p-queue-7.3.0dependabot[bot]2022-08-224-11/+11
|\ \ \ \ \ \
| * | | | | | Bump p-queue from 7.2.0 to 7.3.0dependabot[bot]2022-08-224-11/+11
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [p-queue](https://github.com/sindresorhus/p-queue) from 7.2.0 to 7.3.0. - [Release notes](https://github.com/sindresorhus/p-queue/releases) - [Commits](https://github.com/sindresorhus/p-queue/compare/v7.2.0...v7.3.0) --- updated-dependencies: - dependency-name: p-queue dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | | | | | Merge pull request #33638 from nextcloud/fix/user-mgmt-avatar-sizeChristoph Wurst2022-08-227-16/+11
|\ \ \ \ \ \ | | | | | | | | | | | | | | Request 64px avatars for the user management
| * | | | | | Request 64px avatars for the user managementChristoph Wurst2022-08-227-16/+11
|/ / / / / / | | | | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | | | Merge pull request #33624 from nextcloud/updateCrlblizzz2022-08-221-35/+35
|\ \ \ \ \ \ | |/ / / / / |/| | | | | Update crl after revoke money.csr
| * | | | | Update crl after revoke money.csrVitor Mattos2022-08-191-35/+35
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Reference: https://github.com/nextcloud/app-certificate-requests/pull/534 Signed-off-by: Vitor Mattos <vitor@php.rio>
* | | | | | Merge pull request #33623 from NoSleep82/masterblizzz2022-08-221-2/+2
|\ \ \ \ \ \ | | | | | | | | | | | | | | Update LostController.php
| * | | | | | Update core/Controller/LostController.phpNoSleep822022-08-211-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: John Molakvoæ <skjnldsv@users.noreply.github.com> Signed-off-by: NoSleep82 <52562874+NoSleep82@users.noreply.github.com>
| * | | | | | Update LostController.phpNoSleep822022-08-191-2/+2
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | i would be useful to know who is trying to reset the password (misspelled username or email, ex user or some sort of attack) Signed-off-by: NoSleep82 <52562874+NoSleep82@users.noreply.github.com>
* | | | | | Merge pull request #33433 from nextcloud/fix/add-option-to-fix-encryptedCôme Chilliet2022-08-222-26/+43
|\ \ \ \ \ \ | | | | | | | | | | | | | | Fix encryption:fix-encrypted-version command when encrypted is set to 0
| * | | | | | Adapt test to fixed command output.Côme Chilliet2022-08-041-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-021-0/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | | | Improve typing in FixEncryptedVersion commandCôme Chilliet2022-08-021-23/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | | | | | [tx-robot] updated from transifexNextcloud bot2022-08-2212-12/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | | [tx-robot] updated from transifexNextcloud bot2022-08-218-16/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | | Merge pull request #33626 from ↵Carl Schwan2022-08-202-18/+16
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/puppeteer-16.2.0 Bump puppeteer from 15.5.0 to 16.2.0
| * | | | | | | Bump puppeteer from 15.5.0 to 16.2.0dependabot[bot]2022-08-202-18/+16
| | |/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [puppeteer](https://github.com/puppeteer/puppeteer) from 15.5.0 to 16.2.0. - [Release notes](https://github.com/puppeteer/puppeteer/releases) - [Changelog](https://github.com/puppeteer/puppeteer/blob/main/CHANGELOG.md) - [Commits](https://github.com/puppeteer/puppeteer/compare/v15.5.0...v16.2.0) --- updated-dependencies: - dependency-name: puppeteer dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
* / | | | | | [tx-robot] updated from transifexNextcloud bot2022-08-208-0/+12
|/ / / / / / | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>