| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Bumped version. | 2023-06-16 | 1 | -1/+1 | |
| | | |||||
| * | Quick fix to "Script self-injection in edit box". | 2023-06-16 | 1 | -2/+4 | |
| | | | | | | | | | In the 'Edit...' box, the sourceContent (which was written by a user) has its < replaced with < . This issue does not propagate to the public timeline nor to the recipients of the post. Reference: https://codeberg.org/grunfink/snac2/issues/53 | ||||
| * | Version 2.35 RELEASED.2.35 | 2023-06-15 | 1 | -1/+1 | |
| | | |||||
| * | Fixed look of users without creationg date in the people page. | 2023-06-15 | 1 | -1/+1 | |
| | | |||||
| * | Use xs_stock_* values wherever possible. | 2023-06-15 | 2 | -52/+38 | |
| | | |||||
| * | Backport from xs. | 2023-06-15 | 2 | -1/+10 | |
| | | |||||
| * | Updated RELEASE_NOTES. | 2023-06-15 | 1 | -0/+2 | |
| | | |||||
| * | Fixed voting / replying confusion. | 2023-06-15 | 2 | -16/+5 | |
| | | |||||
| * | Increased log level for enqueue_request_replies(). | 2023-06-15 | 1 | -4/+4 | |
| | | |||||
| * | If a ~/log/ folder exists, also write the log there. | 2023-06-15 | 3 | -2/+8 | |
| | | |||||
| * | Updated RELEASE_NOTES. | 2023-06-15 | 1 | -3/+7 | |
| | | |||||
| * | Avoid returning 'ghost' no-longer-followers in followers_list(). | 2023-06-15 | 1 | -3/+8 | |
| | | |||||
| * | Updated TODO. | 2023-06-15 | 1 | -2/+2 | |
| | | |||||
| * | Use the _a.json extension for actor object links into following/. | 2023-06-15 | 1 | -3/+3 | |
| | | |||||
| * | following_list() creates links to the actors if they don't exist. | 2023-06-15 | 1 | -3/+13 | |
| | | |||||
| * | Maintain a link to the author object in the following/ subdirectory. | 2023-06-15 | 2 | -3/+12 | |
| | | |||||
| * | Use utimes() to 'touch' the actor file in actor_get(). | 2023-06-14 | 1 | -6/+2 | |
| | | |||||
| * | Updated RELEASE_NOTES. | 2023-06-13 | 1 | -0/+2 | |
| | | |||||
| * | Fixed crash in check_signature(). | 2023-06-13 | 1 | -0/+5 | |
| | | |||||
| * | Stop lying about code style being ANSI C. | 2023-06-13 | 1 | -1/+1 | |
| | | |||||
| * | New function webfinger_request_signed(). | 2023-06-13 | 3 | -17/+47 | |
| | | |||||
| * | Updated RELEASE_NOTES. | 2023-06-13 | 1 | -0/+2 | |
| | | |||||
| * | In sanitize(), delete unsupported HTML tags instead of showing them. | 2023-06-13 | 1 | -6/+2 | |
| | | |||||
| * | Also accept HTML tag <ol>. | 2023-06-13 | 2 | -2/+2 | |
| | | |||||
| * | Updated RELEASE_NOTES. | 2023-06-12 | 1 | -1/+1 | |
| | | |||||
| * | Avoid writing a NULL header in mastoapi_account(). | 2023-06-12 | 1 | -0/+3 | |
| | | |||||
| * | Merge pull request 'add mastodon profile header to mastodon api' (#46) from ↵ | 2023-06-12 | 1 | -2/+10 | |
| |\ | | | | | | | | | | | Haijo7/snac2:mastodon-profile-header into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/46 | ||||
| | * | removed additinal empty string | 2023-06-12 | 1 | -2/+0 | |
| | | | |||||
| | * | add mastodon profile header to mastodon api | 2023-06-12 | 1 | -0/+10 | |
| | | | |||||
| * | | Updated RELEASE_NOTES. | 2023-06-12 | 1 | -0/+2 | |
| | | | |||||
| * | | Updated TODO. | 2023-06-12 | 1 | -2/+2 | |
| | | | |||||
| * | | Fix links with # in it. | 2023-06-12 | 1 | -2/+3 | |
| | | | |||||
| * | | Updated TODO. | 2023-06-12 | 1 | -0/+2 | |
| |/ | |||||
| * | Added a comment about Announces of non-Notes. | 2023-06-11 | 1 | -0/+5 | |
| | | |||||
| * | 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 | ||||