Commit Graph

  • 3155a80723 While processing a 'Move', retry failed actor retrieval (it may be a transient server error). master default 2024-09-17 00:26:23 +0200
  • e751def762 Bumped development version. default 2024-09-16 09:36:07 +0200
  • 7cb291c523 Updated RELEASE_NOTES. default 2024-09-16 09:35:50 +0200
  • 5402d03f17 Fixed minor memory leak. default 2024-09-16 09:32:22 +0200
  • a09e5052dd Merge pull request 'URL decode data after splitting the arguments' (#196) from ndagestad/snac2:mastodon_login into master grunfink 2024-09-16 07:28:28 +0000
  • ba5cbb6d82 URL decode data after splitting the arguments Nicolai Dagestad 2024-09-15 15:03:21 +0200
  • b3c00cc098
    Version 2.59 RELEASED. 2.59 default 2024-09-15 14:02:27 +0200
  • 57c9f4b8e9 Skip ugly line breaks at the beginning of a post's content. default 2024-09-15 08:25:12 +0200
  • 16a1b207b1 Updated TODO. default 2024-09-15 08:16:49 +0200
  • 7c7eb4c6b3 Use crypt for password hashing instead of sha1 Nicolai Dagestad 2024-09-14 19:10:17 +0200
  • 31ce1af736 Minor code cleaning. default 2024-09-14 18:59:49 +0200
  • c6594949f9 Also purge bookmark.idx and draft.idx. default 2024-09-14 16:55:01 +0200
  • e0a2eb4fb5 Some tweaks to draft post code. default 2024-09-14 16:51:30 +0200
  • 352108e61f Set the "Only for mentioned people" checkbox properly. default 2024-09-14 15:23:07 +0200
  • 46708ef309 Updated RELEASE_NOTES. default 2024-09-14 14:46:31 +0200
  • 7e85cd570d Fixed crash in xs_multipart_form_data(). default 2024-09-14 14:43:22 +0200
  • b6f84c3a95 Updated documentation. default 2024-09-13 09:28:21 +0200
  • 05cff0a254 Updated RELEASE_NOTES. default 2024-09-13 09:16:26 +0200
  • 6869c493a1 Minor fix to avoid 'Block' notifications to be invisible. default 2024-09-12 23:48:16 +0200
  • 650f135775 Updated RELEASE_NOTES. default 2024-09-06 23:45:31 +0200
  • 743184384c Updated TODO. default 2024-09-06 23:43:40 +0200
  • a9082bdac2 Minor default CSS fix. default 2024-09-06 22:35:26 +0200
  • d515126797 Minor tweak. default 2024-09-06 10:53:01 +0200
  • 2ec86d363e Hiding a draft deletes it. default 2024-09-06 10:51:30 +0200
  • ac0c7bc2ed More work in post drafts. default 2024-09-06 10:31:09 +0200
  • 7286216f14 Some new draft functions. default 2024-09-06 09:54:27 +0200
  • 97c4af001b New checkbox in html_note() for marking a post as a draft. default 2024-09-06 09:33:59 +0200
  • acb3f92ef4
    Version 2.58 RELEASED. 2.58 default 2024-09-05 16:24:11 +0200
  • c724fab7a8 Updated TODO. default 2024-09-04 10:27:35 +0200
  • 09e13eb6be More minor default CSS tweaks. default 2024-09-04 10:16:55 +0200
  • 7030fd29f9 Minor default CSS tweak. default 2024-09-04 10:02:47 +0200
  • ae815746d5 Updated RELEASE_NOTES. default 2024-09-04 09:49:27 +0200
  • 6778350211 If style.css does not exist, it's created with the default one. default 2024-09-04 09:48:35 +0200
  • d8e77aca76 Added some CSS styling to the list-of-lists. default 2024-09-04 09:34:56 +0200
  • 39b2db7930 Updated RELEASE_NOTES. default 2024-08-31 08:28:25 +0200
  • 36e98b8901 New 'hide_delete_post_button' server directive. default 2024-08-31 08:22:30 +0200
  • 5e5abd76a0 Minor logging tweak. default 2024-08-31 07:14:59 +0200
  • 0218e964b0 Backport from xs. default 2024-08-30 19:10:26 +0200
  • bff33fc2ed timeline_del() also deletes from the pinned and bookmark caches. default 2024-08-29 12:53:49 +0200
  • b512678f2d Updated RELEASE_NOTES. default 2024-08-29 08:49:06 +0200
  • 08de491395 mastoapi: added bookmark list. default 2024-08-29 08:30:09 +0200
  • 54520f0411 mastoapi: added support for [un]bookmarking. default 2024-08-29 08:11:30 +0200
  • 67f0efa689 Added web UI for [un]bookmarking. default 2024-08-29 07:57:29 +0200
  • 72c31c28ef Pinned posts are no longer shown in the private timeline. default 2024-08-29 07:50:10 +0200
  • 8ea199a996 The list of bookmarked posts also work. default 2024-08-29 07:45:22 +0200
  • 0c3c79f0b9 The list of pinned posts now works. default 2024-08-29 07:41:29 +0200
  • 52e8bfebd0 Added links to pinned and bookmarked posts as if they were lists. default 2024-08-29 07:33:42 +0200
  • 5358136132 Show bookmarked posts with an emoji. default 2024-08-29 07:25:28 +0200
  • 1022f6db87 Bookmarking can be done from the command line. default 2024-08-29 07:08:26 +0200
  • 9a67b19a7c Simplified pinning functions. default 2024-08-29 06:59:44 +0200
  • 3ff7e6233f Adding to and object cache always create the cache directory. default 2024-08-29 06:47:55 +0200
  • a22dfefa6d Merge branch 'master' of /home/angel/git/snac2 default 2024-08-29 06:40:45 +0200
  • 9a730ffc68 New function object_user_cache_fn(). default 2024-08-29 06:40:38 +0200
  • b8c1529174 Updated TODO. default 2024-08-27 07:30:24 +0200
  • 5cbb31542b Updated RELEASE_NOTES. default 2024-08-26 11:27:31 +0200
  • 70f0bcec20 Added a 'featured' property to the actor object. default 2024-08-26 11:26:34 +0200
  • 367597e5b6 Only archive error content that is not NULL. default 2024-08-25 08:02:34 +0200
  • 15095709f7 Updated dependencies. default 2024-08-24 18:39:20 +0200
  • 9649db9b9d Stop archiving no_valid_recipients q_item. default 2024-08-24 14:45:42 +0200
  • 60e907219b Archive and try to avoid crashing on unexpected 'content' field data type. default 2024-08-24 14:36:19 +0200
  • e6483368d0 Fixed typo. default 2024-08-24 14:33:04 +0200
  • cd8ff6a75b Updated RELEASE_NOTES. default 2024-08-23 20:31:13 +0200
  • 1370d6b64e Searches are now case-insensitive for all alphabets. default 2024-08-23 20:27:07 +0200
  • 8586e44de9 Some optimizations. default 2024-08-23 17:22:10 +0200
  • d2daba7b9c Updated TODO. default 2024-08-17 19:03:52 +0200
  • 34028cddb8 Ignore 'Remove' messages. default 2024-08-16 18:43:24 +0200
  • 3ae5c1c037 Don't archive actor retry errors. default 2024-08-16 18:42:14 +0200
  • e89d21b247 Ignore 'Read' messages. default 2024-08-16 18:35:08 +0200
  • ab93ca3f75 Ignore 'Reject' messages. default 2024-08-16 18:31:39 +0200
  • e4f4bad4f7 Updated RELEASE_NOTES. default 2024-08-12 16:17:02 +0200
  • e92331b8da Updated dependencies. default 2024-08-12 16:10:38 +0200
  • 755fdbd737 Variable renaming in xs_unix_socket, because it collides in Illumos. default 2024-08-12 16:09:47 +0200
  • 45278afdf1 Backport from xs. default 2024-08-11 21:50:45 +0200
  • 3dbeee863e Minor search improvement. default 2024-08-11 17:54:48 +0200
  • 3663c816a3 Updated RELEASE_NOTES. default 2024-08-11 17:30:38 +0200
  • 501912d28c Bumped version. default 2024-08-11 17:29:51 +0200
  • 382ff03349 content_search() also search into alt-text from attachments. default 2024-08-11 17:29:09 +0200
  • 35503ed2b4 mastoapi: also use mastoapi_timeline() with lists. default 2024-08-09 18:07:05 +0200
  • 9457a7358a Use mastoapi_timeline() also for the instance timeline and tags. default 2024-08-09 17:25:57 +0200
  • 61d8b46782 More mastoapi_timeline() tweaks. default 2024-08-09 17:17:27 +0200
  • 339dc1a325 Use index_desc_first() / index_desc_next() in mastoapi_timeline(). default 2024-08-09 16:57:14 +0200
  • f5332ec016 Added some functions that return index filenames. default 2024-08-09 16:28:57 +0200
  • db7a68d198 New function mastoapi_timeline(). default 2024-08-09 16:09:45 +0200
  • 3f01787cc9
    Version 2.57 RELEASED. 2.57 default 2024-08-08 06:35:24 +0200
  • d9994c9a35 Fixed leaked EmojiReact notifications. default 2024-08-07 11:01:10 +0200
  • d91a016a6c mastoapi: show EmojiReact notifications as 'favourites'. default 2024-08-06 18:15:04 +0200
  • 88fc843d3e Use xs_between() where applicable. default 2024-08-05 18:39:15 +0200
  • b856664663 Tweaked unveil() / pledge() to deal with UNIX sockets. default 2024-08-05 06:54:47 +0200
  • 54edf4e9d8 Updated documentation. default 2024-08-05 06:28:47 +0200
  • d2b3a7d708 Updated documentation. default 2024-08-05 06:21:55 +0200
  • 3911aec4c3 Updated RELEASE_NOTES. default 2024-08-05 06:09:34 +0200
  • 8a6c6134ef Add support to unix sockets in snac_init(). default 2024-08-05 06:06:57 +0200
  • 972c3dc5d4 Added support for listening on unix sockets. default 2024-08-05 06:01:21 +0200
  • e9b108a6e0 Minor logging tweaks. default 2024-08-05 05:35:10 +0200
  • 78d34e4fb4 Updated documentation. default 2024-08-01 18:57:06 +0200
  • d83cea3aa9 Updated TODO. default 2024-08-01 18:52:31 +0200
  • 20af5d65f9 In 'Move' notifications, show the old account below the originator one. default 2024-08-01 18:48:01 +0200
  • f14ea27818 Notify Moves, even if they fail. default 2024-07-31 07:20:16 +0200
  • 053e9de637 Updated RELEASE_NOTES. default 2024-07-31 06:26:52 +0200
  • 1001744ddb Notify objects include the original message. default 2024-07-31 06:22:13 +0200