summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* following_list() creates links to the actors if they don't exist.Gravatar default2023-06-151-3/+13
|
* Maintain a link to the author object in the following/ subdirectory.Gravatar default2023-06-152-3/+12
|
* Use utimes() to 'touch' the actor file in actor_get().Gravatar default2023-06-141-6/+2
|
* Updated RELEASE_NOTES.Gravatar default2023-06-131-0/+2
|
* Fixed crash in check_signature().Gravatar default2023-06-131-0/+5
|
* Stop lying about code style being ANSI C.Gravatar default2023-06-131-1/+1
|
* New function webfinger_request_signed().Gravatar default2023-06-133-17/+47
|
* Updated RELEASE_NOTES.Gravatar default2023-06-131-0/+2
|
* In sanitize(), delete unsupported HTML tags instead of showing them.Gravatar default2023-06-131-6/+2
|
* Also accept HTML tag <ol>.Gravatar default2023-06-132-2/+2
|
* Updated RELEASE_NOTES.Gravatar default2023-06-121-1/+1
|
* Avoid writing a NULL header in mastoapi_account().Gravatar default2023-06-121-0/+3
|
* Merge pull request 'add mastodon profile header to mastodon api' (#46) from ↵Gravatar grunfink2023-06-121-2/+10
|\ | | | | | | | | | | Haijo7/snac2:mastodon-profile-header into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/46
| * removed additinal empty stringGravatar Haijo72023-06-121-2/+0
| |
| * add mastodon profile header to mastodon apiGravatar Haijo72023-06-121-0/+10
| |
* | Updated RELEASE_NOTES.Gravatar default2023-06-121-0/+2
| |
* | Updated TODO.Gravatar default2023-06-121-2/+2
| |
* | Fix links with # in it.Gravatar default2023-06-121-2/+3
| |
* | Updated TODO.Gravatar default2023-06-121-0/+2
|/
* Added a comment about Announces of non-Notes.Gravatar default2023-06-111-0/+5
|
* Updated RELEASE_NOTES.Gravatar default2023-06-111-0/+2
|
* Added Web UI to set the account 'bot' flag.Gravatar default2023-06-111-0/+11
|
* Hidden conversations are not rendered instead of given a 'display: none'.Gravatar default2023-06-111-6/+4
|
* No more archiving of borked Likes.Gravatar default2023-06-111-6/+0
|
* Also reject Like messages in is_msg_for_me().Gravatar default2023-06-111-1/+5
|
* Log malformed Likes from wafrn.net (who else?).Gravatar default2023-06-111-0/+6
|
* Merge branch 'master' of triptico.com:git/snac2Gravatar default2023-06-111-0/+5
|\
| * Merge pull request 'set bot to true for bots in mastodon api' (#45) from ↵Gravatar grunfink2023-06-111-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 serviceGravatar Haijo72023-06-111-2/+5
| | |
| | * add user type to mastodon profileGravatar Haijo72023-06-111-0/+2
| |/
* / If ~/error/ exists, also log messages to a file there.Gravatar default2023-06-111-0/+8
|/
* Fixed comment.Gravatar default2023-06-111-1/+1
|
* Disable `timeline_request_replies()` temporarily.Gravatar default2023-06-112-0/+11
|
* Use a different variable name to store the id of 'embedded' children.Gravatar default2023-06-111-3/+3
|
* Updated RELEASE_NOTES.Gravatar default2023-06-111-0/+4
|
* Merge pull request 'Mastodon API private timeline fixes' (#44) from ↵Gravatar grunfink2023-06-111-99/+112
|\ | | | | | | | | | | poesty/snac2:master into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/44
| * Only allow logged-in user to use statuses APIGravatar poesty2023-06-111-70/+74
| |
| * Only allow logged-in user to use search APIGravatar poesty2023-06-111-26/+30
| |
| * Use MID_TO_MD5 for ID comparisonGravatar poesty2023-06-101-3/+3
| |
| * Ignore non-followed users' notes without boosts in private timelineGravatar poesty2023-06-101-0/+5
| |
| * Ignore timestamps in mastoapi_id when filtering entriesGravatar poesty2023-06-101-3/+3
|/
* Updated TODO.Gravatar default2023-06-091-0/+4
|
* Minor tweak to snac-poll-form.Gravatar default2023-06-071-3/+3
|
* New CSS classes snac-poll-form and snac-poll-result.Gravatar default2023-06-071-2/+3
|
* Don't enqueue a request_replies message if it's already there.Gravatar default2023-06-073-7/+40
|
* New function enqueue_request_replies().Gravatar default2023-06-073-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.Gravatar default2023-06-071-5/+9
|
* New function timeline_request_replies().Gravatar default2023-06-071-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.Gravatar default2023-06-072-29/+29
|
* Updated documentation.Gravatar default2023-06-052-1/+7
|