Alex Gleason
|
084df2b59d
|
Streaks API
|
2025-02-06 14:26:08 -06:00 |
|
Alex Gleason
|
f04ca2b6ff
|
Rework language and media columns to use Nostrify search_ext column
|
2025-02-02 19:32:43 -06:00 |
|
P. Reis
|
b037be44a4
|
feat: add mime_type column in nostr_events, add the following NIP 50 search extensions:
exact_mime_type, example: 'exact_mime_type:image/png' (uses hash index)
partial_mime_type, example 'partial_mime_type:image' (uses b-tree index)
only_media, example 'only_media:true' (sometimes uses index)
|
2025-01-22 17:01:10 -03:00 |
|
Alex Gleason
|
42f5e316a8
|
Let bunker_pubkey be different from user pubkey
|
2024-10-26 18:37:26 -05:00 |
|
Alex Gleason
|
b4e63afb8c
|
Merge remote-tracking branch 'origin/main' into push
|
2024-10-11 18:03:20 -05:00 |
|
P. Reis
|
3f00f255a5
|
fix: type assertions in EventsDB
|
2024-10-08 11:01:34 -03:00 |
|
Alex Gleason
|
4561ec0d00
|
Store the Push Subscription in the database
|
2024-10-02 22:20:47 -05:00 |
|
Alex Gleason
|
049d99af9b
|
Merge remote-tracking branch 'origin/main' into push
|
2024-10-02 19:26:37 -05:00 |
|
Alex Gleason
|
432857c2ff
|
Rework auth tokens table to use hashed/encrypted data
|
2024-10-02 18:28:24 -05:00 |
|
Alex Gleason
|
a10e810068
|
Create push_subscriptions table
|
2024-10-02 13:14:37 -05:00 |
|
Alex Gleason
|
bece384124
|
Add Web Push skeleton
|
2024-09-30 19:12:53 -05:00 |
|
P. Reis
|
f063da1b86
|
refactor: add search field to AuthorStatsRow, remove AuthorSearch interface
|
2024-09-19 19:35:38 -03:00 |
|
Alex Gleason
|
8da223ad6c
|
Merge remote-tracking branch 'origin/main' into language-detection
|
2024-09-15 17:25:36 -05:00 |
|
Alex Gleason
|
c24d11c6f3
|
Support NIP-50 language extension
|
2024-09-15 12:40:58 -05:00 |
|
P. Reis
|
8bc8712cf3
|
feat: create and add author_search interface to DittoTables
|
2024-09-13 10:23:08 -03:00 |
|
Alex Gleason
|
dc8d09a9da
|
Remove SQLite support
|
2024-09-11 11:08:33 -05:00 |
|
Alex Gleason
|
8efd6fbb20
|
Remove unattached_media table, replace with LRUCache, fix media upload order problem
|
2024-09-07 10:24:56 -05:00 |
|
Alex Gleason
|
552de01a17
|
Rework DittoDB to return an object
|
2024-08-11 19:02:27 -05:00 |
|
Alex Gleason
|
ece18c9bd8
|
Add tags table migration
|
2024-07-29 15:32:36 -05:00 |
|
P. Reis
|
2d937a7378
|
refactor(event_zaps): rename amount to amount_millisats
|
2024-06-21 18:20:10 -03:00 |
|
P. Reis
|
ddb93af09f
|
feat(DittoTables): create EventZapRow
|
2024-06-20 14:33:25 -03:00 |
|
P. Reis
|
d260825660
|
feat: add 'zaps_amount' to EventStatsRow as number
|
2024-06-10 09:34:14 -03:00 |
|
Alex Gleason
|
22c840092f
|
Add quotes count
|
2024-06-02 20:30:57 -05:00 |
|
Alex Gleason
|
7221b5f203
|
grant_type nostr -> nostr_bunker, connections -> nip46_tokens
|
2024-05-29 16:14:21 -05:00 |
|
Alex Gleason
|
0141a732c3
|
Add connections table
|
2024-05-26 19:21:15 -05:00 |
|
Alex Gleason
|
c6dea07ac3
|
Add back reactions_count column so trending can still work
|
2024-05-24 17:51:32 -05:00 |
|
Alex Gleason
|
f7c9a96719
|
Nuke the old stats module, support emoji reactions on posts
|
2024-05-24 17:40:51 -05:00 |
|
Alex Gleason
|
171350a34d
|
Drop deleted_at column
|
2024-05-15 08:08:30 -05:00 |
|
Alex Gleason
|
b3985e740b
|
EventsDB: migrate tables to match NDatabase
|
2024-05-14 20:54:09 -05:00 |
|
Alex Gleason
|
87264eeef1
|
Remove relays table from the database, track them with a NIP-65 admin event
|
2024-05-01 19:15:20 -05:00 |
|
Alex Gleason
|
9ccf6bbea0
|
Mold the things to work with Postgres
|
2024-04-19 20:52:42 -05:00 |
|
Alex Gleason
|
29102d272a
|
Add DittoSQLite module
|
2024-04-19 12:16:48 -05:00 |
|