Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix: Migrate WebDAV endpoint check to SetupCheck API | Côme Chilliet | 2024-03-14 | 1 | -38/+0 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | feat: Migrate HSTS check to Security headers SetupCheck | Côme Chilliet | 2024-03-13 | 1 | -194/+0 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | fix: Migrate security headers check tests and fix the SetupCheck implementation | Côme Chilliet | 2024-03-13 | 1 | -409/+0 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | fix(settings): Remove migrated SetupCheck from legacy JS code | Ferdinand Thiessen | 2024-03-07 | 1 | -81/+0 |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | Merge pull request #43906 from nextcloud/enh/migrate-ssl-url-setupcheck | Côme Chilliet | 2024-03-04 | 1 | -11/+0 |
|\ | | | | | feat(settings): Migrate SSL access and URL generation check to SetupCheck API | ||||
| * | feat(settings): Migrate SSL access and URL generation check to SetupCheck API | Côme Chilliet | 2024-02-29 | 1 | -11/+0 |
| | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | | feat(settings): Migrate data directory protection check to `SetupCheck` | Ferdinand Thiessen | 2024-02-29 | 1 | -43/+0 |
|/ | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | feat(settings): Migrate OCM / OCS provider tests to SetupCheck | Ferdinand Thiessen | 2024-02-27 | 1 | -36/+0 |
| | | | | | | Co-authored-by: Ferdinand Thiessen <opensource@fthiessen.de> Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com> Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | enh(settings): Migrate WOFF2 loading check to a SetupCheck | Ferdinand Thiessen | 2024-02-15 | 1 | -27/+0 |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | Migrate fair use of free push service check to new SetupCheck API | Côme Chilliet | 2024-01-25 | 1 | -8/+0 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | Merge writable temporary space check with the s3 one, and improve | Côme Chilliet | 2024-01-25 | 1 | -41/+0 |
| | | | | | | | It will now show available space and path of both PHP and Nextcloud temporary directories if they differ. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | Remove old version of temporary space setup check and fix tests | Côme Chilliet | 2024-01-25 | 1 | -43/+0 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | Migrate MySQL utf8mb4 check to new SetupCheck API | Côme Chilliet | 2024-01-23 | 1 | -45/+0 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | Merge gmp and bcmath module checks with the existing PHP modules setup check | Côme Chilliet | 2024-01-22 | 1 | -47/+0 |
| | | | | | | Also add description for why each module is recommended Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | Migrate set_time_limit setup check to new API | Côme Chilliet | 2024-01-18 | 1 | -50/+0 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | Migrate memcached PHP module setup check to new API | Côme Chilliet | 2024-01-18 | 1 | -51/+0 |
| | | | | | | Merged it with the other existing memcache setup check as it fits Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | Fix Cron setup check tests | Côme Chilliet | 2024-01-16 | 1 | -56/+0 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | Migrate overwrite.cli.url setup check to new API | Côme Chilliet | 2024-01-16 | 1 | -14/+0 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | Fix tests because we added escaping to setupchecks | Côme Chilliet | 2024-01-15 | 1 | -1/+1 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | Migrate code integrity to SetupCheck API | Côme Chilliet | 2024-01-15 | 1 | -15/+0 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | Migrate PHP imagick module check to new SetupCheck API | Côme Chilliet | 2024-01-11 | 1 | -60/+0 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | Migrate app dir owner check to SetupCheck API | Côme Chilliet | 2024-01-08 | 1 | -63/+0 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | Migrate opcache check to new SetupCheck API | Côme Chilliet | 2024-01-08 | 1 | -63/+0 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | Migrate database pending bigint conversions check to new API | Côme Chilliet | 2023-11-28 | 1 | -17/+0 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | Migrate missing primary key database check to new API | Côme Chilliet | 2023-11-27 | 1 | -17/+0 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | Migrate missing index database check to new API | Côme Chilliet | 2023-11-27 | 1 | -17/+0 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | Migrate missing column database check to new API | Côme Chilliet | 2023-11-27 | 1 | -17/+0 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | Migrate Forwarded For Headers check to new API | Côme Chilliet | 2023-11-20 | 1 | -70/+0 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | Migrate Bruteforce Throttle check to SetupCheck API | Côme Chilliet | 2023-11-13 | 1 | -55/+0 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | Migrate memory_limit check to new SetupCheck API | Côme Chilliet | 2023-11-13 | 1 | -19/+12 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | Revert "Migrate code integrity to SetupCheck API" | Côme Chilliet | 2023-11-07 | 1 | -0/+19 |
| | | | | | | This reverts commit aa2d315d95d37b48752d0e92d0ce79913be1d4f1. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | Migrate 32bit check to SetupCheck API | Côme Chilliet | 2023-11-07 | 1 | -72/+0 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | Migrate Freetype check to SetupCheck API | Côme Chilliet | 2023-11-07 | 1 | -74/+0 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | Migrate code integrity to SetupCheck API | Côme Chilliet | 2023-11-07 | 1 | -21/+0 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | Migrate Randomness secure check to SetupCheck API | Côme Chilliet | 2023-11-07 | 1 | -92/+0 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | Migrate memcache check to SetupCheck API | Côme Chilliet | 2023-11-07 | 1 | -30/+0 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | Migrated both file locking checks to SetupCheck API | Côme Chilliet | 2023-11-07 | 1 | -164/+0 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | Remove duplicate fileinfo PHP module check | Côme Chilliet | 2023-11-07 | 1 | -24/+0 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | Migrate database transaction level check to SetupCheck API | Côme Chilliet | 2023-11-07 | 1 | -24/+0 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | Migrate email test to new SetupCheck API | Côme Chilliet | 2023-11-07 | 1 | -87/+0 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | Remove duplicated ReadOnlyConfig setup check | Côme Chilliet | 2023-11-07 | 1 | -25/+0 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | Migrate getenv test to new SetupCheck API | Côme Chilliet | 2023-11-07 | 1 | -25/+0 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | Migrate missing PHP modules check to new API and improve it | Côme Chilliet | 2023-10-19 | 1 | -25/+0 |
| | | | | | | Test all modules listed as required in our documentation Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | Fix jsunit tests for SetupChecks | Côme Chilliet | 2023-10-19 | 1 | -61/+252 |
| | | | | | | | | Tests could be simplified to test generic setup check directly with fake data instead of trying to mimic real steps results but for now this will do. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | feat(admin): Show an error when the admin is throttled | Joas Schilling | 2023-08-21 | 1 | -0/+61 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Merge pull request #37451 from Fenn-CS/fix/36437/deprecate-php-8.0 | Andy Scherzinger | 2023-04-19 | 1 | -1/+1 |
|\ | | | | | Deprecate PHP8.0 | ||||
| * | Deprecate PHP8.0 | fenn-cs | 2023-04-17 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | PHP8.0 would stop receiving security support on 26 Nov 2023 hence this deprecation. Next, is the eventual drop of PHP8.0 before its EOL. This commit also updates the message type from INFO to WARNING if the php on file has reached its EOL. See: https://www.php.net/supported-versions.php Signed-off-by: fenn-cs <fenn25.fn@gmail.com> | ||||
* | | Merge pull request #37766 from nextcloud/enh/noid/add-db-file-locking-check | Simon L | 2023-04-18 | 1 | -0/+140 |
|\ \ | | | | | | | add an admin check for db file locking | ||||
| * | | address review and fix tests | Simon L | 2023-04-18 | 1 | -1/+1 |
| | | | | | | | | | | | | Signed-off-by: Simon L <szaimen@e.mail.de> | ||||
| * | | add an admin check for db file locking | Simon L | 2023-04-17 | 1 | -0/+140 |
| |/ | | | | | | | Signed-off-by: Simon L <szaimen@e.mail.de> |