Merge pull request #385 from ThomasWaldmann/config-help |
|
More...
|
almost 7 years ago
|
use new MIDDLEWARE setting (since Django 1.10) |
|
More...
|
almost 7 years ago
|
django 2.0 does not have these view functions any more, use classes |
|
More...
|
almost 7 years ago
|
django 2.0 does not allow giving a 3-tuple to include() |
|
More...
|
almost 7 years ago
|
django 2.0 requires on_delete arg for ForeignKey/OneToOneField |
|
More...
|
almost 7 years ago
|
add tab for dyndnsc |
|
More...
|
almost 7 years ago
|
add EdgeOS configuration help, see #86 |
|
More...
|
almost 7 years ago
|
add speedport hybrid configuration help, fixes #286 |
|
More...
|
almost 7 years ago
|
Merge pull request #384 from ThomasWaldmann/simple-error-views |
|
More...
|
almost 7 years ago
|
Merge pull request #382 from ThomasWaldmann/init-timestamps |
|
More...
|
almost 7 years ago
|
Merge pull request #383 from ThomasWaldmann/default-session-expiry |
|
More...
|
almost 7 years ago
|
use error views without templating, fixes #365 |
|
More...
|
almost 7 years ago
|
shorter default session expiry, fixes #381 |
|
More...
|
almost 7 years ago
|
new host creation: set update timestamps to current time, fixes #357 |
|
More...
|
almost 7 years ago
|
Merge pull request #380 from ThomasWaldmann/reduce-db-accesses |
|
More...
|
almost 7 years ago
|
session engine: remove hardcoded db session engine, use SESSION_ENGINE |
|
More...
|
almost 7 years ago
|
Merge pull request #377 from ThomasWaldmann/fix-crash |
|
More...
|
almost 7 years ago
|
Merge pull request #375 from ThomasWaldmann/validate-registration-email |
|
More...
|
almost 7 years ago
|
add ugly workaround for crash in django-admin users --stale-check |
|
More...
|
almost 7 years ago
|
validate domain of email address in registration form, fixes #284 |
|
More...
|
almost 7 years ago
|
Merge pull request #367 from ThomasWaldmann/http-error |
|
More...
|
almost 7 years ago
|
Merge pull request #371 from ThomasWaldmann/fix-stale-users-check |
|
More...
|
almost 7 years ago
|
Merge pull request #370 from ThomasWaldmann/upgrade-static |
|
More...
|
almost 7 years ago
|
django-admin.py users: avoid unicode issues by using %r, fixes #350 |
|
More...
|
almost 7 years ago
|
django-admin.py users: initialize log_msg |
|
More...
|
almost 7 years ago
|
upgrade jquery from 3.2.1 to 3.3.1, fixes #366 |
|
More...
|
almost 7 years ago
|
no exceptions when context processor saves the session, fixes #356 |
|
More...
|
almost 7 years ago
|
use a much simpler errorpage.html template, related to #356 #365 |
|
More...
|
almost 7 years ago
|
setup.py: don't require a specific Django version, so 1.1 and 2.x works |
|
More...
|
almost 7 years ago
|
add py37 / Django 2.1 to travis, restructure matrix |
|
More...
|
almost 7 years ago
|