Alex Gleason
|
e57dd8911c
|
captcha: don't do the encryption thing, just use a ttl cache
|
2024-10-04 12:07:12 -05:00 |
|
Alex Gleason
|
03c9340eb2
|
Mask the puzzle piece
|
2024-10-03 20:15:16 -05:00 |
|
Alex Gleason
|
707674db7c
|
Add captcha token comment
|
2024-10-03 19:38:03 -05:00 |
|
Alex Gleason
|
8d1b1b8abc
|
Add encrypted captcha answer, move AES utils
|
2024-10-03 19:36:44 -05:00 |
|
Alex Gleason
|
f83ad0dbce
|
Add preliminary captcha controller
|
2024-10-03 19:23:22 -05:00 |
|
P. Reis
|
2ca421bef2
|
Merge branch 'main' into translate-status
|
2024-10-03 19:56:13 -03:00 |
|
P. Reis
|
ab85360d2f
|
refactor: move getConfigs() function and frontendConfig logic to 'src/utils/frontendConfig.ts'
|
2024-10-03 11:17:21 -03:00 |
|
Alex Gleason
|
7f8697f4f3
|
Fix zap tag logic
|
2024-10-02 22:52:07 -05:00 |
|
Alex Gleason
|
031297f253
|
Improve relay/pubkey hints when creating a status
|
2024-10-02 22:46:52 -05: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
|
bece384124
|
Add Web Push skeleton
|
2024-09-30 19:12:53 -05:00 |
|
Alex Gleason
|
64a6d7170c
|
Add initial webmanifest controller
|
2024-09-26 13:50:51 -05:00 |
|
Alex Gleason
|
2fcaa9fe31
|
publicTimelineController: add conditional around filters.search assignment
|
2024-09-25 15:16:17 -05:00 |
|
Alex Gleason
|
2fdf68552c
|
Merge branch 'filter-global-feed-by-language' into 'main'
feat: filter global and local feed by language
Closes #223
See merge request soapbox-pub/ditto!519
|
2024-09-25 20:12:17 +00:00 |
|
P. Reis
|
77f5965cdc
|
refactor: return zod errors in publicTimelineController
|
2024-09-25 16:52:54 -03:00 |
|
P. Reis
|
12aaf8c678
|
refactor: use languageSchema in createStatusSchema
|
2024-09-25 16:51:59 -03:00 |
|
P. Reis
|
dac11a9055
|
feat: filter global and local feed by language
add a 'language' field in publicQuerySchema
|
2024-09-25 13:56:14 -03:00 |
|
P. Reis
|
b81ae3f043
|
Merge branch 'main' into zap-notification-streaming
|
2024-09-24 18:12:28 -03:00 |
|
Alex Gleason
|
d72ec843cf
|
Add relay connections metrics
|
2024-09-23 22:28:01 -05:00 |
|
P. Reis
|
60ebff45d5
|
refactor: use correct Stickynotes, and not legacy Debug
|
2024-09-23 15:33:14 -03:00 |
|
P. Reis
|
1a1adc1654
|
feat: add ditto:relay in /relay - sticky notes
|
2024-09-23 14:47:17 -03:00 |
|
Alex Gleason
|
ebce4a8b1d
|
Fix a few more type errors, whoops
|
2024-09-22 17:46:21 -05:00 |
|
Alex Gleason
|
195cf9f44e
|
metrics: add messages sent and received by streaming API
|
2024-09-21 21:44:24 -05:00 |
|
Alex Gleason
|
fc7228e183
|
Streaming metrics
|
2024-09-21 21:40:52 -05:00 |
|
Alex Gleason
|
5a0a2087e5
|
relay: fix connection metrics
|
2024-09-21 14:48:50 -05:00 |
|
P. Reis
|
aa07809e3f
|
Merge branch 'main' into zap-notification-streaming
|
2024-09-18 18:32:35 -03:00 |
|
Alex Gleason
|
8890f6bce5
|
searchEvents: fix account_id, simplify code
|
2024-09-18 12:58:17 -05:00 |
|
P. Reis
|
4ae17c4993
|
refactor: make getPubkeysBySearch() function return Set<string>
|
2024-09-18 14:15:18 -03:00 |
|
P. Reis
|
f1c0d8c18f
|
refactor(getPubkeysBySearch): rename followList to followedPubkeys
|
2024-09-18 11:30:41 -03:00 |
|
P. Reis
|
373e9ca6d8
|
Merge branch 'main' into zap-notification-streaming
|
2024-09-17 17:06:45 -03:00 |
|
P. Reis
|
f73b20bf03
|
refactor: make getPubkeysBySearch() function use set of strings Set<string>
|
2024-09-17 14:50:33 -03:00 |
|
P. Reis
|
47c1d290b0
|
Merge branch 'main' into enhance-profile-search-again
|
2024-09-17 14:42:15 -03:00 |
|
P. Reis
|
7eab62b9a9
|
refactor: getFollowedPubkeys() and getFeedPubkeys() functions return Set<string>
|
2024-09-17 14:02:46 -03:00 |
|
P. Reis
|
52001373e0
|
feat: show users you follow first in search
getPubkeysBySearch() function refactored to accept a followList argument
|
2024-09-17 11:04:27 -03:00 |
|
P. Reis
|
2fe6a8fde5
|
refactor: move getPubkeysBySearch () function to a new location
|
2024-09-16 14:24:26 -03:00 |
|
P. Reis
|
a18b049eb7
|
feat: make notifications great again
it works the same as before, but with way less code
|
2024-09-16 14:08:45 -03:00 |
|
P. Reis
|
8b5940298c
|
Merge branch 'main' into zap-notification-streaming
|
2024-09-16 09:18:40 -03:00 |
|
P. Reis
|
cbc1691002
|
feat: zap notification in streaming
|
2024-09-15 18:34:11 -03:00 |
|
P. Reis
|
dc69f21e0b
|
refactor: write map function in a cleaner way
|
2024-09-15 17:46:10 -03:00 |
|
P. Reis
|
c5711ea071
|
refactor(accountSearchController): only reassign events if event is undefined
|
2024-09-15 17:42:58 -03:00 |
|
P. Reis
|
ed74b2464a
|
refactor: write it like a normal if statement
|
2024-09-15 17:42:26 -03:00 |
|
P. Reis
|
3b8a800cd2
|
refactor(search enchance): map over pubkeys instead of events
|
2024-09-15 17:27:56 -03:00 |
|
P. Reis
|
f99ea7c33f
|
refactor(getPubkeysBySearch): cast as string
|
2024-09-13 18:57:47 -03:00 |
|
P. Reis
|
b3e56320a0
|
feat(accountSearchController): return accounts in autocomplete form
|
2024-09-13 18:41:20 -03:00 |
|
P. Reis
|
6387ee440c
|
feat: return multiple accounts in searchController
|
2024-09-13 16:36:01 -03:00 |
|
P. Reis
|
69c2158131
|
refactor: return ordered accounts by similarity relevance in searchEvents() function
|
2024-09-13 16:20:56 -03:00 |
|
P. Reis
|
935cc7c5a5
|
refactor: remove NIP-50 search if looking for accounts, use same filter
|
2024-09-13 14:33:34 -03:00 |
|
P. Reis
|
a6f1098bc6
|
test: getPubkeysBySearch() function
|
2024-09-13 10:32:05 -03:00 |
|