aboutsummaryrefslogtreecommitdiffstats
path: root/apps/settings/tests
Commit message (Collapse)AuthorAgeFilesLines
...
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-235-9/+9
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
* Fix tests for apps/settings new sectionCôme Chilliet2023-11-211-72/+76
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Fix sharing settings unit testsLouis Chemineau2023-11-211-71/+102
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* Fix tests for setupchecksCôme Chilliet2023-11-201-1/+1
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Migrate tests of forwarded for headers checkCôme Chilliet2023-11-202-88/+142
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Migrate Forwarded For Headers check to new APICôme Chilliet2023-11-201-1/+0
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Migrate Bruteforce Throttle check to SetupCheck APICôme Chilliet2023-11-131-9/+0
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Migrate memory_limit check to new SetupCheck APICôme Chilliet2023-11-131-14/+0
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Revert "Migrate code integrity to SetupCheck API"Côme Chilliet2023-11-071-0/+2
| | | | | | This reverts commit aa2d315d95d37b48752d0e92d0ce79913be1d4f1. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Migrate 32bit check to SetupCheck APICôme Chilliet2023-11-071-7/+0
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Migrate Freetype check to SetupCheck APICôme Chilliet2023-11-071-5/+0
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Migrate code integrity to SetupCheck APICôme Chilliet2023-11-071-2/+0
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Migrate Randomness secure check to SetupCheck APICôme Chilliet2023-11-071-10/+0
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Migrate memcache check to SetupCheck APICôme Chilliet2023-11-071-30/+0
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Migrated both file locking checks to SetupCheck APICôme Chilliet2023-11-071-12/+0
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Remove duplicate fileinfo PHP module checkCôme Chilliet2023-11-071-6/+0
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Migrate database transaction level check to SetupCheck APICôme Chilliet2023-11-071-6/+0
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Migrate email test to new SetupCheck APICôme Chilliet2023-11-071-6/+0
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Remove duplicated ReadOnlyConfig setup checkCôme Chilliet2023-11-071-6/+0
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Migrate getenv test to new SetupCheck APICôme Chilliet2023-11-071-1/+0
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Adapt CheckSetupControllerTest to the migration to a setup checkCôme Chilliet2023-10-241-6/+0
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Migrate missing PHP modules check to new API and improve itCôme Chilliet2023-10-191-1/+0
| | | | | | Test all modules listed as required in our documentation Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Fix tests for setup checksCôme Chilliet2023-10-194-137/+58
| | | | | | | Had to remove tests for migrated checks, we should add tests for each SetupCheck class later on. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Correct typos and add quotation marksValdnet2023-10-111-1/+1
| | | | | | Corrects typos and unifies spelling for "occ" commands. Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
* Migrate applications away from deprecated ILoggerCôme Chilliet2023-09-211-3/+0
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* fix(CardDAV): only run upgrade sync if 1000 users or lessAnna Larch2023-08-261-0/+3
| | | | Signed-off-by: Anna Larch <anna@nextcloud.com>
* feat(admin): Show an error when the admin is throttledJoas Schilling2023-08-211-0/+8
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* fix(db)!: Remove private legacy event because we can not keep itJoas Schilling2023-07-241-10/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* feat: Add public event for missing indicesJulius Härtl2023-07-141-0/+8
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* feat: remove check for OpenSSL 1.0.1d and 1.0.2bDaniel Kesselberg2023-06-041-37/+0
| | | | | | | OpenSSL 1.0.1d: 2013-02-05 OpenSSL 1.0.2b: 2015-06-11 Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* address review and fix testsSimon L2023-04-181-1/+3
| | | | Signed-off-by: Simon L <szaimen@e.mail.de>
* add an admin check for db file lockingSimon L2023-04-171-0/+4
| | | | Signed-off-by: Simon L <szaimen@e.mail.de>
* Fix types for reading and writing config valuesjld31032023-04-051-2/+2
| | | | Signed-off-by: jld3103 <jld3103yt@gmail.com>
* Create headings for settings pagesjulia.kirschenheuter2023-03-071-2/+4
| | | | Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
* Migrate to Symfony MailerCôme Chilliet2023-02-022-6/+0
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Merge pull request #35876 from bennet0496/patch-mail-headerJoas Schilling2023-01-041-0/+5
|\ | | | | Adding option to set Auto-Submitted email header
| * update usages of AutoSubmittedValue to AutoSubmitted::VALUE_Bennet Becker2023-01-031-2/+2
| | | | | | | | Signed-off-by: Bennet Becker <dev@bennet.cc>
| * Updating unit test for NewUserMailHelper, to test for autosumbittedBennet Becker2022-12-231-0/+5
| | | | | | | | | | | | header Signed-off-by: Bennet Becker <bbecker@pks.mpg.de>
* | Fix typing errors in settings testsCôme Chilliet2023-01-021-6/+4
|/ | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Add unit test for case insensitive email savingVincent Petry2022-12-161-1/+9
| | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* Update composer autoloaderCarl Schwan2022-11-224-4/+4
| | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Fix testsCarl Schwan2022-11-221-4/+29
| | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Fix some more problems with tests under PHP 8.2Côme Chilliet2022-11-152-12/+14
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Fix tests depending on a trailing whitespaceCôme Chilliet2022-11-151-3/+9
| | | | | | | Many editors remove trailing whitespaces, so avoid depending on them for tests success. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Fix errors from PHP 8.2 testingCôme Chilliet2022-11-141-3/+5
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Add profile config migrationChristopher Ng2022-09-013-14/+31
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Merge pull request #33200 from nextcloud/enh/noid/64bitSimon L2022-07-131-0/+7
|\ | | | | add a setup check for 64 bit
| * add a setup check for 64 bitszaimen2022-07-131-0/+7
| | | | | | | | Signed-off-by: szaimen <szaimen@e.mail.de>
* | Port encryption admin settings to vueCarl Schwan2022-07-131-12/+2
|/ | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Rename setting name to reduce its lengthLouis Chemineau2022-06-271-4/+4
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>