Commit Graph

723 Commits

Author SHA1 Message Date
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
default
17d4e4f5dd Renamed 'admin' link label to 'private'. 2022-11-26 05:12:58 +01:00
default
ad202c5ccb Avoid calling time() so many times. 2022-11-26 05:08:56 +01:00
default
afb970a757 purge_server() deletes using object_del(). 2022-11-26 05:05:57 +01:00
default
9867f321b5 Delete redundant call to timeline_update_indexes(). 2022-11-25 21:26:48 +01:00
default
2c34ec8d6c New function timeline_update_indexes(). 2022-11-25 21:21:59 +01:00
default
c0e3193529 New function object_user_cache(). 2022-11-25 17:48:43 +01:00
default
e93a79e06d Also purge the public/ and private/ caches. 2022-11-25 17:42:01 +01:00
default
6c6b5a30c4 Do hard links to objects in each user's public and private caches. 2022-11-25 17:26:12 +01:00
default
87d3ec2acc Renamed indexes.
timeline.idx to private.idx, local.idx to public.idx.
2022-11-25 17:07:23 +01:00
default
4a41f3a1f0 New function timeline_object_add(). 2022-11-25 14:19:00 +01:00