summaryrefslogtreecommitdiff
path: root/html.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Backport from xs (new xs_set() API).Gravatar default2022-11-211-3/+5
|
* Deleted the link at the end of each RSS entry.Gravatar default2022-11-201-4/+0
|
* More RSS tweaks.Gravatar default2022-11-201-14/+5
|
* Fixed RSS link.Gravatar default2022-11-201-4/+4
|
* Add a link to the post in each RSS entry.Gravatar default2022-11-201-0/+4
|
* More RSS tweaks.Gravatar default2022-11-201-3/+3
|
* More RSS tweaks.Gravatar default2022-11-201-2/+15
|
* RSS improvements.Gravatar default2022-11-191-16/+12
|
* Fixed crash when testing for the Accept header.Gravatar default2022-11-181-3/+5
|
* Log if the RSS is served.Gravatar default2022-11-181-1/+3
|
* Added a RSS link in the public timeline page.Gravatar default2022-11-181-2/+5
|
* More RSS tweaks.Gravatar default2022-11-181-1/+3
|
* More RSS cropping.Gravatar default2022-11-181-1/+1
|
* Added rss on output.Gravatar default2022-11-181-4/+87
|
* New function enqueue_output_to_actor().Gravatar default2022-11-181-3/+2
|
* Fixed Follow bug, introduced by latest sharedInbox change.Gravatar default2022-11-181-1/+2
|
* Call sanitize() as soon as possible.Gravatar default2022-11-161-4/+2
|
* Also add the 'Sensitive content' checkbox to replies.Gravatar default2022-11-161-0/+2
|
* Posts can be marked as 'sensitive content' (not yet for replies).Gravatar default2022-11-161-0/+10
|
* Show the complete date as a 'title' popup.Gravatar default2022-11-151-1/+2
|
* Deleted unused code.Gravatar default2022-11-131-3/+1
|
* Also delete JS in the people/ page.Gravatar default2022-11-131-13/+8
|
* Set "u-url mention" class for mentions.Gravatar default2022-11-131-1/+1
|
* Use details/summary HTML tags instead of JS for the 'Reply' button.Gravatar default2022-11-131-9/+7
|
* Some formatting refactoring.Gravatar default2022-11-131-1/+1
|
* You can always Boost your own posts indefinitely.Gravatar default2022-11-091-4/+6
|
* Reordered Hide button.Gravatar default2022-11-041-1/+1
|
* New 'Hide' button.Gravatar default2022-11-041-1/+12
|
* Fixed bug when following by @user@host.Gravatar default2022-11-021-4/+6
|
* Added the published (actor create) data to the 'people' page.Gravatar default2022-11-021-1/+1
|
* Differentiate the textarea forms form follower to following.Gravatar default2022-11-021-8/+11
|
* More work in the people page.Gravatar default2022-11-021-16/+26
|
* People page started.Gravatar default2022-11-021-2/+132
|
* Split html_actor_icon() from html_msg_icon().Gravatar default2022-11-021-61/+80
|
* Added the @user@host id in the HTML title.Gravatar default2022-11-021-1/+5
|
* Added rel=nofollow to the admin link.Gravatar default2022-11-011-1/+2
|
* Filter out carriage returns in note post web interface.Gravatar default2022-11-011-3/+4
|
* Added missing user_free() when auth is needed.Gravatar default2022-11-011-1/+3
|
* Another tweak to the #redir after like or boost.Gravatar default2022-11-011-7/+9
|
* After reacting to a post, redirection is done to the next entry instead of top.Gravatar default2022-10-311-4/+17
| | | | | This work more or less ok for level 0 entries, but it's very confusing for the others.
* Actors being followed can also be MUTED.Gravatar default2022-10-311-1/+2
|
* Added support for sensitive content.Gravatar default2022-10-301-0/+16
|
* Be more aggressive in HTML sanitization.Gravatar default2022-10-281-1/+2
|
* Added a forgotten user_free() in html_post_handler().Gravatar default2022-10-261-0/+2
|
* Minor tweaks.Gravatar default2022-10-251-3/+3
|
* Don't load unneeded actor info in html_entry().Gravatar default2022-10-241-5/+1
|
* Added email notification address to web interface.Gravatar default2022-10-211-0/+11
|
* Updated LICENSE.Gravatar default2022-10-201-0/+2
|
* Don't read this actor with actor_get().Gravatar default2022-10-191-0/+3
|
* xs_base64_dec() can now be used as a string, so do it.Gravatar default2022-10-181-5/+1
|