Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | fix: add missing copyrights and strict types | Andrey Borysenko | 2024-03-12 | 1 | -0/+3 | |
| | | | | Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com> | |||||
* | feat: Add declarative settings | jld3103 | 2024-03-12 | 5 | -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 Thiessen | 2024-03-08 | 2 | -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 API | Côme Chilliet | 2024-03-07 | 3 | -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 level | John Molakvoæ | 2024-03-06 | 1 | -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 check | John Molakvoæ (skjnldsv) | 2024-03-06 | 2 | -0/+70 | |
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | |||||
* | Merge pull request #43906 from nextcloud/enh/migrate-ssl-url-setupcheck | Côme Chilliet | 2024-03-04 | 3 | -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 API | Côme Chilliet | 2024-02-29 | 3 | -2/+77 | |
| | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | |||||
* | | feat(settings): Migrate data directory protection check to `SetupCheck` | Ferdinand Thiessen | 2024-02-29 | 3 | -3/+87 | |
|/ | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* | feat(settings): Migrate OCM / OCS provider tests to SetupCheck | Ferdinand Thiessen | 2024-02-27 | 2 | -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-apps | Andrii Rublov | 2024-02-25 | 3 | -151/+57 | |
|\ | | | | | Signed-off-by: Andrii Rublov <github.a@rublov.me> | |||||
| * | Merge branch 'master' into fix/42480/user-admin-not-admin | John Molakvoæ | 2024-02-24 | 2 | -140/+53 | |
| |\ | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com> | |||||
| | * | fix(settings): Use initial state instead of custom state for server data | Ferdinand Thiessen | 2024-02-23 | 2 | -134/+50 | |
| | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
| | * | fix(settings): Only use `id` in categories - drop duplicated `ident` property | Ferdinand Thiessen | 2024-02-23 | 1 | -10/+4 | |
| | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
| * | | fix(admin role): fix old and wrong way to determine whether user is admin | Arthur Schiwon | 2024-02-19 | 2 | -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) #43327 | Andrii Rublov | 2024-02-23 | 2 | -2/+2 | |
|/ | | | | Signed-off-by: Andrii Rublov <airublev@outlook.com> | |||||
* | enh(settings): Migrate WOFF2 loading check to a SetupCheck | Ferdinand Thiessen | 2024-02-15 | 2 | -0/+84 | |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* | enh(settings): Add trait for setup checks that need to access the webserver ↵ | Ferdinand Thiessen | 2024-02-15 | 2 | -24/+121 | |
| | | | | | | using HTTP requests Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* | fix: replace `Account name` by `Login` | John Molakvoæ | 2024-02-13 | 2 | -2/+2 | |
| | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> | |||||
* | feat: rename users to account or person | Vincent Petry | 2024-02-13 | 6 | -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 there | Simon L | 2024-02-09 | 1 | -5/+5 | |
| | | | | Signed-off-by: Simon L <szaimen@e.mail.de> | |||||
* | Merge pull request #43387 from nextcloud/fix/migrate-away-from-ilogger-in-jobs | Côme Chilliet | 2024-02-08 | 1 | -42/+18 | |
| | ||||||
* | Revert "Merge branch 'master' of github.com:nextcloud/server" | Louis Chemineau | 2024-02-08 | 2 | -23/+47 | |
| | | | | | This reverts commit d9d60238c7aaab9c61bf2d50c15aa59bc88c8975, reversing changes made to ba3fdb0cdcfbb84f0080a2146a4ba2f01569915d. | |||||
* | Merge pull request #43435 from ↵ | Simon L | 2024-02-08 | 1 | -5/+5 | |
|\ | | | | | | | | | nextcloud/enh/noid/do-not-break-personal-settings-without-viewer do not break personal settings page is viewer is not there | |||||
| * | fix psalm | Simon L | 2024-02-08 | 1 | -0/+3 | |
| | | | | | | | | Signed-off-by: Simon L <szaimen@e.mail.de> | |||||
| * | do not break personal settings page is viewer is not there | Simon L | 2024-02-07 | 1 | -5/+2 | |
| | | | | | | | | Signed-off-by: Simon L <szaimen@e.mail.de> | |||||
* | | fix!: Migrate jobs away from deprecated interfaces | Côme Chilliet | 2024-02-08 | 1 | -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-3 | Côme Chilliet | 2024-02-01 | 1 | -1/+1 | |
|\ | | | | | fix(i18n): Adapted spelling of Unicode | |||||
| * | fix(i18n): Adapted spelling of Unicode | rakekniven | 2024-01-30 | 1 | -1/+1 | |
| | | | | | | | | | | Reported at Transifex Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com> | |||||
* | | feat(php,vue): Create a new parameter | Baptiste Fotia | 2024-01-31 | 1 | -0/+2 | |
|/ | | | | Signed-off-by: Baptiste Fotia <fotia.baptiste@hotmail.com> | |||||
* | chore: Fix missing template parameter for IEventListener | Côme Chilliet | 2024-01-30 | 3 | -0/+3 | |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | |||||
* | Merge pull request #42331 from nextcloud/fix/auth-token-settings | Ferdinand Thiessen | 2024-01-29 | 1 | -1/+1 | |
|\ | | | | | fix(settings): Disable renaming for tokens marked to be wiped | |||||
| * | fix(settings): Disable renaming for tokens marked to be wiped | Ferdinand Thiessen | 2024-01-29 | 1 | -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 API | Côme Chilliet | 2024-01-29 | 2 | -0/+57 | |
|/ | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | |||||
* | Rename to "Push service" and enable on all instances to avoid trouble | Côme Chilliet | 2024-01-25 | 2 | -8/+14 | |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | |||||
* | Migrate fair use of free push service check to new SetupCheck API | Côme Chilliet | 2024-01-25 | 3 | -19/+83 | |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | |||||
* | Merge writable temporary space check with the s3 one, and improve | Côme Chilliet | 2024-01-25 | 3 | -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 tests | Côme Chilliet | 2024-01-25 | 1 | -37/+0 | |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | |||||
* | Migrate available temp space check to new SetupCheck API | Côme Chilliet | 2024-01-25 | 2 | -0/+95 | |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | |||||
* | Migrate MySQL utf8mb4 check to new SetupCheck API | Côme Chilliet | 2024-01-23 | 3 | -5/+65 | |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | |||||
* | Merge pull request #42999 from nextcloud/fix/mjs-setup-check-local | John Molakvoæ | 2024-01-23 | 1 | -1/+7 | |
|\ | ||||||
| * | fix(settings): Allow to connect to local address when checking for `.mjs` ↵ | Ferdinand Thiessen | 2024-01-21 | 1 | -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 description | Côme Chilliet | 2024-01-22 | 1 | -1/+0 | |
| | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | |||||
* | | Add missing recommended modules gmp and bcmath | Côme Chilliet | 2024-01-22 | 1 | -0/+2 | |
| | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | |||||
* | | Fix description for exif PHP module | Côme Chilliet | 2024-01-22 | 1 | -1/+1 | |
| | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | |||||
* | | Merge gmp and bcmath module checks with the existing PHP modules setup check | Côme Chilliet | 2024-01-22 | 2 | -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-check | Côme Chilliet | 2024-01-22 | 1 | -3/+2 | |
|\ \ | |/ |/| | Remove disputed bz2 check | |||||
| * | Remove disputed bz2 check | J0WI | 2024-01-15 | 1 | -3/+2 | |
| | | | | | | | | Signed-off-by: J0WI <J0WI@users.noreply.github.com> | |||||
* | | refactor: Migrate IgnoreOpenAPI attributes to OpenAPI | provokateurin | 2024-01-18 | 8 | -16/+16 | |
| | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | |||||
* | | Migrate set_time_limit setup check to new API | Côme Chilliet | 2024-01-18 | 4 | -16/+59 | |
| | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> |