summaryrefslogtreecommitdiff
path: root/html.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Bumped copyright year.Gravatar default2025-01-081-1/+1
|
* Show hashtags that are not already linked from the post content.Gravatar default2025-01-081-0/+33
|
* New configuration directive "max_public_entries".Gravatar default2025-01-051-1/+3
|
* Updated tip for the search box.Gravatar default2025-01-051-1/+1
|
* Moved post language setting to msg_note(), where it really belongs.Gravatar default2025-01-051-3/+3
| | | | On the way, posting from the Mastodon API sets the language accordingly.
* More search by URL tweaks.Gravatar default2025-01-041-23/+17
|
* When search for URLs, rewrite the query string to be the real post id.Gravatar default2025-01-011-0/+4
|
* The shared post is really sent.Gravatar default2025-01-011-2/+11
|
* Fixed warning.Gravatar default2024-12-311-1/+1
|
* Merge branch 'master' of comam.es:git/snac2Gravatar default2024-12-311-1/+34
|\
| * More work in the Mastodon-share webpoint.Gravatar default2024-12-311-1/+34
| |
* | Added "Like" to operations for upstream branchGravatar DHeadshot2024-12-311-0/+17
|/
* Make xmpp and mailto URLs clickable.Gravatar default2024-12-261-1/+1
|
* Account names can also contain periods (in account search).Gravatar default2024-12-211-1/+1
|
* If an attachment includes an icon, show it.Gravatar default2024-12-211-0/+17
|
* Add contact metrics to og:description.Gravatar default2024-12-201-0/+11
|
* Added bad login throttling.Gravatar default2024-12-191-3/+12
|
* Searching for URLs brings a post to the user timeline.Gravatar default2024-12-191-0/+45
|
* Fixed a bug in the 'Approve' and 'Discard' buttons.Gravatar default2024-12-091-9/+9
|
* Added web UI for the 'show_contact_metrics' toggle.Gravatar default2024-12-051-0/+14
|
* Also show contact metrics in the public page, if the user wants.Gravatar default2024-12-041-0/+12
|
* Check for existing id.Gravatar default2024-12-041-1/+1
|
* Fixed bug in blocked instance rejection.Gravatar default2024-12-041-0/+3
|
* Fixed missing else in html people list.Gravatar default2024-11-241-0/+1
|
* Changed help for the search box.Gravatar default2024-11-241-1/+1
|
* The search box also searches accounts (via webfinger).Gravatar default2024-11-241-0/+42
|
* Fixed bio processing in the public page.Gravatar default2024-11-241-4/+4
|
* Added web UI for the 'approve_followers' checkbox.Gravatar default2024-11-241-0/+14
|
* New web actions "Approve" and "Discard".Gravatar default2024-11-241-0/+28
|
* Pending follow notifications are shown as "Follow Request".Gravatar default2024-11-241-0/+3
|
* The people page shows 'Approve' and 'Discard' buttons for pending follows.Gravatar default2024-11-241-6/+23
|
* Minor tweak to new metadata.Gravatar default2024-11-231-1/+1
|
* The 'metadata' field in user.json is now a string instead of a dict.Gravatar default2024-11-231-29/+45
|
* New function get_in_reply_to().Gravatar default2024-11-191-2/+2
|
* Minor tweak to proxy code (some URLs were not correctly formed).Gravatar default2024-11-141-1/+1
|
* The proxy token seed is created on startup and never stored.Gravatar default2024-11-121-1/+1
|
* Added new proxy authorization by token.Gravatar default2024-11-121-11/+28
|
* Fixed possible crash in proxy code.Gravatar default2024-11-101-1/+1
|
* In the RSS description, don't convert the bio from Markdown.Gravatar default2024-11-101-1/+1
|
* RSS feeds are now 2.0 instead of 0.91.Gravatar default2024-11-101-4/+33
|
* Merge branch 'master' of comam.es:git/snac2Gravatar default2024-11-071-16/+0
|\
| * Moved make_url() to data.c.Gravatar default2024-11-071-16/+0
| |
* | Fixed some URLs that should not be proxied.Gravatar default2024-11-071-3/+3
|/
* Fixed 'strict_public_timelines' being applied to the private timeline.Gravatar default2024-11-071-1/+1
|
* Use the raw_path for proxying (as some media may include ? arguments).Gravatar default2024-11-071-1/+7
|
* Don't proxy our own URLs.Gravatar default2024-11-071-1/+1
|
* Propagate the caching headers.Gravatar default2024-11-071-0/+6
|
* Omit the 'image' field if there are any attachment.Gravatar default2024-11-071-2/+2
|
* Propagate 'last-modified' and 'etag' fields while proxying.Gravatar default2024-11-071-1/+7
| | | | But does it work?
* Also use the proxy in replace_shortnames().Gravatar default2024-11-071-9/+16
|