Izalia Mae
ffed955ab3
add note for changing log-level via cli
2024-04-02 13:38:23 -04:00
Izalia Mae
71de40dfca
various cli changes
...
* ensure database file is correctly named in docker container
* add `--skip-questions` option to setup command
* ask to proceed with setup if private key already exists
2024-04-02 13:36:08 -04:00
Izalia Mae
7064adb000
move dev script out of module
2024-04-02 12:36:06 -04:00
Izalia Mae
437075e512
Fix running via docker
2024-04-02 12:32:49 -04:00
Izalia Mae
65b6c0a5ad
put dependencies in pyproject
2024-04-01 17:29:27 -04:00
Izalia Mae
c67b26760b
convert setup.cfg to pyproject.toml
2024-04-01 15:38:29 -04:00
Izalia Mae
3707d3f5f6
change metadata name to ActivityRelay
2024-04-01 15:12:01 -04:00
Izalia Mae
87d58c95e6
fetch barkshark-sql from pypi
2024-04-01 14:49:40 -04:00
Izalia Mae
22bba6e85e
use jinja2-haml from pypi
...
jinja2-haml is the renamed hamlish-jinja fork at https://git.barkshark.xyz/barkshark/hamlish-jinja
2024-04-01 13:09:54 -04:00
Izalia Mae
12b9ee317a
simplify dev lint command with watch flag
2024-04-01 13:05:32 -04:00
Izalia Mae
9708d526a9
use correct license name
2024-04-01 13:04:41 -04:00
Izalia Mae
673175b80b
add clean dev command
2024-04-01 07:18:10 -04:00
Izalia Mae
c200c295e7
ensure config key is formatted properly
2024-03-31 18:23:35 -04:00
Izalia Mae
134afe24f7
update aputils to 0.2.1
2024-03-31 11:52:05 -04:00
Izalia Mae
2bb44d8e37
use typing_extensions module for python < 3.11
2024-03-31 11:51:48 -04:00
Izalia Mae
6e914fb50c
fix linter warning
2024-03-31 11:35:33 -04:00
Izalia Mae
3421846111
add --watch option to lint dev command
2024-03-31 11:00:31 -04:00
Izalia Mae
f7e31d9387
add cors headers to api routes
2024-03-30 05:33:26 -04:00
Izalia Mae
587b9483d7
create a task instead of waiting for client posts in workers
2024-03-30 05:33:06 -04:00
Izalia Mae
beb9d9c3e5
add web manifest to frontend
2024-03-28 07:12:27 -04:00
Izalia Mae
ec7e254740
merge menu and toast resources into api.js and style.css
2024-03-28 06:04:17 -04:00
Izalia Mae
014c6896b1
some minor changes
...
* version bump to 0.3.1
* remove debug print in frontend endpoints
* remove unused json import
* fix toast messages for accepting/denying follow requests
2024-03-28 05:57:28 -04:00
Izalia Mae
0709d8deb9
remove unnecessary ActorView.validate_signature method
2024-03-27 12:52:58 -04:00
Izalia Mae
8ed1daeae5
allow HttpClient.post to accept bytes objects
2024-03-27 12:50:53 -04:00
Izalia Mae
a1ceb0cb4b
update aputils to 0.2.0
2024-03-27 12:50:07 -04:00
Izalia Mae
e700f9baa2
use right algorithm for inbox pushes
...
* return instance rows from distill_inboxes
* pass the row of the instance being POSTed to the instance parameter of HttpClient.post
2024-03-27 12:48:22 -04:00
Izalia Mae
938d3f419e
properly detect if running via systemd
2024-03-27 11:48:05 -04:00
Izalia Mae
6112734b2f
update aputils to 0.1.9
2024-03-22 03:24:23 -04:00
Izalia Mae
491f19a9cb
don't include date in logging when running via systemd
2024-03-21 22:50:22 -04:00
Izalia Mae
a6f1738b73
fix user updating
2024-03-16 06:11:47 -04:00
Izalia Mae
ea0658e2ea
don't set csp header on /api routes
2024-03-16 06:10:58 -04:00
Izalia Mae
5c210dc20f
fix linting issues
2024-03-16 01:36:20 -04:00
Izalia Mae
b8b6dda131
update theme on change in config admin page
2024-03-15 23:04:41 -04:00
Izalia Mae
98b7e33288
fix editing note in config admin page
2024-03-15 23:00:54 -04:00
Izalia Mae
d579ec634d
fix NameError in CachedStaticResource._handle
2024-03-15 22:56:16 -04:00
Izalia Mae
02564c7295
update caddy file for v2
2024-03-15 22:36:15 -04:00
Izalia Mae
e1ab01e4e2
use api on login page
2024-03-15 22:14:37 -04:00
Izalia Mae
a966f9c1cf
replace alerts with in-page toast messages
2024-03-15 21:57:44 -04:00
Izalia Mae
2be96a8ca5
register static route on run
2024-03-15 21:28:40 -04:00
Izalia Mae
6018af1e68
load static files into memory when not in dev mode
2024-03-15 21:24:17 -04:00
Izalia Mae
c961fadc9a
don't run relay via dev script in dev mode by default
2024-03-15 21:23:57 -04:00
Izalia Mae
94f4d32314
don't run relay via dev script in dev mode by default
2024-03-15 21:17:20 -04:00
Izalia Mae
f488d661d7
load static files into memory when not in dev mode
2024-03-15 21:15:54 -04:00
Izalia Mae
8b738dd365
removed unused endpoints
2024-03-15 19:52:12 -04:00
Izalia Mae
3114e48371
enable csp headers
2024-03-15 19:47:05 -04:00
Izalia Mae
b068f4f91e
move request method out of client class
2024-03-15 06:55:52 -04:00
Izalia Mae
0f3b72830b
use cookie auth for frontend
2024-03-15 06:50:08 -04:00
Izalia Mae
50c323ba1e
use api for users admin page
2024-03-15 06:46:55 -04:00
Izalia Mae
1ffc609058
add user management api endpoints and allow cookie for api auth
2024-03-15 06:46:31 -04:00
Izalia Mae
08f4f0e72d
use api for admin config page
2024-03-15 04:53:43 -04:00