Dmitry Verkhoturov and Umputun
1ce3cf3d1f
simplify admin email notifications
2020-10-20 11:02:04 -05:00
Dmitry Verkhoturov and Umputun
91580194e9
clean up formatting and typos in documentation
2020-10-19 02:42:19 -05:00
Dmitry Verkhoturov and Umputun
6f122f93d1
extract Email.buildAndSendMessage from Email.Send
2020-10-18 17:29:44 -05:00
Dmitry Verkhoturov and Umputun
ced40b525a
move email notification logic into Email struct
2020-10-18 17:29:44 -05:00
Dmitry Verkhoturov and Umputun
bcc2fc7a9e
use correct case for GitHub mentions
2020-10-14 12:05:15 -05:00
Dmitry Verkhoturov and Umputun
c9b395f60d
separate notify.SubmitVerification from notify.Submit
2020-10-11 23:13:24 -05:00
Dmitry Verkhoturov and Umputun
1980f30666
rewrite notify.Service.do from range to select
2020-10-11 23:13:24 -05:00
Umputun
b4f4c5e777
auto deploy docs
2020-10-11 23:06:34 -05:00
Pavel Mineev and Umputun
3e37434483
Fix images paths in docs
2020-10-11 20:03:14 -05:00
Pavel Mineev and Umputun
7b1ecccb4b
fix files naming add files to menu
2020-10-11 17:12:14 -05:00
Pavel Mineev and Umputun
fc9882098d
arename readme to index
2020-10-11 17:12:14 -05:00
Pavel Mineev and Umputun
e52499316e
split docs by versions
2020-10-11 17:12:14 -05:00
Dmitry Verkhoturov and Umputun
bec6bcee0d
use template files instead of statik in dev Dockerfile
2020-10-07 19:32:39 -05:00
Dmitry Verkhoturov and Umputun
36dce6c2ac
fix golangci-lint timeout, bump email min TLS version
2020-10-07 19:32:39 -05:00
Dmitry Verkhoturov and Umputun
593ca0387f
adjust dockerfile to support go test with -race, bump images
2020-10-07 19:32:39 -05:00
konstantin krivlenia and Umputun
a1fcef670e
update dependencies
2020-10-04 23:46:39 -05:00
dependabot[bot] and Umputun
ecb146bf20
Bump node-fetch from 2.6.0 to 2.6.1 in /frontend
...
Bumps [node-fetch](https://github.com/bitinn/node-fetch ) from 2.6.0 to 2.6.1.
- [Release notes](https://github.com/bitinn/node-fetch/releases )
- [Changelog](https://github.com/node-fetch/node-fetch/blob/master/docs/CHANGELOG.md )
- [Commits](https://github.com/bitinn/node-fetch/compare/v2.6.0...v2.6.1 )
Signed-off-by: dependabot[bot] <support@github.com >
2020-10-04 16:25:08 -05:00
Pavel Pustovalov and Umputun
c02590665f
Setup coverage for FE
2020-09-06 14:15:56 -05:00
Pavel Pustovalov and Umputun
1cb724a264
Set node version for each job
2020-09-05 12:22:02 -05:00
Pavel Pustovalov and Umputun
82de2a1d8f
Regenerate package-lock.json
2020-09-05 12:22:02 -05:00
Dmitry Verkhoturov and Umputun
b974fd9cc4
add ability to set multiple admin emails for notifications
2020-09-02 15:09:46 -05:00
Umputun
4f135fe91b
switch ci and docker build to node 12
2020-08-30 21:58:48 -05:00
Pavel Pustovalov and Umputun
f72603d967
make FE CI more parallel
2020-08-30 13:58:22 -05:00
Pavel Pustovalov and Umputun
0ba8faefc9
change target browsers to defaults
2020-08-30 13:53:25 -05:00
Pavel Pustovalov and Umputun
63b879ac45
npm dedupe
2020-08-30 13:53:25 -05:00
Pavel Pustovalov and Umputun
07efd657af
Update babel & jest
2020-08-30 13:53:25 -05:00
Pavel Pustovalov and Umputun
dfd66b95b0
Unify target browsers
2020-08-30 13:53:25 -05:00
vdimir and Umputun
295191955a
Add function createAppFromCmd to server_test.go
2020-08-26 12:39:31 -05:00
vdimir and Umputun
14bcbfa901
Add function randomPath to rest_test.go
2020-08-26 12:39:31 -05:00
Pavel Mineev and Umputun
5c23206d00
Hide email subscription by param from frontend
2020-08-20 18:15:50 -05:00
Pavel Mineev and Umputun
c9800a3799
Update vurnulable deps
...
* automatic update deps
* update copy-webpack-plugin to next major version
* update webpack config connected with new copy-webpack-plugin API
2020-08-20 03:58:04 -05:00
Pavel Pustovalov and Umputun
a59be983f2
Update lint-staged & husky
2020-08-20 02:53:33 -05:00
Pavel Pustovalov and Umputun
71e0e98e05
Update prettier
2020-08-20 02:53:33 -05:00
Pavel Pustovalov and Umputun
11f222c6e3
Run ui specs on CI
2020-08-20 02:52:13 -05:00
Umputun
1eedcc0eb3
don't allow anon with space prefix or suffix
2020-08-16 21:12:42 -05:00
Pacharapol Withayasakpunt and GitHub
5d6729ddd5
Fix to work without errors in Nuxt Universal ( #723 )
...
by @patarapolw
* allow manual init and destroy for use with Nuxt
* fix onDestroy-related methods
* avoid global scope, and use function scope instead
* add createInstance function to window.REMARK42
* 1. allow DOMNode to be put in remark_config 2. check remark_config before try to attach node
* move createInstance function outside
* update embed.ts
* avoid ?.
* 📚 Docs: doc on how to make it work with SPAs
* 📚 Docs: fix spa.md to be more flexible
* ✨ Feat: add REMARK42::ready event
* remove nuxt-specific terminologies
* tell MutationObserver to disconnect on destroy
* update docs/spa.md
2020-07-31 12:21:00 -05:00
Pacharapol Withayasakpunt and Umputun
d1268bbe8c
update README according to #737
2020-07-30 12:24:48 -05:00
dependabot[bot] and Umputun
424016e994
Bump elliptic from 6.5.2 to 6.5.3 in /frontend
...
Bumps [elliptic](https://github.com/indutny/elliptic ) from 6.5.2 to 6.5.3.
- [Release notes](https://github.com/indutny/elliptic/releases )
- [Commits](https://github.com/indutny/elliptic/compare/v6.5.2...v6.5.3 )
Signed-off-by: dependabot[bot] <support@github.com >
2020-07-30 12:21:41 -05:00
Umputun
729b6d2d08
add --proxy-cors $PROXY_CORS disabling internal cors middleware #749
2020-07-27 16:58:47 -05:00
dependabot[bot] and Umputun
0f9c41cfc6
Bump lodash from 4.17.15 to 4.17.19 in /frontend
...
Bumps [lodash](https://github.com/lodash/lodash ) from 4.17.15 to 4.17.19.
- [Release notes](https://github.com/lodash/lodash/releases )
- [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.19 )
Signed-off-by: dependabot[bot] <support@github.com >
2020-07-22 11:58:04 -05:00
0xflotus and Umputun
8b77ff953e
docs: fixed small error
2020-07-22 11:57:44 -05:00
0xflotus and Umputun
69a81042db
docs: enabled nginx syntax highlighting
2020-07-22 11:56:49 -05:00
vdimir and Umputun
09f06f587c
Add tests for comment.Imported, refine image.SubmitAndCommit tests
2020-07-09 12:43:07 -05:00
vdimir and Umputun
d7c9aecf03
Submit images from service.Create only after creation in Engine
2020-07-09 12:43:07 -05:00
vdimir and Umputun
9957ab642b
Add Imported field to comment, do not wait image submission for such comments
2020-07-09 12:43:07 -05:00
vdimir and Umputun
1f9566bb47
Use comment timestamp for submitting image ttl
2020-07-09 12:43:07 -05:00
Dmitry Verkhoturov and Umputun
9510962e25
add redis PubSub web cache as an option
2020-06-25 23:14:50 -05:00
Dmitry Verkhoturov and Umputun
ebf379f4d6
bump go-pkgz/lcw to v0.7.1
2020-06-25 17:28:33 -05:00
Umputun
df9c05b490
add microsoft auth
2020-06-18 18:25:35 -05:00
Dmitry Verkhoturov and Umputun
42d0c67cb3
add context to server errors, properly close datastore in case of errors
2020-06-13 19:07:33 -05:00