Umputun and GitHub
ffec9272ce
Merge pull request #475 from Smolevich/fix-readme
...
Add href for new paragraph in README.md
2019-11-10 16:23:54 -06:00
Umputun
96d19afbb4
correct twitter auth description
...
https://github.com/umputun/remark/commit/38e9dc97e63890c3bd65970e888bf7d47c47e1ff
2019-11-09 12:14:57 -06:00
Shupilkin Stanislav Yurevich
2e473ae1b8
Add href for new paragraph in README.md
2019-11-08 18:24:34 +03:00
Umputun
38e9dc97e6
add auth twitter info
2019-11-08 01:54:13 -06:00
Umputun
9269666931
add simple-view param and env (SIMPLE_VIEW) #474
2019-11-06 13:47:45 -06:00
Umputun
ecb804ce41
update coveralls badge link
2019-10-31 21:56:40 -05:00
Umputun
c154fae28f
rename actions, replace travis badge by action's
2019-10-31 20:38:13 -05:00
Umputun
488f9bedcf
add image.bolt.file info
2019-10-28 21:40:27 -05:00
Anton Panferov
43ebc61eca
removed mongo mentions
2019-10-09 11:26:56 -10:00
Anton Panferov
74a58562f0
corrected non docker run command
2019-10-09 11:25:50 -10:00
Anton Kosourov and Umputun
4dc123dbe8
Change url in comments, decorate approach ( #431 )
...
* WIP: url mapper, wrapped reader approach
* create url mapper on start
* add pattern matching in mapper
* check pattern matching in test
* change site-id from radio-t to remark42 in tests
* create new url mapper on demand, based on given func, union strict and prefix rules
* rename convert to remap
* add import with mapper test
* rename mapper func to UrlMapperMaker, create comments in test via data service
* move /import/wait to /wait ctrl
* add remap cmd
* fix url naming
2019-09-30 13:12:42 -05:00
Ivan Bessarabov and GitHub
851c9dc3b0
Added missing comma to the snippet code in README
2019-09-22 16:19:45 +03:00
Umputun
44ff590183
reword template file description
2019-09-01 13:21:05 -05:00
Umputun
22e5c25668
add custom email auth template
2019-08-27 03:33:34 -05:00
Umputun
a6149ae064
add support for avatar store uri
2019-08-24 01:59:24 -05:00
Umputun
141c75401a
switch to latest baseimage allowing custom TZ and UID
2019-08-23 17:01:09 -05:00
Umputun and GitHub
2e90b6172b
Votes ip ( #416 )
...
* change vote params to request
* limit voting for the same ip
* limit same ip vote duration
* add same ip vote check for directions
* wire RestrictVoteIP and duration
* add votes-ip and votes-ip-time description
2019-08-19 14:04:12 -05:00
Vyrtsev Mikhail and Umputun
d6d0109e80
change default post url from window.location.href to window.location.origin + window.location.pathname
2019-08-16 16:33:04 -05:00
Ivan Bessarabov and Umputun
f77ad01fbf
Fixing indent in README.md
2019-08-11 16:01:35 -05:00
Elnard Utiushev and GitHub
d9e08b65a4
Small fix
...
The table mentions `positive-score` twice (lines 165 and 167)
2019-08-06 00:56:26 +06:00
Shoshin Nikita and GitHub
c5b62fa34e
Small fix of README.md
...
Fix description of "image.type"
2019-08-02 00:57:35 +03:00
Christian Oliff and Umputun
159f4d4faf
Fix GitHub capitalization
2019-07-29 13:48:32 -05:00
Umputun
1ed0139304
fix screenshots image link
2019-07-26 11:12:20 -05:00
Umputun
86cefec13b
add link to demo and screenshots to readme
2019-07-26 11:11:29 -05:00
Umputun
240796b2d6
update doc with the current /config response document
2019-07-21 12:26:15 -05:00
Umputun
a2aaf48c84
Merge branch 'master' of github.com:umputun/remark
2019-07-14 11:52:37 -05:00
Umputun
00cdfa2aa3
add missing help commands to readme
2019-07-14 11:52:28 -05:00
Umputun
dda4f87db2
support optional emoji translation
2019-07-13 14:04:03 -05:00
Umputun
dfbeb48a45
.
2019-07-04 20:21:57 -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
458eb27d8c
add stream api for /last
2019-06-03 16:44:46 -05:00
Umputun and GitHub
ca083f451e
Info stream ( #336 )
...
* add /stream/info as a cheap way to subscribe to comment updates #253
* add check for lastTS change to allow proper info streams in no-cache mode
* check write error in info stream and terminate
* flaky info stream test
* add stream info to readme
* separate timeout middleware foe each route's group
* debug info on stream close
* fix test for streams
* stream timeout on inactivity only
* throttle streams to 500
* restore common throttle
2019-06-03 11:34:00 -05:00
Umputun and GitHub
5218f3f37c
Support "since" parameter in "/last" query ( #330 )
...
* strip \n and spaces from retrieved title
* add "since" support to last storage and rest #329
* add info about since to readme
2019-05-16 13:58:37 -05:00
Misha Vyrtsev and Umputun
61e594786c
Define remark host in runtime ( #325 )
...
* convert closest-polyfill to ts
* make remark respect host property in client setup
2019-05-13 10:51:17 -05:00
Vyrtsev Mikhail
24860e124e
mv web -> frontend
2019-04-28 19:27:36 +03:00
Umputun and GitHub
68b892f5e9
Image resize ( #311 )
...
* resize uploaded images #309
* fix temp files created in current dire after image test
* update mod
* missing image test files
* fix failed goroutine test on image-resize submit
* switch to mockery
* missing in mock change
* resize by both ResizeWidth and ResizeHeight
* add IMAGE_RESIZE params to readme
* add latest features to the description
* lint: missing file close in image test
2019-04-17 02:53:35 -05:00
Umputun
e182d34c2c
update readme with info about max_image_size
2019-04-12 10:20:14 -05:00
Vyrtsev Mikhail
bed336cfb1
update readme
2019-04-10 02:25:47 +03:00
ns-cweber and GitHub
db2c1c0c35
Fix formatting in README
2019-04-07 10:19:35 -05:00
Umputun
7f796d5ed9
add image related docs
2019-03-25 12:02:06 -05:00
Misha Vyrtsev and Aleksei Gurianov
5809419bce
Refactor frontend to typescript ( #281 )
2019-03-24 22:53:55 +04:00
Alex and GitHub
279e200e3a
Update README.md
2019-02-24 12:26:01 +03:00
Umputun
fb6af6ca13
refactor readme about anon access
2019-02-19 14:24:30 -06:00
Umputun
0c950ae4f7
add anon option and direct provider #279
2019-02-19 13:59:43 -06:00
Andrei Alikov and Umputun
d62825642d
Add "contradiction index" metric ( #278 )
...
* show the value of `controversy` in the hover on scores
* add a new sorting mode "controversial" to "sort by" dropdown
2019-02-17 17:48:49 -06:00
Umputun and GitHub
4c2e0d0147
Merge pull request #266 from Reeywhaar/#260-ui
...
Support positive score only mode
2019-01-30 11:53:13 -06:00
Umputun
3471c5dab8
add missing params to readme
2019-01-27 16:21:05 -06:00
Ruslan Nagimov and GitHub
ef6cc71e02
add info about /web demo page
2019-01-27 14:09:37 -08:00
Vyrtsev Mikhail
24f0c301d3
update readme
2019-01-27 01:23:04 +03:00