Commit graph

  • a6e908157c fix dependencies main Izalia Mae 2025-02-13 16:05:33 -0500
  • dec378fbfc allow cache cleanup thread to be stopped on shutdown Izalia Mae 2025-02-12 15:19:55 -0500
  • ac0cddd65a actually fix python 3.10 compat Izalia Mae 2025-02-12 15:14:46 -0500
  • 87e45553ca only require typing-extensions on python < 3.11 Izalia Mae 2025-02-12 14:52:43 -0500
  • e85215d986 split manage.py and multiple small changes Izalia Mae 2025-02-12 14:48:02 -0500
  • 2e373eddc9 don't use python 3.12 feature Izalia Mae 2025-02-12 06:28:10 -0500
  • be21b30d61 version bump to 0.3.4 0.3.4 Izalia Mae 2025-02-11 13:20:21 -0500
  • e4eadb69db fix linter warnings in dev script Izalia Mae 2025-02-11 13:01:48 -0500
  • f741017ef1 skip missing optional values in old config Izalia Mae 2025-02-11 12:55:02 -0500
  • 760718b5dc fix actor type checking (fixes #45) Izalia Mae 2025-02-11 12:39:18 -0500
  • 527afaca95 properly get actor and inbox urls Izalia Mae 2025-02-11 12:28:05 -0500
  • ff275a5ba4 fix linter warnings Izalia Mae 2025-02-11 12:26:57 -0500
  • 3e6a2a4f37 fix logins Izalia Mae 2025-02-11 12:25:16 -0500
  • 5a1af750d5 fix spacing issue on home page Izalia Mae 2025-02-11 12:15:21 -0500
  • ade36d6e69 add buzzrelay to RELAY_SOFTWARE list Izalia Mae 2025-01-29 06:11:25 -0500
  • e47e69b14d add docs dependencies Izalia Mae 2024-12-05 22:56:17 -0500
  • f41b24406f remove unnecessary SOFTWARE const Izalia Mae 2024-11-28 09:17:11 -0500
  • 338fd26688 replace single quotes with double quotes Izalia Mae 2024-11-28 07:09:53 -0500
  • 29ebba7999 add more classiifiers and py.typed file Izalia Mae 2024-11-28 06:10:35 -0500
  • 5131831363 sort out pyproject and replace jinja2-haml with hamlish Izalia Mae 2024-11-28 05:43:39 -0500
  • 8a5a13f516 put a new line between the short and long description Izalia Mae 2024-10-14 15:51:06 -0400
  • 594af5658b remove unnecessary method Izalia Mae 2024-10-14 15:47:56 -0400
  • 7673920141 treat doc strings as markdown Izalia Mae 2024-10-14 15:46:51 -0400
  • 2093af8217 minor styling fix for parameters on docs page Izalia Mae 2024-10-14 15:46:15 -0400
  • 71e1503542 remove swagger and add auto-docs for api endpoints in /doc Izalia Mae 2024-10-13 20:37:37 -0400
  • a25df0ccc4 rework api endpoints Izalia Mae 2024-10-13 17:30:12 -0400
  • b00daa5a78 convert activitypub routes to use register_route Izalia Mae 2024-10-12 13:09:02 -0400
  • 091f8175b5 create Response.new_template method Izalia Mae 2024-10-12 11:03:50 -0400
  • f9d6d7b18d route handler changes Izalia Mae 2024-10-12 10:28:22 -0400
  • e0ca93ab93 Merge branch 'dev' into 'main' 0.3.3 Izalia Mae 2024-10-10 09:48:39 +0000
  • f192f1c35c improve switch-backend command dev Izalia Mae 2024-09-28 09:41:25 -0400
  • 85f062c8f3 don't fix timestamps on postgresql Izalia Mae 2024-09-28 06:59:09 -0400
  • 098998084d catch ClientConnectorError when fetching actor Izalia Mae 2024-09-28 06:56:27 -0400
  • 5a9d1836d0 disable forwarding of Undo messages Izalia Mae 2024-09-19 04:37:54 -0400
  • 0d24aea764 replace misc functions Izalia Mae 2024-09-18 07:13:44 -0400
  • c482677c32 raise error on non 200 or 202 status in HttpClient.post Izalia Mae 2024-09-15 07:34:09 -0400
  • c5633808f7 use correct type when deleting old database cache items Izalia Mae 2024-09-15 07:29:12 -0400
  • e6845136eb remove logging on non 202 and 200 statuses Izalia Mae 2024-09-15 05:35:17 -0400
  • 7f0a1a4e08 replace HttpError with blib.HttpError Izalia Mae 2024-09-15 04:54:37 -0400
  • ca70c1b293 change how HttpClient.get handles errors Izalia Mae 2024-09-15 04:35:00 -0400
  • 619b1d5560 update barkshark-lib to 0.2.3 Izalia Mae 2024-09-15 04:20:09 -0400
  • cf44b0dafe don't vacuum postgresql database Izalia Mae 2024-09-14 22:44:51 -0400
  • 0cea1ff9e9 ensure Date objects returned from db have a timezone Izalia Mae 2024-09-14 22:44:14 -0400
  • 0e89b9bb11 include token in /api/v1/login response Izalia Mae 2024-09-14 20:38:03 -0400
  • 7329ef4fd9 fix queries for migrations Izalia Mae 2024-09-14 06:06:03 -0400
  • c5acc5aa16 update barkshark-sql to 0.2.0 Izalia Mae 2024-09-14 05:57:49 -0400
  • 9a0400d84f add command to switch database backends Izalia Mae 2024-09-14 05:56:47 -0400
  • c54aeabc90 fix postgres support Izalia Mae 2024-09-14 05:56:27 -0400
  • 16fcea90f2 use correct key when loading postgres config Izalia Mae 2024-09-14 05:09:48 -0400
  • ebe3337823 remove QueueItem class Izalia Mae 2024-08-26 22:27:20 -0400
  • cff3bc30b8 ensure log level for workers gets updated Izalia Mae 2024-08-26 22:23:04 -0400
  • 0576933b16 fix linter issue Izalia Mae 2024-08-26 22:22:29 -0400
  • 065038cc2a don't use bare except Izalia Mae 2024-08-26 22:21:59 -0400
  • d44cee6d01 replace "type: ignore" with typing.cast and add Application.workers property Izalia Mae 2024-08-26 22:20:48 -0400
  • 501ac2cabb fix template headers Izalia Mae 2024-08-26 21:54:43 -0400
  • 85825f6de1 don't use cached nodeinfo data when instance follows Izalia Mae 2024-08-23 01:37:15 -0400
  • c9598ff273 update barkshark-lib and activitypub-utils Izalia Mae 2024-08-23 01:13:55 -0400
  • 4203355d7d better error message when trying to set invalid config key Izalia Mae 2024-08-23 01:13:32 -0400
  • 1516f27b76 properly convert Date objects for sqlite databases Izalia Mae 2024-08-23 00:35:00 -0400
  • de190fcdd3 update dev dependencies and barkshark-lib Izalia Mae 2024-08-22 23:40:39 -0400
  • baae0b46ac minor styling fixes Izalia Mae 2024-08-22 23:25:43 -0400
  • 9f5df5f95c update swagger docs Izalia Mae 2024-07-04 22:58:50 -0400
  • 773922e263 remove tokens table and fix auth handling Izalia Mae 2024-07-04 22:00:54 -0400
  • f98ca54ab7 various changes Izalia Mae 2024-07-04 20:36:04 -0400
  • b22b5bbefa ensure the relay can run on python >= 3.10 Izalia Mae 2024-07-03 00:59:59 -0400
  • e8b3a210a9 forgot to add functions.js Izalia Mae 2024-07-02 23:51:37 -0400
  • 5217516c8a move Self imports to typing block Izalia Mae 2024-06-25 16:54:04 -0400
  • 5765753b59 modify dependencies Izalia Mae 2024-06-25 16:53:38 -0400
  • 1d72f2a254 fix ValueError when adding new instance via api Izalia Mae 2024-06-25 16:29:58 -0400
  • 5e962be057 merge all javascript files Izalia Mae 2024-06-25 16:25:33 -0400
  • bdc7d41d7a update barkshark-sql to 0.2.0-rc1 and create row classes Izalia Mae 2024-06-25 16:02:49 -0400
  • 45b0de26c7 add ability to submit forms with enter key Izalia Mae 2024-06-21 04:44:13 -0400
  • 7e08e18785 add help tooltips to config page Izalia Mae 2024-06-21 02:37:13 -0400
  • e67ebd75ed force frontend resources to refresh on new version Izalia Mae 2024-06-19 17:51:13 -0400
  • 9a3e3768e7 modify workers Izalia Mae 2024-06-19 12:59:08 -0400
  • c508257981 raise exceptions instead of returning None from HttpClient methods Izalia Mae 2024-06-18 23:14:21 -0400
  • b308b03546 only watch $REPO/relay directory with dev run command Izalia Mae 2024-06-18 23:05:37 -0400
  • 5407027af8 rework person_check and rename it to actor_type_check Izalia Mae 2024-06-18 21:52:52 -0400
  • f49bc0ae90 replace menu open icon 0.3.2 Izalia Mae 2024-06-16 11:27:43 -0400
  • cad7f47e7e properly get date on api requests from frontend Izalia Mae 2024-06-16 09:08:33 -0400
  • 058df0ac78 properly handle non-ascii domain names Izalia Mae 2024-06-16 08:45:14 -0400
  • e825a01795 update activitypub-utils to 0.3.1 Izalia Mae 2024-06-15 13:10:24 -0400
  • ab9b8abbd2 don't allow bytes for message in push_message Izalia Mae 2024-06-14 22:57:08 -0400
  • 15882f3e49 fix linter issues Izalia Mae 2024-06-14 15:05:55 -0400
  • a2b96d03dc enable strict mode by default for mypy Izalia Mae 2024-06-14 13:37:19 -0400
  • 98a975550a use hs2019 for some servers that support it Izalia Mae 2024-06-14 13:34:05 -0400
  • ed03779a11 use correct command for dev install command Izalia Mae 2024-06-14 13:29:55 -0400
  • e44108f341 update dependencies Izalia Mae 2024-06-12 16:02:59 -0400
  • a0d84b5ae5 fix typing issue in cache Izalia Mae 2024-06-12 14:50:40 -0400
  • 478e21fb15 require token for /api/v1/instance Izalia Mae 2024-06-12 13:24:44 -0400
  • 0d50215fc1 add missing AP routes Izalia Mae 2024-06-12 13:23:53 -0400
  • 62555b3591 use old signing algorithm by default Izalia Mae 2024-06-12 12:40:32 -0400
  • d55cf4d1d0 update activitypub-utils to 0.2.2 Izalia Mae 2024-04-03 13:59:16 -0400
  • bd50baa639 re-initialize Application in push workers for windows 0.3.1 Izalia Mae 2024-04-02 15:18:31 -0400
  • dec7c6a674 Merge branch 'dev' into 'main' Izalia Mae 2024-04-02 18:31:22 +0000
  • b1a2989ba7 update installation docs to replace git+http url with pypi package Izalia Mae 2024-04-02 14:29:49 -0400
  • fd0b9fb723 add shebang to dev script Izalia Mae 2024-04-02 13:56:11 -0400
  • ffed955ab3 add note for changing log-level via cli Izalia Mae 2024-04-02 13:38:23 -0400
  • 71de40dfca various cli changes Izalia Mae 2024-04-02 13:36:08 -0400
  • 7064adb000 move dev script out of module Izalia Mae 2024-04-02 12:36:06 -0400