Commit graph

14 commits

Author SHA1 Message Date
9087bb17cd feat: complete General Bots 7.0 (v6.2.0) 2026-01-25 10:29:54 -03:00
6bc6a35948 fix: resolve all warnings - wire up services properly 2025-12-17 17:41:37 -03:00
824a8b742e Lowercase botserver/botbook references 2025-12-12 23:20:42 -03:00
2abd875aec Update: General project updates 2025-12-06 11:09:12 -03:00
d9b09e24d4 feat(email): implement email read tracking with pixel support
- Add email-read-pixel config parameter to enable/disable tracking
- Implement tracking pixel injection in HTML emails
- Add sent_email_tracking table with migration
- Create 4 new API endpoints:
  - GET /api/email/tracking/pixel/{id} - serve pixel & record read
  - GET /api/email/tracking/status/{id} - get email read status
  - GET /api/email/tracking/list - list all tracked emails
  - GET /api/email/tracking/stats - get aggregate statistics
- Store tracking data: read_at, read_count, IP, user_agent
- Integrate with send_email() to auto-inject pixel when enabled
2025-12-04 18:15:09 -03:00
541f9fe661 Add balanced documentation structure
Documentation organized with equilibrium:
- Small (50-100 lines): Index files
- Medium (250-400 lines): Guides
- Large (450-600 lines): Complete references

Structure:
- docs/api/ - REST endpoints, WebSocket
- docs/guides/ - Getting started, deployment, templates
- docs/reference/ - BASIC language, configuration, architecture

Updated README.md to point to new docs location.
2025-12-04 12:44:18 -03:00
c88a240903 Migration to Rust removal of Azure. 2025-10-06 10:29:14 -03:00
9aaa8662cc fix(all): CI now can compile docs again. 2021-06-13 12:59:39 -03:00
d8591dd025 fix (core.gbapp): nyc removed until unit tests are available. 2020-01-08 19:13:22 -03:00
Joao Antonio Ferreira
f0d26289f5 WIP: NPM packages updates to latest versions 2019-12-31 16:12:06 -03:00
ff73b3a6f2 feat(webchat): Update of webchat to the newer version 4. 2018-12-12 20:40:33 -02:00
Rodrigo Rodriguez (pragmatismo.io)
51c79a8155 Cleaning and redeploy. 2018-11-05 14:23:36 -02:00
839d052aad Updated docs and published on NPM. 2018-09-16 20:26:07 -03:00
dfa562f783 Adding some images to documentation and segmenting documentation main folder. 2018-08-25 16:25:37 -03:00