summaryrefslogtreecommitdiffstats
path: root/modules-available/webinterface
Commit message (Collapse)AuthorAgeFilesLines
* [webinterface] acme: Move harica firstSimon Rettberg2025-11-071-1/+1
|
* [webinterface] acme: Remove buypass, update harica URLSimon Rettberg2025-11-071-2/+1Star
|
* [webinterface] Switch type to acme only after successfully requesting certSimon Rettberg2025-08-132-5/+11
|
* [webinterface] Add support for HARICA and custom URLsSimon Rettberg2025-08-127-8/+80
|
* [webinterface] Double ACME renew interval, improve error handlingSimon Rettberg2024-10-162-3/+14
|
* [webinterface] Remove the 'off' option for HTTPSSimon Rettberg2024-10-119-95/+42Star
| | | | | | | | As we always use a self-signed certificate for client communication, you cannot really turn off HTTPS, and explicitly generating another self-signed certificate for slx-admin is rather pointless. So internally, we actually remove the option for a self-signed certificate, and rename the "off" option to using a self-signed one.
* [webinterface] API: Check callbacks immediately on successSimon Rettberg2024-10-111-1/+3
| | | | | This makes sure the web interface wont momentarily show outdated information.
* [webinterface] Add event log messages for cert changesSimon Rettberg2024-10-115-14/+55
|
* [webinterface] Add simple API to remotely supply a certificateSimon Rettberg2024-10-106-45/+179
|
* [webinterface] Refactor TM-Calls for https changesSimon Rettberg2024-10-092-42/+67
| | | | | Move actual calls to WebInterface helper class, move a few common things to their own functions.
* [webinterface] Add support for ACME, add option to redirect to cert domainSimon Rettberg2024-10-0813-72/+572
|
* Update translationsSimon Rettberg2023-11-201-1/+1
|
* Add function param/return types, fix a lot more phpstorm complaintsSimon Rettberg2023-11-141-0/+3
|
* [webinterface] Add config hook so client can enable SSL communicationSimon Rettberg2020-12-101-0/+6
|
* [webinterface] Include satellite's CA in config.tgzSimon Rettberg2020-12-031-0/+6
|
* [webinterface] Update translationsSimon Rettberg2019-03-061-1/+1
|
* [inc/Module] Overhaul dependency loading and handling of js/cssSimon Rettberg2018-04-131-2/+2
| | | | This is supposed to prevent unneeded js/css from being pulled in
* Update translationsSimon Rettberg2018-04-102-6/+8
|
* Permissions: Consistency: Make all pages require at least one permission to ↵Simon Rettberg2018-04-092-0/+7
| | | | | | be accessible Closes #3340
* [webinterface] Use permission helpers; disable inputs individuallySimon Rettberg2018-02-166-78/+103
|
* [permissionmanager] Introduce "location-aware" flag for permissionsSimon Rettberg2018-02-121-5/+11
| | | | | | | | | | This flag tells wether the permission can be restricted to certain locations in a meaningful way. This flag has to be set in the permissions.json of the according module. For example, the permission to reboot the server cannot be limited to certain locations in a meaningful way, while the view of the client log can be filtered to only show log entries for clients in specific locations.
* [webinterface] added permissions to edit https, password and design settingsUdo Walter2017-12-148-7/+32
|
* [style] Fix checkbox/radio in input-group-addon, add missing label<->input refsSimon Rettberg2017-12-012-14/+14
|
* [webinterface] fixed inconsistenciesUdo Walter2017-09-257-10/+49
|
* [weninterface] Improve color list a bitSimon Rettberg2017-05-102-3/+3
|
* Update translationsSimon Rettberg2017-05-091-1/+1
|
* Update translationsSimon Rettberg2017-05-092-0/+8
|
* [webinterface] Allow customizing page title prefix and logo bgcolorSimon Rettberg2017-05-092-0/+60
|
* [webinterface] Log user out when disabling HTTPS to prevent lockoutSimon Rettberg2017-05-051-6/+8
|
* [webinterface] Add separate option to enable HSTSSimon Rettberg2017-05-044-1/+13
|
* [webinterface] Try to redirect back to HTTP when HTTPS gets disabledSimon Rettberg2017-03-292-2/+41
|
* [webinterface] Make line reporting current setting more visibleSimon Rettberg2017-03-292-13/+15
|
* [webinterface] Remember last HTTPS config; add redirect to HTTPS settingSimon Rettberg2017-03-207-12/+142
| | | | | | Functionality in the LighttpdHttps task is still missing, so the new redirect setting doesn't really do anything yet. This refs #3058 @2h
* [webinterface] fix major typoJonathan Bauer2016-12-071-2/+2
|
* Update translationsSimon Rettberg2016-08-154-4/+6
|
* work work work work workSimon Rettberg2016-05-194-5/+1Star
|
* Migrated messages to modulesSimon Rettberg2016-05-101-1/+1
|
* Translating module strings and custom sections worksSimon Rettberg2016-05-101-0/+4
|
* Work on translations: templates and messages workSimon Rettberg2016-05-046-24/+12Star
|
* WIPSimon Rettberg2016-05-0312-0/+229