summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Version 2.49 RELEASED.2.49Gravatar default2024-03-041-1/+1
|
* More logging tweaks.Gravatar default2024-03-041-1/+1
|
* More logging tweaks.Gravatar default2024-03-042-3/+4
|
* Logging tweaks.Gravatar default2024-03-043-13/+3
|
* Updated RELEASE_NOTES.Gravatar default2024-03-031-0/+2
|
* Fixed incorrect link to booster.Gravatar default2024-03-021-2/+10
|
* Don't show the :shortname: as a title tag.Gravatar default2024-03-021-1/+0
| | | | It sometimes breaks usernames and it's pointless anyway.
* Updated RELEASE_NOTES.Gravatar default2024-03-021-1/+7
|
* mastoapi: added search by tag.Gravatar default2024-03-021-9/+27
|
* Updated RELEASE_NOTES.Gravatar default2024-03-011-1/+1
|
* Merge branch 'master' of comam.es:git/snac2Gravatar default2024-03-011-1/+1
|\
| * Updated RELEASE_NOTES.Gravatar default2024-03-011-1/+1
| |
* | mastoapi: Correctly show 'Video' objects in /timelines/home.Gravatar default2024-03-011-3/+4
|/
* mastoapi: Fixed bug in account searching.Gravatar default2024-03-011-1/+1
|
* Updated RELEASE_NOTES.Gravatar default2024-02-281-0/+4
|
* mastoapi: check the url before checking.Gravatar default2024-02-281-1/+1
|
* mastoapi: fixed a bug in validated links.Gravatar default2024-02-282-4/+9
|
* Version 2.48 RELEASED.2.48Gravatar default2024-02-281-1/+1
|
* Updated RELEASE_NOTES.Gravatar default2024-02-281-1/+1
|
* Also trim , at the end of http links.Gravatar default2024-02-271-1/+1
|
* Updated TODO.Gravatar default2024-02-241-2/+2
|
* Merge pull request 'html.c: html_user_body: snac-property: Put   (empty ↵Gravatar grunfink2024-02-243-3/+3
|\ | | | | | | | | | | space) instead of <br> & other' (#142) from Yonle/snac2:master into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/142
| * default css: also darken <input> and <textarea>Gravatar Yonle2024-02-242-2/+2
| | | | | | | | Signed-off-by: Yonle <yonle@lecturify.net>
| * html.c: html_user_body: snac-property: Put &nbsp; (empty space) instead of <br>Gravatar Yonle2024-02-231-1/+1
|/ | | | Signed-off-by: Yonle <yonle@lecturify.net>
* Merge pull request 'utils.c: *default_srv_config: add configuration for ↵Gravatar grunfink2024-02-221-0/+1
|\ | | | | | | | | | | min_account_age' (#139) from Yonle/snac2:master into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/139
| * utils.c: *default_srv_config: add configuration for min_account_ageGravatar Yonle2024-02-221-0/+1
|/ | | | Signed-off-by: Yonle <yonle@lecturify.net>
* Merge branch 'master' of grunfink-codeberg:grunfink/snac2Gravatar default2024-02-221-1/+1
|\
| * Merge pull request 'utils.c: *default_srv_config: change ↵Gravatar grunfink2024-02-221-1/+1
| |\ | | | | | | | | | | | | | | | max_timeline_entries default to 50' (#138) from Yonle/snac2:master into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/138
| | * utils.c: *default_srv_config: change max_timeline_entries default to 50Gravatar Yonle2024-02-221-1/+1
| |/ | | | | | | Signed-off-by: Yonle <yonle@lecturify.net>
* | Also reject posts from accounts that are too old to be true.Gravatar default2024-02-221-5/+18
| |
* | Updated RELEASE_NOTES.Gravatar default2024-02-221-0/+2
| |
* | Updated documentation.Gravatar default2024-02-221-0/+4
| |
* | Added a new `min_account_age` parameter to server.json.Gravatar default2024-02-221-0/+19
|/ | | | | By setting this value to a number of seconds, any activity from accounts created newer than that, will be rejected.
* Also apply 1em patch to utils.c.Gravatar default2024-02-221-1/+1
|
* Merge pull request 'front: style.css: reduce children post left padding' ↵Gravatar grunfink2024-02-221-1/+1
|\ | | | | | | | | | | (#129) from Yonle/snac2:master into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/129
| * front: style.css: reduce children post left paddingGravatar Yonle2024-02-201-1/+1
| | | | | | | | Signed-off-by: Yonle <yonle@lecturify.net>
* | Updated TODO.Gravatar default2024-02-221-4/+10
| |
* | Added *another argument* to html_timeline() to select where posts are taken ↵Gravatar default2024-02-223-10/+14
| | | | | | | | | | | | | | from. This way, the /instance logged-in timeline can show posts that are not really into a user's timeline.
* | Reverted ae6aafeb881c075a49eddd834bcfc21e9fc63b18.Gravatar default2024-02-211-2/+0
| | | | | | | | This breaks the experimental /instance timeline for now.
* | Updated RELEASE_NOTES.Gravatar default2024-02-211-0/+2
| |
* | Log (and not notify) repeated likes and announces.Gravatar default2024-02-213-9/+18
| |
* | In html_timeline(), always pick the msg from the global object storage.Gravatar default2024-02-211-0/+2
| | | | | | | | | | | | This allows the logged instance timeline to work. Does this have more implications? Not sure.
* | Started an instance page.Gravatar default2024-02-211-1/+23
| |
* | More local -> read_only argument renamings.Gravatar default2024-02-212-6/+6
| |
* | Added a page argument to html_timeline().Gravatar default2024-02-213-10/+16
| |
* | Renamed 'local' argument to 'read_only', as it was a bit confusing.Gravatar default2024-02-211-13/+13
| |
* | Updated RELEASE_NOTES.Gravatar default2024-02-211-0/+2
|/
* Call verify_links() instead of enqueue_verify_links() from purge_user().Gravatar default2024-02-201-1/+1
|
* Increased logging level for enqueue_verify_links().Gravatar default2024-02-201-1/+1
|
* Enqueue a link verification from the user purge.Gravatar default2024-02-201-0/+3
|