summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Magnus Hagander [Tue, 9 Apr 2024 11:15:29 +0000 (13:15 +0200)]
Update for django 4.2
Magnus Hagander [Wed, 7 Jun 2023 20:22:53 +0000 (22:22 +0200)]
Sync up to latest version of pgweb auth plugin
Magnus Hagander [Sun, 7 Nov 2021 13:42:42 +0000 (14:42 +0100)]
Add DEFAULT_AUTO_FIELD for Django 3.2
Magnus Hagander [Tue, 11 Aug 2020 12:20:59 +0000 (14:20 +0200)]
Update to latest version of community auth plugin
This includes receiving updates from the new push api.
Magnus Hagander [Thu, 2 Apr 2020 18:58:42 +0000 (20:58 +0200)]
Update for django 2.2
Magnus Hagander [Wed, 26 Feb 2020 17:29:36 +0000 (18:29 +0100)]
Sync up community auth plugin to latest-and-greatest
Magnus Hagander [Sun, 24 Feb 2019 12:02:58 +0000 (13:02 +0100)]
Make the layout slightly less sucky
Magnus Hagander [Sun, 24 Feb 2019 11:28:51 +0000 (12:28 +0100)]
Don't crash when changing local domain
Changes of local part was properly blocked with an error message.
Changing the local domain was blocked but then caused an exception
further down the code.
This has been broken since forever, clearly not something people have
tried, but of course still worth fixing.
Magnus Hagander [Sun, 24 Feb 2019 11:26:16 +0000 (12:26 +0100)]
Import latest version of py3 compatible auth module
Magnus Hagander [Sun, 24 Feb 2019 11:25:43 +0000 (12:25 +0100)]
Update to python 3
Magnus Hagander [Sun, 24 Feb 2019 11:20:11 +0000 (12:20 +0100)]
Fixes for pep8 compatibility
Also add a setup.py that's used to validate, and a git hook.
Magnus Hagander [Sun, 24 Feb 2019 11:11:46 +0000 (12:11 +0100)]
Change tabs to spaces
Magnus Hagander [Sun, 25 Mar 2018 14:56:21 +0000 (16:56 +0200)]
Fix template loaders for django 1.11
Seems django 1.11 automatically enables caching template loader, which
of course breaks the ability to make any changes to the pages of a
website without restarting it. And there is no way to turn it off other
than to explicitly configure individual loders (the logic to turn it on
in non-debug configurations is hardcoded and cannot be changed).
Magnus Hagander [Wed, 21 Feb 2018 17:59:24 +0000 (18:59 +0100)]
Update for compatibility with Django 1.11
Magnus Hagander [Fri, 10 Mar 2017 20:14:39 +0000 (15:14 -0500)]
Drop a trigger file in /tmp/ whenever anything is changed
This can be picked up by a cronjob for frequent posting of the
data to central routing servers. This way we don't have to poll
everything very frequently.
Magnus Hagander [Mon, 21 Dec 2015 10:53:53 +0000 (11:53 +0100)]
Force DEBUG=False in settings.py
This is normally overriden in the local settings to be off in prod
and on in testing, but it's always good to be explicit.
Magnus Hagander [Mon, 21 Dec 2015 10:52:36 +0000 (11:52 +0100)]
Update for Django 1.8
* Move manage.py to parent directory, and update for new contents
* Import a wsgi.py from 1.8
* Change transactions from commit_on_success to atomic
* Add mandatory fields list to forms
* Fully qualify name on imports
* New module for django URL functions
Magnus Hagander [Sun, 20 Jan 2013 10:01:06 +0000 (11:01 +0100)]
Fix community login when starting at the /admin/ url
Previously only worked if you started out at the root, not if you
went directly into the admin pages.
Magnus Hagander [Sun, 20 Jan 2013 09:42:30 +0000 (10:42 +0100)]
Wrong namespace for the authentication backend
Magnus Hagander [Fri, 17 Aug 2012 19:12:14 +0000 (21:12 +0200)]
Add some missing transaction tags
Magnus Hagander [Fri, 17 Aug 2012 19:11:00 +0000 (21:11 +0200)]
Oops, remove debugging code
Magnus Hagander [Fri, 17 Aug 2012 19:01:08 +0000 (21:01 +0200)]
Add logging
Magnus Hagander [Fri, 17 Aug 2012 13:51:35 +0000 (15:51 +0200)]
Integrate with community login
Magnus Hagander [Fri, 17 Aug 2012 13:40:31 +0000 (15:40 +0200)]
Initial commit