Commit Graph

361 Commits

Author SHA1 Message Date
Nevo David 379704c997 feat: fix 2025-02-07 18:33:12 +07:00
Nevo David d7764faf15 feat: send tests 2025-02-06 23:15:50 +07:00
Nevo David fc11d8c14a feat: webhook 2025-02-06 21:16:03 +07:00
Nevo David 6716360b5a feat: digest notifications, to remove email spam 2025-02-06 13:55:00 +07:00
Nevo David 136f20b7ed feat: disable bluesky videos, add mastodon character validation 2025-02-06 12:46:04 +07:00
Nevo David 807f7078f3 feat: cant enable channels on self-hosted mode 2025-02-06 12:22:18 +07:00
Nevo David cffd7e663f
Merge pull request #573 from keiwanmosaddegh/main
feat(tiktok): add content posting method alternatives (direct post vs upload)
2025-02-06 11:52:55 +07:00
Nevo David 49204bfdef
Merge pull request #495 from ArafatHossain403/fix/user-reg-input-unhandled-error
Added max length validation in user registration, company name and password which solve unhandled error in backend
2025-02-06 11:50:17 +07:00
egelhaus 5ef1177d1b
Merge branch 'main' into patch-1 2025-02-05 23:53:50 +01:00
Zerocool a1417a3858
Update telegram.provider.ts
Added the code to delete the user /connect message - IF THE BOT IS ADMIN
Added code to check the member status of the bot
2025-02-06 00:40:43 +02:00
Nevo David 22b148c099
Merge pull request #564 from ak7550/feat/add-short.io
feat: #544-Add short.io as a shortening link
2025-02-05 23:41:42 +07:00
Nevo David fa0c422a55 feat: subscription 2025-02-05 23:34:34 +07:00
Zerocool 57e3d4ddb7
Update telegram.provider.ts
- Updated the logic in 'authenticate' to handle both public and private Telegram groups/channels.
- Updated the logic in 'getBotId' to handle both public and private Telegram groups/channels.
- Updated the logic in 'post' to apply sending local files, include contentType, media handling (captions/groups), link generation (to fix undefined links)
2025-02-05 03:06:25 +02:00
Nevo David 8e0efe1724 feat: lifetime check fix 2025-02-04 23:56:43 +07:00
Nevo David 2a542657a0 feat: remove lifetime check 2025-02-04 23:47:40 +07:00
Nevo David 1ffcb5c545 feat: fix billing 2025-02-04 23:16:22 +07:00
Nevo David 296f3f15af Merge remote-tracking branch 'origin/main' 2025-02-03 13:33:07 +07:00
Nevo David 07e7b4b530 feat: prevent lifetime account, disabled 2025-02-03 13:32:57 +07:00
egelhaus e888dc58c5
Merge branch 'main' into main 2025-01-31 23:42:06 +01:00
egelhaus 052fed90ca
Merge branch 'main' into feat/add-short.io 2025-01-30 23:37:29 +01:00
William Hallin d4d467276f
feat: allow GUILD_ANNOUNCEMENT for Discord
Allow the Discord provider to post in "GUILD_ANNOUNCEMENT" text channels, also known as announcement channels
2025-01-30 22:15:35 +01:00
Nevo David 92d09b5660 feat: update custom instance 2025-01-29 18:01:44 +07:00
Nevo David 3b1047b765 feat: fix reconnect channels 2025-01-29 17:14:26 +07:00
Nevo David 1c14497855 feat: require bluesky refresh 2025-01-29 00:55:20 +07:00
Nevo David 77bb2b2c71 feat: bluesky refresh + allow for any username 2025-01-29 00:49:54 +07:00
Nevo David a02806fadb feat: nostr 2025-01-25 22:29:15 +07:00
Nevo David 6ba1ab9102 feat: not secured 2025-01-24 13:44:26 +07:00
Keiwan Mosaddegh aa3ffac193 fix(tiktok): extract endopoint method outside of post() 2025-01-23 10:29:50 +01:00
Keiwan Mosaddegh 81eacbe6d5 feat(tiktok): update conetnt posting method based on setting 2025-01-23 10:09:35 +01:00
Keiwan Mosaddegh 13b26030b4 feat(tiktok): add content posting method to tiktok dto 2025-01-23 09:49:08 +01:00
Nevo David abc0d1269c feat: register once 2025-01-22 15:45:58 +07:00
Nevo David 9c648fe1ba feat: fix telegram 2025-01-20 23:47:25 +07:00
Nevo David 0dde88243b feat: telegram channel 2025-01-20 20:09:19 +07:00
Aniket Kumar Ghosh 4d9ef69476 code implementation complete. 2025-01-19 16:54:10 +05:30
Nevo David c9091dba3c feat: farcaster login 2025-01-19 16:32:23 +07:00
Aniket Kumar Ghosh 9c10d0f1a6 short.io integration is in progress. 2025-01-19 14:57:13 +05:30
Nevo David 0d683b3c0d feat: requestChecksumCalculation WHEN_REQUIRED 2025-01-19 01:42:18 +07:00
Nevo David 40f4012251 feat: fix with middleware 2025-01-19 01:25:52 +07:00
Nevo David ba89e585a4 feat: middleware 2025-01-19 01:24:36 +07:00
Nevo David 2d51adb7bb feat: spelling 2025-01-18 22:22:22 +07:00
Nevo David 1505143112 feat: farcaster 2025-01-18 22:14:43 +07:00
Nevo David 7a45fc35dc feat: fix payment status 2025-01-14 21:45:18 +07:00
Nevo David f3579cfcaf feat: nowpayments 2025-01-14 21:41:14 +07:00
Nevo David d2ba24890e
Merge pull request #543 from gitroomhq/feat/short-linking
Added shortlinking option
2025-01-12 15:53:32 +07:00
Nevo David 772ff4ca74 feat: short linking support 2025-01-12 15:52:30 +07:00
James Read 71c01117c3
Remove duplicate 2025-01-09 22:41:42 +00:00
James Read dc17fd2b6f
Merge branch 'main' into main 2025-01-09 22:40:44 +00:00
James Read 580e41a8fc
Merge pull request #532 from funnymomo/main
.com.de support added to all.two.level.subdomain.ts
2025-01-09 22:39:16 +00:00
mbi001 e10c43a349
Update all.two.level.subdomain.ts
Corrected .tplinkdns.com
2025-01-07 15:50:30 -06:00
mbi001 ef5a18de29
Update all.two.level.subdomain.ts
Added tplinkdns.com to authorized sub domain names
2025-01-07 15:46:49 -06:00