| Commit message (Expand) | Author | Age | Files | Lines |
* | fix: Adapt icon color to new default for mime icons | Julius Härtl | 2024-07-04 | 1 | -1/+1 |
* | feat: support excalidraw file | Hoang Pham | 2024-07-04 | 2 | -0/+3 |
* | refactor(core): Make AJAX cron script work without jQuery | Ferdinand Thiessen | 2024-06-28 | 2 | -14/+0 |
* | chore: Add SPDX header | Andy Scherzinger | 2024-05-13 | 24 | -283/+83 |
* | fix(tests): Add mock for `window._oc_webroot` | Ferdinand Thiessen | 2024-03-23 | 1 | -0/+6 |
* | Merge pull request #41684 from nextcloud/feat/rst-mimetype | Anupam Kumar | 2024-03-15 | 1 | -1/+3 |
|\ |
|
| * | feat(mimetypes): Add mimetype for ReStructuredText | Anupam Kumar | 2024-03-15 | 1 | -1/+3 |
* | | fix: Migrate WebDAV endpoint check to SetupCheck API | Côme Chilliet | 2024-03-14 | 2 | -69/+0 |
|/ |
|
* | feat: Migrate HSTS check to Security headers SetupCheck | Côme Chilliet | 2024-03-13 | 2 | -262/+0 |
* | fix: Migrate security headers check tests and fix the SetupCheck implementation | Côme Chilliet | 2024-03-13 | 1 | -409/+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 | 2 | -129/+0 |
* | Merge pull request #43906 from nextcloud/enh/migrate-ssl-url-setupcheck | Côme Chilliet | 2024-03-04 | 2 | -26/+0 |
|\ |
|
| * | feat(settings): Migrate SSL access and URL generation check to SetupCheck API | Côme Chilliet | 2024-02-29 | 2 | -26/+0 |
* | | feat(settings): Migrate data directory protection check to `SetupCheck` | Ferdinand Thiessen | 2024-02-29 | 2 | -69/+0 |
|/ |
|
* | feat(settings): Migrate OCM / OCS provider tests to SetupCheck | Ferdinand Thiessen | 2024-02-27 | 2 | -77/+0 |
* | enh(settings): Migrate WOFF2 loading check to a SetupCheck | Ferdinand Thiessen | 2024-02-15 | 2 | -61/+0 |
* | Migrate debug mode check to new SetupCheck API | Côme Chilliet | 2024-01-29 | 1 | -6/+0 |
* | fix(tests): Adjust legacy tests for nextcloud-router update | Ferdinand Thiessen | 2024-01-25 | 3 | -10/+10 |
* | Migrate fair use of free push service check to new SetupCheck API | Côme Chilliet | 2024-01-25 | 2 | -17/+0 |
* | Merge writable temporary space check with the s3 one, and improve | Côme Chilliet | 2024-01-25 | 2 | -47/+0 |
* | Remove old version of temporary space setup check and fix tests | Côme Chilliet | 2024-01-25 | 2 | -49/+0 |
* | Migrate MySQL utf8mb4 check to new SetupCheck API | Côme Chilliet | 2024-01-23 | 2 | -53/+0 |
* | Merge gmp and bcmath module checks with the existing PHP modules setup check | Côme Chilliet | 2024-01-22 | 2 | -56/+0 |
* | Migrate set_time_limit setup check to new API | Côme Chilliet | 2024-01-18 | 2 | -56/+0 |
* | Migrate memcached PHP module setup check to new API | Côme Chilliet | 2024-01-18 | 2 | -59/+0 |
* | Remove obsolete check of curl SSL version | Côme Chilliet | 2024-01-16 | 1 | -6/+0 |
* | Fix Cron setup check tests | Côme Chilliet | 2024-01-16 | 1 | -56/+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 | 2 | -20/+0 |
* | Fix tests because we added escaping to setupchecks | Côme Chilliet | 2024-01-15 | 1 | -1/+1 |
* | 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 | 2 | -25/+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 | 2 | -75/+0 |
|/ |
|
* | Migrate app dir owner check to SetupCheck API | Côme Chilliet | 2024-01-08 | 2 | -78/+0 |
* | Migrate opcache check to new SetupCheck API | Côme Chilliet | 2024-01-08 | 2 | -75/+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 | 2 | -29/+0 |
* | Migrate missing primary key database check to new API | Côme Chilliet | 2023-11-27 | 2 | -29/+0 |
* | Migrate missing index database check to new API | Côme Chilliet | 2023-11-27 | 2 | -29/+0 |
* | Migrate missing column database check to new API | Côme Chilliet | 2023-11-27 | 2 | -29/+0 |
* | Migrate Forwarded For Headers check to new API | Côme Chilliet | 2023-11-20 | 2 | -78/+0 |
* | Merge pull request #41435 from nextcloud/feat/migrate-bruteforce-throttle-check | Côme Chilliet | 2023-11-20 | 2 | -63/+0 |
|\ |
|
| * | Migrate Bruteforce Throttle check to SetupCheck API | Côme Chilliet | 2023-11-13 | 2 | -63/+0 |
* | | Merge pull request #41395 from nextcloud/hello-emf | Christoph Wurst | 2023-11-16 | 1 | -1/+2 |
|\ \
| |/
|/| |
|
| * | feat: add preview provider for emf files based on office | Daniel Kesselberg | 2023-11-13 | 1 | -1/+2 |
* | | Migrate memory_limit check to new SetupCheck API | Côme Chilliet | 2023-11-13 | 2 | -25/+12 |
|/ |
|
* | Revert "Migrate code integrity to SetupCheck API" | Côme Chilliet | 2023-11-07 | 2 | -0/+29 |