Commit Graph
1189 Commits
Author SHA1 Message Date
Umputun 955a2cd1da add comments 2018-06-29 00:09:59 -05:00
Umputun 1b1eb1a847 move nginx sample to backend 2018-06-28 21:00:42 -05:00
UmputunandGitHub 07ab1f3acd feature/subtree (#116)
* hide deleted subtree from response #114
* hide deleted sub comments with no reply #114
* lint: tree json err check
2018-06-28 19:51:47 -05:00
Umputun ca8a20ba7e lint: missing error check 2018-06-28 02:03:16 -05:00
Umputun 3cde98a480 add abilty to enter custom dev user #106 2018-06-28 01:58:53 -05:00
Umputun 822ef7df34 fix auth url spec 2018-06-27 19:32:01 -05:00
UmputunandGitHub 3e5f6ea6ff fix port num 2018-06-27 18:02:52 -05:00
igoradamenko 43099edf06 add site_id param to /auth request 2018-06-27 11:07:54 +03:00
Umputun 030f26bbef make permissions checker mandatory 2018-06-27 02:12:25 -05: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
UmputunandGitHub c316b27fe1 feature/block ttl (#108)
* add ttl to blocking #88

* remove unused parsing code

* add comments explaining TTL for blocking
2018-06-24 15:43:32 -05:00
Igor AdamenkoandGitHub b5b7bc50af Merge pull request #104 from alexelev/refactor/APIDefinition
Refactor API definition (fixed #94)
2018-06-23 23:36:38 +03: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
Igor AdamenkoandGitHub 7c4fbdb5a1 Merge pull request #100 from Mavrin/add_test
Setup testing environment
2018-06-23 21:11:57 +03:00
Umputun caa0e4e79a ensure dep 2018-06-23 12:33:48 -05:00
UmputunandGitHub 7aee7add08 Feature/backend (#101)
* move backend code #99

* adjust drone build for backend subdir

* move .rest to backend
2018-06-23 12:31:19 -05: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
Umputun 422427afea don't allow blocked users to vote 2018-06-22 17:33:04 -05:00
Umputun 9965111371 add new userinfo api to docs 2018-06-22 15:55:40 -05:00
Umputun 2729fe35fb add GetUserInfo controller to auth 2018-06-22 15:53:53 -05:00
Umputun a15e4ccb62 invert error check #79 2018-06-21 21:49:11 -05:00
Umputun ff982dbd71 change short links to 48 #79 2018-06-21 21:32:49 -05:00
UmputunandGitHub c0003922af Merge pull request #89 from anatolym/add-link-shortening
add link shortening #79
2018-06-21 21:23:07 -05:00
Anatoly Milkov a7a9f9aeff add link shortening #79 2018-06-21 18:57:14 -07:00
UmputunandGitHub 7e84f4d3eb Merge pull request #87 from anatolym/add-avatar-caching
add avatar caching #85
2018-06-20 02:57:55 -05:00
Anatoly Milkov 065a0335d4 add avatar caching #85 2018-06-20 00:09:35 -07:00
Umputun 21b0d0f7fd change image in docs and examples to :latest 2018-06-19 15:32:16 -05:00
Umputun 1a817566de change env keys in tech details section 2018-06-19 15:10:39 -05:00
Umputun d507b9e81b fix if for drone tag v1.0.0 2018-06-19 14:09:35 -05:00
Umputun ab35489da4 add drone build args 2018-06-19 13:53:51 -05:00
Umputun e56aaa87f1 use drone env for tagged version number 2018-06-19 13:41:41 -05:00
Umputun abc0375f6a rollback lightweight git-rev detection 2018-06-19 13:17:13 -05:00