aboutsummaryrefslogtreecommitdiffstats
path: root/apps/settings/lib
Commit message (Expand)AuthorAgeFilesLines
* feat(files_sharing): allow to specify allowed groups to share instead of excl...Corentin Damman2024-03-151-1/+1
* fix: when no AI setting has been set, make sure the selected text processing ...Julien Veyssier2024-03-151-1/+3
* feat(settings): Cache app discover images to ensure privacy of usersFerdinand Thiessen2024-03-141-4/+104
* feat: Allow to fetch app discover json and provide frontend API routeFerdinand Thiessen2024-03-141-0/+14
* Merge pull request #44067 from nextcloud/fix/migrate-header-check-to-setupcheckCôme Chilliet2024-03-143-1/+163
|\
| * fix: Improve HSTS warning wording as suggested by reviewerCôme Chilliet2024-03-141-1/+1
| * feat: Migrate HSTS check to Security headers SetupCheckCôme Chilliet2024-03-131-1/+21
| * fix: Migrate security headers check tests and fix the SetupCheck implementationCôme Chilliet2024-03-131-10/+15
| * fix: Fix Security headers setup check behaviorCôme Chilliet2024-03-131-2/+3
| * fix: Fix ocm-provider setup check failure detectionCôme Chilliet2024-03-131-1/+1
| * feat: Migrate header check to SetupCheck APICôme Chilliet2024-03-132-0/+136
* | fix(settings): `posix_getpwuid` can return `false` which should not be access...Ferdinand Thiessen2024-03-131-2/+6
|/
* fix(updatenotification): spread the use of new appconfigMaxence Lange2024-03-132-24/+15
* fix: add missing copyrights and strict typesAndrey Borysenko2024-03-121-0/+3
* feat: Add declarative settingsjld31032024-03-125-20/+223
* fix(settings): Adjust order of parameters for `runRequest`Ferdinand Thiessen2024-03-082-5/+5
* feat(settings): Migrate .well-known URL setup check to new APICôme Chilliet2024-03-073-6/+142
* fix(settings): adjust source maps setup check wording and log levelJohn Molakvoæ2024-03-061-2/+2
* feat(settings): add JavaScript Source Maps support `.js.map` setup checkJohn Molakvoæ (skjnldsv)2024-03-062-0/+70
* 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 APICôme Chilliet2024-02-293-2/+77
* | feat(settings): Migrate data directory protection check to `SetupCheck`Ferdinand Thiessen2024-02-293-3/+87
|/
* feat(settings): Migrate OCM / OCS provider tests to SetupCheckFerdinand Thiessen2024-02-272-0/+101
* Merge branch 'master' into fix/pages-titles-appsAndrii Rublov2024-02-253-151/+57
|\
| * Merge branch 'master' into fix/42480/user-admin-not-adminJohn Molakvoæ2024-02-242-140/+53
| |\
| | * fix(settings): Use initial state instead of custom state for server dataFerdinand Thiessen2024-02-232-134/+50
| | * fix(settings): Only use `id` in categories - drop duplicated `ident` propertyFerdinand Thiessen2024-02-231-10/+4
| * | fix(admin role): fix old and wrong way to determine whether user is adminArthur Schiwon2024-02-192-11/+4
| |/
* / [Bugfix]: Titles of pages (dashboard, apps-settings, users-settings) #43327Andrii Rublov2024-02-232-2/+2
|/
* enh(settings): Migrate WOFF2 loading check to a SetupCheckFerdinand Thiessen2024-02-152-0/+84
* enh(settings): Add trait for setup checks that need to access the webserver u...Ferdinand Thiessen2024-02-152-24/+121
* fix: replace `Account name` by `Login`John Molakvoæ2024-02-132-2/+2
* feat: rename users to account or personVincent Petry2024-02-136-11/+11
* do not break personal settings page is viewer is not thereSimon L2024-02-091-5/+5
* 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
* Merge pull request #43435 from nextcloud/enh/noid/do-not-break-personal-setti...Simon L2024-02-081-5/+5
|\
| * fix psalmSimon L2024-02-081-0/+3
| * do not break personal settings page is viewer is not thereSimon L2024-02-071-5/+2
* | fix!: Migrate jobs away from deprecated interfacesCôme Chilliet2024-02-081-42/+18
|/
* Merge pull request #43215 from nextcloud/rakekniven-patch-3Côme Chilliet2024-02-011-1/+1
|\
| * fix(i18n): Adapted spelling of Unicoderakekniven2024-01-301-1/+1
* | feat(php,vue): Create a new parameterBaptiste Fotia2024-01-311-0/+2
|/
* chore: Fix missing template parameter for IEventListenerCôme Chilliet2024-01-303-0/+3
* Merge pull request #42331 from nextcloud/fix/auth-token-settingsFerdinand Thiessen2024-01-291-1/+1
|\
| * fix(settings): Disable renaming for tokens marked to be wipedFerdinand Thiessen2024-01-291-1/+1
* | Migrate debug mode check to new SetupCheck APICôme Chilliet2024-01-292-0/+57
|/
* Rename to "Push service" and enable on all instances to avoid troubleCôme Chilliet2024-01-252-8/+14
* Migrate fair use of free push service check to new SetupCheck APICôme Chilliet2024-01-253-19/+83
* Merge writable temporary space check with the s3 one, and improveCôme Chilliet2024-01-253-32/+49