default
|
ea4dd9bed7
|
Version 2.49 RELEASED.
|
2024-03-04 18:40:58 +01:00 |
|
default
|
30e6125b7d
|
More logging tweaks.
|
2024-03-04 09:51:11 +01:00 |
|
default
|
ae6df3d288
|
More logging tweaks.
|
2024-03-04 09:22:06 +01:00 |
|
default
|
61647de38b
|
Logging tweaks.
|
2024-03-04 09:18:07 +01:00 |
|
default
|
86d2452d26
|
Updated RELEASE_NOTES.
|
2024-03-03 21:14:37 +01:00 |
|
default
|
d65951622e
|
Fixed incorrect link to booster.
|
2024-03-02 07:12:11 +01:00 |
|
default
|
1ac162ce43
|
Don't show the :shortname: as a title tag.
It sometimes breaks usernames and it's pointless anyway.
|
2024-03-02 06:49:12 +01:00 |
|
default
|
4b48f6adaf
|
Updated RELEASE_NOTES.
|
2024-03-02 06:05:59 +01:00 |
|
default
|
127f40905e
|
mastoapi: added search by tag.
|
2024-03-02 05:56:02 +01:00 |
|
default
|
5431f6aacd
|
Updated RELEASE_NOTES.
|
2024-03-01 15:45:54 +01:00 |
|
default
|
d4c0c234b5
|
Merge branch 'master' of comam.es:git/snac2
|
2024-03-01 15:34:57 +01:00 |
|
default
|
5cb4d249a9
|
mastoapi: Correctly show 'Video' objects in /timelines/home.
|
2024-03-01 15:34:50 +01:00 |
|
default
|
e2e9ce9c9a
|
Updated RELEASE_NOTES.
|
2024-03-01 15:10:42 +01:00 |
|
default
|
69724220a4
|
mastoapi: Fixed bug in account searching.
|
2024-03-01 15:09:55 +01:00 |
|
default
|
96c75d9938
|
Updated RELEASE_NOTES.
|
2024-02-28 15:38:48 +01:00 |
|
default
|
33e410301b
|
mastoapi: check the url before checking.
|
2024-02-28 15:20:21 +01:00 |
|
default
|
91207fbe39
|
mastoapi: fixed a bug in validated links.
|
2024-02-28 15:16:28 +01:00 |
|
default
|
99f486cec0
|
Version 2.48 RELEASED.
|
2024-02-28 10:31:52 +01:00 |
|
default
|
cefc43de94
|
Updated RELEASE_NOTES.
|
2024-02-28 09:17:56 +01:00 |
|
default
|
067747cc7c
|
Also trim , at the end of http links.
|
2024-02-27 13:21:59 +01:00 |
|
default
|
336f731a51
|
Updated TODO.
|
2024-02-24 07:46:38 +01:00 |
|
grunfink
|
8126fb97ce
|
Merge pull request 'html.c: html_user_body: snac-property: Put (empty space) instead of <br> & other' (#142) from Yonle/snac2:master into master
Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/142
|
2024-02-24 06:39:59 +00:00 |
|
Yonle
|
d42aaa19e4
|
default css: also darken <input> and <textarea>
Signed-off-by: Yonle <yonle@lecturify.net>
|
2024-02-24 00:48:21 +07:00 |
|
Yonle
|
5a2ab086ae
|
html.c: html_user_body: snac-property: Put (empty space) instead of <br>
Signed-off-by: Yonle <yonle@lecturify.net>
|
2024-02-23 21:38:41 +07:00 |
|
grunfink
|
145e662339
|
Merge pull request 'utils.c: *default_srv_config: add configuration for min_account_age' (#139) from Yonle/snac2:master into master
Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/139
|
2024-02-22 19:10:24 +00:00 |
|
Yonle
|
e8caedc74f
|
utils.c: *default_srv_config: add configuration for min_account_age
Signed-off-by: Yonle <yonle@lecturify.net>
|
2024-02-22 21:25:16 +07:00 |
|
default
|
4816bd54b0
|
Merge branch 'master' of grunfink-codeberg:grunfink/snac2
|
2024-02-22 14:16:26 +01:00 |
|
grunfink
|
695ffa1406
|
Merge pull request 'utils.c: *default_srv_config: change max_timeline_entries default to 50' (#138) from Yonle/snac2:master into master
Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/138
|
2024-02-22 13:16:06 +00:00 |
|
default
|
1af00abfba
|
Also reject posts from accounts that are too old to be true.
|
2024-02-22 14:11:05 +01:00 |
|
default
|
4a97294f12
|
Updated RELEASE_NOTES.
|
2024-02-22 14:01:08 +01:00 |
|
Yonle
|
9161ce30eb
|
utils.c: *default_srv_config: change max_timeline_entries default to 50
Signed-off-by: Yonle <yonle@lecturify.net>
|
2024-02-22 20:00:07 +07:00 |
|
default
|
2b2bb4be0f
|
Updated documentation.
|
2024-02-22 13:56:41 +01:00 |
|
default
|
f523e8c178
|
Added a new min_account_age parameter to server.json.
By setting this value to a number of seconds, any activity from accounts
created newer than that, will be rejected.
|
2024-02-22 13:52:45 +01:00 |
|
default
|
1061414775
|
Also apply 1em patch to utils.c.
|
2024-02-22 13:27:03 +01:00 |
|
grunfink
|
14eac63ab5
|
Merge pull request 'front: style.css: reduce children post left padding' (#129) from Yonle/snac2:master into master
Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/129
|
2024-02-22 12:26:01 +00:00 |
|
default
|
2b831f8f9c
|
Updated TODO.
|
2024-02-22 12:42:15 +01:00 |
|
default
|
d4364e80f7
|
Added *another argument* to html_timeline() to select where posts are taken from.
This way, the /instance logged-in timeline can show posts that are not
really into a user's timeline.
|
2024-02-22 12:26:32 +01:00 |
|
default
|
69d33622d3
|
Reverted ae6aafeb88 .
This breaks the experimental /instance timeline for now.
|
2024-02-21 22:38:08 +01:00 |
|
default
|
385239366e
|
Updated RELEASE_NOTES.
|
2024-02-21 09:56:56 +01:00 |
|
default
|
e9553379e9
|
Log (and not notify) repeated likes and announces.
|
2024-02-21 09:22:32 +01:00 |
|
default
|
ae6aafeb88
|
In html_timeline(), always pick the msg from the global object storage.
This allows the logged instance timeline to work.
Does this have more implications? Not sure.
|
2024-02-21 08:38:46 +01:00 |
|
default
|
49b226a8e9
|
Started an instance page.
|
2024-02-21 08:27:11 +01:00 |
|
default
|
bc3c7dde33
|
More local -> read_only argument renamings.
|
2024-02-21 08:12:10 +01:00 |
|
default
|
b40e71c11c
|
Added a page argument to html_timeline().
|
2024-02-21 08:09:57 +01:00 |
|
default
|
2b814287fd
|
Renamed 'local' argument to 'read_only', as it was a bit confusing.
|
2024-02-21 08:00:03 +01:00 |
|
default
|
4fa0264900
|
Updated RELEASE_NOTES.
|
2024-02-21 07:55:14 +01:00 |
|
Yonle
|
26c2f46df9
|
front: style.css: reduce children post left padding
Signed-off-by: Yonle <yonle@lecturify.net>
|
2024-02-20 20:42:30 +07:00 |
|
default
|
e6ef328e5a
|
Call verify_links() instead of enqueue_verify_links() from purge_user().
|
2024-02-20 06:38:58 +01:00 |
|
default
|
4806c4ef7e
|
Increased logging level for enqueue_verify_links().
|
2024-02-20 06:18:41 +01:00 |
|
default
|
65ae0f87f6
|
Enqueue a link verification from the user purge.
|
2024-02-20 06:13:34 +01:00 |
|