Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [locationinfo] set roomplanner default on false for existing panels | Christian Hofmaier | 2019-01-08 | 1 | -0/+3 |
| | | | | - if panel is already existing without roomplanner value in database | ||||
* | [locationinfo] roomplaner -> roomplanner | Simon Rettberg | 2018-12-05 | 1 | -4/+4 |
| | |||||
* | [locationinfo] add new settings for panels (counter, updaterate) | Christian Hofmaier | 2018-12-03 | 1 | -2/+16 |
| | | | | | | | | - setting: consider only clients in roomplaner, instead of ip range - add option to set update rate in summary panels - directly initialize when mode is "only calendar" - Set counter to "-" if room has ongoing event - fix some spelling / unused code | ||||
* | [locationinfo] Don't pad with ... but ' ' | Simon Rettberg | 2018-04-25 | 1 | -2/+2 |
| | |||||
* | [locationinfo] Activate runmode module before calling | Simon Rettberg | 2018-04-25 | 1 | -1/+3 |
| | |||||
* | [locationinfo] Delete according runmode entries when a panel gets deleted | Simon Rettberg | 2018-04-03 | 1 | -0/+1 |
| | |||||
* | [locationinfo] Use User::assertPermission() | Simon Rettberg | 2018-04-03 | 1 | -2/+1 |
| | |||||
* | [locationinfo] Properly check permissions when saving new panel | Simon Rettberg | 2018-03-29 | 1 | -1/+7 |
| | |||||
* | [locationinfo] Fix permission checking: Add missing return statement | Simon Rettberg | 2018-03-29 | 1 | -0/+1 |
| | |||||
* | [locationinfo] Add permissions | Simon Rettberg | 2018-03-05 | 1 | -24/+104 |
| | |||||
* | [locationinfo] URL: Add field to specify reload interval in minutes | Simon Rettberg | 2018-01-11 | 1 | -0/+2 |
| | |||||
* | [locationinfo] Reload panels when opening times are changed | Simon Rettberg | 2017-12-19 | 1 | -18/+61 |
| | |||||
* | Fix A LOT of type problems, logic flaws, uninitialized variables etc. | Simon Rettberg | 2017-12-16 | 1 | -1/+1 |
| | | | | | Most of them were found by phpstorm, so I put in some time and went through the list, fixing quite a bunch of them. | ||||
* | [locationinfo] Fix handling of invalid backends, remove dummy-backend in ↵ | Simon Rettberg | 2017-12-07 | 1 | -1/+2 |
| | | | | production | ||||
* | Fix several PHP notices about undefined indexes, variables, not-arrays | Simon Rettberg | 2017-12-01 | 1 | -3/+5 |
| | |||||
* | [locationinfo] removed seconds from the time. More than 4 locations are ↵ | Jannik Schönartz | 2017-11-30 | 1 | -3/+0 |
| | | | | allowed for the summary panel | ||||
* | [locationinfo] Merge branch 'master' of git.openslx.org:openslx-ng/slx-admin | Jannik Schönartz | 2017-11-30 | 1 | -2/+2 |
|\ | |||||
| * | [main] Detect clock mismatch, fix translations | Simon Rettberg | 2017-11-30 | 1 | -2/+2 |
| | | |||||
* | | [locationinfo] Reworked summary-panel to the new panel uuid stuff. | Jannik Schönartz | 2017-11-30 | 1 | -8/+39 |
|/ | |||||
* | [locationinfo] Fix misspelled class, typedef in phpdoc | Simon Rettberg | 2017-11-14 | 1 | -2/+2 |
| | |||||
* | [locationinfo] Make panel accessible via slxadmin, add URL type panel | Simon Rettberg | 2017-07-25 | 1 | -40/+138 |
| | |||||
* | [locationinfo] Support runmode module | Simon Rettberg | 2017-07-06 | 1 | -1/+8 |
| | |||||
* | [locationinfo] Remove configupdate field | Simon Rettberg | 2017-06-21 | 1 | -6/+0 |
| | |||||
* | [locationinfo] Frontend mostly working again... | Simon Rettberg | 2017-06-16 | 1 | -8/+10 |
| | |||||
* | [locationinfo] slxadmin part done, todo: frontend+api | Simon Rettberg | 2017-06-13 | 1 | -47/+150 |
| | |||||
* | [locationinfo] Location edit part done so far | Simon Rettberg | 2017-06-12 | 1 | -8/+78 |
| | |||||
* | [locationinfo] Started rewrite for panel-based approach | Simon Rettberg | 2017-06-10 | 1 | -299/+306 |
| | |||||
* | [locationinfo] Allow setting a location's server to "none" | Simon Rettberg | 2017-05-10 | 1 | -2/+1 |
| | |||||
* | [locationinfo] Fix undefined variable 'openingtimes' | Steffen Ritter | 2017-05-09 | 1 | -1/+1 |
| | |||||
* | [locationinfo] Fix more undefined offset access | Simon Rettberg | 2017-05-09 | 1 | -8/+9 |
| | | | | Fixes #3133 | ||||
* | [locationinfo] Fix initial selection of backend type when creating server | Simon Rettberg | 2017-05-08 | 1 | -1/+2 |
| | | | | Fixes #3130 | ||||
* | [locationinfo] Check for valid serverid when saving location config | Simon Rettberg | 2017-04-27 | 1 | -1/+5 |
| | |||||
* | [locationinfo] Regression: Fix editing location with no previous config | Simon Rettberg | 2017-04-27 | 1 | -1/+4 |
| | |||||
* | [locationinfo] Generate credentials in server-settings server side | Simon Rettberg | 2017-04-21 | 1 | -71/+23 |
| | | | | | | | There's no need to generate parameters server side that get passed to the template engine which generates javascript code that generates html snippets in the browser. We now generate everything server side right away. | ||||
* | [locationinfo] Set default options properly when adding new server | Simon Rettberg | 2017-04-20 | 1 | -6/+4 |
| | |||||
* | [locationinfo] Apply lower bound to refresh timeouts when saving config | Simon Rettberg | 2017-04-20 | 1 | -1/+7 |
| | |||||
* | [locationinfo] Rename tables to use module name as prefix; room -> location | Simon Rettberg | 2017-04-20 | 1 | -22/+22 |
| | |||||
* | [locationinfo] CourseBackend: Rename some methods to be more descriptive | Simon Rettberg | 2017-04-19 | 1 | -2/+2 |
| | |||||
* | [locationinfo] Return untranslated tag of backend property if missing | Simon Rettberg | 2017-04-19 | 1 | -1/+1 |
| | |||||
* | [locationinfo] Better backend-specific property handling, get rid of URL | Simon Rettberg | 2017-04-19 | 1 | -23/+19 |
| | | | | | | | | - The backend URL still had special treatment for legacy reasons, when it would be perfectly fine to make it just another generic property the backend has to define. - Allow for the backend to declare a default value for properties. - Base class will now check and sanitize the setCredentials() input. | ||||
* | [locationinfo] Use Location helper for getRoomTree, check backend validity ↵ | Simon Rettberg | 2017-04-18 | 1 | -25/+2 |
| | | | | in getCalendar | ||||
* | [locationinfo] Remove more dead code, refactor javascript, | Simon Rettberg | 2017-04-14 | 1 | -32/+15 |
| | | | | ... and fix a few bugs I introduced | ||||
* | [locationinfo] page.inc.php: More simplification, error checks, formatting | Simon Rettberg | 2017-04-14 | 1 | -161/+151 |
| | |||||
* | [locationinfo] Refactor the main view | Simon Rettberg | 2017-04-13 | 1 | -142/+75 |
| | | | | | | | - Simplify javascript - Remove client count and locationid column from view, not useful for the average user - Remove/simplify queries, use Location helper more to deal with locations | ||||
* | [locationinfo] Clean up config.html (and handling in php) | Simon Rettberg | 2017-04-13 | 1 | -31/+33 |
| | | | | | | | - De-javascript where reasonable - Unify repeated calls - Overhaul query builder - ... | ||||
* | [locationinfo] Don't hardcode languages | Simon Rettberg | 2017-04-12 | 1 | -0/+1 |
| | |||||
* | [locationinfo] Format php files | Simon Rettberg | 2017-04-12 | 1 | -79/+143 |
| | |||||
* | Bugfixes: serversettings option 1 is selected when switching backend type. ↵ | Jannik Schönartz | 2017-03-27 | 1 | -4/+17 |
| | | | | Some minor empty array etc. fixes. | ||||
* | Openingtimes: Fixed a bug where when a field was not filles it caused errors. | Jannik Schönartz | 2017-03-26 | 1 | -19/+28 |
| | |||||
* | Server-Settings: Fixed a bug where the selection in the credentials were'nt ↵ | Jannik Schönartz | 2017-03-26 | 1 | -2/+2 |
| | | | | displayed |