| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | | | Updated RELEASE_NOTES. | 2024-12-05 | 1 | -1/+1 | ||
| * | | | | | | Updated documentation. | 2024-12-05 | 1 | -1/+2 | ||
| * | | | | | | Updated documentation. | 2024-12-05 | 1 | -0/+3 | ||
| * | | | | | | Updated RELEASE_NOTES. | 2024-12-05 | 1 | -0/+6 | ||
| * | | | | | | Added web UI for the 'show_contact_metrics' toggle. | 2024-12-05 | 1 | -0/+14 | ||
| * | | | | | | mastoapi: also fill metrics from credentials_get(). | 2024-12-04 | 1 | -0/+11 | ||
| * | | | | | | mastoapi: show contact metrics if the user want. | 2024-12-04 | 1 | -0/+11 | ||
| * | | | | | | Also show contact metrics in the public page, if the user wants. | 2024-12-04 | 1 | -0/+12 | ||
| * | | | | | | New user variable show_contact_metrics. | 2024-12-04 | 1 | -2/+18 | ||
| * | | | | | | msg_collection() now includes an argument for totalItems. | 2024-12-04 | 1 | -9/+11 | ||
| * | | | | | | Check for existing id. | 2024-12-04 | 2 | -2/+2 | ||
| * | | | | | | Fixed bug in blocked instance rejection. | 2024-12-04 | 3 | -1/+7 | ||
| * | | | | | | Version 2.65 RELEASED.2.65 | 2024-11-26 | 1 | -1/+1 | ||
| * | | | | | | Updated RELEASE_NOTES. | 2024-11-26 | 1 | -1/+1 | ||
| * | | | | | | Updated documentation. | 2024-11-25 | 1 | -0/+12 | ||
| * | | | | | | Fixed typo. | 2024-11-25 | 1 | -1/+1 | ||
| * | | | | | | Updated RELEASE_NOTES. | 2024-11-25 | 1 | -1/+3 | ||
| * | | | | | | New cmdline ops 'import_list' and 'import_block_list'. | 2024-11-25 | 2 | -1/+15 | ||
| * | | | | | | Most CSV import code has been moved to their own functions. | 2024-11-25 | 2 | -6/+34 | ||
| * | | | | | | Updated RELEASE_NOTES. | 2024-11-25 | 1 | -0/+2 | ||
| * | | | | | | When importing CSV lists, also follow that accounts. | 2024-11-25 | 1 | -0/+15 | ||
| * | | | | | | Fixed missing else in html people list. | 2024-11-24 | 1 | -0/+1 | ||
| * | | | | | | Changed help for the search box. | 2024-11-24 | 1 | -1/+1 | ||
| * | | | | | | Updated RELEASE_NOTES. | 2024-11-24 | 1 | -0/+2 | ||
| * | | | | | | The search box also searches accounts (via webfinger). | 2024-11-24 | 1 | -0/+42 | ||
| * | | | | | | Backport from xs. | 2024-11-24 | 2 | -5/+5 | ||
| * | | | | | | Fixed bio processing in the public page. | 2024-11-24 | 1 | -4/+4 | ||
| * | | | | | | Updated documentation. | 2024-11-24 | 1 | -1/+19 | ||
| * | | | | | | Minor tweak to user_persist(). | 2024-11-24 | 1 | -0/+3 | ||
| * | | | | | | Updated RELEASE_NOTES. | 2024-11-24 | 1 | -0/+4 | ||
| * | | | | | | Bumped version. | 2024-11-24 | 1 | -1/+1 | ||
| * | | | | | | Added web UI for the 'approve_followers' checkbox. | 2024-11-24 | 1 | -0/+14 | ||
| * | | | | | | New web actions "Approve" and "Discard". | 2024-11-24 | 2 | -0/+29 | ||
| * | | | | | | Pending follow notifications are shown as "Follow Request". | 2024-11-24 | 1 | -0/+3 | ||
| * | | | | | | The people page shows 'Approve' and 'Discard' buttons for pending follows. | 2024-11-24 | 2 | -11/+38 | ||
| * | | | | | | On unfollow, also delete from the pending follow list. | 2024-11-24 | 1 | -0/+5 | ||
| * | | | | | | New function pending_check() and pending_del(). | 2024-11-24 | 2 | -0/+22 | ||
| * | | | | | | New function pending_get() and pending_list(). | 2024-11-24 | 2 | -0/+40 | ||
| * | | | | | | New function pending_add(). | 2024-11-24 | 3 | -11/+44 | ||
| * | | | | | | Return the 'manuallyApprovesFollowers' actor field according to user configur... | 2024-11-24 | 1 | -0/+4 | ||
| * | | | | | | In user_persist(), only publish the actor to the world if a relevant field ha... | 2024-11-23 | 1 | -0/+26 | ||
| * | | | | | | Minor tweak to new metadata. | 2024-11-23 | 2 | -2/+2 | ||
| * | | | | | | The 'metadata' field in user.json is now a string instead of a dict. | 2024-11-23 | 2 | -30/+69 | ||
| | |_|_|_|/ |/| | | | | ||||||
| * | | | | | Version 2.64 RELEASED.2.64 | 2024-11-21 | 1 | -1/+1 | ||
| * | | | | | Updated RELEASE_NOTES. | 2024-11-21 | 1 | -0/+12 | ||
| | |_|_|/ |/| | | | ||||||
| * | | | | New function xs_unicode_right_to_left(). | 2024-11-20 | 3 | -1/+40 | ||
| * | | | | mastoapi: fixed crash in posts without 'published' field. | 2024-11-20 | 1 | -1/+10 | ||
| | |_|/ |/| | | ||||||
| * | | | Updated documentation. | 2024-11-19 | 1 | -0/+2 | ||
| * | | | More usage of get_in_reply_to(). | 2024-11-19 | 1 | -1/+1 | ||
| * | | | New function get_in_reply_to(). | 2024-11-19 | 4 | -6/+19 | ||