summaryrefslogtreecommitdiffstats
path: root/modules-available
Commit message (Collapse)AuthorAgeFilesLines
* [locationinfo] Make panel accessible via slxadmin, add URL type panelSimon Rettberg2017-07-2517-414/+687
|
* [locationinfo] Better error handling in hisinone backendSimon Rettberg2017-07-252-29/+43
|
* [locationinfo] Set proper systemd targetSimon Rettberg2017-07-251-1/+1
|
* [locationinfo] weekcalendar: Fix hourline timer handle being globalSimon Rettberg2017-07-181-2/+5
|
* [locationinfo] Better support for old webkitSimon Rettberg2017-07-172-36/+49
|
* [locations] Open room planner in new window with reduced UISimon Rettberg2017-07-141-3/+2Star
|
* [locations] Add/improve commentsSimon Rettberg2017-07-131-6/+6
|
* [runmode] Tweaks, support NO_CONFIG and systemd targetSimon Rettberg2017-07-124-3/+53
|
* [baseconfig_partitions_cdn] Fix warningSimon Rettberg2017-07-121-13/+15
|
* [locationinfo] Improve dummy backend data generatorSimon Rettberg2017-07-121-4/+9
|
* [*] Adapt to new baseconfig APISimon Rettberg2017-07-115-20/+22
|
* [baseconfig] Make ConfigHolder static, change default prio, add getterSimon Rettberg2017-07-111-30/+34
|
* [baseconfig] Add new hook system supporting config prioritiesSimon Rettberg2017-07-101-18/+85
|
* [locationinfo] Try working around messy time handling (timezones etc), CSSSimon Rettberg2017-07-077-25/+66
| | | | | | | | | | | | Webkit/Presto and Blink/Gecko (or rather the corresponding JS engine) disagree about how to handle certain date format strings wrt. time zones. This leads to nasty discrepancies of events being displayed in the calendar. (Unfortunately the students working on this project could not be convinced that properly handling time zones when dealing with time information should be considered important.) Also, some tweaks to CSS/layout have been implemented so the design isn't as messed up on old webkits that don't support flex layout.
* [syslog] Improved filtering with suggestions from existing logSimon Rettberg2017-07-065-83/+86
|
* [roomplanner] Support : in mac search, use small display of clientSimon Rettberg2017-07-061-3/+7
|
* [locationinfo] Support runmode moduleSimon Rettberg2017-07-065-12/+44
|
* [runmode] New module for managing special boot modes of clientsSimon Rettberg2017-07-066-0/+503
|
* [summernote] Make auto-loading depSimon Rettberg2017-07-051-1/+7
|
* [statistics] Helper for getting machine as object from DB (to be extended)Simon Rettberg2017-06-232-0/+113
|
* [locationinfo] Make panel names links that open panel againSimon Rettberg2017-06-211-1/+1
|
* [locationinfo] Remove configupdate fieldSimon Rettberg2017-06-212-22/+0Star
|
* [locationinfo] Update install scriptSimon Rettberg2017-06-211-4/+31
|
* [locationinfo] Detect config changes, tweak display colorsSimon Rettberg2017-06-212-72/+115
|
* [locationinfo] Merge some tweaks and fixes for weekcalendarSimon Rettberg2017-06-211-17/+14Star
|
* [locationinfo] Implement room-specific overrides (no config GUI yet)Simon Rettberg2017-06-212-5/+9
|
* [locationinfo] Use styled DIVs instead of SVGs for PC iconsSimon Rettberg2017-06-2010-473/+81Star
|
* [locationinfo] Couple minor tweks/fixes/comments for doorsign.htmlSimon Rettberg2017-06-202-90/+102
|
* [locationinfo] Finish doorsign.htmlSimon Rettberg2017-06-201-1395/+1364Star
|
* [locationinfo] Frontend mostly working again...Simon Rettberg2017-06-165-806/+747Star
|
* [locationinfo] slxadmin part done, todo: frontend+apiSimon Rettberg2017-06-1313-508/+796
|
* [locationinfo] Location edit part done so farSimon Rettberg2017-06-125-25/+145
|
* [locationinfo] Started rewrite for panel-based approachSimon Rettberg2017-06-1012-786/+847
|
* [js_jqueryui] Don't override general style; handled by bootstrapSimon Rettberg2017-06-101-30/+0Star
|
* [statistics] Float cannot be array indexSimon Rettberg2017-06-071-2/+2
|
* [locationinfo] Change order of status bars in overview frontendSimon Rettberg2017-06-072-10/+10
|
* [systemstatus] Show updated packages requiring rebootSimon Rettberg2017-06-067-10/+46
|
* [translation] Fix warningSimon Rettberg2017-06-061-2/+2
|
* [baseconfig_bwlp] Update translationsSimon Rettberg2017-06-062-2/+2
|
* [dozmod] Fix handling of "modified" stateSimon Rettberg2017-06-021-2/+8
|
* [dozmod] Show if templates are modified or have their defaults updatedSimon Rettberg2017-06-024-24/+54
|
* [main] Make lang_yes and lang_no globalSimon Rettberg2017-06-022-0/+4
|
* Merge remote-tracking branch 'origin/location-info-panel'Simon Rettberg2017-06-021-3/+3
|\
| * [vmstore] Fix broken NFS example configSimon Rettberg2017-05-251-3/+3
| |
* | [statistics] Remove debug messageSimon Rettberg2017-05-171-1/+0Star
| |
* | [locations] Make Location::buildTree() public again for nowSimon Rettberg2017-05-171-1/+1
| |
* | [locationinfo] Tweak and clean up overview panelSimon Rettberg2017-05-112-268/+113Star
| |
* | [sysconfig] Remove redundant/dead codeSimon Rettberg2017-05-111-6/+1Star
| |
* | [rebootcontrol] Don't show clients that haven't been seen for more than 30 daysSimon Rettberg2017-05-111-1/+3
| |
* | Add support to declare multiple css/js per module with loading condition:Simon Rettberg2017-05-1012-12/+88
| | | | | | | | | | | | | | | | | | A css/js can be declared to only load if the module in question is the page module being rendered, or to always be loaded even if the module is just a dependency. The second case is useful for plugin type modules. See one of the config.json files updated in this commit on how to specify css/js to load. true = always load, false = only if page module.