Commit Graph
360 Commits
Author SHA1 Message Date
igoradamenko 43099edf06 add site_id param to /auth request 2018-06-27 11:07:54 +03:00
UmputunandGitHub 7a6eca56b1 feature/jwtcleanup (#113)
* remove extra dmin check, add blocking check via jwt and auth middleware
* short jwt and refresh for expired
* lint: missing comment on UserFlager
* simplify user management in auth refresh
* allow custom max cookie age
* test blocked user
* reset cookie for blocked user
* move admin perm detection to data service
* customizable ttl with opts as a part of auth group
* add local auth provider dev
* main minimal test for dev auth mode
* add comments and update docs with current params
* add admin and auth_dev flags
* comments for dev compose
* lint: shadow err
2018-06-27 01:43:13 -05:00
Alex 76c7ea13d3 #import @method -fix 2018-06-23 23:15:56 +03:00
Alex 0b36b79d16 #remove @method -rename 2018-06-23 23:13:45 +03:00
Alex 73d875f477 #unverify @method -rename 2018-06-23 23:12:31 +03:00
Alex 72f1f774f5 #verify @method -rename 2018-06-23 23:11:34 +03:00
Alex 400905c8ff #unpin @method -rename 2018-06-23 23:09:52 +03:00
Alex 7b7934e93c #pin @method -rename 2018-06-23 23:08:41 +03:00
Alex 0171fc85b5 #edit @method -rename 2018-06-23 22:57:46 +03:00
Alex 48bcadbceb #send @method -rename 2018-06-23 22:56:54 +03:00
Alex 7e27cf5060 #vote @method -rename 2018-06-23 22:53:22 +03:00
Alex 17529d0646 #counts @method -rename 2018-06-23 22:51:14 +03:00
Alex 83d3afa291 #last @method -rename 2018-06-23 22:38:55 +03:00
Alex 37f9954f11 #find @method -rename 2018-06-23 22:35:56 +03:00
konstantin krivlenia 66ca6173bb fix formatting 2018-06-23 20:30:51 +03:00
konstantin krivlenia 52d791a7b6 setup testing environment 2018-06-23 18:36:14 +03:00
igoradamenko 213437bf34 remove useless code 2018-06-23 13:47:31 +03:00
igoradamenko 833520c494 fix typo 2018-06-23 13:18:12 +03:00
igoradamenko 73b91ca639 remove todo.md 2018-06-23 13:12:07 +03:00
Igor AdamenkoandGitHub 328b7f76c7 Merge pull request #91 from Mavrin/master
Adds eslint check and fixes linting issues
2018-06-23 12:18:41 +03:00
Umputun ea76136b75 make admin not so red 2018-06-22 17:52:56 -05:00
konstantin krivlenia 07f82bf6a5 add eslint check 2018-06-23 01:38:03 +03:00
igoradamenko c32f203f2b Comments → comments on frontend side 2018-06-19 10:32:02 +03:00
igoradamenko 4539415858 fix loading flag initial value in user-info component 2018-06-19 10:32:02 +03:00
igoradamenko 5dcd7aea4e add possibility to get last 10 user comments 2018-06-18 23:28:29 +03:00
igoradamenko 3f807b2e3f oops; remove mimic from root component 2018-06-11 15:21:58 +03:00
igoradamenko 4cf40b2f65 add verification check to comment block
closes #60
2018-06-11 15:17:11 +03:00
igoradamenko 1ac77dbf37 add verify / unverify actions to api 2018-06-11 15:15:44 +03:00
igoradamenko 81b881a864 hide show more button on desktop 2018-06-10 23:15:45 +03:00
igoradamenko 5fe785490e add property max_shown_comments to settings object 2018-06-10 23:15:30 +03:00
vladimir dashukevich 638c9cdadb Fix bug with browser back button 2018-06-06 00:56:51 +03:00
vladimir dashukevich 7f7c4df188 Prevent closing comment input field on ESC 2018-06-06 00:17:42 +03:00
Anatoly Milkov 24fc291c4f add Yandex OAuth provider, refactor GitHub provider #34 2018-06-04 14:56:21 -05:00
igoradamenko 1f47f51806 add show more button
close #25
2018-06-03 18:36:56 +03:00
igoradamenko 5bd91f9b4a move collapse button to the top right corner; change design of collapsed comment
closes #37 and #53
2018-06-03 18:13:55 +03:00
igoradamenko e5f9961a81 save comments collapsed state
closes #43
2018-06-03 17:37:25 +03:00
igoradamenko 29659a8f33 fix 2 low severity vulnerabilities in node packages deps 2018-05-26 23:23:31 +03:00
igoradamenko abbf5806c5 fix vulnerabilities in node packages deps 2018-05-26 23:12:22 +03:00
igoradamenko faeb4d3d1d fix scrolling to comment 2018-05-26 23:02:37 +03:00
igoradamenko b5fd095954 fix hash handling inside widget 2018-05-26 22:28:24 +03:00
igoradamenko cdadc1e570 improve handling hashchange: preventdefault if newurl contains remark hash 2018-05-26 21:45:41 +03:00
igoradamenko 90cc29e19c remove hashchange listener in widget 2018-05-26 20:32:14 +03:00
igoradamenko faf5ecf598 scroll to comment using parent window 2018-05-26 19:51:13 +03:00
igoradamenko 0d95254fef hide replying and editing forms when comment is deleted 2018-05-26 19:47:22 +03:00
igoradamenko 4de3c3c50f add hashchange listener 2018-05-26 19:12:13 +03:00
igoradamenko 4a39daa552 fix condition for comment.orig in comment component 2018-05-26 18:41:21 +03:00
igoradamenko 78b9a109f4 replace html entities in comment.orig 2018-05-26 18:35:32 +03:00
igoradamenko f468b7c3ee disable input buttons during sending 2018-05-26 18:26:12 +03:00
igoradamenko e5ffbb1b96 revert "remove requesting updated comment after voting" due to UI freezing 2018-05-26 17:15:01 +03:00
igoradamenko d7a22620df revert handling scores using store instead of comment state due to UI freezes 2018-05-26 17:04:36 +03:00