| Commit message (Expand) | Author | Age | Files | Lines |
* | fix: Migrate WebDAV endpoint check to SetupCheck API | Côme Chilliet | 2024-03-14 | 1 | -31/+0 |
* | feat: Migrate HSTS check to Security headers SetupCheck | Côme Chilliet | 2024-03-13 | 1 | -68/+0 |
* | fix: Fix Security headers setup check behavior | Côme Chilliet | 2024-03-13 | 1 | -70/+0 |
* | fix(settings): Remove migrated SetupCheck from legacy JS code | Ferdinand Thiessen | 2024-03-07 | 1 | -48/+0 |
* | Merge pull request #43906 from nextcloud/enh/migrate-ssl-url-setupcheck | Côme Chilliet | 2024-03-04 | 1 | -15/+0 |
|\ |
|
| * | feat(settings): Migrate SSL access and URL generation check to SetupCheck API | Côme Chilliet | 2024-02-29 | 1 | -15/+0 |
* | | feat(settings): Migrate data directory protection check to `SetupCheck` | Ferdinand Thiessen | 2024-02-29 | 1 | -26/+0 |
|/ |
|
* | feat(settings): Migrate OCM / OCS provider tests to SetupCheck | Ferdinand Thiessen | 2024-02-27 | 1 | -41/+0 |
* | enh(settings): Migrate WOFF2 loading check to a SetupCheck | Ferdinand Thiessen | 2024-02-15 | 1 | -34/+0 |
* | Migrate debug mode check to new SetupCheck API | Côme Chilliet | 2024-01-29 | 1 | -6/+0 |
* | Migrate fair use of free push service check to new SetupCheck API | Côme Chilliet | 2024-01-25 | 1 | -9/+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 | -6/+0 |
* | Migrate MySQL utf8mb4 check to new SetupCheck API | Côme Chilliet | 2024-01-23 | 1 | -8/+0 |
* | Merge gmp and bcmath module checks with the existing PHP modules setup check | Côme Chilliet | 2024-01-22 | 1 | -9/+0 |
* | Migrate set_time_limit setup check to new API | Côme Chilliet | 2024-01-18 | 1 | -6/+0 |
* | Migrate memcached PHP module setup check to new API | Côme Chilliet | 2024-01-18 | 1 | -8/+0 |
* | Remove obsolete check of curl SSL version | Côme Chilliet | 2024-01-16 | 1 | -6/+0 |
* | Migrate Cron checks to new SetupCheck API | Côme Chilliet | 2024-01-16 | 1 | -22/+0 |
* | Migrate overwrite.cli.url setup check to new API | Côme Chilliet | 2024-01-16 | 1 | -6/+0 |
* | Properly escape HTML and add support for highlight links in setupchecks | Côme Chilliet | 2024-01-15 | 1 | -3/+17 |
* | Migrate code integrity to SetupCheck API | Côme Chilliet | 2024-01-15 | 1 | -10/+0 |
* | Merge pull request #42585 from nextcloud/enh/add-rich-object-support-to-setup... | Côme Chilliet | 2024-01-11 | 1 | -0/+25 |
|\ |
|
| * | Fix UI for rich object in setupcheck results | Côme Chilliet | 2024-01-11 | 1 | -0/+25 |
* | | Migrate PHP imagick module check to new SetupCheck API | Côme Chilliet | 2024-01-11 | 1 | -15/+0 |
|/ |
|
* | Migrate app dir owner check to SetupCheck API | Côme Chilliet | 2024-01-08 | 1 | -15/+0 |
* | Migrate opcache check to new SetupCheck API | Côme Chilliet | 2024-01-08 | 1 | -12/+0 |
* | Merge SQlite warning to existing SupportedDatabase setup check | Côme Chilliet | 2023-12-07 | 1 | -9/+0 |
* | Migrate database pending bigint conversions check to new API | Côme Chilliet | 2023-11-28 | 1 | -12/+0 |
* | Migrate missing primary key database check to new API | Côme Chilliet | 2023-11-27 | 1 | -12/+0 |
* | Migrate missing index database check to new API | Côme Chilliet | 2023-11-27 | 1 | -12/+0 |
* | Migrate missing column database check to new API | Côme Chilliet | 2023-11-27 | 1 | -12/+0 |
* | Migrate Forwarded For Headers check to new API | Côme Chilliet | 2023-11-20 | 1 | -8/+0 |
* | Migrate Bruteforce Throttle check to SetupCheck API | Côme Chilliet | 2023-11-13 | 1 | -8/+0 |
* | Migrate memory_limit check to new SetupCheck API | Côme Chilliet | 2023-11-13 | 1 | -6/+0 |
* | Revert "Migrate code integrity to SetupCheck API" | Côme Chilliet | 2023-11-07 | 1 | -0/+10 |
* | Migrate 32bit check to SetupCheck API | Côme Chilliet | 2023-11-07 | 1 | -11/+0 |
* | Migrate Freetype check to SetupCheck API | Côme Chilliet | 2023-11-07 | 1 | -6/+0 |
* | Migrate code integrity to SetupCheck API | Côme Chilliet | 2023-11-07 | 1 | -10/+0 |
* | Migrate Randomness secure check to SetupCheck API | Côme Chilliet | 2023-11-07 | 1 | -8/+0 |
* | Migrate memcache check to SetupCheck API | Côme Chilliet | 2023-11-07 | 1 | -8/+0 |
* | Migrated both file locking checks to SetupCheck API | Côme Chilliet | 2023-11-07 | 1 | -28/+0 |
* | Migrate email test to new SetupCheck API | Côme Chilliet | 2023-11-07 | 1 | -8/+0 |
* | Remove duplicated ReadOnlyConfig setup check | Côme Chilliet | 2023-11-07 | 1 | -6/+0 |
* | Migrate getenv test to new SetupCheck API | Côme Chilliet | 2023-11-07 | 1 | -9/+0 |
* | Migrate missing PHP modules check to new API and improve it | Côme Chilliet | 2023-10-19 | 1 | -10/+0 |
* | Migrate InternetConnectivity check to new API | Côme Chilliet | 2023-10-19 | 1 | -6/+0 |
* | Merge setupchecks from new API into old UI | Côme Chilliet | 2023-10-19 | 1 | -35/+13 |
* | fix(CardDAV): only run upgrade sync if 1000 users or less | Anna Larch | 2023-08-26 | 1 | -1/+1 |
* | feat(admin): Show an error when the admin is throttled | Joas Schilling | 2023-08-21 | 1 | -0/+8 |