Umputun
b98d7ef1ef
Merge remote-tracking branch 'origin/master'
2019-06-30 12:45:20 -05:00
Umputun
8ddfa56b82
add unescape table processing after md parsing #354
2019-06-30 12:45:15 -05:00
Vyrtsev Mikhail and Umputun
f70fa5f72e
add spellcheck attribute
2019-06-30 12:31:39 -05:00
Umputun
c224676ccd
enable Smartypants for md rendering
2019-06-29 21:58:50 -05:00
Vyrtsev Mikhail and Umputun
90103a5fe5
make levels 5+ unindented
2019-06-29 21:00:31 -05:00
Vyrtsev Mikhail and Umputun
75c294a692
move thread related styles to thread component
2019-06-29 21:00:31 -05:00
Vyrtsev Mikhail and Umputun
12793c1110
make level5+ lines more dimmed
2019-06-29 21:00:31 -05:00
Vyrtsev Mikhail and Umputun
d7ec92ee39
make thread lines dotted
2019-06-29 21:00:31 -05:00
Vyrtsev Mikhail and Umputun
1ac0421bb8
move selector for dark theme according to convent
2019-06-29 21:00:31 -05:00
Konstantin L and Umputun
e2237e7396
show threads
2019-06-29 19:08:52 -05:00
Umputun
b95179303b
enforce empty [] response on flag's list instead of null #356
2019-06-29 12:01:55 -05:00
Vyrtsev Mikhail and Umputun
e5cc5e677b
fix: settings widget fails because it expects list but gets null
2019-06-29 11:13:05 -05:00
Umputun
60d9f207ae
only permanent blocking delete all comments
2019-06-28 11:58:09 -05:00
Umputun
c09eaa6e00
rename remote to rpc
2019-06-27 14:29:46 -05:00
Umputun
63a555126e
add test for app with remote plugins
2019-06-25 20:06:30 -05:00
Umputun
06bac880cb
lint: more test warns
2019-06-25 20:06:30 -05:00
Umputun
f6e69e86bb
lint: test warnings
2019-06-25 20:06:30 -05:00
Umputun
5b79f7c435
clean drone build
2019-06-25 20:06:30 -05:00
Umputun
01bdf4d839
clear mongo leftovers
2019-06-25 20:06:30 -05:00
Umputun
82ce19fd3c
larger limit for remote srv throttler
2019-06-25 20:06:30 -05:00
Umputun
348bede009
fix recreation of bdb in delete
2019-06-25 20:06:30 -05:00
Umputun
48fcb0a5d9
add remote selection to store and admin
2019-06-25 20:06:30 -05:00
Umputun
126d2d93da
adjust remote tests, remove legacy mongo tests
2019-06-25 20:06:30 -05:00
Umputun
db6c387fe9
support remote server group handler
2019-06-25 20:06:30 -05:00
Umputun
f30937c55e
fix empty (no args) remote calls
2019-06-25 20:06:30 -05:00
Umputun
b30492556f
add remote implementation of admin store
2019-06-25 20:06:30 -05:00
Umputun
988206bed4
change remote interface to struct requests
2019-06-25 20:06:30 -05:00
Umputun
bab09effa2
error responses of json api with json, time out on remote server close
2019-06-25 20:06:30 -05:00
Umputun
e307722901
switch list flag to struct param
2019-06-25 20:06:30 -05:00
Umputun
f2cecafb27
fix remote client tests with id
2019-06-25 20:06:30 -05:00
Umputun
9f875394e8
remote server covered with tests
2019-06-25 20:06:30 -05:00
Umputun
c1d14082ca
implement DeleteUser soft mode to allow mapping for blocked users #341
2019-06-25 20:06:30 -05:00
Umputun
375e4a6dec
initial ver of remote server
2019-06-25 20:06:30 -05:00
Umputun
d8a2bb2f7b
split remote to common protocol package and engine implemetation
2019-06-25 20:06:30 -05:00
Umputun
c2b56eae30
remote client adjusted to new engine flavour
2019-06-25 20:06:30 -05:00
Umputun
3aba348e87
make new engine primary, rename package
2019-06-25 20:06:30 -05:00
Umputun
92d9b7703d
restore all service coverage with new engine
2019-06-25 20:06:30 -05:00
Umputun
690c0df9b8
wip: engine2 passing test with updates service
2019-06-25 20:06:30 -05:00
Umputun
8d7c486e96
eliminate write timeout
2019-06-18 18:29:04 -05:00
Umputun
7819c9ec4b
add keep-alive header to streamer
2019-06-18 18:14:58 -05:00
Dmitry Verkhoturov and Umputun
f1b03b4bc6
fix typos, add missing configuration options to readme
2019-06-18 13:14:45 -05:00
Umputun
896f67ecdc
add info and SSE streams and response example to readme
2019-06-18 12:58:50 -05:00
Umputun
64bc99fc8d
fix incorrect default since for last comments stream
2019-06-18 12:38:51 -05:00
Umputun
445aec860e
add support of "since" param (unix msec) #336 #253
2019-06-18 12:14:27 -05:00
Umputun
e1bec310cf
convert streams to SSE #336
2019-06-18 12:01:37 -05:00
Vyrtsev Mikhail and Umputun
dad51f052f
fix sorting change makes hidden users to appear
2019-06-16 17:35:56 -05:00
Misha Vyrtsev and Umputun
556b053ae7
Fix ui errors (preview and image upload) ( #347 )
...
* fix broken preview
* fix broken image upload
2019-06-16 16:02:13 -05:00
Misha Vyrtsev and Umputun
a302bdbe5d
Hide user comments ( #334 )
...
* add ability to hide user via localstorage
* remove closures to avoid reconcilation
* add actionBinder utilities
* add user hide/show feature
* remove unused type
* fix css for settings user id
* remove pointless confirmation for hide/show user in settings
* add redux-dev-tools support
2019-06-10 19:20:39 -05:00
Umputun
133f5fc3f2
image removal from staging increased to 5*EditTTL
...
this is needed in case if user worked on the comment for long time
until submitting in order to avoid false-positive cleanup from the
staging
2019-06-08 21:54:00 -05:00
Umputun and GitHub
3a266111fa
Merge pull request #338 from Reeywhaar/update-deps-2019-06
...
Update deps 2019 06
2019-06-05 16:33:59 -05:00