aboutsummaryrefslogtreecommitdiffstats
path: root/apps/settings/lib
Commit message (Collapse)AuthorAgeFilesLines
...
* fix: add missing copyrights and strict typesAndrey Borysenko2024-03-121-0/+3
| | | | Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com>
* feat: Add declarative settingsjld31032024-03-125-20/+223
| | | | | | Signed-off-by: jld3103 <jld3103yt@gmail.com> Signed-off-by: Julien Veyssier <julien-nc@posteo.net> Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com>
* fix(settings): Adjust order of parameters for `runRequest`Ferdinand Thiessen2024-03-082-5/+5
| | | | | | Fixing invalid request to host `HEAD`. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* feat(settings): Migrate .well-known URL setup check to new APICôme Chilliet2024-03-073-6/+142
| | | | | | Co-authored-by: Côme Chilliet <come.chilliet@nextcloud.com> Co-authored-by: Ferdinand Thiessen <opensource@fthiessen.de> Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(settings): adjust source maps setup check wording and log levelJohn Molakvoæ2024-03-061-2/+2
| | | | | Co-authored-by: Ferdinand Thiessen <opensource@fthiessen.de> Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
* feat(settings): add JavaScript Source Maps support `.js.map` setup checkJohn Molakvoæ (skjnldsv)2024-03-062-0/+70
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Merge pull request #43906 from nextcloud/enh/migrate-ssl-url-setupcheckCôme Chilliet2024-03-043-2/+77
|\ | | | | feat(settings): Migrate SSL access and URL generation check to SetupCheck API
| * feat(settings): Migrate SSL access and URL generation check to SetupCheck APICôme Chilliet2024-02-293-2/+77
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | feat(settings): Migrate data directory protection check to `SetupCheck`Ferdinand Thiessen2024-02-293-3/+87
|/ | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* feat(settings): Migrate OCM / OCS provider tests to SetupCheckFerdinand Thiessen2024-02-272-0/+101
| | | | | | 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>
* Merge branch 'master' into fix/pages-titles-appsAndrii Rublov2024-02-253-151/+57
|\ | | | | Signed-off-by: Andrii Rublov <github.a@rublov.me>
| * Merge branch 'master' into fix/42480/user-admin-not-adminJohn Molakvoæ2024-02-242-140/+53
| |\ | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
| | * fix(settings): Use initial state instead of custom state for server dataFerdinand Thiessen2024-02-232-134/+50
| | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| | * fix(settings): Only use `id` in categories - drop duplicated `ident` propertyFerdinand Thiessen2024-02-231-10/+4
| | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * | fix(admin role): fix old and wrong way to determine whether user is adminArthur Schiwon2024-02-192-11/+4
| |/ | | | | | | | | | | | | | | | | - fixes Settings knowing who is an admin of non-local group backend groups - obsoletes and removes a little old, deprecated code - double checks proper parameter type on Group\Manager::isAdmin - also fixes legacy OC_User code to check whether user is an admin Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* / [Bugfix]: Titles of pages (dashboard, apps-settings, users-settings) #43327Andrii Rublov2024-02-232-2/+2
|/ | | | Signed-off-by: Andrii Rublov <airublev@outlook.com>
* enh(settings): Migrate WOFF2 loading check to a SetupCheckFerdinand Thiessen2024-02-152-0/+84
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* enh(settings): Add trait for setup checks that need to access the webserver ↵Ferdinand Thiessen2024-02-152-24/+121
| | | | | | using HTTP requests Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix: replace `Account name` by `Login`John Molakvoæ2024-02-132-2/+2
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* feat: rename users to account or personVincent Petry2024-02-136-11/+11
| | | | | | Replace translated text in most locations Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* do not break personal settings page is viewer is not thereSimon L2024-02-091-5/+5
| | | | Signed-off-by: Simon L <szaimen@e.mail.de>
* Merge pull request #43387 from nextcloud/fix/migrate-away-from-ilogger-in-jobsCôme Chilliet2024-02-081-42/+18
|
* Revert "Merge branch 'master' of github.com:nextcloud/server"Louis Chemineau2024-02-082-23/+47
| | | | | This reverts commit d9d60238c7aaab9c61bf2d50c15aa59bc88c8975, reversing changes made to ba3fdb0cdcfbb84f0080a2146a4ba2f01569915d.
* Merge pull request #43435 from ↵Simon L2024-02-081-5/+5
|\ | | | | | | | | nextcloud/enh/noid/do-not-break-personal-settings-without-viewer do not break personal settings page is viewer is not there
| * fix psalmSimon L2024-02-081-0/+3
| | | | | | | | Signed-off-by: Simon L <szaimen@e.mail.de>
| * do not break personal settings page is viewer is not thereSimon L2024-02-071-5/+2
| | | | | | | | Signed-off-by: Simon L <szaimen@e.mail.de>
* | fix!: Migrate jobs away from deprecated interfacesCôme Chilliet2024-02-081-42/+18
|/ | | | | | BREAKING CHANGE: Removed ILogFactory::getCustomLogger deprecated method Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Merge pull request #43215 from nextcloud/rakekniven-patch-3Côme Chilliet2024-02-011-1/+1
|\ | | | | fix(i18n): Adapted spelling of Unicode
| * fix(i18n): Adapted spelling of Unicoderakekniven2024-01-301-1/+1
| | | | | | | | | | Reported at Transifex Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
* | feat(php,vue): Create a new parameterBaptiste Fotia2024-01-311-0/+2
|/ | | | Signed-off-by: Baptiste Fotia <fotia.baptiste@hotmail.com>
* chore: Fix missing template parameter for IEventListenerCôme Chilliet2024-01-303-0/+3
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Merge pull request #42331 from nextcloud/fix/auth-token-settingsFerdinand Thiessen2024-01-291-1/+1
|\ | | | | fix(settings): Disable renaming for tokens marked to be wiped
| * fix(settings): Disable renaming for tokens marked to be wipedFerdinand Thiessen2024-01-291-1/+1
| | | | | | | | | | | | This otherwise a WipeException will be thrown when trying to rename Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | Migrate debug mode check to new SetupCheck APICôme Chilliet2024-01-292-0/+57
|/ | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Rename to "Push service" and enable on all instances to avoid troubleCôme Chilliet2024-01-252-8/+14
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Migrate fair use of free push service check to new SetupCheck APICôme Chilliet2024-01-253-19/+83
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Merge writable temporary space check with the s3 one, and improveCôme Chilliet2024-01-253-32/+49
| | | | | | | 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 testsCôme Chilliet2024-01-251-37/+0
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Migrate available temp space check to new SetupCheck APICôme Chilliet2024-01-252-0/+95
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Migrate MySQL utf8mb4 check to new SetupCheck APICôme Chilliet2024-01-233-5/+65
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Merge pull request #42999 from nextcloud/fix/mjs-setup-check-localJohn Molakvoæ2024-01-231-1/+7
|\
| * fix(settings): Allow to connect to local address when checking for `.mjs` ↵Ferdinand Thiessen2024-01-211-1/+7
| | | | | | | | | | | | | | | | support Also reduce the severity in case of a failed check to warning. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | Remove bz2 leftover descriptionCôme Chilliet2024-01-221-1/+0
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | Add missing recommended modules gmp and bcmathCôme Chilliet2024-01-221-0/+2
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | Fix description for exif PHP moduleCôme Chilliet2024-01-221-1/+1
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | Merge gmp and bcmath module checks with the existing PHP modules setup checkCôme Chilliet2024-01-222-12/+20
| | | | | | | | | | | | Also add description for why each module is recommended Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | Merge pull request #42821 from J0WI/rm-bz2-checkCôme Chilliet2024-01-221-3/+2
|\ \ | |/ |/| Remove disputed bz2 check
| * Remove disputed bz2 checkJ0WI2024-01-151-3/+2
| | | | | | | | Signed-off-by: J0WI <J0WI@users.noreply.github.com>
* | refactor: Migrate IgnoreOpenAPI attributes to OpenAPIprovokateurin2024-01-188-16/+16
| | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* | Migrate set_time_limit setup check to new APICôme Chilliet2024-01-184-16/+59
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>