Commit Graph

328 Commits

Author SHA1 Message Date
Andreas Zweili 8310a1569a correct the static files setup 2020-04-20 15:22:48 +02:00
Andreas Zweili dc8625369e remove module static files 2020-03-03 10:20:13 +01:00
Andreas Zweili c159692445 use reverse_lazy for URLs 2020-03-01 11:15:41 +01:00
Andreas Zweili 89d75cbe60 surpress the gis warnings from floppyforms 2020-02-29 20:59:12 +01:00
Andreas Zweili d2db343809 remove django-bootstrap4
most of this should be achievable without an additional plugin
2020-02-28 17:32:25 +01:00
Andreas Zweili 3da7b37e76 add a form to add computers 2020-02-26 21:56:53 +01:00
Andreas Zweili 39f1d9b4fd modify the all_computers template to use bootstrap4 2020-02-25 21:42:18 +01:00
Andreas Zweili c9790523f9 replace semantic css with bootstrap
Bootstrap seems to be more actively developed therefore I'm replacing Semantic
UI with Bootsprap 4.
2020-02-23 13:14:33 +01:00
Andreas Zweili ddb8dc2bba remove all the table templates with a single settings option 2020-02-23 12:59:20 +01:00
Andreas Zweili d0343b7dd8 move the static files to the correct place 2020-02-15 17:58:10 +01:00
Andreas Zweili 3a9b5cfbde add postgres password
otherwise the system won't run
2020-02-15 00:55:45 +01:00
Andreas Zweili 391ffa9ad8 rename inventory app to computers 2020-01-12 14:36:44 +01:00
Andreas Zweili 226dad6b2b replace softwares.urls with licenses.urls 2020-01-12 12:46:31 +01:00
Andreas Zweili 1ac8bb806e activate licenses app 2020-01-12 12:46:23 +01:00
Andreas Zweili 37d08b099a activate softwares app 2020-01-11 18:32:39 +01:00
Andreas Zweili b6ec802879 move the login url to the core app 2020-01-11 18:09:43 +01:00
Andreas Zweili f424105b8a activate backups app 2020-01-11 17:01:38 +01:00
Andreas Zweili e3d1d73db9 split the project into more apps 2020-01-10 00:01:06 +01:00
Andreas Zweili 159e666ecc add all new apps to the project 2020-01-09 22:01:51 +01:00
Andreas Zweili 95bc3207b3 move the customer related parts to the customer app 2020-01-07 21:59:12 +01:00
Andreas Zweili a27c890b6e add customer app 2020-01-07 20:11:36 +01:00
Andreas Zweili e64551ca53 add core app 2020-01-07 20:11:05 +01:00
Andreas Zweili dcc3e39914 restructure the project
Make the file tree a bit flatter in order to make the project less confusing
2020-01-07 18:10:57 +01:00
Andreas Zweili 8b506d9099 correct the hardware tables in the computer_detail_view 2020-01-03 20:20:50 +01:00
Andreas Zweili c7bad81c13 change raid_relations to raid_disk_pairs to fix the view 2020-01-03 20:17:31 +01:00
Andreas Zweili 30cfff81a0 add licenses to the computer_detail_view 2020-01-03 03:34:25 +01:00
Andreas Zweili 39c5b7056c add a space before } 2020-01-03 03:30:41 +01:00
Andreas Zweili 156ac9eddb replace th with td 2020-01-03 03:30:31 +01:00
Andreas Zweili 843371bdac remove empty lines 2020-01-03 03:30:01 +01:00
Andreas Zweili 7e1f439c98 add raid disks to computer_detail_view 2020-01-03 03:29:44 +01:00
Andreas Zweili af3ed70214 remove a duplicate line 2020-01-02 11:42:24 +01:00
Andreas Zweili 62b8af148f create a seperate table for each notification 2020-01-02 11:41:51 +01:00
Andreas Zweili 02e3dccc6c create a seperate table for each target device 2020-01-02 11:39:41 +01:00
Andreas Zweili 2e5756f07a add the notification to the backup_detail_view 2020-01-01 21:58:00 +01:00
Andreas Zweili eab27f71ba rename recipiant to the correct recipient 2020-01-01 21:57:17 +01:00
Andreas Zweili 454dc4ec7f change the indentation for the target device table 2020-01-01 21:56:38 +01:00
Andreas Zweili fc1523673e remove the table headers in the backup_detail_view 2020-01-01 21:55:52 +01:00
Andreas Zweili b38b48f3a0 remove unused code 2020-01-01 21:55:32 +01:00
Andreas Zweili 7fc865f6ae add NotificationFromBackup to the admin page 2020-01-01 21:54:25 +01:00
Andreas Zweili 1f29810ef4 refactor imports 2020-01-01 21:24:49 +01:00
Andreas Zweili 8063d2ab9a use the alias object directly
The alias object returns its email address when it's called as a string.
Therefor it's better to call the object directly.
2020-01-01 20:23:07 +01:00
Andreas Zweili f06a92f0c1 correct line length 2020-01-01 20:00:27 +01:00
Andreas Zweili eefe2f9601 remove an unused variable 2020-01-01 20:00:19 +01:00
Andreas Zweili 4d881fc093 add a link to user_detail_view to the computer_detail_view template 2020-01-01 19:59:05 +01:00
Andreas Zweili df2bb33091 add links to user_detail_view to various tables 2020-01-01 19:58:53 +01:00
Andreas Zweili a7232f06ac add url for user_detail_view 2020-01-01 19:58:40 +01:00
Andreas Zweili 1d93b3f449 add user_detail_view 2020-01-01 19:58:31 +01:00
Andreas Zweili ca2c59285e add template for user_detail_view 2020-01-01 19:58:07 +01:00
Andreas Zweili 2290f635d9 add tests for user_detail_view 2020-01-01 19:57:53 +01:00
Andreas Zweili 8cb41d30e9 add user_view_permission decorator 2020-01-01 19:57:19 +01:00