Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [news] Update translations | Simon Rettberg | 2018-04-16 | 2 | -0/+2 |
| | |||||
* | [inc/Module] Overhaul dependency loading and handling of js/css | Simon Rettberg | 2018-04-13 | 1 | -3/+5 |
| | | | | This is supposed to prevent unneeded js/css from being pulled in | ||||
* | Update translations | Simon Rettberg | 2018-04-10 | 2 | -8/+10 |
| | |||||
* | Permissions: Consistency: Make all pages require at least one permission to ↵ | Simon Rettberg | 2018-04-09 | 2 | -8/+5 |
| | | | | | | be accessible Closes #3340 | ||||
* | [news] Ask for confirmation when deleting entry | Simon Rettberg | 2018-04-05 | 1 | -2/+7 |
| | |||||
* | [news] Fix formatting | Simon Rettberg | 2018-02-14 | 1 | -220/+222 |
| | |||||
* | [news] Use permission helpers; make inputs readonly if no permission to edit | Simon Rettberg | 2018-02-14 | 2 | -49/+46 |
| | |||||
* | [permissionmanager] Introduce "location-aware" flag for permissions | Simon Rettberg | 2018-02-12 | 1 | -6/+14 |
| | | | | | | | | | | This flag tells wether the permission can be restricted to certain locations in a meaningful way. This flag has to be set in the permissions.json of the according module. For example, the permission to reboot the server cannot be limited to certain locations in a meaningful way, while the view of the client log can be filtered to only show log entries for clients in specific locations. | ||||
* | Fix A LOT of type problems, logic flaws, uninitialized variables etc. | Simon Rettberg | 2017-12-16 | 1 | -15/+23 |
| | | | | | Most of them were found by phpstorm, so I put in some time and went through the list, fixing quite a bunch of them. | ||||
* | [permissionmanager] added support for localized permission descriptions; | Udo Walter | 2017-12-07 | 3 | -6/+18 |
| | | | | | moved add/delete buttons to the right; items in the user and locations table can now be selected by clicking anywhere in the table row; | ||||
* | Merge branch 'master' into permission-manager | Simon Rettberg | 2017-12-01 | 1 | -1/+3 |
|\ | |||||
| * | [news] install: Better index for table | Simon Rettberg | 2017-11-29 | 1 | -1/+3 |
| | | |||||
* | | [news] reworked permission system from "click and you get error" to "button ↵ | Christian Hofmaier | 2017-11-23 | 1 | -16/+24 |
| | | | | | | | | is disabled due to lack of permission" (this time with double check on permissions) | ||||
* | | [news] reworked permission system from "click and you get error" to "button ↵ | Christian Hofmaier | 2017-11-21 | 2 | -39/+23 |
| | | | | | | | | is disabled due to lack of permission" | ||||
* | | [news] user is now checked if he's logged in before he can access the module | Christian Hofmaier | 2017-10-24 | 1 | -0/+4 |
| | | |||||
* | | [news] small design change + implemented new permission system | Christian Hofmaier | 2017-09-29 | 3 | -31/+66 |
| | | |||||
* | | [dozmod] fixed inconsistencies + some issues in [internetaccess] and [news] | Christian Hofmaier | 2017-09-14 | 1 | -7/+15 |
| | | |||||
* | | [internetaccess] fixed inconsistencies | Christian Hofmaier | 2017-09-11 | 1 | -0/+1 |
| | | |||||
* | | [news] made tables sortable by date | Christian Hofmaier | 2017-09-11 | 1 | -4/+4 |
| | | |||||
* | | [news] fixed inconsistencies | Christian Hofmaier | 2017-09-08 | 3 | -12/+19 |
|/ | |||||
* | Update translations | Simon Rettberg | 2017-05-09 | 3 | -3/+3 |
| | |||||
* | [news] Switch to new ellipsis hack; fix saving when summernote is in source ↵ | Simon Rettberg | 2016-09-07 | 2 | -10/+22 |
| | | | | code view | ||||
* | fixed bug. | Christian Klinger | 2016-07-05 | 1 | -5/+14 |
| | |||||
* | Merge branch 'modularization' of git.openslx.org:openslx-ng/slx-admin into ↵ | Christian Klinger | 2016-07-05 | 4 | -29/+61 |
|\ | | | | | | | | | | | | | modularization Conflicts: modules-available/main/templates/main-menu.html | ||||
| * | [news/summernote] Make button selection match capabilities of Qt/vmchooser | Simon Rettberg | 2016-07-04 | 2 | -6/+6 |
| | | |||||
| * | [news] Move over global news API, add support for type param | Simon Rettberg | 2016-06-24 | 1 | -0/+29 |
| | | |||||
| * | [news] Fix install script (SQL syntax), add error messages/handling | Simon Rettberg | 2016-06-24 | 1 | -23/+26 |
| | | |||||
* | | minimal changes | Christian Klinger | 2016-07-05 | 1 | -9/+6 |
|/ | |||||
* | added i18n for summernote. | Christian Klinger | 2016-06-24 | 1 | -16/+2 |
| | |||||
* | added summernote as an optional wysiwyg-editor. | Christian Klinger | 2016-06-24 | 2 | -3/+27 |
| | |||||
* | fixed i18n and updated l10n | Christian Klinger | 2016-06-24 | 5 | -7/+16 |
| | |||||
* | also allow users to edit the help. | Christian Klinger | 2016-06-24 | 3 | -219/+345 |
| | | | | The code is still a little ugly. | ||||
* | Update translations | Simon Rettberg | 2016-06-14 | 3 | -3/+0 |
| | |||||
* | [install] Implement install scripts for most modules | Simon Rettberg | 2016-06-08 | 1 | -0/+24 |
| | |||||
* | work work work work work | Simon Rettberg | 2016-05-19 | 4 | -7/+1 |
| | |||||
* | Migrated messages to modules | Simon Rettberg | 2016-05-10 | 4 | -3/+21 |
| | |||||
* | Translating module strings and custom sections works | Simon Rettberg | 2016-05-10 | 1 | -0/+3 |
| | |||||
* | Work on translations: templates and messages work | Simon Rettberg | 2016-05-04 | 5 | -19/+13 |
| | |||||
* | WIP | Simon Rettberg | 2016-05-03 | 7 | -0/+278 |