summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | New web actions "Approve" and "Discard".Gravatar default2024-11-242-0/+29
* | | | | | Pending follow notifications are shown as "Follow Request".Gravatar default2024-11-241-0/+3
* | | | | | The people page shows 'Approve' and 'Discard' buttons for pending follows.Gravatar default2024-11-242-11/+38
* | | | | | On unfollow, also delete from the pending follow list.Gravatar default2024-11-241-0/+5
* | | | | | New function pending_check() and pending_del().Gravatar default2024-11-242-0/+22
* | | | | | New function pending_get() and pending_list().Gravatar default2024-11-242-0/+40
* | | | | | New function pending_add().Gravatar default2024-11-243-11/+44
* | | | | | Return the 'manuallyApprovesFollowers' actor field according to user configur...Gravatar default2024-11-241-0/+4
* | | | | | In user_persist(), only publish the actor to the world if a relevant field ha...Gravatar default2024-11-231-0/+26
* | | | | | Minor tweak to new metadata.Gravatar default2024-11-232-2/+2
* | | | | | The 'metadata' field in user.json is now a string instead of a dict.Gravatar default2024-11-232-30/+69
| |_|_|_|/ |/| | | |
* | | | | Version 2.64 RELEASED.2.64Gravatar default2024-11-211-1/+1
* | | | | Updated RELEASE_NOTES.Gravatar default2024-11-211-0/+12
| |_|_|/ |/| | |
* | | | New function xs_unicode_right_to_left().Gravatar default2024-11-203-1/+40
* | | | mastoapi: fixed crash in posts without 'published' field.Gravatar default2024-11-201-1/+10
| |_|/ |/| |
* | | Updated documentation.Gravatar default2024-11-191-0/+2
* | | More usage of get_in_reply_to().Gravatar default2024-11-191-1/+1
* | | New function get_in_reply_to().Gravatar default2024-11-194-6/+19
* | | Updated TODO.Gravatar default2024-11-181-4/+4
* | | Merge branch 'master' of grunfink-codeberg:grunfink/snac2Gravatar default2024-11-181-1/+1
|\ \ \
| * \ \ Merge pull request 'do not autocapitalize "Login: " masto api field' (#227) f...Gravatar grunfink2024-11-181-1/+1
| |\ \ \
| | * | | do not autocapitalize "Login: " masto api fieldGravatar François Kooman2024-11-181-1/+1
| |/ / /
* | | | mastoapi: more tweaks to notifications code.Gravatar default2024-11-171-4/+12
* | | | mastoapi: added more checks in the notifications code.Gravatar default2024-11-171-0/+4
|/ / /
* | | In the insert cmdline op, don't re-add if it's already in the timeline.Gravatar default2024-11-171-1/+5
* | | Updated TODO.Gravatar default2024-11-171-2/+2
* | | The server creates a pidfile inside the base directory.Gravatar default2024-11-171-0/+14
* | | Updated TODO.Gravatar default2024-11-171-0/+2
* | | Updated TODO.Gravatar default2024-11-161-0/+4
* | | Allow underscores in hashtags.Gravatar default2024-11-161-1/+1
| |/ |/|
| * Makefile: enable static compilation with muslGravatar Giacomo Tesio2024-11-201-4/+4
|/
* Minor tweak to proxy code (some URLs were not correctly formed).Gravatar default2024-11-141-1/+1
* Version 2.63 RELEASED.2.63Gravatar default2024-11-141-1/+1
* Updated RELEASE_NOTES.Gravatar default2024-11-141-0/+16
* Updated documentation.Gravatar default2024-11-131-0/+7
* Updated dependencies.Gravatar default2024-11-122-2/+2
* The proxy token seed is created on startup and never stored.Gravatar default2024-11-124-14/+7
* mastoapi: a lot of proxy code.Gravatar default2024-11-121-19/+28
* mastoapi: added some proxy code.Gravatar default2024-11-122-5/+7
* make_url() now accepts generating proxied urls by token.Gravatar default2024-11-121-1/+11
* Added new proxy authorization by token.Gravatar default2024-11-123-14/+49
* Bumped version (I forgot to do it several commits ago 🤦).Gravatar default2024-11-111-1/+1
* Updated TODO.Gravatar default2024-11-111-0/+2
* Fixed crash in xs_multipart_form_data() (from the tooot application).Gravatar default2024-11-111-2/+2
* Fixed possible crash in proxy code.Gravatar default2024-11-101-1/+1
* In the RSS description, don't convert the bio from Markdown.Gravatar default2024-11-101-1/+1
* RSS feeds are now 2.0 instead of 0.91.Gravatar default2024-11-102-5/+35
* Merge pull request 'Fix "empty input line" warning by groff' (#222) from serg...Gravatar grunfink2024-11-091-1/+0
|\
| * Fix "empty input line" warning by groffGravatar Sergio Durigan Junior2024-11-081-1/+0
|/
* Updated TODO.Gravatar default2024-11-081-0/+4