| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Version 2.55 RELEASED.2.55 | 2024-06-09 | 1 | -1/+1 | |
| | | |||||
| * | Version 2.54 RELEASED.2.54 | 2024-06-08 | 1 | -1/+1 | |
| | | |||||
| * | Don't propagate the user change after dismissing the announcement. | 2024-05-31 | 1 | -1/+1 | |
| | | |||||
| * | Implement instance announcements | 2024-05-31 | 1 | -0/+6 | |
| | | |||||
| * | Translate status codes to canonical status texts | 2024-05-27 | 1 | -46/+5 | |
| | | | | | | Use those in HTTP responses instead of "OK"/"ERROR". Apps like Tokodon show only the status text in unexpected responses. | ||||
| * | Merge remote-tracking branch 'origin/master' | 2024-05-27 | 1 | -1/+1 | |
| |\ | |||||
| | * | Bumped version. | 2024-05-26 | 1 | -1/+1 | |
| | | | |||||
| * | | Implement Mastodon PATCH endpoint for account profile updates | 2024-05-27 | 1 | -0/+5 | |
| | | | |||||
| * | | Use enum instead of numeric status codes for HTTP statuses | 2024-05-26 | 1 | -0/+50 | |
| |/ | |||||
| * | Added const everywhere. | 2024-05-21 | 1 | -22/+23 | |
| | | |||||
| * | Version 2.53 RELEASED.2.53 | 2024-05-16 | 1 | -1/+1 | |
| | | |||||
| * | Renamed content_check() to content_match(). | 2024-05-15 | 1 | -4/+3 | |
| | | |||||
| * | Fixed git conflict. | 2024-05-11 | 1 | -0/+2 | |
| |\ | |||||
| | * | Show 'Event' object types as Notes. | 2024-05-11 | 1 | -1/+1 | |
| | | | |||||
| | * | Unified post-like object type match. | 2024-05-11 | 1 | -0/+2 | |
| | | | |||||
| * | | In timeline_request(), call enqueue_actor_request on actor errors. | 2024-05-11 | 1 | -1/+1 | |
| |/ | |||||
| * | Bumped version. | 2024-05-11 | 1 | -1/+1 | |
| | | |||||
| * | Added a skip argument to content_search(). | 2024-05-10 | 1 | -1/+2 | |
| | | |||||
| * | Added a maximum results argument to content_search(). | 2024-05-09 | 1 | -1/+1 | |
| | | |||||
| * | Rewritten content_search() to read from both timelines. | 2024-05-08 | 1 | -2/+1 | |
| | | |||||
| * | Renamed to content_search(). | 2024-05-08 | 1 | -2/+2 | |
| | | |||||
| * | Added a timeout flag to search_by_content(). | 2024-05-08 | 1 | -1/+1 | |
| | | |||||
| * | New function search_by_content(). | 2024-05-08 | 1 | -0/+3 | |
| | | |||||
| * | Minor "Back to top" "More..." link refactoring. | 2024-05-07 | 1 | -1/+1 | |
| | | |||||
| * | List timelines can now be (manually) navigated from the web UI. | 2024-05-07 | 1 | -0/+1 | |
| | | | | | URLs are {srv_baseurl}/{user}/list/{list_id} (you must know the list id). | ||||
| * | Version 2.52 RELEASED.2.52 | 2024-05-07 | 1 | -1/+1 | |
| | | |||||
| * | New function timeline_to_rss(). | 2024-05-05 | 1 | -0/+1 | |
| | | |||||
| * | New function enqueue_object_request(). | 2024-05-05 | 1 | -0/+1 | |
| | | |||||
| * | Also add announces to lists. | 2024-04-30 | 1 | -1/+1 | |
| | | |||||
| * | New function list_distribute(). | 2024-04-29 | 1 | -0/+1 | |
| | | |||||
| * | More work in lists. | 2024-04-29 | 1 | -2/+4 | |
| | | |||||
| * | More work in lists. | 2024-04-29 | 1 | -1/+1 | |
| | | |||||
| * | Start of list support. | 2024-04-29 | 1 | -0/+2 | |
| | | |||||
| * | New function msg_repulsion. | 2024-04-10 | 1 | -0/+1 | |
| | | |||||
| * | Bumped version. | 2024-04-09 | 1 | -1/+1 | |
| | | |||||
| * | Version 2.51 RELEASED.2.51 | 2024-04-04 | 1 | -1/+1 | |
| | | |||||
| * | If an emoji in emojis.json is an URL to an image, it's stored in the tag list. | 2024-03-25 | 1 | -1/+1 | |
| | | |||||
| * | Emojis are now read from ~/emojis.json. | 2024-03-25 | 1 | -0/+1 | |
| | | |||||
| * | Bumped version. | 2024-03-23 | 1 | -1/+1 | |
| | | |||||
| * | Version 2.50 RELEASED.2.50 | 2024-03-22 | 1 | -1/+1 | |
| | | |||||
| * | Queue actor request renamed to actor_refresh. | 2024-03-12 | 1 | -1/+1 | |
| | | |||||
| * | Don't call enqueue_actor_request() with a NULL user. | 2024-03-12 | 1 | -0/+2 | |
| | | |||||
| * | Added actor refreshing via the user queue. | 2024-03-12 | 1 | -0/+4 | |
| | | |||||
| * | New function content_check(). | 2024-03-11 | 1 | -0/+2 | |
| | | |||||
| * | Shortened the maximum conversation levels. | 2024-03-08 | 1 | -0/+4 | |
| | | | | | Set to a compilation define in MAX_CONVERSATION_LEVELS. | ||||
| * | Bumped version. | 2024-03-07 | 1 | -1/+1 | |
| | | |||||
| * | Version 2.49 RELEASED.2.49 | 2024-03-04 | 1 | -1/+1 | |
| | | |||||
| * | mastoapi: fixed a bug in validated links. | 2024-02-28 | 1 | -1/+1 | |
| | | |||||
| * | Version 2.48 RELEASED.2.48 | 2024-02-28 | 1 | -1/+1 | |
| | | |||||
| * | Added *another argument* to html_timeline() to select where posts are taken ↵ | 2024-02-22 | 1 | -1/+2 | |
| | | | | | | | | from. This way, the /instance logged-in timeline can show posts that are not really into a user's timeline. | ||||