Commit Graph

  • a2e08688d5 Fixed minor leak. default 2024-05-30 10:49:32 +0200
  • d56d4beb90 Merge pull request 'Mastodon PATCH API for user profile updates' (#169) from louis77/snac2:master into master grunfink 2024-05-30 08:44:54 +0000
  • af8f1ef273 Implement image uploads for Tokodon 1717159714461884210/tmp_refs/heads/master Louis Brauer 2024-05-29 11:53:34 +0200
  • 45a2aab66c Fix parsing of boundary for multipart/form-data Louis Brauer 2024-05-28 02:15:53 +0200
  • 25ef07b1ec More or less smaller fixes :) Louis Brauer 2024-05-27 23:55:51 +0200
  • 8fc788e92c Merge remote-tracking branch 'origin/master' Louis Brauer 2024-05-27 19:49:09 +0200
  • dfa0911c88 Implement empty response for /accounts/:id/featured_tags Louis Brauer 2024-05-27 19:46:35 +0200
  • 8be440b545 Merge branch 'master' into master Louis Brauer 2024-05-27 17:03:29 +0000
  • 26fbda787d Translate status codes to canonical status texts Use those in HTTP responses instead of "OK"/"ERROR". Apps like Tokodon show only the status text in unexpected responses. Louis Brauer 2024-05-27 16:25:20 +0200
  • 637a88fb0f Use ISO C99 __func__ instead of GNU __FUNCTION__ Louis Brauer 2024-05-27 16:23:11 +0200
  • 4621a25ba4 Merge remote-tracking branch 'origin/master' Louis Brauer 2024-05-27 12:25:38 +0200
  • 81cf309e4d Implement Mastodon PATCH endpoint for account profile updates Louis Brauer 2024-05-27 12:24:17 +0200
  • 5bc2017ba0 Backport from xs. default 2024-05-27 08:28:14 +0200
  • 36764b8ade Minor tweak to markdown-like links. default 2024-05-27 05:49:29 +0200
  • 0e21d35e80 Use enum instead of numeric status codes for HTTP statuses Louis Brauer 2024-05-26 21:45:41 +0200
  • 36969bcf6f Updated documentation. default 2024-05-26 10:56:29 +0200
  • 4979bccbe3 Updated documentation. default 2024-05-26 09:48:48 +0200
  • 261466fb5f Updated documentation. default 2024-05-26 09:41:08 +0200
  • fbdcbc8414 Updated RELEASE_NOTES. default 2024-05-26 09:36:04 +0200
  • db5a72b6a0 Bumped version. default 2024-05-26 09:29:38 +0200
  • 8e0ccc6d76 Added markdown-like links. default 2024-05-26 09:27:36 +0200
  • 37b6c7926e Minor code reformatting. default 2024-05-26 09:01:13 +0200
  • 411a0f0db9 Merge pull request 'Enable deletion of avatar and header image in user settings' (#168) from louis77/snac2:master into master grunfink 2024-05-26 06:25:52 +0000
  • 9749a65007 Enable deletion of avatar and header image in user settings Louis Brauer 2024-05-26 01:47:22 +0200
  • 84a767dd08 Merge pull request 'master' (#1) from grunfink/snac2:master into master Louis Brauer 2024-05-25 08:05:36 +0000
  • a292080000 Backport from xs (fix regex.h compilation with tcc). default 2024-05-25 08:24:08 +0200
  • f631fc5ed2 Added a 'title' to each list timeline. default 2024-05-24 19:06:39 +0200
  • a727bb29f6 Don't show list links in read only timelines. default 2024-05-24 12:36:08 +0200
  • bd4511e7c5 Show 'Nothing found for tag' message. default 2024-05-24 12:31:41 +0200
  • 8ebad8d536 Minor list show tweaks. default 2024-05-24 12:24:23 +0200
  • a787c818b2 Added links to the lists in html_timeline(). default 2024-05-24 12:12:03 +0200
  • fcead8ea96 Also delete the list .idx.bak. default 2024-05-24 12:05:31 +0200
  • 8cf7559a7e Added more const. default 2024-05-23 10:01:37 +0200
  • 63e0ca5aba Also return an application/ld+json object in webfinger. default 2024-05-22 16:14:58 +0200
  • 76f20bb79e Merge pull request 'Change WebFinger content type to RFC-required type' (#167) from steve-bate/snac2:pr-webfinger-content-type into master grunfink 2024-05-22 14:01:03 +0000
  • 8fd070bb9a Fixed warning. default 2024-05-22 14:14:29 +0200
  • 59bdaca3a8 Change WebFinger content type to RFC-required type Steve Bate 2024-05-22 09:43:36 +0200
  • c9c9b0bfdc Updated README. default 2024-05-22 09:37:44 +0200
  • ed973241f4 Another approach to disabling SHM. default 2024-05-21 19:08:33 +0200
  • cdfaf6dc57 New compilation variable WITHOUT_SHM, to disable shared memory functions. default 2024-05-21 18:57:13 +0200
  • 4777fc86cb Added const everywhere. default 2024-05-21 14:12:15 +0200
  • b95fbe4e43
    Version 2.53 RELEASED. 2.53 default 2024-05-16 15:47:43 +0200
  • e7fa6d9920 Skip hidden posts in content_search(). default 2024-05-15 13:36:59 +0200
  • 0a6df8e504 Renamed content_check() to content_match(). default 2024-05-15 13:31:53 +0200
  • 0a6cfba399 Moved functions around. default 2024-05-15 13:29:07 +0200
  • ff8d49a899 Use xs_regex_match() where applicable. default 2024-05-15 13:27:23 +0200
  • d531649776 Updated RELEASE_NOTES. default 2024-05-15 07:52:35 +0200
  • 2ed0a08f9f Convert the regex to lowercase in content_search(). default 2024-05-15 06:07:33 +0200
  • 34311714ce User search can also be done by tag. default 2024-05-15 05:57:21 +0200
  • 281f934f74 content_search() also searches the instance timeline. default 2024-05-14 05:17:33 +0200
  • ba00443b84 Updated RELEASE_NOTES. default 2024-05-12 09:02:38 +0200
  • 61b9ad8ee5 Updated TODO. default 2024-05-12 08:57:38 +0200
  • ab9a1d4b1b Updated TODO. default 2024-05-11 19:45:48 +0200
  • 9acba489fb Add some special treatment to Event object display. default 2024-05-11 19:35:33 +0200
  • 0a11d70fbe Fixed git conflict. default 2024-05-11 19:18:07 +0200
  • 4d53a7b6f7 In timeline_request(), call enqueue_actor_request on actor errors. default 2024-05-11 19:16:54 +0200
  • 6f3763f452 Show 'Event' object types as Notes. default 2024-05-11 19:15:18 +0200
  • e1ce85debd Unified post-like object type match. default 2024-05-11 18:46:15 +0200
  • 3954361785 Updated TODO. default 2024-05-11 18:38:18 +0200
  • a0d98f3d2a Bumped version. default 2024-05-11 09:37:34 +0200
  • 32646aa786 Updated RELEASE_NOTES. default 2024-05-11 09:37:20 +0200
  • 1762e0f145 Added an incremental max seconds value to every content search page. default 2024-05-11 09:29:38 +0200
  • f2a33727e7 Added a search box. default 2024-05-10 17:54:15 +0200
  • 767c2d98d5 Also add the 'More...' link if there was a search timeout. default 2024-05-10 12:49:03 +0200
  • c2c0f3b39b More search tweaks la la la la. default 2024-05-10 12:44:26 +0200
  • d12ebcef82 More search tweaks MUAHAHAHA. default 2024-05-10 12:22:36 +0200
  • 5d1577af3c More web ui search tweaks baaaaah I'm boring. default 2024-05-10 11:55:45 +0200
  • 1632e009a4 More content_search() tweaks. default 2024-05-10 11:42:15 +0200
  • 1531e81a31 Added a skip argument to content_search(). default 2024-05-10 11:29:18 +0200
  • 2b27a0d772 Some tweaks to web ui search. default 2024-05-10 11:02:59 +0200
  • 430afe103b Added a title to search results. default 2024-05-09 22:57:08 +0200
  • a5766a6c83 The /admin page now accepts ?q=regex for a content search. default 2024-05-09 10:04:45 +0200
  • 7b0e9285af Updated dependencies. default 2024-05-09 09:32:43 +0200
  • cccc5454c2 Added a maximum results argument to content_search(). default 2024-05-09 09:31:10 +0200
  • 8de93b9cd7 mastoapi: some search by content tweaks. default 2024-05-09 09:24:39 +0200
  • 2c8d4ce6bd mastoapi: Added content search. default 2024-05-09 09:09:22 +0200
  • 06599de966 Merge branch 'master' of grunfink-codeberg:grunfink/snac2 default 2024-05-09 08:05:21 +0200
  • bbb99b3453 Merge pull request 'Set avatars and custom emoji as square (fixes display in Dillo)' (#166) from kvibber/snac2:style-tweaks-on-2.52 into master grunfink 2024-05-09 06:04:56 +0000
  • c17a225ce2 Merge branch 'master' into style-tweaks-on-2.52 Kelson Vibber 2024-05-09 04:42:35 +0000
  • be420cae77 Set avatars and custom emoji as square (fixes display in Dillo) Kelson Vibber 2024-05-09 04:27:58 +0000
  • 979f2ad140 Rewritten content_search() to read from both timelines. default 2024-05-08 16:43:02 +0200
  • 34c8968cfb Minor tweaks to content_search(). default 2024-05-08 11:06:33 +0200
  • 52ba7f030e Renamed to content_search(). default 2024-05-08 11:00:50 +0200
  • dc74cac6c9 Added a timeout flag to search_by_content(). default 2024-05-08 10:27:30 +0200
  • 3ab733cdf5 New function search_by_content(). default 2024-05-08 10:20:25 +0200
  • 5d519288fb Merge branch 'master' of grunfink-codeberg:grunfink/snac2 default 2024-05-08 09:48:57 +0200
  • 01de131a17 Merge pull request 'allow unboosting your own posts' (#165) from khm/snac2:unboost-self into master grunfink 2024-05-08 07:48:18 +0000
  • d27a60dfe7 allow unboosting your own posts khm 2024-05-07 23:28:51 -0700
  • fa8b401927 More HTML simplification. default 2024-05-08 04:15:36 +0200
  • 2322de4900 Added a title to the instance timeline. default 2024-05-07 20:53:58 +0200
  • d3cdbf1702 Added a title to list timelines. default 2024-05-07 20:51:43 +0200
  • 3355d5559d New op #3 to list_maint() (get list name). default 2024-05-07 20:51:24 +0200
  • 82ec4ea95c Minor "Back to top" "More..." link refactoring. default 2024-05-07 20:32:13 +0200
  • b57409a959 Fixed typo. default 2024-05-07 19:45:10 +0200
  • 6b1721c977 List timelines can now be (manually) navigated from the web UI. default 2024-05-07 19:40:28 +0200
  • c5ae10af86
    Version 2.52 RELEASED. 2.52 default 2024-05-07 10:24:38 +0200
  • 7df69f8f12 Logging, logging, logging everywhere. default 2024-05-06 09:04:46 +0200
  • f67c4cf7d9 More logging! default 2024-05-06 06:40:07 +0200
  • c884f7081a mastoapi: also fix polls from Pleroma. default 2024-05-06 05:54:46 +0200
  • c31a4ae73e Minor RSS title beautifying. default 2024-05-05 11:27:24 +0200