Commit Graph

998 Commits

Author SHA1 Message Date
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
Nevo David 4e322667ba
Merge pull request #588 from TonyAntoun/patch-1
Updated Telegram Provider
2025-02-06 11:45:13 +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 7a54b47b28 Merge remote-tracking branch 'origin/main' 2025-02-05 23:34:51 +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
egelhaus 13585a1472
.gitignore aktualisieren 2025-02-04 19:34:51 +01: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
Keiwan Mosaddegh 2e752123b8 chore: add enclosing backticks 2025-02-02 18:50:02 +01: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
egelhaus 02e38ab0ea
Merge pull request #585 from whallin/feature/discord-announcement 2025-01-30 23:30:26 +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
Enno Gelhaus 3efdaf6243 Change .env.example to an simpler Version. 2025-01-30 21:28:57 +01:00
egelhaus 97e1581f19
Merge pull request #575 from egelhaus/main
Update .env.example
2025-01-30 21:01:20 +01:00
egelhaus bf935652df
Update SECURITY.md
Remove jonathan-irvin (Former Maintainer)
2025-01-30 20:41:24 +01:00
egelhaus 278e7f8181
Update SECURITY.md
Remove jread from SECURITY.md (lost Maintainer Aceess), add egelhaus to SECURITY.md (got Maintainer Aceess)
2025-01-30 20:35:45 +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
egelhaus f42da2e42d
Merge branch 'main' into main 2025-01-26 21:17:52 +01:00
Nevo David 7951f46b5c
Merge pull request #578 from gitroomhq/feat/nostr
Nostr provider
2025-01-25 22:37:15 +07:00
Nevo David b048dbd60d feat: fix package json 2025-01-25 15:36:07 +00:00
Nevo David a02806fadb feat: nostr 2025-01-25 22:29:15 +07:00
egelhaus 00691685d9
Add new ENV to .env.example 2025-01-24 15:00:02 +01:00
Nevo David 8b9f060188
Merge pull request #574 from gitroomhq/feat/no-secured
Not secured
2025-01-24 13:46:04 +07:00
Nevo David 6ba1ab9102 feat: not secured 2025-01-24 13:44:26 +07:00
Keiwan Mosaddegh 29dfd55409 fix(tiktok): fix typo 2025-01-23 11:11:15 +01:00
Keiwan Mosaddegh a122488b47 fix(tiktok): disable settings based on posting method 2025-01-23 11:10:49 +01:00
Keiwan Mosaddegh 1df0b98de7 fix(tiktok): add explanation about example use case for upload method 2025-01-23 10:46:23 +01: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 912895b6c7 feat(tiktok): add content posting method alternative to settings 2025-01-23 09:52:12 +01:00
Keiwan Mosaddegh 13b26030b4 feat(tiktok): add content posting method to tiktok dto 2025-01-23 09:49:08 +01:00
Nevo David fc60ed41aa
Merge pull request #569 from gitroomhq/feat/register-once
Register once
2025-01-22 15:46:31 +07: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 e722979497 Feat: package-lock fix 2025-01-20 13:32:03 +00:00
Nevo David 5e0c161e22
Merge pull request #568 from gitroomhq/feat/telegram
Added telegram
2025-01-20 20:25:05 +07:00