default
|
81d8923768
|
Actors being followed can also be MUTED.
|
2022-10-31 11:47:44 +01:00 |
|
default
|
9612289477
|
Added support for sensitive content.
|
2022-10-30 06:01:11 +01:00 |
|
default
|
5ee9504b18
|
Be more aggressive in HTML sanitization.
|
2022-10-28 18:06:42 +02:00 |
|
default
|
003da7fec7
|
Added a forgotten user_free() in html_post_handler().
|
2022-10-26 08:18:21 +02:00 |
|
default
|
22b89875aa
|
Minor tweaks.
|
2022-10-25 20:50:06 +02:00 |
|
default
|
d2095105de
|
Don't load unneeded actor info in html_entry().
|
2022-10-24 20:06:02 +02:00 |
|
default
|
b75319ed08
|
Added email notification address to web interface.
|
2022-10-21 09:46:46 +02:00 |
|
default
|
06c838b523
|
Updated LICENSE.
|
2022-10-20 14:26:34 +02:00 |
|
default
|
76b36362ce
|
Don't read this actor with actor_get().
|
2022-10-19 21:21:34 +02:00 |
|
default
|
abca46d037
|
xs_base64_dec() can now be used as a string, so do it.
|
2022-10-18 11:24:53 +02:00 |
|
default
|
326122de22
|
Also process Emojis in the post content.
|
2022-10-17 12:11:58 +02:00 |
|
default
|
6bcfd4e0ee
|
Emoji must be img, not urls.
|
2022-10-17 12:08:16 +02:00 |
|
default
|
c53052471e
|
Process :shortnames: in user names.
|
2022-10-17 11:59:11 +02:00 |
|
default
|
2143e68699
|
Also allow image attachments from reply posts.
|
2022-10-16 20:06:19 +02:00 |
|
default
|
d9a15b8af7
|
Attachments are now starting to get real.
|
2022-10-16 18:03:28 +02:00 |
|
default
|
0d79e465e6
|
Use multipart/form-data for posts (on the way to supporting uploads).
|
2022-10-16 11:08:50 +02:00 |
|
default
|
39a55f22a3
|
Also add the 'Image to attach' field to reply textareas.
|
2022-10-12 08:15:20 +02:00 |
|
default
|
e2a410ca51
|
Deleted useless code.
|
2022-10-11 09:01:48 +02:00 |
|
default
|
3e6c9c1947
|
Serve static files with the s/ prefix.
|
2022-10-11 08:51:56 +02:00 |
|
default
|
1b9ae00d40
|
Deleted unused code.
|
2022-10-10 10:47:54 +02:00 |
|
default
|
7f0063d5e1
|
build_mentions() completes uids without host.
|
2022-10-10 09:45:39 +02:00 |
|
default
|
78ec3b077b
|
Media can be attached to notes.
The web interface limits this (by now) to only one
attachment, given the URL.
|
2022-10-10 09:03:15 +02:00 |
|
default
|
f31dc02715
|
Attached videos are now embedded.
|
2022-10-10 08:25:16 +02:00 |
|
default
|
43c5e2c679
|
Minor logging tweak.
|
2022-10-09 18:03:51 +02:00 |
|
default
|
305591ae31
|
New optional server config directive 'disable_cache'.
|
2022-10-09 17:54:01 +02:00 |
|
default
|
9aec7c9fa8
|
Moved message formatting to format.c.
|
2022-10-07 18:30:54 +02:00 |
|
default
|
8ffeab7884
|
Use xs_is_null() instead of NULL comparison when getting actor's name.
|
2022-10-07 17:25:40 +02:00 |
|
default
|
17842c2a79
|
Don't indent entry children beyond 4.
|
2022-10-07 10:12:14 +02:00 |
|
default
|
5773958c0e
|
Do not show the hour in the date.
|
2022-10-06 19:45:37 +02:00 |
|
default
|
f9be6c58ed
|
After doing some timeline operation, the page is loaded at the snac-posts anchor.
|
2022-10-06 19:21:29 +02:00 |
|
default
|
6befe9e569
|
New function build_mentions(), for the reply textareas.
|
2022-10-06 19:06:05 +02:00 |
|
default
|
a2b4706499
|
Fixed bug in Boost (by URL).
|
2022-10-05 21:28:32 +02:00 |
|
default
|
5192e28444
|
Fixed bug in the entry children popup.
|
2022-10-04 17:31:56 +02:00 |
|
default
|
75408346f0
|
Minor tweak to url regex.
|
2022-10-04 17:03:01 +02:00 |
|
default
|
f521285d75
|
Ensure the login information is null-terminated.
|
2022-10-04 11:55:48 +02:00 |
|
default
|
e285f641b4
|
Deleted debugging code.
|
2022-10-03 19:02:21 +02:00 |
|
default
|
36a46f3996
|
Renamed cached file _timeline.html to timeline.html_ to exclude it from globs.
|
2022-10-03 11:12:46 +02:00 |
|
default
|
25a057bac2
|
Added history support.
|
2022-10-02 18:22:15 +02:00 |
|
default
|
f82124a705
|
The history is shown at the bottom of the local timeline.
|
2022-10-02 18:16:58 +02:00 |
|
default
|
20fd70c011
|
Implemented local timeline cache.
|
2022-10-02 17:52:40 +02:00 |
|
default
|
d29c00bd8f
|
An 'Update' message is set to everyone when data is changed.
|
2022-10-02 17:42:36 +02:00 |
|
default
|
bab25259f9
|
User data can be modified from the web interface.
|
2022-10-02 17:34:27 +02:00 |
|
default
|
0164ac902b
|
Minor tweak.
|
2022-10-02 09:32:50 +02:00 |
|
default
|
82e9a03925
|
Implemented 'Delete'.
|
2022-10-01 19:37:47 +02:00 |
|
default
|
450c0e7aad
|
More snac-origin work.
|
2022-10-01 19:10:12 +02:00 |
|
default
|
bd0bc09912
|
Show a link in the snac-origin in level 0 entries.
|
2022-10-01 18:58:50 +02:00 |
|
default
|
2c00c7b0b5
|
New web action 'Unfollow'.
|
2022-10-01 09:12:33 +02:00 |
|
default
|
1bb52559b2
|
New web action 'Follow'.
|
2022-10-01 08:05:20 +02:00 |
|
default
|
3797355f94
|
New MUTE web action.
|
2022-10-01 07:45:36 +02:00 |
|
default
|
8e27f1d711
|
Show the preferredUsername in name is "".
|
2022-09-30 18:28:46 +02:00 |
|