Commit graph

68 commits

Author SHA1 Message Date
Pranav Raj S
b7ba0d95a8
Fix codeclimate lint errors in _login.scss (#83) 2019-10-02 11:13:57 +08:00
Pranav Raj S
9951feabc1
[scss-lint] Fix "Shorthand" issue, Remove redundant variables, use shorthand (#82) 2019-10-02 11:07:10 +08:00
Pranav Raj S
7e76285f7c
[scss-lint] Fix "HexLength" issue (#81) 2019-10-02 11:03:56 +08:00
Pranav Raj Sreepuram
a9b0eb3c15 Update docs website 2019-09-22 15:37:44 +05:30
Pranav Raj S
814cda499c Create CNAME 2019-09-22 11:55:05 +05:30
Pranav Raj Sreepuram
d478f069a1 Add docsify for documentation website 2019-09-22 11:53:50 +05:30
Pranav Raj Sreepuram
b150d78e4d Add development docs 2019-09-22 11:29:26 +05:30
Pranav Raj Sreepuram
2b60c58b5a Fix pixelated logo in readme 2019-09-05 13:25:41 +05:30
Pranav Raj Sreepuram
a3128cee35 Remove unused http error codes 2019-09-05 13:18:27 +05:30
Pranav Raj Sreepuram
3549fc5fdd Split conversation module into getters and actions 2019-09-05 13:01:36 +05:30
Pranav Raj Sreepuram
f9d4c2af90 [codeclimate] Reduce number of lines in bindEvent 2019-09-05 12:30:36 +05:30
Pranav Raj S
a108ae7789
Cleanup routes (#26) 2019-09-05 12:24:26 +05:30
allcontributors[bot]
129febf29e docs: add sojan-official as a contributor (#28)
* docs: update README.md

* docs: create .all-contributorsrc
2019-09-05 12:24:01 +05:30
allcontributors[bot]
a14472c378 docs: add manojmj92 as a contributor (#29)
* docs: update README.md

* docs: create .all-contributorsrc
2019-09-05 12:22:00 +05:30
allcontributors[bot]
a46385ee25 docs: add subintp as a contributor (#30)
* docs: update README.md

* docs: create .all-contributorsrc
2019-09-05 12:20:45 +05:30
allcontributors[bot]
01b4ea450b docs: add nithindavid as a contributor (#31)
* docs: update README.md

* docs: create .all-contributorsrc
2019-09-05 12:19:27 +05:30
allcontributors[bot]
7518ea4af6 docs: add pranavrajs as a contributor (#27)
* docs: update README.md

* docs: create .all-contributorsrc
2019-09-05 12:16:56 +05:30
Pranav Raj Sreepuram
5b865b560f Release v0.1.0 2019-09-04 10:08:21 +05:30
Nithin David
d353873471 Fix new inbox wizard 2019-09-02 21:19:25 +05:30
Nithin David Thomas
1313c50df2 Resurrection of the broken pusher (#25) 2019-09-02 20:26:28 +05:30
Pranav Raj Sreepuram
3b26b78df0 Remove phantomjs dependency 🔥 2019-09-02 16:23:06 +05:30
Pranav Raj Sreepuram
5f3a12ffd9 Enable eslint, brakeman, scss-lint 2019-08-31 13:34:25 +05:30
Pranav Raj S
b731b5c726
Fix code climate rubocop version (#24)
* Downgrade rubocop

* Init codeclimate config
2019-08-31 13:29:55 +05:30
Pranav Raj S
e213d3992b
Update circle CI command to fix rspec (#23) 2019-08-31 12:11:10 +05:30
Pranav Raj Sreepuram
beda21b84c Remove source_id as primary key for contact 2019-08-31 11:53:03 +05:30
dependabot[bot]
df5c9de87e Bump mixin-deep from 1.3.1 to 1.3.2 (#22)
Bumps [mixin-deep](https://github.com/jonschlinkert/mixin-deep) from 1.3.1 to 1.3.2.
- [Release notes](https://github.com/jonschlinkert/mixin-deep/releases)
- [Commits](https://github.com/jonschlinkert/mixin-deep/compare/1.3.1...1.3.2)

Signed-off-by: dependabot[bot] <support@github.com>
2019-08-31 11:09:47 +05:30
Pranav Raj Sreepuram
f74a6593ef Cleanup message model, fix reporting listener issues 2019-08-31 04:08:00 +05:30
Pranav Raj Sreepuram
cefd8a287a Update readme 2019-08-28 13:02:31 +05:30
dependabot[bot]
0a208c8bee Bump eslint-utils from 1.4.0 to 1.4.2 (#21)
Bumps [eslint-utils](https://github.com/mysticatea/eslint-utils) from 1.4.0 to 1.4.2.
- [Release notes](https://github.com/mysticatea/eslint-utils/releases)
- [Commits](https://github.com/mysticatea/eslint-utils/compare/v1.4.0...v1.4.2)

Signed-off-by: dependabot[bot] <support@github.com>
2019-08-27 16:24:04 +05:30
Pranav Raj S
6c8b065313
Create CODE_OF_CONDUCT.md 2019-08-26 09:34:35 +05:30
Sojan Jose
5697b81d78 Fix the circle builds (#20) 2019-08-26 08:42:17 +05:30
Pranav Raj S
bd7bd63aae
Fix url in emails, add frontendURL helper (#19)
Fixes #16
2019-08-25 19:59:28 +05:30
Pranav Raj Sreepuram
28fdc062de Remove unused views 2019-08-25 13:30:14 +05:30
Pranav Raj Sreepuram
a6968329e4 Fix agent dropdown styles
Fixes #15
2019-08-25 11:43:15 +05:30
Pranav Raj Sreepuram
f18f01a047 Fix eslint warnings, update eslint config 2019-08-25 11:05:05 +05:30
subintp
aa8a43344b Configure redis 2019-08-21 22:38:08 +05:30
subintp
e21bb22972 Merge branch 'master' of github.com:chatwoot/chatwoot 2019-08-21 21:53:48 +05:30
subintp
6b7790692e Use around_action instead of around_filter 2019-08-21 21:52:20 +05:30
Pranav Raj Sreepuram
c40814e1b1 Fix compilation errors on production 2019-08-21 21:37:06 +05:30
Pranav Raj Sreepuram
dc470c1d2c Set webpack_compile_output to true 2019-08-21 21:30:25 +05:30
subintp
06c7336326 Remove whitespace from resolve 2019-08-21 21:22:20 +05:30
Subin T P
82f5eac4bf Checkin gemlock change 2019-08-21 20:31:42 +05:30
Subin T P
1ae1370825
Remove sinatra 2019-08-21 20:29:57 +05:30
Subin T P
2a335df49c Disables widget user message broadcast (#14) 2019-08-21 20:09:59 +05:30
Pranav Raj S
2c144d5ad3
Setup Circle CI, add brakeman config (#13)
* Add circle ci config

* Change config to fix tests

* Update config

* Fix eslint command, add brakeman
2019-08-21 12:59:56 +05:30
Pranav Raj Sreepuram
6e4fec2b55 Add linters and pre-commit hook 2019-08-21 10:27:57 +05:30
Pranav Raj Sreepuram
d8702aa8aa Add MIT License 2019-08-21 10:10:00 +05:30
Pranav Raj Sreepuram
fa0904386f Disable host check, fix router url 2019-08-19 13:51:20 +05:30
Sojan Jose
52194116b3 Upgrade to rails 6 💎 (#11)
- upgraded to rails 6
- fixes various issues
2019-08-19 13:49:57 +05:30
dependabot[bot]
3c32103e34 Bump lodash.template from 4.4.0 to 4.5.0 (#3)
Bumps [lodash.template](https://github.com/lodash/lodash) from 4.4.0 to 4.5.0.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.4.0...4.5.0)

Signed-off-by: dependabot[bot] <support@github.com>
2019-08-18 12:55:08 +05:30