| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Updated RELEASE_NOTES. | 2023-06-11 | 1 | -0/+2 | |
| | | |||||
| * | Added Web UI to set the account 'bot' flag. | 2023-06-11 | 1 | -0/+11 | |
| | | |||||
| * | Hidden conversations are not rendered instead of given a 'display: none'. | 2023-06-11 | 1 | -6/+4 | |
| | | |||||
| * | No more archiving of borked Likes. | 2023-06-11 | 1 | -6/+0 | |
| | | |||||
| * | Also reject Like messages in is_msg_for_me(). | 2023-06-11 | 1 | -1/+5 | |
| | | |||||
| * | Log malformed Likes from wafrn.net (who else?). | 2023-06-11 | 1 | -0/+6 | |
| | | |||||
| * | Merge branch 'master' of triptico.com:git/snac2 | 2023-06-11 | 1 | -0/+5 | |
| |\ | |||||
| | * | Merge pull request 'set bot to true for bots in mastodon api' (#45) from ↵ | 2023-06-11 | 1 | -0/+5 | |
| | |\ | | | | | | | | | | | | | | | | Haijo7/snac2:masto-api-user-type into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/45 | ||||
| | | * | set bot to true in mastodon account if user type is service | 2023-06-11 | 1 | -2/+5 | |
| | | | | |||||
| | | * | add user type to mastodon profile | 2023-06-11 | 1 | -0/+2 | |
| | |/ | |||||
| * / | If ~/error/ exists, also log messages to a file there. | 2023-06-11 | 1 | -0/+8 | |
| |/ | |||||
| * | Fixed comment. | 2023-06-11 | 1 | -1/+1 | |
| | | |||||
| * | Disable `timeline_request_replies()` temporarily. | 2023-06-11 | 2 | -0/+11 | |
| | | |||||
| * | Use a different variable name to store the id of 'embedded' children. | 2023-06-11 | 1 | -3/+3 | |
| | | |||||
| * | Updated RELEASE_NOTES. | 2023-06-11 | 1 | -0/+4 | |
| | | |||||
| * | Merge pull request 'Mastodon API private timeline fixes' (#44) from ↵ | 2023-06-11 | 1 | -99/+112 | |
| |\ | | | | | | | | | | | poesty/snac2:master into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/44 | ||||
| | * | Only allow logged-in user to use statuses API | 2023-06-11 | 1 | -70/+74 | |
| | | | |||||
| | * | Only allow logged-in user to use search API | 2023-06-11 | 1 | -26/+30 | |
| | | | |||||
| | * | Use MID_TO_MD5 for ID comparison | 2023-06-10 | 1 | -3/+3 | |
| | | | |||||
| | * | Ignore non-followed users' notes without boosts in private timeline | 2023-06-10 | 1 | -0/+5 | |
| | | | |||||
| | * | Ignore timestamps in mastoapi_id when filtering entries | 2023-06-10 | 1 | -3/+3 | |
| |/ | |||||
| * | Updated TODO. | 2023-06-09 | 1 | -0/+4 | |
| | | |||||
| * | Minor tweak to snac-poll-form. | 2023-06-07 | 1 | -3/+3 | |
| | | |||||
| * | New CSS classes snac-poll-form and snac-poll-result. | 2023-06-07 | 1 | -2/+3 | |
| | | |||||
| * | Don't enqueue a request_replies message if it's already there. | 2023-06-07 | 3 | -7/+40 | |
| | | |||||
| * | New function enqueue_request_replies(). | 2023-06-07 | 3 | -4/+24 | |
| | | | | | | | This way, the (potentially expensive and slow) call to timeline_request_replies() is detached from actions like replying a message from the web ui. | ||||
| * | Changed timeline_request_replies() to receive an id and not an object. | 2023-06-07 | 1 | -5/+9 | |
| | | |||||
| * | New function timeline_request_replies(). | 2023-06-07 | 1 | -7/+67 | |
| | | | | | | | | | | | This function downloads and stores all replies to a message, recursively. Increases traffic. Mastodon instances request the user actor again and again without caching (when the 'replies' Collection is downloaded). Maybe I'm not doing something correctly? | ||||
| * | Some prototype update. | 2023-06-07 | 2 | -29/+29 | |
| | | |||||
| * | Updated documentation. | 2023-06-05 | 2 | -1/+7 | |
| | | |||||
| * | Replace an sprintf() with an snprintf(). | 2023-06-05 | 1 | -1/+1 | |
| | | |||||
| * | Replaced usage of random() with xs_rnd_buf(). | 2023-06-05 | 6 | -23/+102 | |
| | | |||||
| * | Some prototype tweaks. | 2023-06-05 | 2 | -15/+15 | |
| | | |||||
| * | Moved srv_running variable to httpd.c. | 2023-06-05 | 3 | -2/+1 | |
| | | |||||
| * | Document the basedir style.css file. | 2023-06-04 | 1 | -0/+5 | |
| | | |||||
| * | Also accept Update + Service messages. | 2023-06-04 | 1 | -1/+1 | |
| | | |||||
| * | If a user config field 'bot' is set to true, identies as such. | 2023-06-04 | 2 | -1/+5 | |
| | | |||||
| * | Updated some data types. | 2023-06-04 | 2 | -25/+25 | |
| | | |||||
| * | Version 2.34 RELEASED.2.34 | 2023-06-03 | 1 | -1/+1 | |
| | | |||||
| * | Updated RELEASE_NOTES. | 2023-06-02 | 1 | -0/+2 | |
| | | |||||
| * | Merge pull request 'Added icon for bots' (#40) from Haijo7/snac2:master into ↵ | 2023-06-02 | 1 | -0/+3 | |
| |\ | | | | | | | | | | | master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/40 | ||||
| | * | Added icon for bots | 2023-06-02 | 1 | -0/+3 | |
| |/ | |||||
| * | More notify tweaks (I'm getting sick of this). | 2023-06-02 | 1 | -6/+21 | |
| | | |||||
| * | Fixed bug in notify() (the poll id was not set). | 2023-06-02 | 2 | -2/+2 | |
| | | |||||
| * | Fixed bug in vote discarding in notify(). | 2023-06-02 | 1 | -1/+3 | |
| | | |||||
| * | Use a select instead of a checkbox for setting multiple-choice polls. | 2023-06-02 | 1 | -6/+13 | |
| | | |||||
| * | Updated RELEASE_NOTES. | 2023-06-02 | 1 | -0/+2 | |
| | | |||||
| * | Merge pull request 'fixed typo in string "people that follows you"' (#38) ↵ | 2023-06-02 | 1 | -1/+1 | |
| |\ | | | | | | | | | | | from Haijo7/snac2:master into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/38 | ||||
| | * | fixed typo in string "people that follows you" | 2023-06-01 | 1 | -1/+1 | |
| | | | |||||
| * | | Merge pull request 'open image in new tab when clicked, add css class for ↵ | 2023-06-02 | 1 | -3/+10 | |
| |\ \ | | | | | | | | | | | | | | | | attachments' (#39) from Haijo7/snac2:image-link into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/39 | ||||