|
0d5387823d
|
Upgrade to Bootstrap 4.1.1
|
2018-05-07 21:01:20 +10:00 |
|
|
467ba19704
|
Update to Font Awesome 5.0.12
|
2018-05-07 20:59:23 +10:00 |
|
|
9edb0571d8
|
1.9.7
|
2018-05-04 16:10:34 +10:00 |
|
|
e5bad72e36
|
Add docstring to webmention:status endpoint
|
2018-05-04 13:50:50 +10:00 |
|
|
18ca8545e6
|
Bump package versions in Pipfile.lock, pulls in fix for this Django bug https://code.djangoproject.com/ticket/29296
|
2018-05-04 13:32:09 +10:00 |
|
|
d4b8581793
|
Add docs to a bunch of stuff in users.models
|
2018-05-04 13:20:14 +10:00 |
|
|
1b660d8af5
|
Migrate users.urls from url() to re_path()
|
2018-05-04 12:42:48 +10:00 |
|
|
2fc4a5e23e
|
Change the webmention acceptance URL to /webmentions - it feels a little more RESTful
|
2018-05-04 12:40:39 +10:00 |
|
|
30634f9ec2
|
Port webmention.urls to use path()
|
2018-05-04 12:34:52 +10:00 |
|
|
0239f7e031
|
Port the global lemoncurry.urls URLconf to use path()
|
2018-05-04 12:31:44 +10:00 |
|
|
70e57e4155
|
Port the urls for lemonauth, lemonshort, micropub, and wellknowns to path()
|
2018-05-04 12:19:54 +10:00 |
|
|
e9c46f23db
|
Switch home.urls and entries.urls over to modern path() definitions, with param conversion and such
|
2018-05-04 12:13:52 +10:00 |
|
|
0b43aad50e
|
Upgrade to Font Awesome v5.0.11
|
2018-05-04 11:30:14 +10:00 |
|
|
70d4579448
|
Support oEmbed using the wirres.net mf2-to-oEmbed proxy :3
|
2018-05-01 15:23:57 +10:00 |
|
|
c40372a020
|
Add cute little Tipper.js tooltips to the profiles on the home h-card
|
2018-05-01 14:15:37 +10:00 |
|
|
ffd0d3384e
|
Upgrade to Tippy.js v2, along with upgrading its dependency Popper.js
|
2018-05-01 14:00:16 +10:00 |
|
|
6f3f613cc8
|
Fix the AMP template to use the new favicon support instead
|
2018-04-28 13:22:30 +10:00 |
|
|
34ea2441bb
|
Set the From address for lemoncurry error emails
|
2018-04-27 11:43:13 +10:00 |
|
|
8c9977439e
|
Add some extra blocks to lemoncurry/layout.html for overriding in special cases
|
2018-04-26 13:47:05 +10:00 |
|
|
8cbe51277e
|
Install django-extensions for lots more manage.py commands
|
2018-04-26 13:35:31 +10:00 |
|
|
b649a79afc
|
Load the lemoncurry app FIRST so it can override templates and stuff from third-party apps
|
2018-04-26 10:40:11 +10:00 |
|
|
8dd5fc0f50
|
Whoops, use a path relative to the project dir to load the theme module into Stylus
|
2018-04-26 10:32:01 +10:00 |
|
|
1d079abd19
|
Set myself as a Django admin, so I get emails about production server errors
|
2018-04-26 10:27:11 +10:00 |
|
|
092cd5ca18
|
Explicitly depend on gevent, since apparently depending on it as a Gunicorn 'extra' might not install it :/
|
2018-04-26 10:22:02 +10:00 |
|
|
6f84023f8c
|
1.9.6
|
2018-04-25 14:49:50 +10:00 |
|
|
78e6d76693
|
Force the Django admin to go through the normal lemonauth:login view rather than its own login
|
2018-04-25 14:49:02 +10:00 |
|
|
0936bcb311
|
Clean up lemoncurry.settings.base in accordance with flake8
|
2018-04-24 13:05:25 +10:00 |
|
|
01d5745fa7
|
Change the cache serialiser from pickle to MessagePack for way better performance
|
2018-04-24 12:46:36 +10:00 |
|
|
0f95cfa0bc
|
Switch from django-redis-cache to django-redis, which does the same thing but is actively maintained
|
2018-04-24 12:45:05 +10:00 |
|
|
9d30534d1d
|
Explicitly depend on the gevent extra for Gunicorn, since we make a lot of HTTP requests and so absolutely need async workers
|
2018-04-24 11:31:30 +10:00 |
|
|
23ab0c4329
|
Add a meta[name='generator'] tag to the layout
|
2018-04-21 14:03:09 +10:00 |
|
|
132da5d69b
|
Add /favicon.ico redirection
|
2018-04-20 12:48:01 +10:00 |
|
|
1654ceecf3
|
Switch from django-favicon-plus to django-super-favicon, it performs better and doesn't require a DB table
|
2018-04-20 12:35:51 +10:00 |
|
|
025910029e
|
Add support for the django.contrib.admindocs feature
|
2018-04-20 11:21:00 +10:00 |
|
|
236a32ebc1
|
Reorganise the meta tags at the top of the layout in accordance with best practices - the charset needs to be as early as possible
|
2018-04-20 10:41:04 +10:00 |
|
|
d3c79a4cc3
|
Use django-sites for the absolute_url template tag - this actually reduces the number of queries for whatever reason
|
2018-04-20 10:39:52 +10:00 |
|
|
3142c6073c
|
Add pre-commit hooks for checking common problems
|
2018-04-19 10:25:23 +10:00 |
|
|
1cf0449371
|
Rename a few variables under the webmention app to satisfy linters
|
2018-04-19 10:16:02 +10:00 |
|
|
5252c59910
|
Bump the pluggy==0.6.0 hash because PyPI has just gone through a migration that accidentally changed some hashes
|
2018-04-19 10:14:13 +10:00 |
|
|
fceda5c698
|
Upgrade jQuery from 3.2.1 to 3.3.1
|
2018-04-17 15:23:46 +10:00 |
|
|
7cc173420d
|
Upgrade from Bootstrap 4.0.0 to Bootstrap 4.1.0
|
2018-04-17 15:23:18 +10:00 |
|
|
2d6751cf0c
|
Bump Popper.js to 1.12.9 and Font Awesome to 5.0.10
|
2018-04-12 08:37:01 +10:00 |
|
|
baeae5cacd
|
bump Font Awesome to 5.0.9
|
2018-03-29 16:08:32 +11:00 |
|
|
93c45f8a90
|
1.9.5
|
2018-03-23 13:17:24 +11:00 |
|
|
418f501afa
|
Use a native checkbox on the login page too
|
2018-03-23 13:17:11 +11:00 |
|
|
7e50300942
|
Switch the scopes checkboxen from Bootstrap's custom ones to browser-native ones, since the custom one wasn't getting us much
|
2018-03-23 13:14:34 +11:00 |
|
|
43348a89da
|
Add support for serving users' avatars through the Libravatar API
|
2018-03-23 12:56:13 +11:00 |
|
|
6fb289727c
|
Make Entry.get_absolute_url actually return an absolute URL, always
|
2018-03-21 22:56:33 +11:00 |
|
|
0fb62f5962
|
1.9.4
|
2018-03-21 22:03:21 +11:00 |
|
|
365110544c
|
Upgrade Django to 2.0.3, yay!
|
2018-03-21 22:02:27 +11:00 |
|