hiromi-mi
ba95d6bdf9
Create config/local_actor_hash if not exists
...
After I change my profile in `config/me.yml` and start microblog.pub
again, remote instances is not sometimes be updated the profile.
This is probably because `config/local_actor_hash` is not created, and
`is_actor_updated()` always returns `False`.
2020-02-28 01:17:54 +09:00
Thomas Sileo
00810e61a4
Blacken files
2020-01-22 20:42:42 +01:00
Fabio
1ab60e399e
mime type in Link
s is set in mediaType
property
2020-01-10 14:13:04 +01:00
Fabio
a327f1f5d7
url_or_id
template filter don't return not str url
2020-01-10 14:13:04 +01:00
Fabio
1f2a8f6da7
add get_text
template filter
...
returns object's `content` or `name`, the first is set, or an empty
string.
some objects don't have `content`, don't let templates rely on it
2020-01-10 14:13:04 +01:00
Jonathan Jenne
657ab68355
check for latitude and longitude before accessing them ( #68 )
2019-12-22 17:53:28 +01:00
Thomas Sileo
3c4b9e7379
Move the Place activity to the location field (instead of a tag)
2019-11-06 22:40:51 +01:00
Thomas Sileo
be0f5c04b2
Dedup inline attachments (when already inlined)
2019-11-03 09:59:04 +01:00
Thomas Sileo
1227dd5236
Tweak the template filter for inline imgs
2019-11-01 16:19:59 +01:00
Thomas Sileo
6a40e7d7f2
Add support for inline images
2019-11-01 16:05:48 +01:00
Thomas Sileo
e611d61739
Add "location" support (embed a tag with a Place object)
2019-10-27 19:05:42 +01:00
Thomas Sileo
afa33b4e7c
Fix attachment display and tweak actor lookup
2019-10-22 20:32:12 +02:00
Thomas Sileo
0cb0459966
Fix plurals in counters
2019-09-30 23:05:38 +02:00
Thomas Sileo
5c8a037340
Fix templates
2019-09-15 19:45:41 +02:00
Thomas Sileo
db10d8bcb5
Add new startup script
2019-09-08 16:57:00 +02:00
Thomas Sileo
018b7bf553
Enable Webmentions for public posts
2019-09-08 12:09:34 +02:00
Thomas Sileo
c530b24589
Fix internal profile page links
2019-09-01 10:48:17 +02:00
Thomas Sileo
96121e57f3
Fix BeautifulSoup warning
2019-09-01 10:45:18 +02:00
Thomas Sileo
ab623b0f3a
Tweak the HTML whitelist
2019-08-27 00:16:18 +02:00
Thomas Sileo
3bd2ab8102
Add new internal profile page for remote actors
2019-08-25 16:02:05 +02:00
Thomas Sileo
562aae86f3
Code highlighting
2019-08-25 00:16:39 +02:00
Thomas Sileo
40c847f1bd
Fix emoji loading
2019-08-24 11:08:19 +02:00
Thomas Sileo
40c7f4c7f0
Remove unused import
2019-08-21 07:40:26 +02:00
Thomas Sileo
6592841558
Fix emoji caching
2019-08-21 00:28:24 +02:00
Thomas Sileo
181328d518
Custom emojis support
2019-08-20 22:16:47 +02:00
Thomas Sileo
d5f25e37cf
Cleanup reply delete
2019-08-18 18:31:52 +02:00
Thomas Sileo
84a6d0c498
Tweak HTML sanitization and media proxy
2019-08-18 15:36:59 +02:00
Thomas Sileo
15ad5b08c4
Tweak media proxying
2019-08-18 11:59:02 +02:00
Thomas Sileo
8613cc0206
Fix proxy
2019-08-18 11:48:18 +02:00
Thomas Sileo
5e4f57a8b3
Proxy media that aren't cached
2019-08-18 11:40:57 +02:00
Thomas Sileo
369c380054
Fix OG parsing
2019-08-17 21:32:52 +02:00
Thomas Sileo
ade3bee214
Tweak reply processing
2019-08-17 18:38:15 +02:00
Thomas Sileo
f3dc4995f1
Fix the media URL cache
2019-08-17 10:11:57 +02:00
Thomas Sileo
ccc8b0a781
Add nodeinfo helper
2019-08-16 23:00:28 +02:00
Thomas Sileo
043e9a79dc
Improve video caching
2019-08-15 16:08:52 +02:00
Thomas Sileo
49ffe3ab75
Finish support for multiple answers polls
2019-08-15 14:47:41 +02:00
Thomas Sileo
ed6e52d77d
Remove unused imports
2019-08-13 23:23:38 +02:00
Thomas Sileo
c310dfba83
Fix cache for video and some cleanup
2019-08-13 23:15:17 +02:00
Thomas Sileo
cfced13e4a
Fix template filter for videos
2019-08-11 15:21:20 +02:00
Thomas Sileo
35f9275456
Cache video
2019-08-11 14:58:09 +02:00
Thomas Sileo
2a726b7dfb
Make a query before spawning cache actor task
2019-08-11 13:56:18 +02:00
Thomas Sileo
1061b13029
More OG meta tweaks
2019-08-08 23:48:30 +02:00
Thomas Sileo
e6d124dd7d
OG metadata tweaks
2019-08-08 23:19:04 +02:00
Thomas Sileo
5bc655dfd3
Tweak lookup
2019-08-07 21:38:50 +02:00
Thomas Sileo
f01015c73b
Tweak OG error handling
2019-08-06 21:51:58 +02:00
Thomas Sileo
fa3d2ca288
More OG tweaks
2019-08-06 21:47:02 +02:00
Thomas Sileo
b0cb248a23
Improve Open Graph metadata parsing
2019-08-06 20:16:06 +02:00
Thomas Sileo
5ea22edcb8
Cleanup and add a unique request ID
2019-08-05 22:40:24 +02:00
Thomas Sileo
16f4af0463
Tweak OG metadata fetching
2019-08-04 23:36:38 +02:00
Thomas Sileo
a21121308f
Big cleanup part 2 ( #58 )
...
* Cleanup little-boxes stuff
* Force html5lib for parsing OG data
* Bugfixes
2019-08-04 16:34:30 +02:00