Sebastian Lohff seba
seba pushed to main at seba/afutrainer 2022-06-30 23:31:14 +02:00
2bcdfca79f Replace toAscii() with toLatin1()
a47f434771 Rename setResizeMode() to setSectionResizeMode()
d345f490b6 Make afutrainer.pro qt5 ready
645e73802a qt5 conv: replace reset() for models
a62924f1d5 Add .gitignore
Compare 8 commits »
seba created repository seba/afutrainer 2022-06-30 23:30:27 +02:00
seba pushed to cleanup-and-fixes-2022 at seba/cqtu 2022-01-22 19:30:16 +01:00
f4144633d6 Add link to sourcecode to footer
1f93f9e7bd Dynamically find currently active Contest
Compare 2 commits »
seba pushed to cleanup-and-fixes-2022 at seba/cqtu 2022-01-22 17:44:29 +01:00
7ae53b6150 Set Django to 4.0.1, add DB migrations
13afffda02 staticfiles template tag libary is called static
1f39cc5b40 user.is_authenticated is no longer a method
933a337eac Fix url config for Django4
635289ed8f Set on_delete for all ForeignKey fields
Compare 36 commits »
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