summaryrefslogtreecommitdiffstats
path: root/modules-available/usblockoff
Commit message (Collapse)AuthorAgeFilesLines
* [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-202-7/+29
|
* Merge branch 'usb-lock-off' into usb-lock-offJannik Schönartz2018-03-2012-48/+135
|\
| * [usb-lock-off] now you can add a description which is shown on the front ↵Christian Hofmaier2018-03-208-16/+74
| | | | | | | | page, edited database, added template tags, made nice red-flag for missing input name :)
| * [usb-lock-off] tooltip that first matching rule (from top to bottom) is appliedChristian Hofmaier2018-03-203-3/+10
| |
| * [usb-lock-off] added id-column to config-tableChristian Hofmaier2018-03-202-12/+6Star
| |
| * [usb-lock-off] disabled add buttons if configuration isn't added to db yetChristian Hofmaier2018-03-204-9/+21
| |
| * [usb-lock-off] config names can now be as long as they want to + fixed table ↵Christian Hofmaier2018-03-203-5/+21
| | | | | | | | widths for nicer looks
| * [usb-lock-off] corrected some of the languageChristian Hofmaier2018-03-206-23/+23
| |
* | [usb-lock-off] Added the edit rule function. Saveing is not finished.Jannik Schönartz2018-03-204-11/+322
|/
* Merge branch 'usb-lock-off' into usb-lock-offJannik Schönartz2018-03-132-9/+6Star
|\
| * [usb-lock-off] drag n drop now with color to show where the item will be dropedChristian Hofmaier2018-03-132-4/+6
| |
| * [usb-lock-off] removed discard changes button due to impracticalnessChristian Hofmaier2018-03-131-5/+0Star
| |
* | [usb-lock-off] Better selection color for the add device table. Some warning ↵Jannik Schönartz2018-03-136-10/+24
|/ | | | fixes.
* [usb-lock-off] Changed + device button to save device button because onclick ↵Jannik Schönartz2018-03-131-2/+2
| | | | devices are stored in the db.
* [usb-lock-off] Fixed add generic rule.Jannik Schönartz2018-03-132-124/+133
|
* [usb-lock-off] Big rework. Moved from client side (modal) stuff to server ↵Jannik Schönartz2018-03-1311-319/+541
| | | | 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-0610-230/+252
| | | | selection to a classic table.
* [usb-lock-off] Configurations splitted into tabs for a better overview. ↵Jannik Schönartz2018-01-248-109/+101Star
| | | | Removed old code.
* [usb-lock-off] Added generic rule functionality. Fixed tooltip flickering. ↵Jannik Schönartz2018-01-189-56/+439
| | | | Fixed alignment when windows is very small.
* [usb-lock-off] Moved with-interfaces from the specific props to the general ↵Jannik Schönartz2017-12-291-2/+2
| | | | device props. Same devices should have the same interfaces.
* [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-283-100/+1Star
|
* [usb-lock-off] API device delete function now works with the new db struct.Jannik Schönartz2017-12-281-5/+18
|
* [usb-lock-off] Specific usb props only added if the usb device have a serial ↵Jannik Schönartz2017-12-281-14/+19
| | | | number.
* [usb-lock-off] Switched to the _hw db structure. Adding a device and db ↵Jannik Schönartz2017-12-224-14/+194
| | | | contraints working properly. WIP
* [usb-lock-off] Design changes to fit the design_guidelines. TODO: ↵Jannik Schönartz2017-12-122-9/+13
| | | | lang_discardChanges should be a global Variable
* [usb-lock-off] Reformatting code.Jannik Schönartz2017-12-128-243/+289
|
* Moved save/reset/add-usb-device buttons to the right sideJannik Schönartz2017-11-051-3/+3
|
* Initial commitroot2017-11-0518-0/+992