Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #44316 from nextcloud/fix/resolveGroupShares | John Molakvoæ | 2024-03-19 | 1 | -4/+6 |
|\ | |||||
| * | fix(sharing): resolveGroupShares setPermissions on null | skjnldsv | 2024-03-19 | 1 | -4/+6 |
| | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | ||||
* | | fix(AppDiscoverFetcher): Do not remove entries as expired that have no ↵ | Ferdinand Thiessen | 2024-03-19 | 1 | -18/+18 |
|/ | | | | | | expiry date Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | Merge pull request #44154 from nextcloud/enh/appapi-rate-limit-bypass | Joas Schilling | 2024-03-19 | 2 | -1/+9 |
|\ | | | | | Added rate limit bypass for app_api requests | ||||
| * | fix: add check for app_api_system session flag to bypass rate limit | Florian Klinger | 2024-03-18 | 2 | -1/+9 |
| | | | | | | | | | | Signed-off-by: Florian Klinger <florian.klinger@nextcloud.com> Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com> | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-03-19 | 4 | -2/+4 |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | fix: ensure nested mount points are handled in the correct order | Robin Appelman | 2024-03-18 | 1 | -0/+7 |
|/ | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | fix(Logger): Warn on invalid `loglevel` configuration option | Ferdinand Thiessen | 2024-03-17 | 1 | -1/+7 |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | fix: getLogLevel return type | skjnldsv | 2024-03-17 | 1 | -1/+2 |
| | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-03-17 | 2 | -0/+2 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Merge pull request #44189 from ↵ | John Molakvoæ | 2024-03-16 | 1 | -1/+1 |
|\ | | | | | | | nextcloud/artonge/fix/do_not_throw_exception_if_etag_is_not_set | ||||
| * | fix(files): Do not throw an exception if the etag is not set in metadata | Louis Chemineau | 2024-03-14 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me> | ||||
* | | Merge pull request #44004 from nextcloud/share-resolve-group-perf | John Molakvoæ | 2024-03-16 | 1 | -50/+28 |
|\ \ | |||||
| * | | perf: improve performance of resolving group shares | Robin Appelman | 2024-03-16 | 1 | -50/+28 |
| | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | | Merge pull request #43534 from nextcloud/enh/noid/log-mnor-syntax-update | John Molakvoæ | 2024-03-16 | 1 | -49/+20 |
|\ \ \ | |||||
| * | | | fix(core): remove deprecated code | Maxence Lange | 2024-03-12 | 1 | -6/+2 |
| | | | | | | | | | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | ||||
| * | | | fix(core): minor syntax update | Maxence Lange | 2024-03-12 | 1 | -45/+20 |
| | | | | | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | ||||
* | | | | Merge pull request #43446 from ↵ | John Molakvoæ | 2024-03-16 | 2 | -0/+65 |
|\ \ \ \ | |_|/ / |/| | | | | | | | jithin-space/add-patch-request-to-http-client-interface | ||||
| * | | | added @since 29.0.0 on comment | jithin-space | 2024-03-14 | 1 | -0/+1 |
| | | | | |||||
| * | | | added patch method | jithin-space | 2024-02-08 | 2 | -0/+64 |
| | | | | | | | | | | | | | | | | Signed-off-by: jithin-space <jithin.thankachan@gpsrenewables.com> | ||||
* | | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-03-16 | 4 | -2/+4 |
| | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | | | Merge pull request #43862 from nextcloud/enh/cancel-stt-scheduled-transcription | John Molakvoæ | 2024-03-15 | 2 | -0/+29 |
|\ \ \ \ | |||||
| * | | | | feat(stt): add ability to cancel a scheduled transcription | Julien Veyssier | 2024-03-15 | 2 | -0/+29 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net> | ||||
* | | | | | Merge pull request #41684 from nextcloud/feat/rst-mimetype | Anupam Kumar | 2024-03-15 | 1 | -0/+12 |
|\ \ \ \ \ | | | | | | | | | | | | | feat(mimetypes): Add mimetype for ReStructuredText | ||||
| * | | | | | feat(mimetypes): Add mimetype for ReStructuredText | Anupam Kumar | 2024-03-15 | 1 | -0/+12 |
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Anupam Kumar <kyteinsky@gmail.com> | ||||
* | | | | | | Merge pull request #40117 from summersab/refactor/OC-Server-getCommentsManager | John Molakvoæ | 2024-03-15 | 1 | -2/+3 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Refactor `OC\Server::getCommentsManager` | Andrew Summers | 2024-03-15 | 1 | -2/+3 |
| | |/ / / / | |/| | | | | | | | | | | | | | | | | Signed-off-by: Andrew Summers <18727110+summersab@users.noreply.github.com> | ||||
* | | | | | | Merge pull request #40125 from summersab/refactor/OC-Server-getThemingDefaults | John Molakvoæ | 2024-03-15 | 5 | -6/+6 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Merge branch 'master' into refactor/OC-Server-getThemingDefaults | John Molakvoæ | 2024-03-15 | 169 | -2356/+3884 |
| |\| | | | | | |||||
| * | | | | | | Merge branch 'master' into refactor/OC-Server-getThemingDefaults | John Molakvoæ | 2024-02-23 | 795 | -9166/+24392 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com> | ||||
| * | | | | | | | Refactor `OC\Server::getThemingDefaults` | Andrew Summers | 2023-08-29 | 5 | -6/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Andrew Summers <18727110+summersab@users.noreply.github.com> | ||||
* | | | | | | | | feat(files_sharing): allow to specify allowed groups to share instead of ↵ | Corentin Damman | 2024-03-15 | 2 | -12/+36 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | excluded groups Relates to #3387 Signed-off-by: Corentin Damman <c.damman@intopix.com> | ||||
* | | | | | | | | Merge pull request #40115 from ↵ | John Molakvoæ | 2024-03-15 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | summersab/refactor/OC-Server-getCapabilitiesManager | ||||
| * | | | | | | | | fix: php-cs `CapabilitiesManager` | John Molakvoæ | 2024-03-15 | 1 | -1/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com> | ||||
| * | | | | | | | | Refactor `OC\Server::getCapabilitiesManager` | Andrew Summers | 2024-03-15 | 1 | -1/+2 |
| | |_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Andrew Summers <18727110+summersab@users.noreply.github.com> | ||||
* | | | | | | | | Merge pull request #40131 from summersab/refactor/OC-Server-getShareManager | John Molakvoæ | 2024-03-15 | 3 | -5/+8 |
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | | | |||||
| * | | | | | | | fix: php-cs | skjnldsv | 2024-03-15 | 1 | -2/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | ||||
| * | | | | | | | Merge branch 'master' into refactor/OC-Server-getShareManager | John Molakvoæ | 2024-03-15 | 845 | -11265/+28019 |
| |\| | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com> | ||||
| * | | | | | | | Refactor `OC\Server::getShareManager` | Andrew Summers | 2023-08-29 | 3 | -5/+9 |
| | |/ / / / / | |/| | | | | | | | | | | | | | | | | | | | Signed-off-by: Andrew Summers <18727110+summersab@users.noreply.github.com> | ||||
* | | | | | | | Merge branch 'master' into refactor/OC-Server-getCloudFederationFactory | John Molakvoæ | 2024-03-15 | 14 | -24/+35 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com> | ||||
| * \ \ \ \ \ \ | Merge pull request #40138 from summersab/refactor/OC-Server-getHasher | John Molakvoæ | 2024-03-15 | 4 | -8/+10 |
| |\ \ \ \ \ \ \ | |||||
| | * | | | | | | | Refactor `OC\Server::getHasher` | Andrew Summers | 2024-03-15 | 4 | -8/+10 |
| | | |/ / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Andrew Summers <18727110+summersab@users.noreply.github.com> | ||||
| * | | | | | | | Merge pull request #40127 from ↵ | John Molakvoæ | 2024-03-15 | 3 | -3/+8 |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | summersab/refactor/OC-Server-getTwoFactorAuthManager | ||||
| | * | | | | | | | Refactor `OC\Server::getTwoFactorAuthManager` | Andrew Summers | 2024-03-15 | 3 | -3/+8 |
| | |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Andrew Summers <18727110+summersab@users.noreply.github.com> | ||||
| * | | | | | | | Merge pull request #40136 from summersab/refactor/OC-Server-getGetRedisFactory | John Molakvoæ | 2024-03-15 | 1 | -2/+2 |
| |\ \ \ \ \ \ \ | |||||
| | * | | | | | | | Refactor `OC\Server::getGetRedisFactory` | Andrew Summers | 2024-03-15 | 1 | -2/+2 |
| | |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Andrew Summers <18727110+summersab@users.noreply.github.com> | ||||
| * | | | | | | | Merge pull request #40123 from summersab/refactor/OC-Server-getRootFolder | John Molakvoæ | 2024-03-15 | 2 | -3/+5 |
| |\ \ \ \ \ \ \ | |||||
| | * | | | | | | | Merge branch 'master' into refactor/OC-Server-getRootFolder | John Molakvoæ | 2024-03-15 | 660 | -7776/+16735 |
| | |\| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com> | ||||
| | * | | | | | | | Refactor `OC\Server::getRootFolder` | Andrew Summers | 2023-11-10 | 2 | -3/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Andrew Summers <18727110+summersab@users.noreply.github.com> | ||||
| * | | | | | | | | Merge pull request #40143 from summersab/refactor/OC-Server-getLockdownManager | John Molakvoæ | 2024-03-15 | 1 | -1/+1 |
| |\ \ \ \ \ \ \ \ |