summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * | Merge remote-tracking branch 'upstream/master'Gravatar Paul Wilde2024-01-282-1/+10
| |\ \ | |/ / |/| |
* | | Moved the favicon link out of the CSS loop.Gravatar default2024-01-281-5/+6
| | |
* | | Merge pull request 'feature(favicon): Add favicon support (#107)' (#109) ↵Gravatar grunfink2024-01-282-1/+9
|\ \ \ | | | | | | | | | | | | | | | | | | | | from gyptazy/snac2:feature/107-add-favicon-support-1st-ite into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/109
| * | | feature(favicon): Add favicon support (#107)Gravatar Florian Paul Azim Hoberg2024-01-282-1/+9
|/ / /
| * | Merge remote-tracking branch 'upstream/master'Gravatar Paul Wilde2024-01-263-8/+19
| |\ \ | |/ / |/| |
* | | Updated RELEASE_NOTES.Gravatar default2024-01-261-1/+1
| | |
* | | mastoapi: avoid crashing on empty payloads.Gravatar default2024-01-261-6/+15
| | |
* | | Updated RELEASE_NOTES.Gravatar default2024-01-261-0/+2
| | |
* | | Some tweaks to retry timeouts.Gravatar default2024-01-261-1/+1
| |/ |/|
| * added host-meta endpoint for subwaytooter appGravatar Paul Wilde2024-01-264-0/+69
|/
* Updated README.Gravatar default2024-01-241-0/+2
|
* Use get_attachments() in mastoapi_status().Gravatar default2024-01-241-57/+23
|
* Use get_attachments() in html_entry().Gravatar default2024-01-243-122/+21
|
* New function get_attachments() (still unused).Gravatar default2024-01-241-0/+121
|
* Don't send anything to the collected inboxes if collection is disabled.Gravatar default2024-01-241-7/+9
|
* Updated RELEASE_NOTES.Gravatar default2024-01-241-1/+3
|
* Added a fix to also show the mutual emoji in the people page.Gravatar default2024-01-241-4/+6
|
* Moved the mutual and bot emojis after the link, where they belong.Gravatar default2024-01-241-11/+11
|
* Show a handshake emoji for mutual relations (following + follower).Gravatar default2024-01-241-9/+21
|
* Fixed typo.Gravatar default2024-01-231-1/+1
|
* Bumped version.Gravatar default2024-01-231-1/+1
|
* Updated RELEASE_NOTES.Gravatar default2024-01-231-1/+1
|
* mastoapi: added /v1/statuses put support (note edit).Gravatar default2024-01-231-2/+46
|
* mastoapi: added support for status/.../source.Gravatar default2024-01-231-0/+10
|
* Updated documentation.Gravatar default2024-01-211-2/+4
|
* Updated TODO.Gravatar default2024-01-211-1/+1
|
* Updated RELEASE_NOTES.Gravatar default2024-01-211-0/+6
|
* Delay creating the shared memory struct after the socket is successfully ↵Gravatar default2024-01-211-7/+7
| | | | created.
* Mastoapi: fixed an error the edited_at field.Gravatar default2024-01-191-1/+1
|
* Also process Video in timeline_request().Gravatar default2024-01-181-1/+1
|
* Do a very basic conversion of content if it's markdown.Gravatar default2024-01-181-0/+8
| | | | Peertube videos have this.
* New function get_atto(), to get the attributedTo field.Gravatar default2024-01-185-43/+49
|
* Deleted breakpoint.Gravatar default2024-01-181-2/+0
|
* Fixed bad actor value in the button bar for Peertube videos.Gravatar default2024-01-181-3/+2
|
* Added some support for Peertube videos.Gravatar default2024-01-182-10/+99
|
* Version 2.45 RELEASED.2.45Gravatar default2024-01-181-1/+1
|
* Updated TODO.Gravatar default2024-01-181-0/+2
|
* Updated TODO.Gravatar default2024-01-171-0/+2
|
* Updated RELEASE_NOTES.Gravatar default2024-01-171-1/+3
|
* Updated RELEASE_NOTES.Gravatar default2024-01-171-1/+1
|
* Updated TODO.Gravatar default2024-01-161-0/+2
|
* Started support for Peertube's Video object.Gravatar default2024-01-141-6/+12
|
* Ensure to now overwrite the Accept + Follow object on repeated follows.Gravatar default2024-01-141-0/+13
|
* In posts, fixed bad link urls if written between parentheses.Gravatar default2024-01-141-1/+1
|
* Fixed crashes in command-line options.Gravatar default2024-01-143-1/+12
|
* Merge pull request 'Fixed a bug introduced yesterday that caused double ↵Gravatar grunfink2024-01-131-2/+0
|\ | | | | | | | | | | notifications' (#103) from draga79/snac2:master into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/103
| * Fixed a bug introduced yesterday that cause double notificationsGravatar Stefano Marinelli2024-01-131-2/+0
|/
* Rewritten a sentence to be clearer in README.md.Gravatar default2024-01-132-2/+2
|
* Merge pull request 'Added support for ntfy notifications with enhanced ↵Gravatar grunfink2024-01-126-1/+90
|\ | | | | | | | | | | privacy when utilizing a self-hosted server, eliminating the need for external services.' (#102) from draga79/snac2:master into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/102
| * ntfy code cleanupGravatar Stefano Marinelli2024-01-121-2/+1
| |