Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | feat: Add legal notice and privacy policy links to help page | Christopher Ng | 2024-04-22 | 1 | -0/+11 |
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
* | fix: Migrate a few more classes away from OC_App::getAppPath | Côme Chilliet | 2024-04-22 | 1 | -1/+1 |
| | | | | | | Also fixed AppTest Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | fix: Apply new coding standard to all files | Côme Chilliet | 2024-04-02 | 2 | -4/+4 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | feat(settings): Allow to sort groups in the account management alphabetically | Ferdinand Thiessen | 2024-03-27 | 1 | -3/+9 |
| | | | | | | | We can do this purly in the frontend - but when enforced from the backend using the existing system config, we need to follow the requirement. We then show a warning about the configuration. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | fix(AppDiscoverFetcher): Do not remove entries as expired that have no ↵ | Ferdinand Thiessen | 2024-03-19 | 1 | -1/+1 |
| | | | | | | expiry date Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | feat(settings): Cache app discover images to ensure privacy of users | Ferdinand Thiessen | 2024-03-14 | 1 | -4/+104 |
| | | | | | | | Co-authored-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com> Co-authored-by: Ferdinand Thiessen <opensource@fthiessen.de> Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | feat: Allow to fetch app discover json and provide frontend API route | Ferdinand Thiessen | 2024-03-14 | 1 | -0/+14 |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | 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 | 4 | -20/+167 |
| | | | | | | Signed-off-by: jld3103 <jld3103yt@gmail.com> Signed-off-by: Julien Veyssier <julien-nc@posteo.net> Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com> | ||||
* | feat(settings): Migrate SSL access and URL generation check to SetupCheck API | Côme Chilliet | 2024-02-29 | 1 | -2/+0 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | Merge branch 'master' into fix/pages-titles-apps | Andrii Rublov | 2024-02-25 | 2 | -147/+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 | 1 | -7/+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> | ||||
* | fix: replace `Account name` by `Login` | John Molakvoæ | 2024-02-13 | 1 | -1/+1 |
| | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> | ||||
* | feat: rename users to account or person | Vincent Petry | 2024-02-13 | 3 | -6/+6 |
| | | | | | | Replace translated text in most locations Signed-off-by: Vincent Petry <vincent@nextcloud.com> | ||||
* | Migrate fair use of free push service check to new SetupCheck API | Côme Chilliet | 2024-01-25 | 1 | -19/+0 |
| | | | | 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 | 1 | -16/+0 |
| | | | | | | | 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 MySQL utf8mb4 check to new SetupCheck API | Côme Chilliet | 2024-01-23 | 1 | -5/+0 |
| | | | | 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 | 1 | -11/+0 |
| | | | | | | Also add description for why each module is recommended Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.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 | 1 | -15/+0 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | Migrate memcached PHP module setup check to new API | Côme Chilliet | 2024-01-18 | 1 | -19/+0 |
| | | | | | | Merged it with the other existing memcache setup check as it fits Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | Remove obsolete check of curl SSL version | Côme Chilliet | 2024-01-16 | 1 | -74/+0 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | Migrate Cron checks to new SetupCheck API | Côme Chilliet | 2024-01-16 | 1 | -26/+0 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | Migrate overwrite.cli.url setup check to new API | Côme Chilliet | 2024-01-16 | 1 | -13/+0 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | Remove CSRF check from code integrity rescan | Côme Chilliet | 2024-01-15 | 1 | -0/+1 |
| | | | | | | Did not find a way to get a valid token from SetupCheck Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | Migrate code integrity to SetupCheck API | Côme Chilliet | 2024-01-15 | 1 | -2/+0 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | Merge pull request #42640 from nextcloud/fix/fix-authentication-exceptions-2 | Côme Chilliet | 2024-01-11 | 1 | -6/+8 |
|\ | | | | | Always catch OCP versions of authentication exceptions | ||||
| * | Use IToken from OCP instead of OC | Côme Chilliet | 2024-01-11 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
| * | Suppress or fix psalm errors related to InvalidTokenException | Côme Chilliet | 2024-01-11 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
| * | Always catch OCP versions of authentication exceptions | Côme Chilliet | 2024-01-11 | 1 | -5/+7 |
| | | | | | | | | | | | | And always throw OC versions for BC Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | | Migrate PHP imagick module check to new SetupCheck API | Côme Chilliet | 2024-01-11 | 1 | -15/+0 |
|/ | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | Merge pull request #42590 from nextcloud/add-settings-section-type-attribute | Joas Schilling | 2024-01-10 | 1 | -0/+1 |
|\ | | | | | Add settings section type attribute on settings app-content section | ||||
| * | Add data-active-section-type attribute to app-content settings section | Thomas Citharel | 2024-01-05 | 1 | -0/+1 |
| | | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr> | ||||
* | | Migrate app dir owner check to SetupCheck API | Côme Chilliet | 2024-01-08 | 1 | -49/+0 |
| | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | | Remove unused properties from CheckSetupControllerTest | Côme Chilliet | 2024-01-08 | 1 | -22/+1 |
| | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | | Migrate opcache check to new SetupCheck API | Côme Chilliet | 2024-01-08 | 1 | -79/+0 |
|/ | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | Merge SQlite warning to existing SupportedDatabase setup check | Côme Chilliet | 2023-12-07 | 1 | -6/+0 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | Fix AppSettingsController.php overwriting currentLanguage | 1 Man Projects | 2023-12-05 | 1 | -1/+1 |
| | | | | | Fix for CurrentLanguage being overwritten by currentVersion thus breaking App-View Signed-off-by: 1 Man Projects <reed@1manprojects.de> | ||||
* | Migrate database pending bigint conversions check to new API | Côme Chilliet | 2023-11-28 | 1 | -56/+0 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | Migrate missing primary key database check to new API | Côme Chilliet | 2023-11-27 | 1 | -25/+0 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | Migrate missing index database check to new API | Côme Chilliet | 2023-11-27 | 1 | -26/+0 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | Migrate missing column database check to new API | Côme Chilliet | 2023-11-27 | 1 | -25/+0 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | chore: apply changes from Nextcloud coding standards 1.1.1 | Joas Schilling | 2023-11-23 | 9 | -66/+60 |
| | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com> | ||||
* | Migrate Forwarded For Headers check to new API | Côme Chilliet | 2023-11-20 | 1 | -26/+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 | -7/+0 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> |