|
1364a2e36b
|
Store categories directly in entry_category
|
2017-10-16 13:47:49 +11:00 |
|
|
bf970db801
|
Add an optional photo field to entries, which becomes a card-topping u-photo when displayed
|
2017-10-16 08:29:21 +11:00 |
|
|
e24e7db641
|
Render entryContent as Markdown too :3
|
2017-10-15 01:12:18 +11:00 |
|
|
805e422eba
|
Render the p-note as Markdown - this is mostly useful because it means other h-card fields can be defined inside it
|
2017-10-15 01:00:12 +11:00 |
|
|
fa110ae820
|
Support setting an fb:app_id in settings.yml
|
2017-10-14 17:22:07 +11:00 |
|
|
474ed3cf28
|
Add basic support for h-entry categories, which are actually more like tags than categories really
|
2017-10-14 14:59:51 +11:00 |
|
|
1e7482b30f
|
Remove the slug column from entries - compute the slug from the entry name, if there is one, and have no slug otherwise
|
2017-10-11 23:41:52 +11:00 |
|
|
fa992bc861
|
Make entry names optional, since notes shouldn't have names and articles should
|
2017-10-11 23:34:36 +11:00 |
|
|
e69202829a
|
Add an /avatars/#UserId route which redirects to the user's current avatar every time, so you don't need to update remote references to it
|
2017-10-11 21:38:53 +11:00 |
|
|
08ed0b65e0
|
Make the slug and kind columns on Entries into varchars since they shouldn't ever get very long
|
2017-10-11 20:21:53 +11:00 |
|
|
f3b12ded69
|
Make the user who's displayed on the homepage a configurable setting, so it's easier to use lebd if your name isn't Dani
|
2017-10-11 12:55:24 +11:00 |
|
|
efdca09b1c
|
Make slugs optional - they don't really make sense for notes, only really for entries with names like articles
|
2017-10-11 10:33:29 +11:00 |
|
|
09731053c2
|
Support non-fa site icons by giving sites an actual name separate from their icon class
|
2017-10-10 22:41:49 +11:00 |
|
|
401c544ef1
|
Add support for u-syndication of each entry, tracking where else it's been posted
|
2017-10-10 19:45:31 +11:00 |
|
|
b52a055543
|
Add support for displayName to profiles, so that ugly user IDs on sites like Stack Exchange can be hidden
|
2017-10-10 15:23:30 +11:00 |
|
|
bbe563dee7
|
Use Mustache templates for site URL so that the username can be inserted anywhere in the template rather than only at the end
|
2017-10-10 15:16:50 +11:00 |
|
|
c517baac1c
|
Serve avatar locally rather than through Libravatar, it'll perform better and doesn't require the image's size to be messed with
|
2017-10-09 23:34:56 +11:00 |
|
|
4088735c69
|
Add support for Atom and RSS content feeds - this info is available through mf2 anyway so Atom and RSS are kinda redundant, but we'll include them anyway
|
2017-10-09 13:32:13 +11:00 |
|
|
9679234062
|
Add slugs to entries and use them to create individual entry routes
|
2017-10-09 08:51:42 +11:00 |
|
|
4b7a8a7198
|
Begin adding rudimentary support for posting new entries to the site - needs to be prettier and a lot smarter, but it exists now
|
2017-10-08 16:51:48 +11:00 |
|
|
f934632484
|
Enable simple username+password login - ugly but serviceable
|
2017-10-06 10:38:10 +11:00 |
|
|
2eec12a2e3
|
Ditch the hash field on PGP keys - the ETag will handle cache-busting, so a nice short URL for the key is fine now
|
2017-10-05 21:33:44 +11:00 |
|
|
062dd10b99
|
Display lebd version info in the footer next to the license info
|
2017-10-05 09:58:32 +11:00 |
|
|
8c3a562c7d
|
Add support for generating an XML sitemap
|
2017-10-05 09:16:26 +11:00 |
|
|
69e3d7f267
|
Use a much shorter scheme for constructing PGP key URLs - hashes are now MD5 in base64, which isn't secure but doesn't need to be since it's just for cachebusting
|
2017-10-05 01:24:44 +11:00 |
|
|
484609fb8b
|
Add support for PGP keys on the h-card - can support an arbitrary number of keys, although I only have one
|
2017-10-04 09:09:39 +11:00 |
|
|
d6654ffc20
|
Explicitly declare an SQL type for the userNote field - this (somehow??) stops Persistent from trying to convert it to the Bad UTF-8™
|
2017-10-03 21:04:52 +11:00 |
|
|
023b720be7
|
Add keybase.txt support
|
2017-10-03 20:41:26 +11:00 |
|
|
af4fd6cb0a
|
Update the favicon
|
2017-10-03 20:38:12 +11:00 |
|
|
a070ceef3c
|
Clean up user entity - remove unused fields, adjust order
|
2017-10-03 14:52:23 +11:00 |
|
|
a2a0ec5127
|
Remove unused Profile controller, from the scaffolding
|
2017-10-03 13:37:24 +11:00 |
|
|
0a230e7644
|
Remove unused Comment functionality from the scaffolding
|
2017-10-03 13:31:53 +11:00 |
|
|
d96bc12834
|
Remove the scaffold's Email model since I'm not using it
|
2017-10-03 13:28:48 +11:00 |
|
|
208a46e346
|
Add a p-note to the h-card
|
2017-10-03 13:17:34 +11:00 |
|
|
e81a44d122
|
Add support for social profiles on the h-card, which become rel="me" links
|
2017-10-03 12:53:13 +11:00 |
|
|
64c4aab14b
|
Use Libravatar rather than tracking avatars internally
|
2017-10-03 11:48:44 +11:00 |
|
|
006264e77f
|
Create an h-card widget and display my h-card on the homepage - needs more info but it's a good start
|
2017-10-03 00:52:14 +11:00 |
|
|
3d4c21e18e
|
Add a site-wide title
|
2017-10-02 22:04:20 +11:00 |
|
|
85f3147e88
|
Begin ripping out unwanted sample content - this strips the homepage down to a single empty page you can't POST to
|
2017-10-02 21:47:58 +11:00 |
|
|
0f8a553b51
|
Remove the copyright setting from settings.yml and put it in the layout directly, since it needs to contain HTML (a link to the license)
|
2017-10-02 21:23:10 +11:00 |
|
|
c996018486
|
Remove a little redundancy from config/models as provided by the scaffold
|
2017-10-02 21:01:20 +11:00 |
|
|
1794e63bb0
|
Restore the staticRoot option from older versions of Yesod's scaffolding, so I can host static files on a subdomain easily
|
2017-10-02 20:31:49 +11:00 |
|
|
a981947374
|
Tweak settings: only listen on 127.0.0.1, work properly behind a reverse proxy, and add a copyright notice
|
2017-10-02 20:18:32 +11:00 |
|
|
27b465180a
|
Initial commit: exactly what I got from stack new lebd yesod-mysql, with no changes
|
2017-10-02 18:07:09 +11:00 |
|