| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | New function enqueue_collect_replies(). | 2025-08-18 | 1 | -0/+13 | |
| | | |||||
| * | content_search() also looks in the attributedTo field. | 2025-08-12 | 1 | -0/+3 | |
| | | |||||
| * | New function unhide(). | 2025-08-03 | 1 | -1/+9 | |
| | | |||||
| * | New server knob 'propagate_local_purge'. | 2025-07-30 | 1 | -1/+2 | |
| | | |||||
| * | New function delete_purged_posts(). | 2025-07-25 | 1 | -0/+39 | |
| | | |||||
| * | Added 'alias' and 'alias_raw' as forced update in user_persist(). | 2025-06-18 | 1 | -1/+2 | |
| | | |||||
| * | Renamed webhook 'inReplyTo' to 'reply'. | 2025-06-16 | 1 | -1/+1 | |
| | | |||||
| * | In enqueue_notify_webhook(), also add the inReplyTo object if there is one. | 2025-06-16 | 1 | -0/+10 | |
| | | |||||
| * | More webhook checks. | 2025-05-30 | 1 | -1/+1 | |
| | | |||||
| * | Added uid, basedir and baseurl to the notify webhook message. | 2025-05-30 | 1 | -0/+4 | |
| | | |||||
| * | Added a new server knob disable_notify_webhook. | 2025-05-30 | 1 | -2/+3 | |
| | | |||||
| * | More notify_webhook work. | 2025-05-30 | 1 | -1/+10 | |
| | | |||||
| * | New function enqueue_notify_webhook(). | 2025-05-30 | 1 | -0/+19 | |
| | | |||||
| * | New function timeline_here(). | 2025-05-27 | 1 | -0/+8 | |
| | | |||||
| * | Renamed timeline_here() to timeline_here_by_md5(), as it always should have ↵ | 2025-05-27 | 1 | -2/+2 | |
| | | | | | been. | ||||
| * | Increase verbosity for srv_debug() in tag_index() | 2025-05-25 | 1 | -1/+1 | |
| | | |||||
| * | Minor memory leak fixes. | 2025-05-22 | 1 | -4/+4 | |
| | | |||||
| * | Merge pull request 'use utf-8 lowercase function for tags #396' (#400) from ↵ | 2025-05-22 | 1 | -3/+3 | |
| |\ | | | | | | | | | | | postscriptum/snac2:utf8-lower-tags into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/400 | ||||
| | * | add missed replacement to the `content_match` function | 2025-05-22 | 1 | -1/+1 | |
| | | | |||||
| | * | use utf-8 lowercase function for tags #396 | 2025-05-22 | 1 | -2/+2 | |
| | | | |||||
| * | | performance: use following_list_len in more places | 2025-05-19 | 1 | -1/+1 | |
| | | | |||||
| * | | performance: functions to get the number of followers | 2025-05-19 | 1 | -0/+17 | |
| |/ | |||||
| * | Added a pending follow request count next to the "people" link. | 2025-05-18 | 1 | -0/+10 | |
| | | |||||
| * | New function enqueue_webmention(). | 2025-05-03 | 1 | -0/+13 | |
| | | | | | The q_msg is queued, but nothing is done yet. | ||||
| * | Merge pull request 'do email notifications with CURL' (#283) from ↵ | 2025-04-27 | 1 | -1/+1 | |
| |\ | | | | | | | | | | | shtrophic/snac2:curl-smtp into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/283 | ||||
| | * | Merge tag '2.75' into curl-smtp | 2025-04-17 | 1 | -4/+71 | |
| | |\ | |||||
| | * | | duping isn't necessary as xs_vals are copied anyway (right?) | 2025-02-20 | 1 | -1/+1 | |
| | | | | |||||
| | * | | duplicate dict instead | 2025-02-20 | 1 | -1/+1 | |
| | | | | |||||
| | * | | Revert "fix ownership-problem of mailinfo" | 2025-02-20 | 1 | -3/+2 | |
| | | | | | | | | | | | | | This reverts commit 2ca7735779e79dbe6fe62f0111a12c145f428d8f. | ||||
| | * | | fix ownership-problem of mailinfo | 2025-02-19 | 1 | -2/+3 | |
| | | | | |||||
| | * | | Merge remote-tracking branch 'upstream/master' into curl-smtp | 2025-02-17 | 1 | -0/+45 | |
| | |\ \ | |||||
| | * \ \ | Merge tag '2.72' into curl-smtp | 2025-02-15 | 1 | -14/+68 | |
| | |\ \ \ | | | | | | | | | | | | | | | | Version 2.72 RELEASED. | ||||
| | * | | | | add xs_smtp_request | 2025-01-20 | 1 | -1/+1 | |
| | | | | | | |||||
| * | | | | | mastoapi: support lists for users | 2025-04-26 | 1 | -1/+2 | |
| | | | | | | |||||
| * | | | | | New command-line option 'add_to_list'. | 2025-04-18 | 1 | -2/+2 | |
| | | | | | | |||||
| * | | | | | New command-line options 'lists' and 'list_members'. | 2025-04-18 | 1 | -0/+13 | |
| | |_|_|/ |/| | | | |||||
| * | | | | Cache the timezone inside the snac struct. | 2025-04-13 | 1 | -0/+2 | |
| | | | | | |||||
| * | | | | More scheduled post code. | 2025-04-01 | 1 | -1/+28 | |
| | | | | | |||||
| * | | | | Added more scheduling code. | 2025-04-01 | 1 | -0/+37 | |
| | | | | | |||||
| * | | | | Filter out block instances from inbox_list(). | 2025-03-22 | 1 | -3/+4 | |
| | |_|/ |/| | | |||||
| * | | | Return ASAP if srv_open() fails. | 2025-02-17 | 1 | -0/+3 | |
| | | | | |||||
| * | | | The interface language preference can now be set. | 2025-02-15 | 1 | -0/+1 | |
| | | | | |||||
| * | | | srv_open() now loads all .po files into srv_langs. | 2025-02-15 | 1 | -0/+22 | |
| | | | | |||||
| * | | | Optimized lang_str(). | 2025-02-15 | 1 | -13/+6 | |
| | | | | |||||
| * | | | xs_po.h new file. | 2025-02-14 | 1 | -0/+1 | |
| | | | | |||||
| * | | | New function lang_str(). | 2025-02-14 | 1 | -0/+25 | |
| | |/ |/| | |||||
| * | | Minor tweak to inbox_list(). | 2025-02-06 | 1 | -1/+1 | |
| | | | |||||
| * | | Fixed bug in search. | 2025-02-05 | 1 | -1/+11 | |
| | | | |||||
| * | | Deleted useless code. | 2025-01-28 | 1 | -3/+0 | |
| | | | |||||
| * | | Some tweaks to the already seen mark code. | 2025-01-28 | 1 | -1/+17 | |
| | | | |||||