hiromi-mi
0fa21ea0f0
push /task/cache_actor_icon at cache_actor_icon()
...
Microblog.pub sometimes writes error log as follows:
```
[ERROR] cache not available for (Icon's Path)/50/Kind.ACTOR_ICON
```
(Maybe) for the sake of caching actor's icon, `_cache_actor_icon()`
in `core/activitypub.py` runs `Tasks.cache_actor_icon()`.
However, `cache_actor_icon()` in `core/tasks.py` does not run
`/tasks/cache_actor_icon`.
2020-05-30 02:28:39 +09:00
Thomas Sileo
fa9edb8fda
Remove hard-coded email address from the feed. Fix #62
...
The email address is optional and I don't think adding it is worth
the complexity.
2020-02-02 12:38:16 +01:00
Thomas Sileo
8f0e167e43
Fix formatting
2020-01-26 12:37:24 +01:00
Thomas Sileo
f2f541c15c
Bootstrap EmojiReaction support
2020-01-26 12:35:03 +01:00
Fabio
a71bf46af5
Don't overwrite objects 'url' property
2020-01-10 14:13:04 +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
99bf6a4a01
Fix for HubZilla actor caching
2019-11-01 12:15:42 +01:00
Thomas Sileo
c8012ee8f3
Fix/tweak DMs sections
2019-10-27 14:53:00 +01:00
Thomas Sileo
95e411ac9b
Add support for manually approving followers
...
Fixes #61
2019-10-20 20:47:35 +02:00
Thomas Sileo
9e631f9a25
Fix flake8 warning
2019-10-16 09:06:43 +02:00
Thomas Sileo
5ea5db604b
Code cleanup
2019-10-16 00:04:47 +02:00
Thomas Sileo
2836959d92
Fix lookup for remote activities
2019-10-16 00:01:38 +02:00
Thomas Sileo
234e7036e3
Tweak replies_in_stream
behavior.
...
Only show replies from actors in the following collection.
2019-10-07 09:16:23 +02:00
Thomas Sileo
92add7581d
Add new replies_in_stream config item
...
For enabling replies in the stream section (a la Pleroma).
Disabled by default.
2019-10-06 14:08:03 +02:00
Thomas Sileo
813ea37988
Tweak direct messages handling
2019-10-06 11:54:12 +02:00
Thomas Sileo
6e7150699a
Fix GC
2019-09-15 22:16:53 +02:00
Thomas Sileo
af6f7c1a5a
Start support for acking/federating replies via Read activities
2019-09-15 22:09:32 +02:00
Thomas Sileo
801d0effa9
Delete old replies
2019-09-15 19:56:07 +02:00
Thomas Sileo
efc59f7e07
Custom 500 and thread bugfix
2019-09-13 12:19:30 +02:00
Thomas Sileo
0fa6159c47
Process announced activities replies
2019-09-09 22:06:06 +02:00
Thomas Sileo
5a9f7801b4
Tweak the actor hash for the CI
2019-09-08 17:04:08 +02:00
Thomas Sileo
7f4be2cbc2
Support actor update
2019-09-08 16:55:24 +02:00
Thomas Sileo
a0a756d320
Allow to disable webmentions via config
2019-09-08 12:13:18 +02:00
Thomas Sileo
018b7bf553
Enable Webmentions for public posts
2019-09-08 12:09:34 +02:00
Thomas Sileo
51ed481bb5
Add support for context
2019-09-08 10:34:45 +02:00
Thomas Sileo
119bbdcede
Add migration for bugfix
2019-09-06 20:04:23 +02:00
Thomas Sileo
786a709a40
Support activities forwarded in a Read
2019-09-06 19:51:14 +02:00
Thomas Sileo
ced6240946
Remove unused import
2019-09-06 00:25:06 +02:00
Thomas Sileo
6a20f30bad
Fix follower handling
2019-09-06 00:24:20 +02:00
Thomas Sileo
b6e55dd647
Finish reply processing
2019-09-05 23:16:11 +02:00
Thomas Sileo
59b39b4ab3
Fix internal thread display
2019-09-04 23:48:30 +02:00
Thomas Sileo
9705f81360
Fix threads display
2019-09-04 23:18:02 +02:00
Thomas Sileo
90609468f1
Tweak reply processing
2019-09-03 22:24:30 +02:00
Thomas Sileo
bcec7146fd
Cleanup queries
2019-09-02 23:44:38 +02:00
Thomas Sileo
5b1e776fa2
Visibility tweaks
2019-09-01 21:38:38 +02:00
Thomas Sileo
52bc600832
Index hashtags and mentions
2019-09-01 20:58:51 +02:00
Thomas Sileo
3a141795e6
Fix template and improve threads
2019-09-01 14:19:33 +02:00
Thomas Sileo
1ab8920df8
More following/follows back stuff
2019-09-01 11:32:12 +02:00
Thomas Sileo
5f9c6b8dad
Remove unused import
2019-09-01 10:37:05 +02:00
Thomas Sileo
795ef0990c
Fix formatting
2019-09-01 10:34:02 +02:00
Thomas Sileo
a49ba89a7e
Improve follower/following management
2019-09-01 10:26:25 +02:00
Thomas Sileo
3f65368547
Improve replies handling
2019-08-25 12:48:04 +02:00
Thomas Sileo
bb43aec474
Fix for local poll answers
2019-08-25 11:09:34 +02:00
Thomas Sileo
4216b0b857
No more extra inboxes
2019-08-25 10:54:17 +02:00
Thomas Sileo
14e5e6b7e7
Fix collections
2019-08-24 12:09:45 +02:00
Thomas Sileo
2dcc7319ea
Add Cache-Control back
2019-08-24 11:18:01 +02:00
Thomas Sileo
681cfe5e54
Cleanup JSON outputs
2019-08-24 10:58:35 +02:00
Thomas Sileo
dad3dae988
Tweak AP ctx, and gzip support for HTML resp
2019-08-24 10:41:31 +02:00
Thomas Sileo
784362b532
Add caching for gzipped response
2019-08-24 00:24:57 +02:00
Thomas Sileo
908f53ef4b
Remove unused imports
2019-08-24 00:04:56 +02:00