| Commit message (Expand) | Author | Age | Files | Lines |
* | feat(files_sharing): allow to specify allowed groups to share instead of excl... | Corentin Damman | 2024-03-15 | 1 | -2/+2 |
* | feat(settings): Cache app discover images to ensure privacy of users | Ferdinand Thiessen | 2024-03-14 | 1 | -0/+15 |
* | fix: Improve HSTS warning wording as suggested by reviewer | Côme Chilliet | 2024-03-14 | 1 | -1/+1 |
* | feat: Migrate HSTS check to Security headers SetupCheck | Côme Chilliet | 2024-03-13 | 1 | -0/+6 |
* | fix: Migrate security headers check tests and fix the SetupCheck implementation | Côme Chilliet | 2024-03-13 | 1 | -0/+218 |
* | fix: Fix ocm-provider setup check failure detection | Côme Chilliet | 2024-03-13 | 1 | -7/+7 |
* | fix(updatenotification): spread the use of new appconfig | Maxence Lange | 2024-03-13 | 1 | -0/+5 |
* | feat: Add declarative settings | jld3103 | 2024-03-12 | 1 | -1/+16 |
* | feat(settings): Migrate .well-known URL setup check to new API | Côme Chilliet | 2024-03-07 | 1 | -0/+233 |
* | Merge pull request #43906 from nextcloud/enh/migrate-ssl-url-setupcheck | Côme Chilliet | 2024-03-04 | 1 | -2/+0 |
|\ |
|
| * | feat(settings): Migrate SSL access and URL generation check to SetupCheck API | Côme Chilliet | 2024-02-29 | 1 | -2/+0 |
* | | feat(settings): Migrate data directory protection check to `SetupCheck` | Ferdinand Thiessen | 2024-02-29 | 1 | -0/+136 |
|/ |
|
* | feat(settings): Migrate OCM / OCS provider tests to SetupCheck | Ferdinand Thiessen | 2024-02-27 | 1 | -0/+170 |
* | Merge branch 'master' into fix/pages-titles-apps | Andrii Rublov | 2024-02-25 | 2 | -45/+36 |
|\ |
|
| * | Merge branch 'master' into fix/42480/user-admin-not-admin | John Molakvoæ | 2024-02-24 | 2 | -43/+32 |
| |\ |
|
| | * | fix(settings): Use initial state instead of custom state for server data | Ferdinand Thiessen | 2024-02-23 | 2 | -33/+32 |
| | * | fix(settings): Only use `id` in categories - drop duplicated `ident` property | Ferdinand Thiessen | 2024-02-23 | 1 | -10/+0 |
| * | | fix(admin role): fix old and wrong way to determine whether user is admin | Arthur Schiwon | 2024-02-19 | 1 | -2/+4 |
| |/ |
|
* / | [Bugfix]: Titles of pages (dashboard, apps-settings, users-settings) #43327 | Andrii Rublov | 2024-02-23 | 1 | -2/+2 |
|/ |
|
* | fix: replace `Account name` by `Login` | John Molakvoæ | 2024-02-13 | 1 | -4/+4 |
* | feat: rename users to account or person | Vincent Petry | 2024-02-13 | 2 | -5/+5 |
* | test(php): Fix the unit tests | Baptiste Fotia | 2024-01-31 | 1 | -0/+2 |
* | feat(php,vue): Create a new parameter | Baptiste Fotia | 2024-01-31 | 1 | -0/+2 |
* | Migrate fair use of free push service check to new SetupCheck API | Côme Chilliet | 2024-01-25 | 1 | -6/+0 |
* | Merge writable temporary space check with the s3 one, and improve | Côme Chilliet | 2024-01-25 | 1 | -6/+0 |
* | Remove old version of temporary space setup check and fix tests | Côme Chilliet | 2024-01-25 | 1 | -51/+0 |
* | Migrate MySQL utf8mb4 check to new SetupCheck API | Côme Chilliet | 2024-01-23 | 1 | -51/+0 |
* | Merge gmp and bcmath module checks with the existing PHP modules setup check | Côme Chilliet | 2024-01-22 | 1 | -7/+0 |
* | Migrate set_time_limit setup check to new API | Côme Chilliet | 2024-01-18 | 1 | -1/+0 |
* | Migrate memcached PHP module setup check to new API | Côme Chilliet | 2024-01-18 | 1 | -1/+0 |
* | Remove obsolete check of curl SSL version | Côme Chilliet | 2024-01-16 | 1 | -198/+0 |
* | Remove references to removed functions in tests | Côme Chilliet | 2024-01-16 | 1 | -9/+0 |
* | Fix Cron setup check tests | Côme Chilliet | 2024-01-16 | 1 | -15/+0 |
* | Fix CheckSetupControllerTest following overwrite.cli.url migration | Côme Chilliet | 2024-01-16 | 1 | -5/+0 |
* | Migrate overwrite.cli.url setup check to new API | Côme Chilliet | 2024-01-16 | 1 | -1/+0 |
* | Merge pull request #41312 from nextcloud/feat/migrate-code-integrity-check | Côme Chilliet | 2024-01-16 | 1 | -6/+0 |
|\ |
|
| * | Fix tests in CheckSetupControllerTest | Côme Chilliet | 2024-01-15 | 1 | -4/+0 |
| * | Migrate code integrity to SetupCheck API | Côme Chilliet | 2024-01-15 | 1 | -2/+0 |
* | | Fix AppDirsWithDifferentOwnerTest | Côme Chilliet | 2024-01-15 | 2 | -20/+20 |
|/ |
|
* | Migrate PHP imagick module check to new SetupCheck API | Côme Chilliet | 2024-01-11 | 1 | -8/+0 |
* | Migrate tests for AppDirsWithDifferentOwner setup check | Côme Chilliet | 2024-01-09 | 2 | -57/+100 |
* | Migrate app dir owner check to SetupCheck API | Côme Chilliet | 2024-01-08 | 1 | -1/+0 |
* | Remove unused properties from CheckSetupControllerTest | Côme Chilliet | 2024-01-08 | 1 | -32/+0 |
* | Migrate opcache check to new SetupCheck API | Côme Chilliet | 2024-01-08 | 1 | -14/+0 |
* | Merge SQlite warning to existing SupportedDatabase setup check | Côme Chilliet | 2023-12-07 | 2 | -9/+30 |
* | Migrate database pending bigint conversions check to new API | Côme Chilliet | 2023-11-28 | 1 | -29/+0 |
* | fix(tests) Fix CheckSetupControllerTest | Côme Chilliet | 2023-11-27 | 1 | -2/+0 |
* | Migrate missing primary key database check to new API | Côme Chilliet | 2023-11-27 | 1 | -4/+0 |
* | Migrate missing index database check to new API | Côme Chilliet | 2023-11-27 | 1 | -4/+0 |
* | Migrate missing column database check to new API | Côme Chilliet | 2023-11-27 | 1 | -1/+0 |