hiromi-mi
c5f3729636
Support Posting Unlisted/Followers-only Question
...
Though I chose Unlisted or Followers-only when posting question, the question are sent to public.
This is probably because api_new_question() in blueprints/api.py does not look up visibility api argument.
Tihs patch fixes by adding visibility argument check at api_new_question().
2020-05-27 19:46:44 +09:00
Fabio
f6c1d72199
Fix uploading attachments
...
this should fix #72
2020-03-27 11:43:24 +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
e611d61739
Add "location" support (embed a tag with a Place object)
2019-10-27 19:05:42 +01:00
Thomas Sileo
3998d4ed68
Micropub query configuration support
2019-10-27 14:49:57 +01:00
Thomas Sileo
d3f9e72801
Fix reply content with mentions
2019-10-27 12:41:33 +01:00
Thomas Sileo
bf81fbb117
Add HTML support for Micropub
2019-10-25 23:02:50 +02:00
Thomas Sileo
126e5e8d59
Add basic Micropub support (only create support for now)
...
Fixes #11
2019-10-25 22:39:44 +02:00
Thomas Sileo
95e411ac9b
Add support for manually approving followers
...
Fixes #61
2019-10-20 20:47:35 +02:00
Thomas Sileo
af6f7c1a5a
Start support for acking/federating replies via Read activities
2019-09-15 22:09:32 +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
30eb21203c
Add support for CW, and tweak the new note form for mobile
2019-09-08 09:51:30 +02:00
Thomas Sileo
681cfe5e54
Cleanup JSON outputs
2019-08-24 10:58:35 +02:00
Thomas Sileo
181328d518
Custom emojis support
2019-08-20 22:16:47 +02:00
Thomas Sileo
09bedc8611
Remove debug prints
2019-08-15 14:49:05 +02:00
Thomas Sileo
49ffe3ab75
Finish support for multiple answers polls
2019-08-15 14:47:41 +02:00
Thomas Sileo
f902868250
Big cleanup part 3 ( #59 )
...
* Remove dead code and re-organize
* Switch to new queries helper
2019-08-04 20:08:47 +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
Thomas Sileo
56f4fb2ce2
Formatting
2019-08-01 22:25:58 +02:00
Thomas Sileo
5b9a0cb286
Cleanup, more typing for queries
2019-08-01 22:24:18 +02:00
Thomas Sileo
d4590996e0
More stuff moved
2019-08-01 22:00:26 +02:00
Thomas Sileo
cd2ae3d7b0
Move stuff arround
2019-08-01 21:44:35 +02:00
Thomas Sileo
d8d9aad67a
Split app
2019-08-01 19:55:30 +02:00