| Commit message (Expand) | Author | Age | Files | Lines |
* | fix(SetupChecks): Make sure array key is setbackportArrayKeySetupCheks | Git'Fellow | 2024-11-19 | 1 | -0/+4 |
* | feat: mail provider settingsbackport/48134/stable30 | SebastianKrupinski | 2024-11-14 | 3 | -0/+124 |
* | fix(appsmanagement): Fix exception on generating preview url for screenshots | Claudio Cambra | 2024-11-01 | 1 | -2/+8 |
* | fix: add missing import after backport | Andrey Borysenko | 2024-10-30 | 1 | -0/+1 |
* | fix(ci): psalm, suppress undefined for viewApps | Andrey Borysenko | 2024-10-30 | 1 | -0/+2 |
* | WIP: address review comments, small fixes | Andrey Borysenko | 2024-10-30 | 1 | -35/+7 |
* | fix(ci): suppress UndefinedClass for AppAPI related classes since it's bundled | Andrey Borysenko | 2024-10-30 | 1 | -0/+3 |
* | feat(app_api): add initial state data for AppAPI UI part | Andrey Borysenko | 2024-10-30 | 1 | -0/+33 |
* | fix(users): use correct active user count | Benjamin Gaussorgues | 2024-10-30 | 1 | -1/+1 |
* | Merge pull request #48624 from nextcloud/backport/48619/stable30 | Benjamin Gaussorgues | 2024-10-30 | 1 | -2/+18 |
|\ |
|
| * | fix: Fix empty sections appearing in search resultsbackport/48619/stable30 | Christopher Ng | 2024-10-09 | 1 | -2/+18 |
* | | Merge pull request #48571 from nextcloud/backport/48532/stable30 | Kate | 2024-10-29 | 1 | -6/+0 |
|\ \ |
|
| * | | fix: do not reduce count for subadmins if they are members of groupbackport/48532/stable30 | Maksim Sukharev | 2024-10-04 | 1 | -6/+0 |
| |/ |
|
* | | Merge pull request #48866 from nextcloud/backport/48853/stable30 | Ferdinand Thiessen | 2024-10-23 | 1 | -0/+4 |
|\ \ |
|
| * | | fix(app-store): Ensure the `groups` property is always an arraybackport/48853/stable30 | Ferdinand Thiessen | 2024-10-23 | 1 | -0/+4 |
* | | | fix(app-store): Also proxy images of locally installed appsbackport/48854/stable30 | Ferdinand Thiessen | 2024-10-23 | 1 | -1/+15 |
|/ / |
|
* / | fix(appstore): Hide last modified information for shipped appsbackport/48743/stable30 | Marcel Müller | 2024-10-18 | 1 | -1/+1 |
|/ |
|
* | fix: correctly count disabled users for subadminsbackport/48437/stable30 | Maksim Sukharev | 2024-09-30 | 1 | -4/+4 |
* | fix: Ensure app discover section is returned as listbackport/48311/stable30 | Ferdinand Thiessen | 2024-09-24 | 1 | -1/+1 |
* | Merge pull request #47944 from nextcloud/backport/47883/stable30 | Ferdinand Thiessen | 2024-09-19 | 3 | -43/+51 |
|\ |
|
| * | refactor(settings): `CheckServerResponseTrait` always expect absolute pathbackport/47883/stable30 | Ferdinand Thiessen | 2024-09-15 | 3 | -38/+44 |
| * | fix(setup-checks): Ensure URL with webroot works | Ferdinand Thiessen | 2024-09-15 | 3 | -25/+27 |
* | | fix(a11y): Add OTF font loading checkbackport/48063/stable30 | Joas Schilling | 2024-09-16 | 1 | -6/+21 |
|/ |
|
* | fix(setupchecks): Test overwrite.cli url first, then generated one, and | Côme Chilliet | 2024-09-05 | 1 | -16/+30 |
* | fix: add option to remove the webroot for setup checks and don't check truste... | Daniel Kesselberg | 2024-09-05 | 3 | -13/+38 |
* | fix(settings): Fix sharing exclude groups from password requirement option no... | provokateurin | 2024-09-03 | 1 | -2/+2 |
* | fix(security): Update expiration date in security.txt | Joas Schilling | 2024-08-14 | 1 | -1/+1 |
* | Merge pull request #46816 from nextcloud/refactor/settings/security-attributes | Kate | 2024-08-14 | 13 | -75/+91 |
|\ |
|
| * | refactor(settings): Replace security annotations with respective attributes | provokateurin | 2024-07-27 | 13 | -75/+91 |
* | | fix(SetupCheck): Properly check public access to data directory | Ferdinand Thiessen | 2024-08-08 | 1 | -4/+12 |
* | | Merge pull request #46353 from nextcloud/skipOPcacheCLI | Git'Fellow | 2024-08-01 | 1 | -0/+5 |
|\ \ |
|
| * | | fix: typo | Git'Fellow | 2024-07-08 | 1 | -1/+1 |
| * | | fix: check both CLI and value | Git'Fellow | 2024-07-08 | 1 | -1/+1 |
| * | | fix(setupchecks): Skip checking for OPcache if running from CLI | Git'Fellow | 2024-07-08 | 1 | -0/+5 |
* | | | fix(AdminSettings/AI): show pref list of only the enabled translation providers | Anupam Kumar | 2024-08-01 | 1 | -1/+6 |
| |/
|/| |
|
* | | Merge pull request #45092 from nextcloud/fix/user-provider-search-shown | Benjamin Gaussorgues | 2024-07-24 | 1 | -1/+1 |
|\ \ |
|
| * | | fix(search): show user search provider for deactivated and admin pages | Benjamin Gaussorgues | 2024-04-29 | 1 | -1/+1 |
* | | | Merge pull request #46418 from nextcloud/artonge/feat/user_admin_delegation | Louis | 2024-07-24 | 2 | -1/+68 |
|\ \ \ |
|
| * | | | feat(users): Enable features for delegated user admins | Louis Chemineau | 2024-07-22 | 1 | -1/+1 |
| * | | | feat(users): Add support for admin delegation for users and groups management | Louis Chemineau | 2024-07-22 | 2 | -2/+69 |
* | | | | feat: let users configure their first day of week | Richard Steinmetz | 2024-07-22 | 1 | -0/+2 |
|/ / / |
|
* | | | feat(security): Add public API to allow validating IP Ranges and checking for... | Joas Schilling | 2024-07-19 | 1 | -14/+11 |
* | | | feat(security): restrict admin actions to IP ranges | Benjamin Gaussorgues | 2024-07-19 | 2 | -0/+68 |
* | | | Merge pull request #46509 from nextcloud/feat/settings/taskprocessing | Marcel Klehr | 2024-07-17 | 2 | -2/+29 |
|\ \ \ |
|
| * | | | feat(settings/admin/ai): Add Task Processing API settings | Marcel Klehr | 2024-07-17 | 2 | -2/+29 |
* | | | | fix(caldav): lower scheduling table size warning | Anna Larch | 2024-07-17 | 1 | -2/+6 |
|/ / / |
|
* | | | chore(settings): Rename user groups | Christopher Ng | 2024-07-11 | 1 | -1/+1 |
* | | | chore(l10n): Translate group names | Christopher Ng | 2024-07-11 | 1 | -2/+2 |
* | | | feat: Add Recent accounts section | Christopher Ng | 2024-07-11 | 1 | -1/+7 |
| |/
|/| |
|
* | | fix(IntegrityCheck): Ensure the check is run if no results are available | Ferdinand Thiessen | 2024-07-03 | 2 | -1/+12 |