Commit Graph

633 Commits

Author SHA1 Message Date
default
af6d31ff83 New function timeline_simple_list(). 2022-12-03 07:27:26 +01:00
default
2614a8b3cb Show stray parents in the origin. 2022-12-02 21:36:12 +01:00
default
adfc9217d7 Use xs_set_result() in timeline_top_level(). 2022-12-02 21:24:17 +01:00
default
0c525335ee New function object_here_by_md5(). 2022-12-02 21:19:46 +01:00
default
908e068e36 New function object_parent(). 2022-12-02 21:16:34 +01:00
default
a133427e8d More old code cleaning. 2022-12-02 20:56:51 +01:00
default
3e2891b100 Renamed timeline_here() to object_here(). 2022-12-02 20:44:51 +01:00
default
4819c4248d More old code deletions. 2022-12-02 20:39:31 +01:00
default
67d57252ea The old timeline is no longer maintained. 2022-12-02 20:28:27 +01:00
default
c06136a8ac Fixed one post queries. 2022-12-02 19:39:17 +01:00
default
33c8a73c17 Fixed RSS and outbox to use the new data storage. 2022-12-02 19:30:59 +01:00
default
c00e3afcdc Big data storage change. 2022-12-02 19:14:59 +01:00
default
450d5a30a3 Updated RELEASE_NOTES. 2022-12-02 06:55:54 +01:00
default
09036893c0 Fixed conflict. 2022-12-02 06:53:11 +01:00
default
aba9a69aa6 Updated RELEASE_NOTES. 2022-12-01 19:59:40 +01:00
grunfink
7ad6ff63a5 Merge pull request 'Close a tag in history list' (#8) from kensanata/snac2:close-tag into master
Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/8
2022-12-01 18:41:07 +00:00
grunfink
8ac071ae8d Merge pull request 'this is actually a pipe not a file, it should be closed as a pipe' (#6) from themusicgod1/snac2:master into master
Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/6
2022-12-01 18:40:49 +00:00
default
e62b6b87be Close a tag in history list. 2022-12-01 19:39:22 +01:00
default
e98dbe4eb5 Added the profile="" argument to Person content-type. 2022-12-01 19:38:11 +01:00
Alex Schroeder
675b0242d6 Close a tag in history list 2022-12-01 14:31:16 +01:00
Anonymous
893634027f this is actually a pipe not a file, it should be closed as a pipe 2022-11-30 17:10:35 -06:00
default
c7c1ee69fc Updated TODO. 2022-11-30 18:17:22 +01:00
default
cd9071d120 Updated TODO. 2022-11-30 09:10:57 +01:00
default
75a303f8c2 Updated README. 2022-11-28 18:15:55 +01:00
default
8b4dbfd708 Deleted dump of debugging code. 2022-11-28 17:54:32 +01:00
default
f209c3205d Use xs_set in recipient_list() and inbox_list(). 2022-11-28 15:49:56 +01:00
default
3699b61f08 Backport from xs. 2022-11-28 12:19:57 +01:00
default
f215c1a35b Updated TODO. 2022-11-28 11:35:29 +01:00
default
5309a68e95 Fixed status codes for follower_add() and follower_del(). 2022-11-28 11:24:19 +01:00
default
3c7cccba3d Changed following_list() to return a list of actors. 2022-11-28 11:06:46 +01:00
default
2fab441d71 Deleted debug trap. 2022-11-28 10:47:39 +01:00
default
07fec71273 Upgraded followers to the new db. 2022-11-28 10:46:42 +01:00
default
9c136dacdf New function object_user_cache_in(). 2022-11-28 08:34:19 +01:00
default
09d33b8e08 Updated documentation. 2022-11-27 10:03:27 +01:00
default
2fcf9695aa Updated documentation. 2022-11-27 09:50:45 +01:00
default
9a0a03dd9f New function object_del_if_unref(). 2022-11-27 09:45:06 +01:00
default
832bbfd5eb Dump bad signature headers to /tmp/ (temporary). 2022-11-27 09:18:35 +01:00
default
a9d3e0ca79 I was using fclose() instead of pclose(). What a moron. 2022-11-27 09:09:55 +01:00
default
e8c487add7 Added some tweaks to file locking. 2022-11-26 19:19:52 +01:00
default
2ad703e520 timeline_top_level() works. 2022-11-26 18:52:51 +01:00
default
159a591f45 New function timeline_top_level() (untested). 2022-11-26 18:04:05 +01:00
default
4f261ec7b9 New function index_first(). 2022-11-26 17:35:18 +01:00
default
d03b988c99 Don't call object_del() from timeline_del().
Only delete from each user's cache, not from the global database.
2022-11-26 13:34:43 +01:00
default
8e7efad27f Only call the expensive index_del() if unlink() did not fail. 2022-11-26 06:20:41 +01:00
default
14dd5b64c9 Added comment. 2022-11-26 06:11:37 +01:00
default
8e83821eee _object_user_cache() also update the indexes. 2022-11-26 05:58:13 +01:00
default
d00a01f32e New function object_user_cache_del(). 2022-11-26 05:51:48 +01:00
default
f403d6f8d3 Renamed object_user_cache() to object_user_cache_add(). 2022-11-26 05:46:21 +01:00
default
405bf6b8e4 Maintain a one-element index with each entry's parent. 2022-11-26 05:29:09 +01:00
default
1243e26a0d New function object_add_ow(). 2022-11-26 05:18:48 +01:00