Alex Gleason
|
caa9e47161
|
Remove cron.ts
|
2024-05-01 09:08:36 -05:00 |
Alex Gleason
|
f2b36f75f0
|
Remove hono/sentry middleware, upgrade @sentry/deno
|
2024-04-30 13:01:43 -05:00 |
Alex Gleason
|
e722e754cd
|
deno lint
|
2024-04-30 12:55:39 -05:00 |
Alex Gleason
|
f651bf416a
|
sentry: skip "no pubkey provided" error
|
2024-04-30 12:52:20 -05:00 |
Alex Gleason
|
9ecf5db1b1
|
hono: catch HTTPException
|
2024-04-30 12:46:29 -05:00 |
Alex Gleason
|
0e6b4e8b45
|
sentryMiddleware: ignore HTTPException errors
|
2024-04-30 12:37:27 -05:00 |
Alex Gleason
|
0925f37929
|
Make storeMiddleware available in every request
|
2024-04-29 15:05:08 -05:00 |
P. Reis
|
86573a579b
|
refactor: store middleware
|
2024-04-27 20:59:35 -03:00 |
P. Reis
|
18508d37f2
|
feat: define userStore in HonoEnv & set userStore middleware in home timeline
|
2024-04-27 17:02:07 -03:00 |
Alex Gleason
|
677720f15e
|
Unrestrict media uploads
|
2024-04-24 19:22:36 -05:00 |
Alex Gleason
|
3204b61f0b
|
Add an API to manage admin relays
|
2024-04-23 16:21:36 -05:00 |
Alex Gleason
|
64d50552b7
|
Import hono with an import alias
|
2024-04-20 18:54:15 -05:00 |
Alex Gleason
|
505a9bced1
|
Fix type of AppController
|
2024-04-20 18:47:34 -05:00 |
Alex Gleason
|
9c91e41e87
|
Switch NSpec to Nostrify, update imports
|
2024-04-19 16:39:35 -05:00 |
Alex Gleason
|
1cb53bdb84
|
Revert "Merge branch 'rework-cache' into 'main'"
This reverts merge request !156
|
2024-04-19 14:37:53 +00:00 |
Alex Gleason
|
afed0a0b34
|
cache: serve stale response
|
2024-04-13 14:34:37 -05:00 |
Alex Gleason
|
6ab3a640bf
|
Rework cache middleware to use in-memory cache, remove ExpiringCache module
|
2024-04-13 14:00:21 -05:00 |
Alex Gleason
|
6aa877d930
|
Cache /api/v1/instance for 5 minutes
|
2024-04-13 13:28:08 -05:00 |
P. Reis
|
7e8401688c
|
feat: undo repost
|
2024-04-09 18:27:17 -03:00 |
P. Reis
|
178a3c4d0e
|
feat: repost functionality
|
2024-04-05 19:44:12 -03:00 |
P. Reis
|
2113c73f09
|
refactor: resolve import specifier via the active import map
|
2024-04-03 19:39:06 -03:00 |
Alex Gleason
|
d9cbbe2074
|
/api/v1/relationships: requirePubkey
|
2024-03-30 18:32:54 -05:00 |
Alex Gleason
|
2a032b7b7b
|
DELETE /api/v1/statuses/:id
|
2024-03-30 13:34:18 -05:00 |
Alex Gleason
|
75c277e7e8
|
updateCredentials: allow setting nip05 through the API, remove restrictions on update_credentials
|
2024-03-24 16:42:19 -05:00 |
Alex Gleason
|
dbff3fee9a
|
Upgrade nostr-tools to v2.1.5
|
2024-02-12 11:40:17 -06:00 |
Alex Gleason
|
aaf01462c1
|
Update code to use new DittoEvent and DittoFilter. Event -> NostrEvent
|
2024-01-23 12:07:22 -06:00 |
Alex Gleason
|
826a244f47
|
Add status zap endpoint, publish zap request to pipeline
|
2024-01-15 16:43:56 -06:00 |
Alex Gleason
|
31a6d0305f
|
Add admin status deletion endpoint
|
2024-01-11 18:47:26 -06:00 |
Alex Gleason
|
db3ee13baa
|
Implement Pleroma config GET controller
|
2024-01-08 18:01:24 -06:00 |
Alex Gleason
|
5bd03bdcaa
|
Support admin accounts endpoint (first pass)
|
2024-01-05 15:35:55 -06:00 |
Alex Gleason
|
3341d6aedd
|
Add pinController, unpinController
|
2024-01-01 16:23:08 -06:00 |
Alex Gleason
|
5f6715db46
|
Add unbookmarkController
|
2024-01-01 14:35:46 -06:00 |
Alex Gleason
|
c8e2707704
|
Add bookmarkController, refactor generic views
|
2024-01-01 14:07:39 -06:00 |
Alex Gleason
|
69a44f9d2b
|
Add bookmarkController
|
2024-01-01 13:45:07 -06:00 |
Alex Gleason
|
3807ca175f
|
Add unblock and unfollow endpoints
|
2024-01-01 12:50:09 -06:00 |
Alex Gleason
|
5b7c3a1d5e
|
Support GET /api/v1/blocks
|
2024-01-01 12:44:50 -06:00 |
Alex Gleason
|
84eb4cec2e
|
Add blockController, fix bugs
|
2023-12-31 23:35:37 -06:00 |
Alex Gleason
|
952b3f0d66
|
Fix http logger
|
2023-12-31 12:47:00 -06:00 |
Alex Gleason
|
083496943a
|
debug: don't log http requests for /packs etc
|
2023-12-27 21:57:10 -06:00 |
Alex Gleason
|
baf51230ba
|
debug: hono logger
|
2023-12-27 20:57:20 -06:00 |
Alex Gleason
|
86daef416f
|
Cache trending tags (with code copied from Mostr)
|
2023-12-04 13:19:20 -06:00 |
Alex Gleason
|
f4e334b5ff
|
Require POW on signup
|
2023-11-20 19:57:47 -06:00 |
Alex Gleason
|
a15e28e48f
|
Add Sentry hono middleware
|
2023-10-05 20:04:27 -05:00 |
Alex Gleason
|
62ac9bffa3
|
accounts: set nip05 during update_credentials
|
2023-09-11 18:44:44 -05:00 |
Alex Gleason
|
a44fb4c84f
|
Use default avatar and banner from repo, instead of linking out to image
|
2023-09-11 15:36:09 -05:00 |
Alex Gleason
|
10a804b60e
|
Remove POW requirement for now
|
2023-09-11 05:57:50 -05:00 |
Alex Gleason
|
bacb872a18
|
Add /api not implemented controller
|
2023-09-11 04:55:15 -05:00 |
Alex Gleason
|
a5bf09ed2b
|
Resolve any file in public/
|
2023-09-11 04:14:08 -05:00 |
Alex Gleason
|
4310bb7157
|
Add a CSP
|
2023-09-11 04:04:55 -05:00 |
Alex Gleason
|
8a9f8454bf
|
Serve a frontend through Ditto
|
2023-09-11 00:19:56 -05:00 |