summaryrefslogtreecommitdiff
path: root/html.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Upgraded local/ to public/.Gravatar default2022-12-031-1/+7
|
* New function timeline_simple_list().Gravatar default2022-12-031-4/+2
|
* Show stray parents in the origin.Gravatar default2022-12-021-22/+12
|
* More old code deletions.Gravatar default2022-12-021-2/+0
|
* Fixed one post queries.Gravatar default2022-12-021-4/+6
|
* Fixed RSS and outbox to use the new data storage.Gravatar default2022-12-021-1/+5
|
* Big data storage change.Gravatar default2022-12-021-67/+75
|
* Close a tag in history list.Gravatar default2022-12-011-1/+1
|
* Changed following_list() to return a list of actors.Gravatar default2022-11-281-1/+1
|
* Upgraded followers to the new db.Gravatar default2022-11-281-4/+3
|
* Don't call object_del() from timeline_del().Gravatar default2022-11-261-0/+3
| | | | Only delete from each user's cache, not from the global database.
* Renamed 'admin' link label to 'private'.Gravatar default2022-11-261-2/+2
|
* Use macro XS_ALL were possible.Gravatar default2022-11-251-2/+2
|
* Use the new hide API.Gravatar default2022-11-241-2/+2
|
* 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
|