ayrisdev
  • Joined on 2026-02-15
ayrisdev pushed to main at ayrisdev/lunaqrmenu 2026-05-15 16:18:54 +00:00
a1b74ec195 fix: add @types/bcryptjs for build
ayrisdev pushed to main at ayrisdev/lunaqrmenu 2026-05-15 16:15:16 +00:00
6f04e39bf3 feat: add admin user management (create, password change)
a2ba52e69b chore: migrate middleware to proxy as per Next.js 2026 convention
09a105cd1e feat: add prisma support, admin panel and auth
Compare 3 commits »
ayrisdev pushed to main at ayrisdev/webmailserver 2026-05-14 19:58:28 +00:00
99f9b51db8 Improve mobile responsiveness with hamburger menu and drawer sidebar
ayrisdev pushed to main at ayrisdev/webmailserver 2026-05-14 19:47:25 +00:00
47dced6f89 Fix data.error null check in settings page
25cc2227c5 Implement fetch-on-demand QR logic for WhatsApp
effd88adfe Fix NotificationLog TS error with casting
8aa8410d48 Fix undefined notificationResult and bypass Prisma TS errors with casting
7f1a81977f Fix settings page loading bug and add error handling
Compare 6 commits »
ayrisdev pushed to main at ayrisdev/AyrisTech-WhatsApp-Gateway 2026-05-14 19:47:16 +00:00
4258392a47 feat: add QR and status endpoints for external access
ayrisdev pushed to main at ayrisdev/webmailserver 2026-05-14 19:32:28 +00:00
b0139b6cab Integrate WhatsApp Gateway for mail notifications
ede38e80e4 Enable DOMAIN_ADMIN to manage users within their authorized domains
Compare 2 commits »
ayrisdev pushed to main at ayrisdev/AyrisTech-WhatsApp-Gateway 2026-05-14 19:18:29 +00:00
2248a4c546 first commit
ayrisdev created branch main in ayrisdev/AyrisTech-WhatsApp-Gateway 2026-05-14 19:18:29 +00:00
ayrisdev created repository ayrisdev/AyrisTech-WhatsApp-Gateway 2026-05-14 19:16:35 +00:00
ayrisdev pushed to main at ayrisdev/webmailserver 2026-05-14 18:31:56 +00:00
b8648fb5f7 Update README to professional bilingual version
123d2c8d54 Add unified docker-compose, README_INSTALL and .env.example for easy setup
Compare 2 commits »
ayrisdev pushed to main at ayrisdev/mail-worker 2026-05-14 16:30:04 +00:00
17ad42b3b9 vbsgf
ayrisdev pushed to main at ayrisdev/mail-worker 2026-05-14 16:21:05 +00:00
ac9cd464ff docs: add .env.example and English documentation to README
dc501566d9 security: obfuscate sensitive data in README and .env
98f92b1b2b fix: restore .gitignore
4a7b3bcc3a chore: simplify to plain JS worker.js and finalize install instructions
06789a25af docs: finalize installation instructions and infrastructure for overhauled worker
Compare 5 commits »
ayrisdev pushed to main at ayrisdev/webmailserver 2026-05-14 16:11:30 +00:00
083bc5f546 Remove specific keyword filtering for notifications
add1876c11 Remove IMAP fallback and clean up webhook logic
c331162704 Move webhook secret to .env for better security
Compare 3 commits »
ayrisdev pushed to main at ayrisdev/webmailserver 2026-05-14 16:04:54 +00:00
871dc8406b Add RFC 2047 MIME decoding for mail subjects
ayrisdev pushed to main at ayrisdev/webmailserver 2026-05-14 15:59:17 +00:00
8a7923b1f2 Update webhook to use 'snippet' field and unify notification logic
ayrisdev pushed to main at ayrisdev/webmailserver 2026-05-14 15:54:40 +00:00
b3ef5195c5 Fix build error: add .dockerignore and remove scratch files
ayrisdev pushed to main at ayrisdev/webmailserver 2026-05-14 15:52:57 +00:00
a0fcc90d31 Update signal webhook to accept direct content and send TG notifications
00894751bd Complete mail signal automation with Telegram notifications and content analysis
Compare 2 commits »
ayrisdev pushed to main at ayrisdev/webmailserver 2026-05-14 15:39:57 +00:00
f71da406d5 Implement mail signal webhook and IMAP mail fetching logic
ayrisdev pushed to main at ayrisdev/mail-worker 2026-05-14 14:58:39 +00:00
d815626479 fix: resolve TS errors by setting module type and fixing types in tsconfig
d0573f17f0 fix: set package type to module and add dotenv dependency
Compare 2 commits »
ayrisdev pushed to main at ayrisdev/mail-worker 2026-05-14 14:55:42 +00:00
9624a4f45d refactor: use env variables and update project structure
17395698ec first commit