summaryrefslogtreecommitdiffstats
path: root/modules-available/usblockoff/page.inc.php
Commit message (Collapse)AuthorAgeFilesLines
* [usb-lock-off] Added some array_exist_key to prevent invalid index errors. ↵Jannik Schönartz2018-03-281-16/+62
| | | | Splitted ID in Vendor and Product showing with names.
* [usb-lock-off] Added language tags for the edit rule page.Jannik Schönartz2018-03-271-6/+10
|
* [usb-lock-off] Added successfully edit message and a redirect to the ↵Jannik Schönartz2018-03-271-0/+5
| | | | configuration
* [usb-lock-off] Saving the edited rule is now working properly.Jannik Schönartz2018-03-271-14/+18
|
* [usb-lock-off] Some bug fixes with wrong written targts in the db.Jannik Schönartz2018-03-201-7/+28
|
* Merge branch 'usb-lock-off' into usb-lock-offJannik Schönartz2018-03-201-8/+21
|\
| * [usb-lock-off] now you can add a description which is shown on the front ↵Christian Hofmaier2018-03-201-7/+12
| | | | | | | | page, edited database, added template tags, made nice red-flag for missing input name :)
| * [usb-lock-off] disabled add buttons if configuration isn't added to db yetChristian Hofmaier2018-03-201-1/+9
| |
* | [usb-lock-off] Added the edit rule function. Saveing is not finished.Jannik Schönartz2018-03-201-7/+168
|/
* [usb-lock-off] Better selection color for the add device table. Some warning ↵Jannik Schönartz2018-03-131-0/+10
| | | | fixes.
* [usb-lock-off] Fixed add generic rule.Jannik Schönartz2018-03-131-0/+2
|
* [usb-lock-off] Big rework. Moved from client side (modal) stuff to server ↵Jannik Schönartz2018-03-131-97/+196
| | | | side (new page) system. Removed the rules.conf textfield and added an UI prototype for the rules creation.
* [usb-lock-off] Reworked config chooser. Switched from the dropdown config ↵Jannik Schönartz2018-02-061-44/+54
| | | | selection to a classic table.
* [usb-lock-off] Configurations splitted into tabs for a better overview. ↵Jannik Schönartz2018-01-241-59/+24Star
| | | | Removed old code.
* [usb-lock-off] Added generic rule functionality. Fixed tooltip flickering. ↵Jannik Schönartz2018-01-181-2/+92
| | | | Fixed alignment when windows is very small.
* [usb-lock-off] Fixed: Because of a missing uid every selected stick was ↵Jannik Schönartz2017-12-281-2/+2
| | | | adding the same id, name, serial etc. to the rules.conf.
* [usb-lock-off] Code cleanup and removed code for the old db struct.Jannik Schönartz2017-12-281-39/+0Star
|
* [usb-lock-off] Switched to the _hw db structure. Adding a device and db ↵Jannik Schönartz2017-12-221-4/+59
| | | | contraints working properly. WIP
* [usb-lock-off] Reformatting code.Jannik Schönartz2017-12-121-27/+51
|
* Initial commitroot2017-11-051-0/+234