aboutsummaryrefslogtreecommitdiff
path: root/data.c
AgeCommit message (Expand)Author
2025-01-28Deleted useless code.default
2025-01-28Some tweaks to the already seen mark code.default
2025-01-27Added a 'No more unseen posts' mark.default
2025-01-27Minor optimization in timeline retrieving.default
2025-01-25Fixed repeated entries in the instance public timeline.default
2025-01-15Implement faster min_id handlingPaul Martin
2025-01-10New user settings latitude and longitude.default
2025-01-09Added some actor object caching.default
2025-01-08Bumped copyright year.default
2025-01-05Merge pull request 'Port sandboxing to linux via landlock' (#226) from shtrop...grunfink
2025-01-04Ensure all user directories have import/ and export/ subdirectories.default
2025-01-01Fix for some repeated search results.default
2024-12-23Merge tag '2.67'shtrophic
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-12-05Merge remote-tracking branch 'upstream/master'shtrophic
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-19Merge remote-tracking branch 'upstream/master'shtrophic
2024-11-19More usage of get_in_reply_to().default
2024-11-16sandboxing port to linux via landlockshtrophic
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