summaryrefslogtreecommitdiff
path: root/html.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Also use the proxy in replace_shortnames().Gravatar default2024-11-071-9/+16
* Changed make_url().Gravatar default2024-11-071-23/+35
* More proxy_media work.Gravatar default2024-11-071-9/+16
* New function make_url(), that takes 'proxy_media' into account.Gravatar default2024-11-071-2/+53
* New server variable 'strict_public_timelines'.Gravatar default2024-11-051-3/+13
* Set some HTML url fields to be type 'url'.Gravatar default2024-10-291-2/+2
* Save the 'collapse_threads' from the web UI.Gravatar default2024-10-281-0/+4
* Show the collapse_threads field in the user settings.Gravatar default2024-10-281-0/+10
* Use the 'collapse_threads' field from user.json.Gravatar default2024-10-281-0/+3
* Some work towards collapsing threads by default.Gravatar default2024-10-281-1/+2
* Fixed crash.Gravatar default2024-10-281-1/+1
* Skip all repeated attachments, not only images.Gravatar default2024-10-271-5/+4
* If an attached image URL is already in the post content, don't show it.Gravatar default2024-10-271-0/+7
* In notifications, show the emoji of the EmojiReact.Gravatar default2024-10-261-0/+10
* Fixed HTML typo.Gravatar default2024-10-251-1/+1
* More HTML tweaks.Gravatar default2024-10-231-8/+8
* Tweaked HTML for the timeline pages.Gravatar default2024-10-191-7/+7
* Tweaked HTML for the notifications page.Gravatar default2024-10-191-2/+6
* Fixed Draft: label title.Gravatar default2024-10-191-6/+7
* Fixed emojis in the public profile.Gravatar default2024-10-081-1/+3
* Don't cache a page if an error is set.Gravatar default2024-10-061-0/+2
* New HTML variable error (still unused).Gravatar default2024-10-061-14/+32
* When editing a draft, the checkbox is kept set.Gravatar default2024-09-271-6/+9
* Skip ugly line breaks at the beginning of a post's content.Gravatar default2024-09-151-0/+4