P. Reis
|
fc5e9b2990
|
Revert "refactor: move getConfigs() function and frontendConfig logic to 'src/utils/frontendConfig.ts'"
This reverts commit ab85360d2f.
The discussion started publicly in Gitlab: https://gitlab.com/soapbox-pub/ditto/-/merge_requests/537#note_2148430111
Then it kept going in Element, basically the purpose of the commit is
correct, but the way Patrick did it is not good.
|
2024-10-08 16:58:42 -03:00 |
|
P. Reis
|
f76ee000b0
|
refactor: use 'lang' instead of 'target_language'
|
2024-10-08 14:35:51 -03:00 |
|
P. Reis
|
a3bc5ec5c3
|
refactor: remove translation enabled in instanceV1Controller
|
2024-10-08 14:27:00 -03:00 |
|
P. Reis
|
ba23931727
|
refactor: remove unused imports
|
2024-10-08 14:25:25 -03:00 |
|
P. Reis
|
df27959d35
|
fix(relay.ts): purify event
|
2024-10-08 14:15:48 -03:00 |
|
P. Reis
|
17be4ab48f
|
fix(instanceV1Controller): add translation field
|
2024-10-08 11:11:29 -03:00 |
|
P. Reis
|
6c93153117
|
refactor: get language from event itself
|
2024-10-07 17:55:50 -03:00 |
|
P. Reis
|
01a16473ab
|
Merge branch 'main' into translate-status
|
2024-10-07 15:02:47 -03:00 |
|
P. Reis
|
b369b2171d
|
feat: create translateController - /api/v1/statuses/:id/translate
|
2024-10-07 15:02:04 -03:00 |
|
P. Reis
|
f434f87584
|
feat(instanceV2Controller): enable translation
|
2024-10-07 14:39:42 -03:00 |
|
Alex Gleason
|
3aaf5030ca
|
captcha: add a small amount of noise
|
2024-10-05 15:24:44 -05:00 |
|
Alex Gleason
|
1cd7c99bda
|
Add account.source.ditto.captch_solved field
|
2024-10-04 19:26:47 -05:00 |
|
Alex Gleason
|
18f1a94520
|
captcha: show a random image, preload backgrounds into memory
|
2024-10-04 16:42:02 -05:00 |
|
Alex Gleason
|
c81005a050
|
captcha: refactor canvas size globals
|
2024-10-04 15:56:32 -05:00 |
|
Alex Gleason
|
6d09f69e26
|
Move captcha graphics
|
2024-10-04 15:48:34 -05:00 |
|
Alex Gleason
|
71873997e5
|
captcha: refactor canvas calls
|
2024-10-04 15:42:01 -05:00 |
|
Alex Gleason
|
cdf727e5c7
|
captcha: use an already transparent png with stroke to make the hole
|
2024-10-04 15:10:42 -05:00 |
|
Alex Gleason
|
030bfa94d6
|
captcha: rename puzzle to bg, and piece to puzzle
|
2024-10-04 14:22:17 -05:00 |
|
Alex Gleason
|
68c0d437ee
|
captcha: resize pieces, require nip98 auth
|
2024-10-04 13:34:12 -05:00 |
|
Alex Gleason
|
952d5e4370
|
Publish a label when the user solves a captcha
|
2024-10-04 12:53:37 -05:00 |
|
Alex Gleason
|
467a49bd40
|
Add captcha verify controller
|
2024-10-04 12:43:29 -05:00 |
|
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
|
432857c2ff
|
Rework auth tokens table to use hashed/encrypted data
|
2024-10-02 18:28:24 -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 |
|