Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | chore: apply changes from Nextcloud coding standards 1.1.1 | Joas Schilling | 2023-11-23 | 5 | -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 section | Côme Chilliet | 2023-11-21 | 1 | -72/+76 | |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | |||||
* | Fix sharing settings unit tests | Louis Chemineau | 2023-11-21 | 1 | -71/+102 | |
| | | | | Signed-off-by: Louis Chemineau <louis@chmn.me> | |||||
* | Fix tests for setupchecks | Côme Chilliet | 2023-11-20 | 1 | -1/+1 | |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | |||||
* | Migrate tests of forwarded for headers check | Côme Chilliet | 2023-11-20 | 2 | -88/+142 | |
| | | | | 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 | -1/+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 | -9/+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 | -14/+0 | |
| | | | | 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/+2 | |
| | | | | | | 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 | -7/+0 | |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | |||||
* | Migrate Freetype check to SetupCheck API | Côme Chilliet | 2023-11-07 | 1 | -5/+0 | |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | |||||
* | Migrate code integrity to SetupCheck API | Côme Chilliet | 2023-11-07 | 1 | -2/+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 | -10/+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 | -12/+0 | |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | |||||
* | Remove duplicate fileinfo PHP module check | Côme Chilliet | 2023-11-07 | 1 | -6/+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 | -6/+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 | -6/+0 | |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | |||||
* | Remove duplicated ReadOnlyConfig setup check | Côme Chilliet | 2023-11-07 | 1 | -6/+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 | -1/+0 | |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | |||||
* | Adapt CheckSetupControllerTest to the migration to a setup check | Côme Chilliet | 2023-10-24 | 1 | -6/+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 | -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 checks | Côme Chilliet | 2023-10-19 | 4 | -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 marks | Valdnet | 2023-10-11 | 1 | -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 ILogger | Côme Chilliet | 2023-09-21 | 1 | -3/+0 | |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | |||||
* | fix(CardDAV): only run upgrade sync if 1000 users or less | Anna Larch | 2023-08-26 | 1 | -0/+3 | |
| | | | | Signed-off-by: Anna Larch <anna@nextcloud.com> | |||||
* | feat(admin): Show an error when the admin is throttled | Joas Schilling | 2023-08-21 | 1 | -0/+8 | |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | fix(db)!: Remove private legacy event because we can not keep it | Joas Schilling | 2023-07-24 | 1 | -10/+1 | |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | feat: Add public event for missing indices | Julius Härtl | 2023-07-14 | 1 | -0/+8 | |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | |||||
* | feat: remove check for OpenSSL 1.0.1d and 1.0.2b | Daniel Kesselberg | 2023-06-04 | 1 | -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 tests | Simon L | 2023-04-18 | 1 | -1/+3 | |
| | | | | Signed-off-by: Simon L <szaimen@e.mail.de> | |||||
* | add an admin check for db file locking | Simon L | 2023-04-17 | 1 | -0/+4 | |
| | | | | Signed-off-by: Simon L <szaimen@e.mail.de> | |||||
* | Fix types for reading and writing config values | jld3103 | 2023-04-05 | 1 | -2/+2 | |
| | | | | Signed-off-by: jld3103 <jld3103yt@gmail.com> | |||||
* | Create headings for settings pages | julia.kirschenheuter | 2023-03-07 | 1 | -2/+4 | |
| | | | | Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com> | |||||
* | Migrate to Symfony Mailer | Côme Chilliet | 2023-02-02 | 2 | -6/+0 | |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | |||||
* | Merge pull request #35876 from bennet0496/patch-mail-header | Joas Schilling | 2023-01-04 | 1 | -0/+5 | |
|\ | | | | | Adding option to set Auto-Submitted email header | |||||
| * | update usages of AutoSubmittedValue to AutoSubmitted::VALUE_ | Bennet Becker | 2023-01-03 | 1 | -2/+2 | |
| | | | | | | | | Signed-off-by: Bennet Becker <dev@bennet.cc> | |||||
| * | Updating unit test for NewUserMailHelper, to test for autosumbitted | Bennet Becker | 2022-12-23 | 1 | -0/+5 | |
| | | | | | | | | | | | | header Signed-off-by: Bennet Becker <bbecker@pks.mpg.de> | |||||
* | | Fix typing errors in settings tests | Côme Chilliet | 2023-01-02 | 1 | -6/+4 | |
|/ | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | |||||
* | Add unit test for case insensitive email saving | Vincent Petry | 2022-12-16 | 1 | -1/+9 | |
| | | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com> | |||||
* | Update composer autoloader | Carl Schwan | 2022-11-22 | 4 | -4/+4 | |
| | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu> | |||||
* | Fix tests | Carl Schwan | 2022-11-22 | 1 | -4/+29 | |
| | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu> | |||||
* | Fix some more problems with tests under PHP 8.2 | Côme Chilliet | 2022-11-15 | 2 | -12/+14 | |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | |||||
* | Fix tests depending on a trailing whitespace | Côme Chilliet | 2022-11-15 | 1 | -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 testing | Côme Chilliet | 2022-11-14 | 1 | -3/+5 | |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | |||||
* | Add profile config migration | Christopher Ng | 2022-09-01 | 3 | -14/+31 | |
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | |||||
* | Merge pull request #33200 from nextcloud/enh/noid/64bit | Simon L | 2022-07-13 | 1 | -0/+7 | |
|\ | | | | | add a setup check for 64 bit | |||||
| * | add a setup check for 64 bit | szaimen | 2022-07-13 | 1 | -0/+7 | |
| | | | | | | | | Signed-off-by: szaimen <szaimen@e.mail.de> | |||||
* | | Port encryption admin settings to vue | Carl Schwan | 2022-07-13 | 1 | -12/+2 | |
|/ | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu> | |||||
* | Rename setting name to reduce its length | Louis Chemineau | 2022-06-27 | 1 | -4/+4 | |
| | | | | Signed-off-by: Louis Chemineau <louis@chmn.me> |