aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | Merge pull request #50991 from nextcloud/chore/request-reviewsJoas Schilling2025-02-281-0/+78
|\ \ \ | | | | | | | | chore: Automated request for reviews of pull request
| * | | chore: Automated request for reviews of pull requestchore/request-reviewsFerdinand Thiessen2025-02-281-0/+78
| | | | | | | | | | | | | | | | | | | | | | | | Ensure that every PR we receive gets the correct reviewers assigned. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | | Merge pull request #50452 from nextcloud/chore/update-stubJoas Schilling2025-02-284-1899/+2271
|\ \ \ \ | | | | | | | | | | chore: update php intl stub and fix type issues
| * | | | fix: incorrect types detected by updated stubschore/update-stubFerdinand Thiessen2025-02-273-13/+5
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * | | | chore: Update php intl stub for PHP 8.0+Ferdinand Thiessen2025-02-271-1886/+2266
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | | | Fix(l10n): Update translations from TransifexNextcloud bot2025-02-28534-1076/+934
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | Merge pull request #51079 from nextcloud/fix/do-not-remindPytal2025-02-271-2/+3
|\ \ \ \ \ | | | | | | | | | | | | fix(files_reminders): Do not attempt to send reminders after a user has left a share
| * | | | | fix(files_reminders): Do not attempt to send reminders after a user has left ↵fix/do-not-remindChristopher Ng2025-02-261-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a share Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | | | | | Merge pull request #50908 from nextcloud/chore/server-annotationsFerdinand Thiessen2025-02-271-6/+4
|\ \ \ \ \ \ | | | | | | | | | | | | | | chore: Adjust `OCP\Server::get` annotation to work with phpstan
| * | | | | | chore: Adjust `OCP\Server::get` annotation to work with phpstanchore/server-annotationsFerdinand Thiessen2025-02-191-6/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | | | | | Merge pull request #33545 from nextcloud/occ-as-rootFerdinand Thiessen2025-02-271-5/+27
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | make it possible to run occ as root
| * | | | | | fix(occ): Make it possible to run as rootocc-as-rootFrank Karlitschek2025-02-271-5/+27
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Frank Karlitschek <karlitschek@users.noreply.github.com> Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | | | | Merge pull request #50999 from nextcloud/fix/move-away-from-oc-appCôme Chilliet2025-02-2711-64/+59
|\ \ \ \ \ \ | | | | | | | | | | | | | | fix: Replace OC_App calls by IAppManager
| * | | | | | fix: Remove incorrect `@throws` annotations and move away from OC_Appfix/move-away-from-oc-appCôme Chilliet2025-02-242-31/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | | | fix: Clean up OC_App usage in public.phpCôme Chilliet2025-02-241-14/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | | | fix(tests): Adapt tests to appManager usageCôme Chilliet2025-02-242-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | | | fix: Replace OC_App calls by IAppManagerCôme Chilliet2025-02-246-19/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | | | | | Merge pull request #51094 from nextcloud/feat/auto-sync-desktop-versionJohn Molakvoæ2025-02-272-1/+124
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | chore: auto sync min desktop version with last supported version
| * | | | | | | chore: auto sync min desktop version with last supported versionfeat/auto-sync-desktop-versionskjnldsv2025-02-272-1/+124
| | |_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* | | | | | | Merge pull request #47513 from nextcloud/bug/noid/weird-ldap-cachingKate2025-02-273-18/+2
|\ \ \ \ \ \ \
| * | | | | | | fix: Fix test by scanning group before using itbug/noid/weird-ldap-cachingCôme Chilliet2025-02-271-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | | | | fix: remove caching in fetchListOfGroupsDaniel Kesselberg2025-02-272-17/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When using nested groups without a memberof overlay, then fetchListOfGroups is called from getGroupsByMember without applying the group filter. In some setups, the "unfiltered" result is then written back to the group mapping table. That might cause random "An administrator removed you from group" activities. I was unable to replicate it locally, but we got the feedback that the random activities stopped with the patch applied. Ref: https://github.com/nextcloud/server/issues/42195 Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | | | | | | | Merge pull request #51019 from nextcloud/fix/files_external/definition-parameterKate2025-02-273-4/+8
|\ \ \ \ \ \ \ \
| * | | | | | | | fix(files_external): Move definition parameter to the correct placefix/files_external/definition-parameterprovokateurin2025-02-253-4/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* | | | | | | | | Merge pull request #50990 from AIlkiv/refactor/version-rollback-to-eventStephan Orbaugh2025-02-277-12/+158
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | | refactor: move version rollback hook to event
| * | | | | | | | refactor: move version rollback hook to eventailkiv2025-02-257-12/+158
| | |_|_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | Signed-off-by: ailkiv <a.ilkiv.ye@gmail.com>
* | | | | | | | Merge pull request #51077 from nextcloud/pulsejet-patch-share-attrJohn Molakvoæ2025-02-273-4/+4
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | |
| * | | | | | | fix(files): exception when share-attributes is undefinedVarun Patil2025-02-273-4/+4
| | |_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Varun Patil <varunpatil@ucla.edu> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | | | | | | Merge pull request #51069 from small1/fixsetupchecksrowformatJoas Schilling2025-02-271-3/+3
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Fix SQL query so that it is ansi safe fixing #51067
| * | | | | | | fix: Change SQL query so that it is ansi safeJohan Bernhardsson2025-02-271-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Johan Bernhardsson <johan.bernhardsson@redpill-linpro.com>
* | | | | | | | Merge pull request #51051 from nextcloud/artonge/fix/login_flow_v2_sessions_2Louis2025-02-277-61/+101
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | feat: Close sessions created for login flow v2
| * | | | | | | | feat: Close sessions created for login flow v2artonge/fix/login_flow_v2_sessions_2Louis Chemineau2025-02-267-61/+101
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Sessions created during the login flow v2 should be short lived to not leave an unexpected opened session in the browser. This commit add a property to the session object to track its origin, and will close it as soon as possible, i.e., on the first non public page request. Signed-off-by: Louis Chemineau <louis@chmn.me>
* | | | | | | | | Fix(l10n): Update translations from TransifexNextcloud bot2025-02-272302-27554/+27626
| |_|/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | | | Merge pull request #51071 from nextcloud/bugfix/noid/improve-english-sourcesJoas Schilling2025-02-261-2/+1
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | fix(translation): Fix string concatenation in LDAP endpoint
| * | | | | | | fix(translation): Fix string concatenation in LDAP endpointbugfix/noid/improve-english-sourcesJoas Schilling2025-02-261-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | | | | Merge pull request #51050 from nextcloud/artonge/fix/extra_files_integrity_checkLouis2025-02-261-2/+2
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | fix: Report duplicated extra files in integrity check
| * | | | | | | | fix: Report duplicated extra files in integrity checkartonge/fix/extra_files_integrity_checkLouis Chemineau2025-02-261-2/+2
| | |/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The `array_diff` is not comparing the array keys. This means that an extra key with an expected hash will not be reported. Using `array_diff_assoc` will report such files. For example, copying `status.php` to `status 2.php`, will only be reported with the new version. Signed-off-by: Louis Chemineau <louis@chmn.me>
* | | | | | | | Merge pull request #51049 from nextcloud/bugfix/noid/improve-english-sourcesJoas Schilling2025-02-2613-16/+16
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | fix(l10n): Improve english source strings
| * | | | | | | chore(assets): Recompile assetsnextcloud-command2025-02-262-3/+3
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * / / / / / fix(l10n): Improve english source stringsJoas Schilling2025-02-2611-13/+13
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - No leading/trailing whitespace - Use asci single quote Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | | Merge pull request #51043 from ↵Joas Schilling2025-02-262-34/+65
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/automated/noid/master-update-ca-cert-bundle [master] fix(security): Update CA certificate bundle
| * | | | | | fix(security): Update CA certificate bundleautomated/noid/master-update-ca-cert-bundlenextcloud-command2025-02-262-34/+65
|/ / / / / / | | | | | | | | | | | | | | | | | | Signed-off-by: GitHub <noreply@github.com>
* | | | | | Fix(l10n): Update translations from TransifexNextcloud bot2025-02-26248-1194/+1114
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | Merge pull request #50475 from nextcloud/enh/ldap-clearer-errorsAndy Scherzinger2025-02-256-40/+107
|\ \ \ \ \ \ | | | | | | | | | | | | | | Improve error detail when saving an incorrect LDAP config
| * | | | | | fix(lint): correct comment identationenh/ldap-clearer-errorsAndy Scherzinger2025-02-251-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
| * | | | | | chore: style fix for named parameterCôme Chilliet2025-02-251-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: Arthur Schiwon <blizzz@arthur-schiwon.de> Signed-off-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com>
| * | | | | | fix(user_ldap): Check that all user and group bases are in the global oneCôme Chilliet2025-02-252-16/+41
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | | | fix(user_ldap): Add missing use in ajax endpoint and fix L10N injectionCôme Chilliet2025-02-252-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | | | feat(user_ldap): Improve error detail when saving an incorrect configurationCôme Chilliet2025-02-255-33/+73
|/ / / / / / | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | | | | Merge pull request #50764 from p1gp1g/patch-1Andy Scherzinger2025-02-251-0/+2
|\ \ \ \ \ \ | | | | | | | | | | | | | | Update doc comment for prefixTableName