default
|
b75e44afb3
|
Backport from xs.
|
2024-02-15 17:44:28 +01:00 |
|
default
|
263e239653
|
Moved verified links to its own json file.
|
2024-02-15 17:34:46 +01:00 |
|
default
|
2afcb4b6ec
|
mastoapi: fill the verified_at fields in mastoapi_account() for local users.
|
2024-02-15 10:46:16 +01:00 |
|
default
|
b4208bfec9
|
Renamed validated_metadata to validated_links.
|
2024-02-15 10:33:33 +01:00 |
|
default
|
f5d6223bbf
|
Always return rel=me in msg_actor() links.
|
2024-02-15 00:17:33 +01:00 |
|
default
|
09d680e7dc
|
Also add the rel=me to metadata links in msg_actor().
|
2024-02-14 23:49:45 +01:00 |
|
default
|
ec35ad451f
|
mastoapi: added verified_at dates for verified links.
|
2024-02-14 23:03:32 +01:00 |
|
default
|
d106f86a67
|
Show validation checks and rel=me in links in the public page.
|
2024-02-14 22:56:56 +01:00 |
|
default
|
f066ac6bda
|
Updated TODO.
|
2024-02-14 19:50:35 +01:00 |
|
default
|
43e3a0fdda
|
Added some experimental code to hide follower-only failed replies.
|
2024-02-14 19:24:26 +01:00 |
|
default
|
72c2f25c85
|
Updated TODO.
|
2024-02-14 10:33:31 +01:00 |
|
default
|
ae90ea684a
|
Updated TODO.
|
2024-02-14 09:56:50 +01:00 |
|
default
|
552bb377ba
|
Version 2.47 RELEASED.
|
2024-02-12 11:16:54 +01:00 |
|
default
|
4685562b24
|
Updated RELEASE_NOTES.
|
2024-02-12 11:16:36 +01:00 |
|
default
|
6caedc4494
|
Unify list markup in README.
|
2024-02-11 09:04:19 +01:00 |
|
default
|
8430a3edd3
|
Merge branch 'master' of grunfink-codeberg:grunfink/snac2
|
2024-02-11 09:00:49 +01:00 |
|
grunfink
|
51d23321a9
|
Merge pull request 'docs(README.md): Add link to FreeBSD installation guide' (#122) from gyptazy/snac2:add-freebsd-install-link into master
Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/122
|
2024-02-11 08:00:36 +00:00 |
|
Florian Paul Azim Hoberg
|
a0846fbc74
|
docs(README.md): Add link to FreeBSD installation guide
|
2024-02-10 11:40:59 +01:00 |
|
default
|
0930ce726f
|
New function is_msg_from_private_user().
|
2024-02-10 09:08:09 +01:00 |
|
default
|
151c5aa6ec
|
mastoapi: Skip non-public posts from timelines by tag.
|
2024-02-10 08:49:55 +01:00 |
|
default
|
6ae84c9596
|
Updated RELEASE_NOTES.
|
2024-02-09 21:26:28 +01:00 |
|
default
|
5acf1395ec
|
mastoapi: added support for /api/v1/timelines/tag/.
|
2024-02-09 21:24:44 +01:00 |
|
default
|
14a0cbd59f
|
Updated RELEASE_NOTES.
|
2024-02-07 19:40:29 +01:00 |
|
default
|
5702e2592f
|
Made descs a bit longer.
|
2024-02-07 19:32:15 +01:00 |
|
default
|
c33fa82755
|
If it's a one-post-only page, show the post content instead of the bio.
|
2024-02-07 19:25:18 +01:00 |
|
default
|
89b64de531
|
Some og:description tweaks.
|
2024-02-07 19:15:20 +01:00 |
|
default
|
80c31a2e01
|
Deactivated stale actors behind a compiler directive.
|
2024-02-07 18:23:43 +01:00 |
|
default
|
45338776e9
|
Updated RELEASE_NOTES.
|
2024-02-05 20:34:48 +01:00 |
|
default
|
7efa3ce519
|
Added a navigation footer (i.e., an optional "More..." link) to the notification page.
|
2024-02-05 19:50:56 +01:00 |
|
default
|
4e35b4b865
|
Added paging to notify_list(), and use it in the notifications page.
|
2024-02-05 19:34:27 +01:00 |
|
default
|
67fbc6816b
|
Bumped version.
|
2024-02-05 19:20:27 +01:00 |
|
default
|
85bf3472b7
|
Added a notification index.
|
2024-02-05 14:53:45 +01:00 |
|
default
|
3f2c2a9e7e
|
Updated RELEASE_NOTES.
|
2024-02-05 12:02:56 +01:00 |
|
default
|
199d71dc3a
|
Skip our own notifications.
|
2024-02-05 11:50:59 +01:00 |
|
default
|
729ad476f0
|
notify_list() no longer has a new_only argument.
|
2024-02-05 10:18:38 +01:00 |
|
default
|
823cb05fe5
|
Don't serve a cached admin page if it's older than the server start time.
|
2024-02-05 09:38:30 +01:00 |
|
default
|
74ce67a631
|
In build_mentions(), avoid adding a user handle more than once.
|
2024-02-05 09:19:27 +01:00 |
|
default
|
ceda5bab31
|
Also add dark mode CSS to utils.c.
|
2024-02-03 07:36:17 +01:00 |
|
default
|
29f2160b58
|
Merge branch 'master' of grunfink-codeberg:grunfink/snac2
|
2024-02-03 07:31:53 +01:00 |
|
grunfink
|
abe393736d
|
Merge pull request 'style.css: support prefers-color-scheme: dark' (#119) from khm/snac2:dark into master
Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/119
|
2024-02-03 06:31:22 +00:00 |
|
khm
|
a942a9cb0c
|
style.css: support prefers-color-scheme: dark
|
2024-02-02 16:11:00 -08:00 |
|
default
|
ffa943a182
|
Updated TODO.
|
2024-02-01 19:45:51 +01:00 |
|
default
|
e054a4703f
|
Updated TODO.
|
2024-02-01 19:41:34 +01:00 |
|
default
|
2d9083dd19
|
Updated documentation.
|
2024-02-01 10:12:38 +01:00 |
|
default
|
ca8bf9b447
|
Updated documentation.
|
2024-02-01 10:09:58 +01:00 |
|
default
|
8cc8458942
|
Updated RELEASE_NOTES.
|
2024-02-01 09:32:44 +01:00 |
|
default
|
2e72a6215e
|
New field in 'New Post...' to include an inReplyTo URL.
|
2024-02-01 09:29:25 +01:00 |
|
default
|
5563a41ed0
|
Added the date to each notification.
|
2024-01-31 08:18:50 +01:00 |
|
default
|
644138b2b9
|
Minor tweak to host-meta.
|
2024-01-30 08:09:43 +01:00 |
|
default
|
b3e289b40b
|
Version 2.46 RELEASED.
|
2024-01-29 16:41:29 +01:00 |
|