Commit graph

157 commits

Author SHA1 Message Date
ace52ac3e2 Exception may be there and still be None, apparently... 2019-04-25 14:24:58 +00:00
24cae8a01b Fix syntax error in notification display causing redirect loop on login 2019-04-25 14:06:41 +00:00
e123331b02 Apply pycodestyle recommendations on template tags 2019-04-21 12:27:51 +00:00
8693d9e095 Many many more LOCs 2019-04-21 12:13:40 +00:00
c034106881 Moar LOCs 2019-04-21 09:02:19 +00:00
e9267c984c Apply pycodestyle recommendations in tasks.py 2019-04-21 08:55:29 +00:00
41f872fad5 Yet more LOCs 2019-04-21 08:52:07 +00:00
c41cd90a3e A lot more LOCs 2019-04-21 08:38:36 +00:00
6111cc3514 Apply pycodestyle recommendation on logger.py 2019-04-21 08:11:19 +00:00
2add88cbb4 Apply pycodestyle recommendation on hostname(.dist).py 2019-04-21 08:10:44 +00:00
e53e67e3e9 More LOCs 2019-04-21 08:09:07 +00:00
60e58ea9f0 Make code less readable, but that's what pycodestyle wants... 2019-04-21 08:06:53 +00:00
c827006457 Work around empty catch 2019-04-21 07:49:53 +00:00
ee5851df72 Applying pycodestyle recommendations on cronjobs.py 2019-04-21 07:40:14 +00:00
227e24a2ab Applying pycodestyle recommendations on apps.py 2019-04-21 07:39:44 +00:00
4287c4e40e Applying pycodestyle recommendations on admin.py 2019-04-21 07:37:17 +00:00
b85c772254 Fix failure creating device when MAC is empty 2019-04-18 14:04:13 +00:00
df681072e2 Error handling 2019-04-18 13:59:06 +00:00
df941650dd Device upgrade status indication 2019-04-16 08:50:04 +00:00
ad0efbaf6d Missing migration 2019-04-16 07:16:15 +00:00
6ad5d85b78 V3 deprecation warning 2019-04-16 07:16:03 +00:00
bff0c04c33 Replace some custom forms by Django forms 2019-03-16 17:06:27 +00:00
35b43df7b4 Simplify network and orga forms 2019-03-16 13:25:37 +00:00
84fe922b20 MAC address storage 2019-03-15 18:06:05 +00:00
989057d66c Improve superuser display 2019-03-10 11:45:35 +00:00
e4593e1344 Missing migration 2019-03-08 15:48:51 +00:00
1d2e0e41e4 Patch No VPN setting back into existence 2019-03-08 15:48:24 +00:00
8123042305 Fix display of offline devices 2019-03-08 15:33:20 +00:00
50cf4d5634 Implement custom SSIDs and WPA2-PSK encryption 2019-03-08 15:16:37 +00:00
8e16370769 Move model update actions to view rather than task, fixing #19 2019-02-24 13:08:32 +00:00
9a6279d080 Fixing celery content serialization, fixing #19 2019-02-24 11:50:57 +00:00
45fa971588 Fix frontend for single-orga users, improve permission management 2019-02-21 09:46:25 +00:00
bcfaaf89ef Use IP Address Fields for IP addresses 2019-02-19 15:23:08 +00:00
6b5819fb7f Make internal and external IP addresses of Networks unique 2019-02-19 15:17:47 +00:00
4d03bf7427 Catch invalid input in device creation, fixing #8 2019-02-19 14:47:45 +00:00
8f663d69d3 Add missing migration file 2019-02-19 14:42:25 +00:00
452c790fc3 Remember user's orga display selection 2019-02-19 14:42:13 +00:00
2492daf280 Fix call to NetworkForm, fixing #9 2019-02-19 14:08:43 +00:00
10eab0bbe0 Make 'No VPN' undeletable and add it to every new orga 2019-02-19 13:53:03 +00:00
054b791e28 Implement organization filtering, fixing #12 2019-02-19 13:19:43 +00:00
ca93c2e22b Implement reverse lookups, fixing #15, some code beautification/simplification 2019-02-15 10:52:56 +00:00
d0348ee317 Limit organizations visible to superusers, fixing #10 2019-02-13 19:10:36 +00:00
d9b394b948 Add admin360.kumi.host as fallback hostname for devices with old firmware 2019-02-11 16:18:30 +00:00
eadf2d46bd Change status code 2019-02-11 15:45:41 +00:00
b1145c3059 Improve No-VPN device display in frontend, improve build env 2019-02-11 14:09:56 +00:00
ff292a96ce Allow a user not assigned to an orga to edit themselves 2019-02-10 19:08:09 +00:00
1a2ae036e5 Execute make in shell because that appears to do something 2019-02-10 18:49:36 +00:00
7b589e2f9a Improve upstream host discovery 2019-02-10 13:18:55 +00:00
6ab1d79100 Terminate subprocess on timeout 2019-02-10 13:17:47 +00:00
59c340fd24 Automatically remove any surviving kumilocks on startup 2019-02-09 17:00:08 +00:00