| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | Added a 'No more unseen posts' mark. | 2025-01-27 | 1 | -0/+8 | ||
| | | | ||||||
| * | | Minor optimization in timeline retrieving. | 2025-01-27 | 1 | -6/+18 | ||
| | | | | | | | | | | | Functions now receive an optional int *more, set to 1 if there are more than the 'show' requested. | |||||
| * | | Fixed repeated entries in the instance public timeline. | 2025-01-25 | 1 | -6/+17 | ||
| |/ | ||||||
| * | Implement faster min_id handling | 2025-01-15 | 1 | -0/+31 | ||
| | | ||||||
| * | New user settings latitude and longitude. | 2025-01-10 | 1 | -1/+2 | ||
| | | ||||||
| * | Added some actor object caching. | 2025-01-09 | 1 | -0/+4 | ||
| | | ||||||
| * | Bumped copyright year. | 2025-01-08 | 1 | -1/+1 | ||
| | | ||||||
| * | Merge pull request 'Port sandboxing to linux via landlock' (#226) from ↵ | 2025-01-05 | 1 | -38/+1 | ||
| |\ | | | | | | | | | | | shtrophic/snac2:master into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/226 | |||||
| | * | Merge tag '2.67' | 2024-12-23 | 1 | -0/+190 | ||
| | |\ | | | | | | | | | | Version 2.67 RELEASED. | |||||
| | * \ | Merge remote-tracking branch 'upstream/master' | 2024-12-05 | 1 | -0/+119 | ||
| | |\ \ | ||||||
| | * \ \ | Merge remote-tracking branch 'upstream/master' | 2024-11-19 | 1 | -1/+1 | ||
| | |\ \ \ | ||||||
| | * | | | | sandboxing port to linux via landlock | 2024-11-16 | 1 | -38/+1 | ||
| | | | | | | ||||||
| * | | | | | Ensure all user directories have import/ and export/ subdirectories. | 2025-01-04 | 1 | -0/+12 | ||
| | | | | | | ||||||
| * | | | | | Fix for some repeated search results. | 2025-01-01 | 1 | -0/+5 | ||
| | |_|_|/ |/| | | | ||||||
| * | | | | Add contact metrics to og:description. | 2024-12-20 | 1 | -6/+8 | ||
| | | | | | ||||||
| * | | | | Implement mastoapi markers for notifications and home. | 2024-12-20 | 1 | -0/+66 | ||
| | | | | | ||||||
| * | | | | Added bad login throttling. | 2024-12-19 | 1 | -0/+105 | ||
| | | | | | ||||||
| * | | | | Minor search tweak. | 2024-12-19 | 1 | -1/+1 | ||
| | | | | | ||||||
| * | | | | In content_search(), also test the 'url' post field (if it exists). | 2024-12-19 | 1 | -0/+9 | ||
| | | | | | ||||||
| * | | | | content_search() also checks for the post id. | 2024-12-19 | 1 | -0/+8 | ||
| | |_|/ |/| | | ||||||
| * | | | Minor tweak to user_persist(). | 2024-11-24 | 1 | -0/+3 | ||
| | | | | ||||||
| * | | | The people page shows 'Approve' and 'Discard' buttons for pending follows. | 2024-11-24 | 1 | -5/+15 | ||
| | | | | ||||||
| * | | | New function pending_check() and pending_del(). | 2024-11-24 | 1 | -0/+20 | ||
| | | | | ||||||
| * | | | New function pending_get() and pending_list(). | 2024-11-24 | 1 | -0/+38 | ||
| | | | | ||||||
| * | | | New function pending_add(). | 2024-11-24 | 1 | -0/+22 | ||
| | | | | ||||||
| * | | | In user_persist(), only publish the actor to the world if a relevant field ↵ | 2024-11-23 | 1 | -0/+26 | ||
| | |/ |/| | | | | | | | | | has changed. This way, changing user preferences does not trigger an automatic send storm. | |||||
| * | | More usage of get_in_reply_to(). | 2024-11-19 | 1 | -1/+1 | ||
| |/ | ||||||
| * | The proxy token seed is created on startup and never stored. | 2024-11-12 | 1 | -13/+4 | ||
| | | ||||||
| * | mastoapi: added some proxy code. | 2024-11-12 | 1 | -2/+2 | ||
| | | ||||||
| * | make_url() now accepts generating proxied urls by token. | 2024-11-12 | 1 | -1/+11 | ||
| | | ||||||
| * | Added new proxy authorization by token. | 2024-11-12 | 1 | -2/+20 | ||
| | | ||||||
| * | Moved make_url() to data.c. | 2024-11-07 | 1 | -0/+16 | ||
| | | ||||||
| * | In tag_index(), don't repeat tags in indexes. | 2024-10-19 | 1 | -1/+4 | ||
| | | ||||||
| * | Return an empty list in list_timeline() if (still) there is no list timeline. | 2024-10-19 | 1 | -0/+2 | ||
| | | ||||||
| * | Also import lists.csv. | 2024-10-19 | 1 | -0/+3 | ||
| | | ||||||
| * | Touch the timeline in user_persist() (to avoid over-zealous caching in /public). | 2024-10-13 | 1 | -0/+1 | ||
| | | ||||||
| * | More migration work. | 2024-10-08 | 1 | -1/+1 | ||
| | | ||||||
| * | Started support for CSV data export. | 2024-09-18 | 1 | -0/+23 | ||
| | | ||||||
| * | Also purge bookmark.idx and draft.idx. | 2024-09-14 | 1 | -1/+2 | ||
| | | ||||||
| * | More work in post drafts. | 2024-09-06 | 1 | -0/+7 | ||
| | | ||||||
| * | Some new draft functions. | 2024-09-06 | 1 | -0/+30 | ||
| | | ||||||
| * | If style.css does not exist, it's created with the default one. | 2024-09-04 | 1 | -0/+8 | ||
| | | ||||||
| * | timeline_del() also deletes from the pinned and bookmark caches. | 2024-08-29 | 1 | -0/+3 | ||
| | | ||||||
| * | mastoapi: added bookmark list. | 2024-08-29 | 1 | -1/+13 | ||
| | | ||||||
| * | The list of bookmarked posts also work. | 2024-08-29 | 1 | -0/+7 | ||
| | | ||||||
| * | Show bookmarked posts with an emoji. | 2024-08-29 | 1 | -1/+1 | ||
| | | ||||||
| * | Simplified pinning functions. | 2024-08-29 | 1 | -27/+19 | ||
| | | ||||||
| * | Adding to and object cache always create the cache directory. | 2024-08-29 | 1 | -13/+5 | ||
| | | ||||||
| * | New function object_user_cache_fn(). | 2024-08-29 | 1 | -14/+58 | ||
| | | ||||||
| * | Fixed typo. | 2024-08-24 | 1 | -1/+1 | ||
| | | ||||||