613cf9c099
Make profile a modelviewset + add /me/ for current profile
fc78b91c51
Reorganize imports of api views.py
3c6936ba44
Move QSO no validation into model
a7f303e651
Remove broken check from QSO form
0c8ba5eb87
Add REST API to webinterface
fcd22f8231
Set Django to 4.0.1, add DB migrations
0bd545a183
staticfiles template tag libary is called static
8308a883cd
user.is_authenticated is no longer a method
0ca4c2399f
Fix url config for Django4
c121e874c6
Set on_delete for all ForeignKey fields
0178fcb3ef
Remove some python2 --> python3 leftovers
Make the webinterface ready for 2022
94d2f5a8d8
Make profile a modelviewset + add /me/ for current profile
59a4c73bd0
Reorganize imports of api views.py
c43c5c1e10
Move QSO no validation into model
e049e45698
Remove broken check from QSO form
e825685105
Add REST API to webinterface
5502a79fc9
Add hello world example
a2fac3c87e
Add command line interface to run programs
de0d20b8f1
Fail on missing closing brackets
fdd2fa7361
Initial commit
9357886b76
Run cargo fmt on codebase
dfede05b88
Add sample config file
79f0d87e15
Add .gitignore
de2a434c11
Move structs/enums into own module
8e6e310a18
Don't print all chat messages on server
9784d4dc7c
Add ASN last seen tab
f898cd8d40
Add stubs, neighbors, etc to crawl data
99c02a84d6
Remove some prints
214f9680c0
WIP: new map
bbf4061292
Add all migrations, leftover from migration
33defb85a7
Further codeformatting
579363201c
Code reformatting
cd28811fcf
Release v0.5.2
46d4433a1d
Explicitly set encoding for http requests in tests
4161a3d721
Further codeformatting
41a0f64ff7
Explicitly set encoding for http requests in tests
d87a42cf8e
Add PUT upload fix to changelog
6537c054e5
Fix PUT uploads
65fcac5c49
Fix encoding handling for file listing with py2
0334e74996
Add Github Actions workflow to run tox
7cb85a97e7
Add Github Actions workflow to run tox
0b6284cec1
Drop python3.5 support
3249647c0b
Quote filenames in Location header on redirect
1f451e0f29
Allow ports for tests to be specified via env
b5a9c52ed1
Allow ports for tests to be specified via env
e31c8fb016
Fix broken pyopenssl and debian references
20ea0c10a4
Fix broken pyopenssl and debian references
058de2f39c
Fix exception on transmission abort with python3