Sebastian Lohff seba
seba pushed to master at seba/cqtu 2022-01-22 17:44:20 +01:00
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
Compare 22 commits »
seba pushed to cleanup-and-fixes-2022 at seba/cqtu 2022-01-22 17:26:39 +01:00
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
Compare 4 commits »
seba pushed to cleanup-and-fixes-2022 at seba/cqtu 2022-01-22 16:54:53 +01:00
c121e874c6 Set on_delete for all ForeignKey fields
0178fcb3ef Remove some python2 --> python3 leftovers
Compare 2 commits »
seba created pull request seba/cqtu#1 2022-01-22 16:45:40 +01:00
Make the webinterface ready for 2022
seba pushed to cleanup-and-fixes-2022 at seba/cqtu 2022-01-22 16:45:11 +01:00
seba pushed to master at seba/cqtu 2022-01-22 16:44:37 +01:00
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
Compare 11 commits »
seba pushed to pep8 at seba/cqtu 2022-01-22 16:44:26 +01:00
ff94b62212 Pep8 fixes
seba pushed to main at seba/rust-brainfuck 2022-01-05 00:26:52 +01:00
5502a79fc9 Add hello world example
a2fac3c87e Add command line interface to run programs
de0d20b8f1 Fail on missing closing brackets
fdd2fa7361 Initial commit
seba created repository seba/rust-brainfuck 2022-01-05 00:26:41 +01:00
seba pushed to main at seba/rustchat 2022-01-05 00:26:05 +01:00
1401c27498 Add Readme
seba pushed to main at seba/rustchat 2022-01-05 00:19:15 +01:00
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
seba created repository seba/rustchat 2022-01-05 00:18:26 +01:00
seba pushed to master at seba/dnmapper 2021-12-03 01:13:51 +01:00
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
Compare 14 commits »
seba pushed to code-format-update at seba/servefile 2021-09-08 00:43:31 +02:00
33defb85a7 Further codeformatting
579363201c Code reformatting
cd28811fcf Release v0.5.2
46d4433a1d Explicitly set encoding for http requests in tests
4161a3d721 Further codeformatting
Compare 7 commits »
seba pushed to code-format-update at seba/servefile 2021-09-07 23:26:49 +02:00
4161a3d721 Further codeformatting
2d434d83a1 Code reformatting
seba pushed to fix-weird-encoding-problem-in-tests at seba/servefile 2021-09-07 23:13:49 +02:00
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
seba pushed to fix-umlaunt-redirect at seba/servefile 2021-04-21 02:02:57 +02:00
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
seba pushed to tests-specify-ports-via-env at seba/servefile 2021-03-11 01:01:25 +01:00
b5a9c52ed1 Allow ports for tests to be specified via env
e31c8fb016 Fix broken pyopenssl and debian references
seba pushed to fix-pyopenssl-package-name at seba/servefile 2021-01-27 01:58:32 +01:00
seba pushed to fix-pyopenssl-package-names at seba/servefile 2021-01-27 01:58:11 +01:00
20ea0c10a4 Fix broken pyopenssl and debian references
058de2f39c Fix exception on transmission abort with python3