aboutsummaryrefslogtreecommitdiff
path: root/data.c
AgeCommit message (Expand)Author
2025-01-04Ensure all user directories have import/ and export/ subdirectories.default
2025-01-01Fix for some repeated search results.default
2024-12-20Add contact metrics to og:description.default
2024-12-20Implement mastoapi markers for notifications and home.Paul Martin
2024-12-19Added bad login throttling.default
2024-12-19Minor search tweak.default
2024-12-19In content_search(), also test the 'url' post field (if it exists).default
2024-12-19content_search() also checks for the post id.default
2024-11-24Minor tweak to user_persist().default
2024-11-24The people page shows 'Approve' and 'Discard' buttons for pending follows.default
2024-11-24New function pending_check() and pending_del().default
2024-11-24New function pending_get() and pending_list().default
2024-11-24New function pending_add().default
2024-11-23In user_persist(), only publish the actor to the world if a relevant field ha...default
2024-11-19More usage of get_in_reply_to().default
2024-11-12The proxy token seed is created on startup and never stored.default
2024-11-12mastoapi: added some proxy code.default
2024-11-12make_url() now accepts generating proxied urls by token.default
2024-11-12Added new proxy authorization by token.default
2024-11-07Moved make_url() to data.c.default
2024-10-19In tag_index(), don't repeat tags in indexes.default
2024-10-19Return an empty list in list_timeline() if (still) there is no list timeline.default
2024-10-19Also import lists.csv.default
2024-10-13Touch the timeline in user_persist() (to avoid over-zealous caching in /public).default
2024-10-08More migration work.default
2024-09-18Started support for CSV data export.default
2024-09-14Also purge bookmark.idx and draft.idx.default
2024-09-06More work in post drafts.default
2024-09-06Some new draft functions.default
2024-09-04If style.css does not exist, it's created with the default one.default
2024-08-29timeline_del() also deletes from the pinned and bookmark caches.default
2024-08-29mastoapi: added bookmark list.default
2024-08-29The list of bookmarked posts also work.default
2024-08-29Show bookmarked posts with an emoji.default
2024-08-29Simplified pinning functions.default
2024-08-29Adding to and object cache always create the cache directory.default
2024-08-29New function object_user_cache_fn().default
2024-08-24Fixed typo.default
2024-08-23Searches are now case-insensitive for all alphabets.default
2024-08-11Minor search improvement.default
2024-08-11content_search() also search into alt-text from attachments.default
2024-08-09mastoapi: also use mastoapi_timeline() with lists.default
2024-08-09Added some functions that return index filenames.default
2024-08-05Tweaked unveil() / pledge() to deal with UNIX sockets.default
2024-07-31Notify objects include the original message.default
2024-07-23Use MD5_HEX_SIZE in more places.default
2024-07-23New constant MD5_HEX_SIZE.default
2024-07-23Reimplemented index_list_desc() by way of index_desc_first() and index_desc_n...default
2024-07-23New functions index_desc_first() and index_desc_next() (unused).default
2024-06-08mastoapi: Added missing field in list creation.default