Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [dozmod] Improve location & exam mode detection | Simon Rettberg | 2017-11-14 | 1 | -4/+13 |
| | |||||
* | [locations] Missing typecast for locationid | Simon Rettberg | 2017-11-03 | 1 | -1/+1 |
| | |||||
* | [locations] fix missing locationId on ip/uuid ... | Jonathan Bauer | 2017-09-05 | 1 | -19/+18 |
| | | | | | ... when the client's ip falls within a known range but its uuid has not been recorded yet and the client requests its config by uuid. | ||||
* | [locations] Open room planner in new window with reduced UI | Simon Rettberg | 2017-07-14 | 1 | -3/+2 |
| | |||||
* | [locations] Add/improve comments | Simon Rettberg | 2017-07-13 | 1 | -6/+6 |
| | |||||
* | [*] Adapt to new baseconfig API | Simon Rettberg | 2017-07-11 | 1 | -4/+5 |
| | |||||
* | [locationinfo] Location edit part done so far | Simon Rettberg | 2017-06-12 | 1 | -0/+41 |
| | |||||
* | [locationinfo] Started rewrite for panel-based approach | Simon Rettberg | 2017-06-10 | 1 | -0/+5 |
| | |||||
* | [locations] Make Location::buildTree() public again for now | Simon Rettberg | 2017-05-17 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' into location-info-panel | Simon Rettberg | 2017-04-27 | 2 | -1/+18 |
|\ | |||||
| * | [baseconfig] Display inherited value and source when editing module specific ↵ | Simon Rettberg | 2017-04-26 | 2 | -1/+18 |
| | | | | | | | | | | | | | | | | settings This optionally requires a callback to find the inheritance source in the module in question. The locations module was updated accordingly. This implements #3120 | ||||
* | | [locations] Make Location::getTree() public | Simon Rettberg | 2017-04-18 | 1 | -1/+1 |
| | | |||||
* | | [locations] Return recursive list of children in getLocationsAssoc() | Simon Rettberg | 2017-04-13 | 1 | -2/+8 |
|/ | |||||
* | [statistics/locations] Update/set subnetlocationid field in DB if the DB has ↵ | Simon Rettberg | 2017-01-11 | 2 | -31/+37 |
| | | | | been updated | ||||
* | [locations] Remove debug message | Simon Rettberg | 2016-12-14 | 1 | -1/+0 |
| | |||||
* | [statistics/locations/..] Cache calculated locationid of machine in machine ↵ | Simon Rettberg | 2016-12-06 | 2 | -89/+185 |
| | | | | | | | | | | | | | | | table We now have three columns for the locationid: - subnetlocationid Updated whenever the clientip of a client changes on bootup, or when locations/subnets are edited in the locations module. - fixedlocationid Takes the role of the old locationid field - set when a machine is placed in a room via roomplanner, set to NULL otherwise. - locationid Set to fixedlocationid if it's not NULL, to subnetlocationid otherwise. The field is updated by a BEFORE UPDATE trigger. | ||||
* | [locations] Also make sure the opened location is in view | Simon Rettberg | 2016-11-30 | 1 | -1/+2 |
| | |||||
* | [locations] Don't scroll to top when opening location | Simon Rettberg | 2016-11-30 | 1 | -1/+1 |
| | |||||
* | [locations] Fix tag mismatch | Simon Rettberg | 2016-11-25 | 1 | -1/+1 |
| | |||||
* | [locations] Show percent of occupied machines per location | Simon Rettberg | 2016-09-13 | 5 | -7/+30 |
| | |||||
* | [statistics/locations] Fix query for getting machines for a location | Simon Rettberg | 2016-09-13 | 1 | -2/+2 |
| | |||||
* | [locations/statistics] Make machine counting more consistent | Simon Rettberg | 2016-09-09 | 3 | -17/+31 |
| | |||||
* | [locations] Fix formatting | Simon Rettberg | 2016-09-08 | 1 | -20/+25 |
| | |||||
* | FAGESSEN! | Simon Rettberg | 2016-09-07 | 1 | -2/+2 |
| | |||||
* | [locations] Only show roomplanner button if module is enabled | Simon Rettberg | 2016-09-07 | 1 | -1/+1 |
| | |||||
* | [roomplanner] Show location name in title | Simon Rettberg | 2016-09-07 | 1 | -0/+5 |
| | |||||
* | Fix some translations | Simon Rettberg | 2016-09-06 | 1 | -1/+1 |
| | |||||
* | just use fullscreen to mitigate the positioning bugs. | Christian Klinger | 2016-08-22 | 1 | -1/+5 |
| | |||||
* | Clean up css a bit | Simon Rettberg | 2016-08-17 | 1 | -6/+6 |
| | |||||
* | [locations] Fix wrong overlap function for subnet collision detection | Simon Rettberg | 2016-08-15 | 1 | -2/+1 |
| | |||||
* | add i18n. | Christian Klinger | 2016-08-09 | 2 | -0/+2 |
| | |||||
* | Added link from locations module to roomplanner. | Christian Klinger | 2016-08-09 | 3 | -0/+26 |
| | |||||
* | Merge branch 'modularization' of git.openslx.org:openslx-ng/slx-admin into ↵ | Christian Klinger | 2016-07-13 | 1 | -0/+2 |
|\ | | | | | | | modularization | ||||
| * | Fix fix | Simon Rettberg | 2016-07-12 | 1 | -1/+1 |
| | | |||||
| * | [locations] Fix determining global sysconfig | Simon Rettberg | 2016-07-12 | 1 | -0/+2 |
| | | |||||
* | | Squashed commit of the following: | Christian Klinger | 2016-07-13 | 2 | -4/+4 |
|/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | commit af19d2aa593a4b4b068a5bc3707d74378625d774 Author: Christian Klinger <spam@klinch.de> Date: Wed Jul 13 12:32:17 2016 +0200 added sorting functionality. commit 0030ebebb49bad18fba8e74184d331be5485ed4e Author: Christian Klinger <spam@klinch.de> Date: Fri Jul 8 16:09:16 2016 +0200 small improvements. commit 8dc5ee1173ffbc6e689f3197ad4d1ecf700a9374 Author: Christian Klinger <spam@klinch.de> Date: Fri Jul 8 12:49:29 2016 +0200 added location fiter. commit 63a2da244a6def5cdd76c654bd5a6a0c108cc47b Author: Christian Klinger <spam@klinch.de> Date: Fri Jul 8 12:25:15 2016 +0200 most filters should work. commit 847536b34cec0194c58cb41a17006a8bd88f748d Author: Christian Klinger <spam@klinch.de> Date: Tue Jul 5 15:57:38 2016 +0200 rudimentary filter options. | ||||
* | Update translations | Simon Rettberg | 2016-07-04 | 1 | -1/+1 |
| | |||||
* | [locations] Support CIDR notion (start field), tweak templates a bit | Simon Rettberg | 2016-06-24 | 5 | -41/+164 |
| | |||||
* | [locations] Quick "fix" for buttons overlapping text in table | Simon Rettberg | 2016-06-24 | 1 | -2/+2 |
| | |||||
* | [exams] Indent location by tree depth; fix ordering of locations in vis.js | Simon Rettberg | 2016-06-24 | 1 | -0/+2 |
| | |||||
* | Update translations | Simon Rettberg | 2016-06-23 | 4 | -8/+16 |
| | |||||
* | [locations/sysconfig] Implement location specific sysconfig | Simon Rettberg | 2016-06-22 | 3 | -12/+85 |
| | |||||
* | [location] Support passing array of selected locs to getLocations() | Simon Rettberg | 2016-06-17 | 1 | -5/+6 |
| | |||||
* | [locations] Handle machine UUID param to determine location | Simon Rettberg | 2016-06-16 | 2 | -3/+57 |
| | |||||
* | Update translations | Simon Rettberg | 2016-06-14 | 2 | -2/+10 |
| | |||||
* | [baseconfig] Reimplement toggle/enabled switch from UFPR, sort properly, ↵ | Simon Rettberg | 2016-06-14 | 1 | -1/+8 |
| | | | | make download button honor current module/location | ||||
* | Fix some translations and page titles | Simon Rettberg | 2016-06-09 | 1 | -5/+3 |
| | |||||
* | [dozmod/api] Get actual location list | Simon Rettberg | 2016-06-09 | 1 | -1/+1 |
| | |||||
* | [install] Implement install scripts for most modules | Simon Rettberg | 2016-06-08 | 1 | -0/+39 |
| | |||||
* | [location] Move getLocationRootChain to heler class | Simon Rettberg | 2016-06-08 | 2 | -7/+26 |
| |