| Commit message (Expand) | Author | Age | Files | Lines |
* | fix: skip caching lastSeenQuotaUsage for remote sharesbug/noid/skip-quote-cache-for-remote-shares | Daniel Kesselberg | 10 days | 1 | -2/+9 |
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 10 days | 4 | -0/+16 |
* | feat(core): add setup cypress tests | skjnldsv | 10 days | 1 | -4/+0 |
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 11 days | 2 | -0/+12 |
* | fix(RichObjectStrings): Make exception messages for invalid parameters more u...fix/rich-object-strings/better-exception-messages | provokateurin | 12 days | 2 | -7/+7 |
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 12 days | 2 | -2/+26 |
* | fix(lookup-server): disable lookup server for non-global scale setups | Ferdinand Thiessen | 13 days | 1 | -2/+4 |
* | fix(lookup-server): do not query data by default | Ferdinand Thiessen | 13 days | 1 | -1/+1 |
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 13 days | 2 | -0/+2 |
* | fix: fix getNodeFromCacheEntryAndMount using relative path | Robin Appelman | 13 days | 1 | -2/+2 |
* | Merge pull request #51029 from nextcloud/fix/deprecate-oc-template-and-cleanup | Côme Chilliet | 14 days | 21 | -558/+693 |
|\ |
|
| * | fix: Use a dedicated Exception class for when a template is not foundfix/deprecate-oc-template-and-cleanup | Côme Chilliet | 2025-03-06 | 7 | -20/+39 |
| * | fix: Migrate all uses of OCP\Template to OCP\Template\ITemplateManager | Côme Chilliet | 2025-03-06 | 6 | -18/+21 |
| * | fix: Cleanup of internal class TemplateLayout | Côme Chilliet | 2025-03-06 | 2 | -164/+160 |
| * | fix: Fix signatures and types in template related classes | Côme Chilliet | 2025-03-06 | 4 | -7/+15 |
| * | fix: Replace all usage of OC_Template by the new API | Côme Chilliet | 2025-03-06 | 3 | -32/+27 |
| * | fix: Fix psalm issues and add missing methods to ITemplate interface | Côme Chilliet | 2025-03-06 | 5 | -12/+19 |
| * | fix: Add missing ITemplate interface and clean code in Template class | Côme Chilliet | 2025-03-06 | 7 | -54/+88 |
| * | fix: Deprecate OC_Template, add proper template manager instead | Côme Chilliet | 2025-03-06 | 7 | -327/+400 |
* | | Merge pull request #51108 from nextcloud/fix/fix-disabled-user-list-for-saml-... | Côme Chilliet | 14 days | 1 | -39/+15 |
|\ \ |
|
| * | | chore: Remove now unused methods from User manager | Côme Chilliet | 14 days | 1 | -47/+0 |
| * | | fix: Correctly count disabled users for SAML groups subadmins | Côme Chilliet | 14 days | 1 | -2/+25 |
* | | | fix(base.php): Correct order for booting \OC\Serverbugfix/50619/correctly-init-server | Joas Schilling | 14 days | 1 | -28/+31 |
|/ / |
|
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-03-09 | 2 | -38/+38 |
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-03-08 | 2 | -14/+14 |
* | | feat(dav): add webhook compatibility for calendar object events | Edward Ly | 2025-03-07 | 9 | -0/+272 |
* | | Merge pull request #51130 from nextcloud/fix/credential-passwordless-auth | Julius Knorr | 2025-03-07 | 1 | -5/+9 |
|\ \
| |/
|/| |
|
| * | fix: Do not build encrypted password if there is nonefix/credential-passwordless-auth | Julius Knorr | 2025-03-06 | 1 | -5/+9 |
* | | fix(systemtags): prevent tag edition if restricted | skjnldsv | 2025-03-06 | 5 | -1/+43 |
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-03-06 | 2 | -2/+2 |
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-03-06 | 6 | -24/+34 |
* | | Merge pull request #51280 from nextcloud/artonge/fix/publicpage_attribute | Louis | 2025-03-05 | 1 | -1/+2 |
|\ \ |
|
| * | | fix(login): Properly target public page with attributeartonge/fix/publicpage_attribute | Louis Chemineau | 2025-03-05 | 1 | -1/+2 |
* | | | Merge pull request #50702 from Institutional-Investment-Group/feat/support-aw... | Andy Scherzinger | 2025-03-05 | 1 | -2/+4 |
|\ \ \
| |/ /
|/| | |
|
| * | | Merge branch 'master' into feat/support-aws-session-token | Hector Manuel | 2025-03-04 | 210 | -970/+2018 |
| |\ \ |
|
| * | | | feat(object_store): Add support for session token in AWS credentials | Hector Valcarcel | 2025-02-06 | 1 | -2/+4 |
* | | | | fix: No IFactory in constructorbugfix/50619/no-session-work-in-constructor | Marcel Müller | 2025-03-05 | 1 | -3/+1 |
* | | | | fix(files): Don't do session related work in the constructor of the View | Joas Schilling | 2025-03-05 | 1 | -10/+10 |
* | | | | fix: use mb_strtolower to convert login namecase-insensitive-login | Cleopatra Enjeck M. | 2025-03-05 | 1 | -1/+1 |
* | | | | fix: Improve string comparison | Cleopatra Enjeck M. | 2025-03-05 | 1 | -1/+1 |
* | | | | fix: Use case insensitive check when validating login name | Cleopatra Enjeck M. | 2025-03-05 | 1 | -1/+1 |
* | | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-03-05 | 2 | -0/+12 |
| |/ /
|/| | |
|
* | | | Merge pull request #47686 from nextcloud/fix/move-email-logic-local-user-backend | Côme Chilliet | 2025-03-04 | 5 | -180/+140 |
|\ \ \ |
|
| * | | | fix: Move login via email logic to local backendfix/move-email-logic-local-user-backend | Ferdinand Thiessen | 2025-03-03 | 5 | -180/+140 |
* | | | | Merge pull request #51073 from nextcloud/dbal-exception-query | Robin Appelman | 2025-03-04 | 2 | -6/+9 |
|\ \ \ \ |
|
| * | | | | feat: log query for dbal exceptionsdbal-exception-query | Robin Appelman | 2025-02-26 | 2 | -6/+9 |
| | |_|/
| |/| | |
|
* | | | | Merge pull request #51116 from nextcloud/enh/noid/nullable-range | Arthur Schiwon | 2025-03-04 | 1 | -1/+1 |
|\ \ \ \ |
|
| * | | | | feat(AppFramework): extend range check to optional parametersenh/noid/nullable-range | Arthur Schiwon | 2025-02-27 | 1 | -1/+1 |
* | | | | | feat(appconfig): removing pre-migration checkenh/noid/clean-migration-check-appconfig | Maxence Lange | 2025-03-04 | 1 | -42/+7 |
* | | | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-03-04 | 8 | -0/+14 |
| |_|/ /
|/| | | |
|