summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [webinterface] Show current proxy chain in trusted proxy dialogHEADmasterSimon Rettberg2026-04-305-5/+40
* style: Fix radio/checkbox margin inside input-group-addonSimon Rettberg2026-04-301-0/+5
* Merge branch 'master' of git.openslx.org:openslx-ng/slx-adminSimon Rettberg2026-04-2943-184/+941
|\
| * [locationinfo] Use dedicated list permission for extdevicesSimon Rettberg2026-04-287-12/+18
| * [locationinfo] Add backend for managing "external devices"Simon Rettberg2026-04-2816-154/+571
| * Add IP address normalization, add support for X-Forwarded-ForSimon Rettberg2026-04-2828-30/+364
* | [runmode] Add UUID to selected clients, close dropdown on selectSimon Rettberg2026-04-081-0/+2
|/
* Add README.mdSimon Rettberg2026-04-071-0/+116
* Improve English translationsSimon Rettberg2026-04-0211-49/+49
* Improve German translationsSimon Rettberg2026-04-025-11/+11
* [locationinfo] Fix type errors, missing argumentSimon Rettberg2026-03-062-3/+3
* [locations] $ipLoc can be null, fix typeSimon Rettberg2026-03-061-1/+1
* [statistics] Introduce constantsSimon Rettberg2026-03-061-11/+17
* [sysconfig] api: Make rebuild synchronous, add exit codeSimon Rettberg2026-02-232-4/+13
* [locationinfo] Revert HisInOne calendar workaroundSimon Rettberg2026-01-282-71/+7Star
* [serversetup-bwlp-ipxe] Fix: Don't clear screen between menusSimon Rettberg2026-01-281-2/+4
* [locationinfo] Tweak panel list layoutSimon Rettberg2026-01-201-6/+6
* [locationinfo] Add panel query API, add option to mark panels as publicSimon Rettberg2026-01-2010-7/+74
* IntelliJ: Mark TestdirSimon Rettberg2026-01-201-0/+1
* [exams] Add check and warning for colliding examsSimon Rettberg2026-01-154-4/+69
* [dozmod] Disable checkboxes *after* submitSimon Rettberg2025-12-191-1/+1
* [dozmod] Show expire time in expired image listSimon Rettberg2025-12-154-7/+12
* Add tests using PHPUnitSimon Rettberg2025-12-1252-16/+3245
* [exams] Fix incorrect count() clauseSimon Rettberg2025-12-041-2/+2
* [locations] Fix falsy checksSimon Rettberg2025-12-031-6/+6
* [inc/IpUtil] Fix bug in CIDR verificationSimon Rettberg2025-11-261-2/+2
* [roomplanner] Fix snap-to-grid behaviorSimon Rettberg2025-11-141-12/+29
* [roomplanner] Add some phpdocSimon Rettberg2025-11-141-1/+17
* [webinterface] acme: Move harica firstSimon Rettberg2025-11-071-1/+1
* [webinterface] acme: Remove buypass, update harica URLSimon Rettberg2025-11-071-2/+1Star
* [sysconfig] Shibauth: Add option to require entitlement(s) for loginSimon Rettberg2025-08-205-10/+47
* [locationinfo] Fix undefined array key accessSimon Rettberg2025-08-131-0/+1
* [systemstatus] Remove debug messageSimon Rettberg2025-08-131-1/+0Star
* [webinterface] Switch type to acme only after successfully requesting certSimon Rettberg2025-08-132-5/+11
* [sysconfig] Minor cleanup, response code overrides for auditSimon Rettberg2025-08-132-19/+23
* [eventlog] Add button to create event filterSimon Rettberg2025-08-131-0/+6
* [baseconfig] Add button to create filter ruleSimon Rettberg2025-08-121-1/+4
* [baseconfig] Fix commentsSimon Rettberg2025-08-121-2/+2
* [webinterface] Add support for HARICA and custom URLsSimon Rettberg2025-08-127-8/+80
* [locationinfo] Update HisInOne title cleanup regexSimon Rettberg2025-08-071-1/+1
* [locationinfo] Overhaul caching and prefetching of calendarsSimon Rettberg2025-08-079-105/+145
* [syslog] Improve POSTs for audit loggingSimon Rettberg2025-08-074-24/+29
* JS: Reorganize script to lower number of ready listenersSimon Rettberg2025-08-071-91/+91
* Ignore KG2-specific filesSimon Rettberg2025-08-072-1/+8
* api/cron: Add log line when job finished successfullySimon Rettberg2025-08-071-1/+2
* [exams] Remove db error checks, add POST redirect, response codeSimon Rettberg2025-08-071-19/+17Star
* [session] audit: Use paginationSimon Rettberg2025-08-052-5/+9
* [session] Show pointer when over audit payload dataSimon Rettberg2025-08-041-1/+1
* A few more HTTP code audit log fixupsSimon Rettberg2025-08-046-5/+12
* Implicitly nullable types are deprecated in PHP 8.3, make explicitSimon Rettberg2025-08-0131-57/+54Star