Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-06-20 | 2 | -6/+6 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-06-19 | 2 | -6/+56 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | fix: unit testsfeat/add-user-enabled-apps-ocs | Jana Peper | 2025-06-18 | 1 | -0/+7 |
| | | | | Signed-off-by: Jana Peper <jana.peper@nextcloud.com> | ||||
* | fix: update OpenAPI specs | Jana Peper | 2025-06-18 | 2 | -0/+144 |
| | | | | Signed-off-by: Jana Peper <jana.peper@nextcloud.com> | ||||
* | feat: add ocs route to get apps enabled for current user | Jana Peper | 2025-06-18 | 2 | -0/+16 |
| | | | | Signed-off-by: Jana Peper <jana.peper@nextcloud.com> | ||||
* | fix: Throw AppNotFoundException from installer when application is not found | Côme Chilliet | 2025-06-05 | 1 | -1/+2 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | fix: Do not enable applications which are not installed yet | Côme Chilliet | 2025-06-05 | 2 | -1/+23 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-06-05 | 2 | -2/+2 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | fix(provisioning_api): Allow group details access for users with admin ↵fix/52617/fix-group-admin-delegation | nfebe | 2025-06-03 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | delegation This fixes an issue where users with "Administration privileges → Users" could not access the groups details endpoint in the provisioning API, resulting in a 403 Forbidden error. There is a problem with adding the `AuthorizedAdminSetting` attribute (middleware) that only allows access to users with Sharing admin privileges. Users with "`Users` admin" privileges should also be able to access group details. Resolves: https://github.com/nextcloud/server/issues/52617 Signed-off-by: nfebe <fenn25.fn@gmail.com> | ||||
* | docs: update openAPI extracted filesdependabot/composer/vendor-bin/openapi-extractor/nextcloud/openapi-extractor-1.7.0 | Ferdinand Thiessen | 2025-06-01 | 3 | -16/+34 |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | test: Migrate settings and provisioning_api to PHPUnit10tests/noid/migrate-more-apps-to-phpunit10 | Joas Schilling | 2025-05-16 | 6 | -212/+119 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-05-02 | 2 | -2/+2 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-04-18 | 2 | -8/+8 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-04-09 | 2 | -10/+10 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Revert "refactor: add migration for email setting"revert/email-setting-migration | provokateurin | 2025-04-07 | 1 | -2/+3 |
| | | | | | | This reverts commit e7859f0dacbda051c2decb2e0d62345435ac2fd9. Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | refactor: add migration for email setting | Ferdinand Thiessen | 2025-04-02 | 1 | -3/+2 |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | fix(settings): Handle email change restriction separately from display name ↵ | provokateurin | 2025-04-02 | 2 | -27/+108 |
| | | | | | | | | | change restriction Co-authored-by: provokateurin <kate@provokateurin.de> Co-authored-by: Ferdinand Thiessen <opensource@fthiessen.de> Co-authored-by: Louis <louis@chmn.me> Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-04-01 | 4 | -20/+20 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | chore(openapi): Update spec | Christopher Ng | 2025-03-28 | 2 | -0/+324 |
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
* | feat(provisioning_api): Add endpoint for fetching user subadmin groups with ↵ | Christopher Ng | 2025-03-28 | 2 | -0/+45 |
| | | | | | | details Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
* | feat(provisioning_api): Add endpoint for fetching user groups with details | Christopher Ng | 2025-03-28 | 2 | -0/+80 |
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
* | fix(provisioning_api): Pass on translated hint if password change failsfix/provisioning_api/password-change-hint-translation | provokateurin | 2025-03-24 | 1 | -1/+1 |
| | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | build(deps): bump nextcloud/openapi-extractor | dependabot[bot] | 2025-03-15 | 1 | -0/+505 |
| | | | | | | | | | | | | | | | | Bumps [nextcloud/openapi-extractor](https://github.com/nextcloud-releases/openapi-extractor) from 1.5.0 to 1.5.1. - [Changelog](https://github.com/nextcloud-releases/openapi-extractor/blob/main/CHANGELOG.md) - [Commits](https://github.com/nextcloud-releases/openapi-extractor/compare/v1.5.0...v1.5.1) --- updated-dependencies: - dependency-name: nextcloud/openapi-extractor dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-03-05 | 2 | -8/+28 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-02-28 | 2 | -2/+2 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-02-26 | 4 | -4/+4 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-02-23 | 2 | -2/+2 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-02-22 | 4 | -4/+8 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Merge pull request #50864 from nextcloud/fix/fix-psalm-taint-errors-2 | Joas Schilling | 2025-02-18 | 1 | -1/+26 |
|\ | | | | | fix: Fix psalm taint false-positives by small refactorings | ||||
| * | fix: Fix psalm taint false-positives by small refactoringsfix/fix-psalm-taint-errors-2 | Côme Chilliet | 2025-02-17 | 1 | -1/+26 |
| | | | | | | | | | | | | | | Mostly make it clear that we trust admin input or that we correctly escape strings. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-02-18 | 2 | -0/+4 |
|/ | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | chore: Apply new rector configuration to apps folder | Côme Chilliet | 2025-02-13 | 4 | -7/+12 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-02-10 | 2 | -0/+32 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | fix(provisioning_api): Correct limit for `editUser` | Ferdinand Thiessen | 2025-02-06 | 1 | -1/+1 |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-02-06 | 2 | -8/+58 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-01-23 | 48 | -190/+48 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | chore: Bump app versions and requirements | Joas Schilling | 2025-01-23 | 1 | -2/+2 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Merge pull request #49476 from nextcloud/ocs-user-info-quota-optimize | Robin Appelman | 2025-01-16 | 5 | -31/+78 |
|\ | | | | | perf: use more optimized way to get user storage info in ocs user info | ||||
| * | perf: use more optimized way to get user storage info in ocs user info when ↵ | Robin Appelman | 2025-01-06 | 5 | -31/+78 |
| | | | | | | | | | | | | possible Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | fix(tests): Fix getLastLogin expectation in UsersControllerTest | Côme Chilliet | 2025-01-07 | 1 | -3/+3 |
| | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | | chore: Update openapi.json files | Côme Chilliet | 2025-01-07 | 3 | -6/+21 |
| | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | | fix: Return timestamps in unix format rather than milliseconds | Côme Chilliet | 2025-01-07 | 3 | -5/+10 |
| | | | | | | | | Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com> Signed-off-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com> | ||||
* | | fix(tests): Adapt tests to firstLogin new feature | Côme Chilliet | 2025-01-07 | 1 | -0/+15 |
| | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | | chore: Update openapi specs | Côme Chilliet | 2025-01-07 | 3 | -0/+15 |
| | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | | feat: Add first login timestamp of each user to oc_preferences and user:info ↵ | Côme Chilliet | 2025-01-07 | 2 | -0/+2 |
|/ | | | | | | output Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | refactor(provisioning_api): Rename AUserData to AUserDataOCSController to ↵ | provokateurin | 2025-01-06 | 5 | -7/+7 |
| | | | | | | allow openapi-extractor to detect it as OCS Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2025-01-03 | 2 | -2/+26 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-12-16 | 2 | -8/+8 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-12-06 | 2 | -0/+2 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-11-09 | 2 | -2/+2 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> |