Commit Graph
3924 Commits
Author SHA1 Message Date
Shivam Mishra 62a9d8372b fix: industry value 2024-02-29 17:01:04 +05:30
Shivam Mishra 17a111f324 feat: more accurate industry tracking 2024-02-29 16:58:50 +05:30
Shivam Mishra 4f43446237 refactor: normalize company size 2024-02-29 16:43:10 +05:30
Shivam Mishra 18188ae623 refactor: fallback on industry 2024-02-29 16:33:43 +05:30
Shivam Mishra b9dd93ab87 fix: use rounded-md 2024-02-29 16:08:05 +05:30
Nithin David Thomas f7088b29cc Latest changes 2024-02-15 22:22:21 +05:30
Nithin David Thomas 90a6a9d058 Review fixes 2024-02-15 21:45:38 +05:30
Nithin David ThomasandGitHub e0b60eb3b6 Merge branch 'develop' into feat/onboarding 2024-02-15 03:58:28 -08:00
Nithin David Thomas f598b6886f Fixes broken flow 2024-02-15 00:23:16 +05:30
Nithin David ThomasandGitHub 678c00f254 fix: Removes default slot for right of label (#8936) 2024-02-14 10:48:54 -08:00
Nithin David Thomas 54bd3c38d5 Reverts unwanted changes 2024-02-14 20:33:34 +05:30
Nithin David Thomas 55317c8fad Mereg changes feat/api-split-signup 2024-02-14 20:30:16 +05:30
Nithin David Thomas 3d841369da Reverting unwanted changes 2024-02-14 19:59:29 +05:30
Sojan f9900947dc chore: Data needed to store onboarding flow 2024-02-14 19:55:45 +05:30
Nithin David Thomas 11886a4e5e Exposes meta data of company to response 2024-02-14 19:38:57 +05:30
Nithin David Thomas ea94a1aff6 feat: API changes to support multi step user signup 2024-02-14 19:33:24 +05:30
Nithin David ThomasandGitHub 7298002da7 fix: Adds forgot password link for login form (#8927)
- focus ring not appearing issue
- missing forgot password link

Fixes: https://linear.app/chatwoot/issue/CW-3090/fix-fixes-issues-with-login-form
2024-02-14 16:31:32 +05:30
Nithin David ThomasandGitHub 4e7c65f11c Merge branch 'develop' into feat/onboarding 2024-02-13 05:33:51 -08:00
Vishnu NarayananandGitHub 96b781b7fd fix: throttle contact search endpoint to prevent abuse (#8919)
Throttle contact_search endpoint to prevent abuse/maintain db perf
ref: https://discord.com/channels/897869226579222540/899920096972111883/1206919316402999326
2024-02-13 18:48:11 +05:30
Pranav Raj SandGitHub 1ce5cbe275 feat: Add endpoints to retrieve summary of team/agents over a period of time (#8916)
- Internal APIs to prototype reporting improvements.
2024-02-13 15:44:40 +05:30
Pranav Raj SandGitHub c607f09be0 feat: Improve the rendering of CSV exports (#8914)
Improve the rendering of the datestamp
2024-02-12 20:01:58 -08:00
Nithin David Thomas 77364eaa07 Fixes signup form 2024-02-13 09:17:42 +05:30
Nithin David Thomas 74f046be75 Review fixes 2024-02-13 08:55:56 +05:30
Shivam MishraandGitHub 33a6ad9f7e chore: add more logging to mailbox helpers [CW-3071] (#8909)
* chore: add more logging to mailbox helpers

* fix: deleted entries

* fix: log order

* refactor: log using `processed_mail.message_id`
2024-02-13 08:51:50 +05:30
Shivam MishraandGitHub e662336eaf feat: handle already invited user (#8912) 2024-02-13 08:51:42 +05:30
Nithin David Thomas 0d9a94e7f5 Review fixes 2024-02-13 07:34:18 +05:30
Nithin David ThomasandGitHub 6621130669 Merge branch 'develop' into feat/onboarding 2024-02-12 17:31:44 -08:00
Shivam MishraandGitHub 0158a55845 fix: Update outline color on login page (#8913) 2024-02-12 11:03:09 -08:00
657843960c feat: account onboarding with clearbit (#8857)
* feat: add clearbit lookup

* chore: fix typo in .env.example

* refactor: split lookup to reduce cognitive complexity

* feat: add more fields to lookup

* feat: extend accounts controller

* feat: save extra data to custom_attributes

* feat: allow v2 update with custom_attributes

* feat: add update route

* refactor: reduce complexity

* feat: move update to v1 controller

* test: add locale test

* feat: remove update from routes

* test: update API for custom attributes

* test: all custom attributes

* fix: v2 tests

* test: enterprise accounts controller

* fix: clearbit payload

* fix: with modified env

* feat: allow custom attributes updates to profile

* refactor: reduce complexity

* feat: allow clearbit api key in installation config

* refactor: move clearbit to internal

* feat: allow clearbit

* chore: add display_title for June

* feat: allow more internal options

* refactor: use globalconfig to fetch clearbit token

* test: move response body to a factory

* refactor: update ops

* chore: remove clearbit from .env.example

* chore: apply suggestions from code review

Co-authored-by: sojan-official <sojan@chatwoot.com>

---------

Co-authored-by: sojan-official <sojan@chatwoot.com>
2024-02-12 23:21:42 +05:30
Sai WarangandGitHub fc6a22b072 fix:Avoid adding all new conversations when on a custom view (#8905) 2024-02-12 07:10:53 -08:00
Nithin David Thomas d7baaaf83b Fixes style issues 2024-02-12 20:08:36 +05:30
Nithin David ThomasandGitHub 08875ebe61 Merge branch 'develop' into feat/onboarding 2024-02-12 04:53:23 -08:00
Nithin David Thomas 55e1cd92ac Adds founders note 2024-02-12 18:20:21 +05:30
Nithin David ThomasandGitHub f777fbe0a2 feat: Adds onboarding pager for founders note (#8886) 2024-02-12 04:41:32 -08:00
Nithin David Thomas 922db887e8 Changes to smoothen page transitions 2024-02-12 18:09:43 +05:30
227d99934e feat: Agent bot cant assign conversations to teams (#8015)
Implemented so that the API can process priority and agent/team changes per Agent Bot.

Fixes:  #7474

Co-authored-by: Sojan Jose <sojan@pepalo.com>
2024-02-12 15:51:22 +05:30
Vishnu NarayananandGitHub 5036b28e45 chore: fix git_sha in instance health (#8893)
- Fix git-hash in super admin instance health page for Heroku installations
- Fix git boundary not set error for docker/heroku deployments which remove .git directory
2024-02-12 14:33:15 +05:30
dependabot[bot]GitHubdependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
8b5735c915 chore(deps): bump grpc from 1.54.0 to 1.54.3 (#8906)
Bumps [grpc](https://github.com/google/grpc) from 1.54.0 to 1.54.3.
- [Release notes](https://github.com/google/grpc/releases)
- [Changelog](https://github.com/grpc/grpc/blob/master/doc/grpc_release_schedule.md)
- [Commits](https://github.com/google/grpc/compare/v1.54.0...v1.54.3)

---
updated-dependencies:
- dependency-name: grpc
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-12 12:52:45 +05:30
Pranav Raj SandGitHub eb379e1849 fix(refactor): Cleanup the specs and the logic for FetchIMAP job (#8766) 2024-02-10 14:03:50 -08:00
Pranav Raj SandGitHub 6a630bc489 chore: Render timestamp in a better format in conversation traffic export (#8897)
chore: Render timestamp in a better format in conversation traffic reports
2024-02-09 00:48:10 -08:00
Vishnu NarayananandGitHub 0d1b474e60 chore: upgrade to latest versions of gh helper actions (#8896)
https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/

Fixes: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/
2024-02-09 10:56:36 +04:00
Sojan JoseandGitHub 84f6cadae7 chore: Remove unused builders for widget (#8876)
- These builders are not used in our code base, hence removing them
2024-02-08 21:12:55 +04:00
Sojan JoseandGitHub 372e740c38 chore: Add CODEOWNERS (#8889) 2024-02-08 07:44:08 -08:00
Nithin David ThomasandGitHub 2d69cd0fdb feat: Adds onboarding page for inviting team (#8885) 2024-02-08 05:48:12 -08:00
Nithin David ThomasandGitHub 89d013882f feat: Adds onboarding page for setup company. (#8884)
feat: Adds page for setup company
2024-02-08 05:47:50 -08:00
Nithin David ThomasandGitHub 0073876c4b feat: creates page for setting user profile (#8883) 2024-02-08 05:47:37 -08:00
Nithin David ThomasandGitHub 4d149e7091 feat: Changes page layout for signup page (#8887) 2024-02-08 02:09:24 -08:00
Nithin David ThomasandGitHub a649c2733f feat: Changes account creation to support multiple steps (#8859)
* feat: Changes account creation to support multiple steps

* Adds API changes and new routes

* Fixes type
2024-02-08 02:02:02 -08:00
Nithin David ThomasandGitHub 17cb938bc8 feat: Adds layout page to use with onboarding views (#8855)
* feat: Wizard step component to use with onboarding

* feat: Adds layout page to use with onboarding views

* Adds dark mode assets

* Updates to layout bg image

* Updates to translations
2024-02-08 01:48:27 -08:00
Nithin David ThomasandGitHub 551a6b3c02 feat: Form textarea component to use with onboarding form (#8851)
* feat: Form textarea component to use with onboarding form

* Update WithLabel.vue

* Review fixes
2024-02-08 01:46:37 -08:00