summaryrefslogtreecommitdiff
path: root/html.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Some tweaks to draft post code.Gravatar default2024-09-141-21/+38
* Set the "Only for mentioned people" checkbox properly.Gravatar default2024-09-141-2/+2
* Minor fix to avoid 'Block' notifications to be invisible.Gravatar default2024-09-121-2/+5
* Minor tweak.Gravatar default2024-09-061-4/+4
* Hiding a draft deletes it.Gravatar default2024-09-061-0/+3
* More work in post drafts.Gravatar default2024-09-061-4/+40
* Some new draft functions.Gravatar default2024-09-061-4/+6
* New checkbox in html_note() for marking a post as a draft.Gravatar default2024-09-061-0/+8
* New 'hide_delete_post_button' server directive.Gravatar default2024-08-311-1/+4