summaryrefslogtreecommitdiffstats
path: root/modules-available
Commit message (Collapse)AuthorAgeFilesLines
* [baseconfig_bwlp] Add SLX_NTFSFREESimon Rettberg2021-03-313-0/+8
|
* Fix deprecated curly braces string indexing (PHP 7.4)Simon Rettberg2021-03-2514-31/+31
|
* [remoteaccess] Show plugin versionSimon Rettberg2021-03-226-0/+23
|
* [rebootcontrol] Show '-' for "subnet 2 subnet"-count if disabledSimon Rettberg2021-03-191-0/+4
|
* [locations/rebootcontrol] Inherit openingtimes for WOL/shutdownSimon Rettberg2021-03-198-96/+272
| | | | | | | | | | The opening times schedule is now inherited to child locations, so it's easy to toggle WOL or shutdown for individual rooms in a building, where you only have to set the opening times once for the entire building. As of now, WOL and shutdown settings are *not* inherited to child locations, as I'm not sure if you always want to inherit those by default. Closes #3710
* [locations] Add permission for openingtimesSimon Rettberg2021-03-173-1/+3
|
* [locations/rebootcontrol] Change ENUM constants; display next eventSimon Rettberg2021-03-178-24/+55
|
* [rebootcontrol] Simplify some logic, improve schedulerSimon Rettberg2021-03-173-96/+83Star
|
* [locations/rebootcontrol] FormattingSimon Rettberg2021-03-173-45/+76
|
* [rebootcontrol] Handle scheduler overlapsChristian Hofmaier2021-03-165-67/+102
| | | | | - Overlaps < 5 min are ignored, < 15 triggers reboot - Database: Make 1 line out of 2
* [sysconfig] yes -> trueSimon Rettberg2021-03-151-1/+1
|
* [syslog] Make client log searchableSimon Rettberg2021-03-154-39/+56
| | | | Closes #3474
* [statistics] Remove logintime filterSimon Rettberg2021-03-121-3/+1Star
| | | | | | Would only work when a user is currently logged in, which is confusing. Remove. References #3842
* [dnbd3] Update translations (dnbd3 help texts)Steffen Ritter2021-03-122-4/+4
|
* [statistics] Fix clientip != filterSimon Rettberg2021-03-121-1/+2
| | | | References #3842
* [eventlog] Linkify Client-UUIDs in Server-LogSimon Rettberg2021-03-111-1/+11
|
* [locationinfo] Remove insecure SSL hackSimon Rettberg2021-03-111-1/+0Star
| | | | | We now have our own CA for the satellite server that's trusted by clients, so this hack is not required anymore.
* Update translationsSteffen Ritter2021-03-103-8/+8
|
* [minilinux] Make dropdown headers boldSimon Rettberg2021-03-101-3/+3
|
* [remoteaccess] Don't disable screen saver entirely but disable auto-lockSimon Rettberg2021-03-101-1/+5
| | | | | | This way after 30+ minutes we would still pop up the screen saver that would count down to the next logout/reboot/shutdown, so the user gets an idea that the session won't last forever.
* [sysconfig] Back-Btn for sshkey-moduleSteffen Ritter2021-03-101-0/+3
|
* [locations] Update translationsSimon Rettberg2021-03-103-1/+9
|
* [dnbd3] Show version information in proxy/server detailsSimon Rettberg2021-03-092-3/+6
|
* [remoteaccess] Allow changing client-side VNC portSimon Rettberg2021-03-057-14/+46
| | | | References #3823
* [roomplanner] Formatting, commentsSimon Rettberg2021-03-041-8/+21
|
* [statistics] Better check if locationid trigger existsSimon Rettberg2021-03-041-13/+4Star
|
* [locationinfo] Ignore position of machines with mismatching locationSimon Rettberg2021-03-041-2/+5
| | | | | If locationid != fixedlocationid, something must be off, and we better ignore that machine's position in the room.
* [serversetup-bwlp-ipxe] Location-override: Show default, label for=""Simon Rettberg2021-03-032-5/+8
| | | | | Make label clickable by adding id/for pairs. Show menu default entry below menu name.
* [rebootcontrol] Increase subnet delete timeoutSimon Rettberg2021-03-031-1/+1
|
* [serversetup-bwlp-ipxe] Fix invisible title in location menu selectorSimon Rettberg2021-03-031-3/+6
| | | | Closes #3839
* [sysconfig] Small layout fixSteffen Ritter2021-02-253-0/+5
|
* [eventlog/main] Fix possible overflow in querySimon Rettberg2021-02-252-3/+3
| | | | | This would break on clock skew where timestamps in the DB lie in the future.
* [rebootcontrol] add Scheduler Cron JobChristian Hofmaier2021-02-231-0/+23
|
* [statistics] Add soft-delete feature: Resets a client's IP and locationSimon Rettberg2021-02-187-10/+48
| | | | | | | | | Soft-deleting a client doesn't remove its entire data and usage history from the database, but just resets IP and location, so it doesn't appear in its former location anymore. In case a client is removed from a room, this declutters the client statistics. Once the client boots again, location and and IP address will be updated again.
* [statistics] Store ID45 live statsSimon Rettberg2021-02-181-1/+3
|
* [locationinfo] Fix conversion of time zone argument to DateTimeSimon Rettberg2021-02-051-2/+4
| | | | | | | Now we properly always convert time zone strings to DateTimeZone instances before passing them to the DateTime(Immutable) constructor as the second argument. The timeZoneStringToDateTimeZone() was made idempotent, to simplify code using it.
* [statistics] Show ID45 live statsSimon Rettberg2021-01-293-2/+20
| | | | Closes #3634
* [permissionmanager] Fix install always reporting UPDATE_DONESimon Rettberg2021-01-291-2/+4
|
* [systemstatus] Add permissions for service restartingSimon Rettberg2021-01-226-3/+28
|
* [locationinfo] Add generic ical backendSimon Rettberg2021-01-196-103/+252
| | | | Closes #3824
* [roomplanner] WOL pvsmgr if tutor machine boots or a user logs inSimon Rettberg2021-01-151-0/+19
| | | | Closes #3586
* [locationinfo] his: Change error_log to GUI errorSimon Rettberg2021-01-151-1/+1
|
* [rebootcontrol] calculate next execution time functionChristian Hofmaier2020-12-221-4/+31
|
* [sysconfig] Fix install for configtgz table (TEXT NULL)Simon Rettberg2020-12-181-1/+1
|
* [serversetup-bwlp-ipxe] Fix redirect for invalid/no IP setSimon Rettberg2020-12-181-1/+1
|
* [locations] Fix duplicate class attributeSimon Rettberg2020-12-161-1/+1
|
* [locations] Fix adding expert rows; tweak WOL/SD style some moreSimon Rettberg2020-12-162-14/+22
|
* [locations] openingtimes: fix switch to expert modeSimon Rettberg2020-12-161-2/+2
|
* [locations] Avoid potentially duplicate ids in ajax fragmentsSimon Rettberg2020-12-165-92/+97
|
* [roomplanner] Remove duplicate filesSimon Rettberg2020-12-167-0/+0
|