Nevo David
6633fab924
feat: final temporal touches
2026-01-05 17:28:53 +07:00
Nevo David
da0045428a
feat: temporal - huge refactor
2026-01-05 15:49:19 +07:00
Nevo David
d8a6215155
feat: before split
2026-01-05 11:35:15 +07:00
Nevo David
cd085e27ca
feat: more translations
2026-01-01 16:07:58 +07:00
Nevo David
ca941aed85
fix: customer
2025-12-29 02:59:17 +07:00
Nevo David
00caa7ddc4
feat: moving to dub partners
2025-12-29 02:11:40 +07:00
Nevo David
e5a4c558dd
feat: fix throttle
2025-12-28 21:01:20 +07:00
Nevo David
b9062423a4
feat: fix linkedin pdf
2025-12-28 18:54:31 +07:00
Nevo David
7a82798cdc
feat: fix throttler
2025-12-28 18:24:33 +07:00
Nevo David
3387b3c989
feat: higher concurrency rate for facebook
2025-12-28 18:12:18 +07:00
Nevo David
0d134c0a6f
feat: editor bug fixes, some previews
2025-12-27 23:20:07 +07:00
Nevo David
6f889d42c8
feat: responsive payment
2025-12-26 19:43:55 +07:00
fer-r
2497bd139d
feat: add WebP image upload support
...
- Added image/webp to the list of allowed MIME types in the file uploader preprocessor
- Added .webp extension validation in ValidUrlExtension validator
- Updated error message to include .webp in the list of valid extensions
Closes #1055
2025-12-26 03:10:49 +01:00
Nevo David
37c45743a8
feat: refactor for creation modal
2025-12-25 18:29:12 +07:00
Nevo David
f4dec2ed26
feat: powered by
2025-12-22 19:17:10 +07:00
Nevo David
0fe10976b0
feat: billing change
2025-12-22 17:08:35 +07:00
Nevo David
991d354c34
feat: billing change
2025-12-22 16:55:51 +07:00
Nevo David
7294cad60b
feat: branded signin-signup
2025-12-18 14:27:57 +07:00
Nevo David
f4ce7f74f9
feat: register change
2025-12-18 12:15:04 +07:00
Nevo David
16d4b4508f
feat: fix nostr
2025-12-05 23:08:27 +07:00
Nevo David
ab2502086a
fix: nostr
2025-12-05 21:29:57 +07:00
Nevo David
c982e30e96
feat: notifcations settings
2025-12-05 14:32:20 +07:00
Nevo David
943acec8e4
fix: refresh token unified, and found some bugs
2025-12-04 14:12:33 +07:00
Nevo David
71174c1b8f
feat: typing
2025-12-02 19:46:26 +07:00
Nevo David
b1ccd6d6ce
feat: missing dto
2025-12-02 19:45:53 +07:00
Nevo David
292c3e480b
feat: unified continue providers
2025-12-02 16:04:54 +07:00
Nevo David
e1225681a9
feat: youtube select page
2025-12-02 15:39:20 +07:00
Nevo David
9afeb1e0f8
feat: billing change
2025-11-30 00:17:02 +07:00
Nevo David
1e4b1b8baf
feat: add www to threads
2025-11-28 18:08:41 +07:00
Nevo David
8dc422ee31
feat: gmb analytics
2025-11-27 22:44:33 +07:00
Nevo David
69e8944437
feat: google my business
2025-11-27 20:56:57 +07:00
Nevo David
4eac6b9ff8
feat: gmb
2025-11-27 20:37:09 +07:00
Nevo David
98edbc4588
feat: fix farcaster
2025-11-27 00:42:27 +07:00
Nevo David
953e00119a
Merge remote-tracking branch 'origin/main'
2025-11-27 00:19:12 +07:00
Nevo David
04a50b8b46
test: debug farcaster
2025-11-27 00:17:46 +07:00
Enno Gelhaus
52e8198bf1
Add replayCanvasIntegration to Sentry client
2025-11-26 15:54:20 +01:00
Enno Gelhaus
24ae266041
feat: add Sentry console logging integration and user report dialog
2025-11-26 15:33:57 +01:00
Enno Gelhaus
91931c9bda
feat: allow all logs to be passed to sentry
2025-11-26 13:24:34 +01:00
Nevo David
0c74bb4250
feat: fix posting for lemmy
2025-11-26 15:02:33 +07:00
Nevo David
5a3906dc2e
feat: save to user inbox
2025-11-24 15:26:47 +07:00
Enno Gelhaus
bd70bb6555
Basic Sentry Metric Functionality ( #1064 )
2025-11-19 15:05:03 +01:00
Nevo David
725ce402cf
Merge pull request #1057 from meysam81/meysam/fix/address-x-thread-finisher-html-marker
...
fix: Twitter/X thread finisher posting with HTML tags
2025-11-19 14:29:15 +07:00
Enno Gelhaus
197957672d
Increase sampleRate for frontend services
...
Set tracesSampleRate to 1.0 for all environments.
2025-11-18 15:52:14 +01:00
Enno Gelhaus
28eed857b2
Increase sampleRate for backend services
...
Set tracesSampleRate to 1.0 for all environments.
2025-11-18 15:51:41 +01:00
Nevo David
403b4a0fe1
stripe logic change
2025-11-17 19:47:45 +07:00
Meysam Azad
4c3e002a26
Fix Twitter/X thread finisher posting with HTML tags
...
Previously, Twitter/X was posting thread finisher (message ending signature)
with HTML <p> elements hardcoded into the message text. This was because the
thread_finisher content was being used directly without HTML stripping.
This fix wraps the thread_finisher text with stripHtmlValidation() to remove
HTML tags and convert them to plain text, consistent with how other platforms
(Bluesky, Threads, Mastodon) handle this feature.
Changes:
- Added stripHtmlValidation() call for thread_finisher in X provider
- Now matches the implementation pattern used in Bluesky provider
- Ensures thread finisher posts plain text instead of HTML markup
2025-11-09 20:32:58 +07:00
Enno Gelhaus
52caf3d55c
[WebLate] Translated (Georgian)
...
Currently translated at 100.0% (503 of 503 strings)
Translation: Postiz/Postiz
Translate-URL: https://weblate.ennogelhaus.de/projects/postiz/postiz/ka/
2025-11-07 06:23:03 +00:00
Enno Gelhaus
adbd5a9d70
[WebLate] Translated (Japanese)
...
Currently translated at 99.8% (502 of 503 strings)
Translation: Postiz/Postiz
Translate-URL: https://weblate.ennogelhaus.de/projects/postiz/postiz/ja/
2025-11-07 06:23:03 +00:00
Enno Gelhaus
96151da9d1
[WebLate] Translated (French)
...
Currently translated at 100.0% (503 of 503 strings)
Translation: Postiz/Postiz
Translate-URL: https://weblate.ennogelhaus.de/projects/postiz/postiz/fr/
2025-11-07 06:23:03 +00:00
Enno Gelhaus
7376e230bd
[WebLate] Translated (Bengali)
...
Currently translated at 100.0% (503 of 503 strings)
Translation: Postiz/Postiz
Translate-URL: https://weblate.ennogelhaus.de/projects/postiz/postiz/bn/
2025-11-07 06:23:03 +00:00