aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* feat: add command to list sharesfileutils-files-by-userRobin Appelman2025-03-114-11/+69
* feat: add getParent to ICacheEntryRobin Appelman2025-03-113-0/+137
* fix: fix getNodeFromCacheEntryAndMount using relative pathRobin Appelman2025-03-101-2/+2
* fix: optimize FileUtils::getFilesByUserRobin Appelman2025-03-101-7/+6
* Merge pull request #51029 from nextcloud/fix/deprecate-oc-template-and-cleanupCôme Chilliet2025-03-1036-659/+813
|\
| * fix: Use a dedicated Exception class for when a template is not foundfix/deprecate-oc-template-and-cleanupCôme Chilliet2025-03-067-20/+39
| * fix: Remove legacy hacky workaround in OCA\WorkflowEngine\ListenerCôme Chilliet2025-03-061-8/+1
| * fix: Migrate all uses of OCP\Template to OCP\Template\ITemplateManagerCôme Chilliet2025-03-0612-62/+75
| * chore: Adapt TemplateLayout testsCôme Chilliet2025-03-061-17/+36
| * fix: Cleanup of internal class TemplateLayoutCôme Chilliet2025-03-062-164/+160
| * fix: Fix signatures and types in template related classesCôme Chilliet2025-03-064-7/+15
| * fix: Replace all usage of OC_Template by the new APICôme Chilliet2025-03-066-43/+42
| * fix: Fix psalm issues and add missing methods to ITemplate interfaceCôme Chilliet2025-03-066-17/+19
| * fix: Add missing ITemplate interface and clean code in Template classCôme Chilliet2025-03-067-54/+88
| * fix: Deprecate OC_Template, add proper template manager insteadCôme Chilliet2025-03-0610-343/+414
* | Merge pull request #51108 from nextcloud/fix/fix-disabled-user-list-for-saml-...Côme Chilliet2025-03-102-51/+21
|\ \
| * | chore: Move magic number into a documented constfix/fix-disabled-user-list-for-saml-subadminCôme Chilliet2025-03-101-1/+3
| * | chore: Remove now unused methods from User managerCôme Chilliet2025-03-101-47/+0
| * | fix: Correctly count disabled users for SAML groups subadminsCôme Chilliet2025-03-102-14/+29
* | | Merge pull request #51361 from nextcloud/bugfix/50619/correctly-init-serverJoas Schilling2025-03-101-28/+31
|\ \ \ | |/ / |/| |
| * | fix(base.php): Correct order for booting \OC\Serverbugfix/50619/correctly-init-serverJoas Schilling2025-03-101-28/+31
|/ /
* | Fix(l10n): Update translations from TransifexNextcloud bot2025-03-1012-36/+88
* | Fix(l10n): Update translations from TransifexNextcloud bot2025-03-0914-40/+76
* | Merge pull request #51339 from nextcloud/dependabot/npm_and_yarn/marked-15.0.7dependabot[bot]2025-03-088-12/+13
|\ \
| * | build(deps): bump marked from 15.0.0 to 15.0.7dependabot/npm_and_yarn/marked-15.0.7dependabot[bot]2025-03-088-12/+13
|/ /
* | Fix(l10n): Update translations from TransifexNextcloud bot2025-03-0840-118/+270
* | Merge pull request #51082 from nextcloud/feat/dav/calendar-obj-event-webhooksEdward Ly2025-03-0722-338/+168
|\ \
| * | feat(dav)!: migrate OCA calendar object events to OCPEdward Ly2025-03-0715-495/+27
| * | feat(dav): add webhook compatibility for calendar object eventsEdward Ly2025-03-0710-0/+298
|/ /
* | Merge pull request #51130 from nextcloud/fix/credential-passwordless-authJulius Knorr2025-03-072-5/+49
|\ \
| * | fix: Do not build encrypted password if there is nonefix/credential-passwordless-authJulius Knorr2025-03-062-5/+49
* | | Merge pull request #51216 from nextcloud/fix/noid/remote-account-activity-tra...Sebastian Krupinski2025-03-071-5/+2
|\ \ \
| * | | fix:remote account activity translationfix/noid/remote-account-activity-translationSebastianKrupinski2025-03-071-5/+2
|/ / /
* | | Merge pull request #51144 from nextcloud/fix/dav/create-sab-installChristoph Wurst2025-03-076-4/+89
|\ \ \
| * | | fix(dav): Create SAB at installationfix/dav/create-sab-installChristoph Wurst2025-03-066-4/+89
| | |/ | |/|
* | | Fix(l10n): Update translations from TransifexNextcloud bot2025-03-07210-382/+180
* | | Merge pull request #50839 from nextcloud/automated/noid/master-fix-npm-auditJohn Molakvoæ2025-03-061-563/+145
|\ \ \
| * | | fix(deps): Fix npm auditnextcloud-command2025-03-051-563/+145
* | | | Merge pull request #51310 from nextcloud/fix/encryption-eventsFerdinand Thiessen2025-03-061-0/+4
|\ \ \ \ | |_|/ / |/| | |
| * | | fix(encryption): Listen for user login and logout to set encryption keyfix/encryption-eventsFerdinand Thiessen2025-03-061-0/+4
|/ / /
* | | Merge pull request #51288 from nextcloud/fix/admin-tag-color-preventJohn Molakvoæ2025-03-0628-40/+186
|\ \ \
| * | | chore(assets): compile assetsfix/admin-tag-color-preventskjnldsv2025-03-0613-13/+13
| * | | fix(systemtags): prevent tag edition if restrictedskjnldsv2025-03-0610-22/+142
| * | | fix(systemtags): unify restrict_creation_to_admin handlingskjnldsv2025-03-067-15/+41
* | | | Merge pull request #51096 from nextcloud/fix/noid/ldap-setopt-for-disabling-c...Arthur Schiwon2025-03-061-13/+14
|\ \ \ \
| * | | | fix(LDAP): use ldap_set_option over putenv to disable cert checkfix/noid/ldap-setopt-for-disabling-certcheckArthur Schiwon2025-03-031-13/+14
* | | | | Merge pull request #51302 from nextcloud/artonge/test/remove_only_callsLouis2025-03-062-2/+2
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | test: Remove `.only(` callsartonge/test/remove_only_callsLouis Chemineau2025-03-062-2/+2
|/ / / /
* | | | Fix(l10n): Update translations from TransifexNextcloud bot2025-03-0630-26/+64
* | | | Fix(l10n): Update translations from TransifexNextcloud bot2025-03-06458-796/+1476
| |/ / |/| |