Commit Graph
609 Commits
Author SHA1 Message Date
Umputun 3cfe60c729 comment web mapping by default 2018-04-08 13:23:33 -05:00
Umputun 9e1671d833 add info about USER ID to readme 2018-04-08 13:21:40 -05:00
Umputun 66f5dfaba3 Merge remote-tracking branch 'origin/master' 2018-04-08 13:19:18 -05:00
igoradamenko d9d1082f9e pass REMARK_URL as arg to frontend part during build time 2018-04-08 15:19:13 +03:00
igoradamenko 6566bc7412 get back build compress 2018-04-08 14:53:24 +03:00
igoradamenko 10df17b2c6 fix typo in readme 2018-04-08 14:39:13 +03:00
igoradamenko 89417aea82 remove compress from build 2018-04-08 14:29:46 +03:00
igoradamenko 92726fb7a3 remove useless code from webpack config 2018-04-08 14:22:51 +03:00
Umputun b8a3671ef9 add admins 2018-04-06 14:06:55 -05:00
igoradamenko 97d6041656 remove cancel handler from fetcher 2018-03-26 16:51:13 +03:00
igoradamenko 8e2991bff4 fix typo 2018-03-26 16:44:09 +03:00
igoradamenko 1220892237 add info about building frontend part to readme 2018-03-26 16:06:24 +03:00
igoradamenko 8976bd0e0c remove node_modules during the frontend building process 2018-03-26 16:02:05 +03:00
igoradamenko 7854fb1a8f set default url for REMARK_URL env variable in webpack 2018-03-26 16:01:44 +03:00
igoradamenko bf35ef81cf try to set BASE_URL in frontend using REMARK_URL in backend 2018-03-26 15:08:27 +03:00
igoradamenko 193baf36a0 rewrite todos 2018-03-26 14:30:26 +03:00
igoradamenko ee021efaf6 don't show delete button if comment is already deleted 2018-03-26 14:30:26 +03:00
Umputun 2c355e009d add preparation for disqus oauth2 2018-03-25 17:53:07 -05:00
Umputun 3d734188d4 hash ip with hmac 2018-03-25 16:42:05 -05:00
igoradamenko 224a668d02 add username to list of blocked users 2018-03-26 00:26:36 +03:00
igoradamenko e67cd70676 always show comment status for admins 2018-03-26 00:00:01 +03:00
igoradamenko fbac192d04 add comment status for admin; add comment placeholders only if text.length === 0 2018-03-25 23:37:48 +03:00
igoradamenko 548506be60 add placeholder texts for deleted comments and comments of blocked users 2018-03-25 11:00:35 +03:00
Umputun 952adde9f7 externalize bolt options 2018-03-22 23:18:44 -05:00
Umputun 9a5aa72b0d hash user ip 2018-03-22 20:11:57 -05:00
Umputun a9aeb7e4f0 comment methods ro private 2018-03-22 19:50:40 -05:00
Umputun 855de450f1 weaker interfaces for migrator 2018-03-22 19:35:45 -05:00
Umputun 4138a5f05a small cleanups 2018-03-22 13:11:17 -05:00
Umputun 641cd28548 restore default avater 2018-03-22 02:43:26 -05:00
Umputun ee4228c5d2 prep hashed ip and id 2018-03-22 02:38:49 -05:00
Umputun 1e395456da user tests, incapsulate user id settter 2018-03-21 01:46:24 -05:00
Umputun 7c41eec3b6 remove use of static external urls in avatar tests 2018-03-21 00:46:37 -05:00
Umputun d3b2ad33d4 fix avatar tests 2018-03-20 02:03:03 -05:00
Umputun 6a647f6f63 fix incorrect default avatar url 2018-03-20 01:54:21 -05:00
Umputun dadb3666af don't set predefined text in deleted 2018-03-19 01:47:22 -05:00
Umputun bb185a0a3c optimize avatar partitioning, cover with test 2018-03-19 01:38:38 -05:00
Umputun 72f16010f1 add limit param for user find 2018-03-18 22:12:52 -05:00
Umputun 9473d96c57 enforce delete flag 2018-03-18 18:55:28 -05:00
Umputun bb60959dd1 update readme with Name for blocked 2018-03-18 18:51:29 -05:00
Umputun ad46b3f72f add name to blocked response 2018-03-18 18:47:32 -05:00
Umputun feb2dc3ef5 don't change comment text for blocked in admin view 2018-03-18 18:25:00 -05:00
Umputun 244056f978 show blocked for admins 2018-03-18 18:14:30 -05:00
igoradamenko 61ed97d8ea remove wiping array of unblocked users in blocked-users component 2018-03-19 00:55:36 +02:00
igoradamenko 0471d105e1 fix unbinded method in root component 2018-03-19 00:36:35 +02:00
igoradamenko a62e2e09e8 reload comments if someone was unblocked 2018-03-18 23:22:42 +02:00
igoradamenko c25dda1050 add blocked-users to root component 2018-03-18 23:13:31 +02:00
igoradamenko 1a259da6a7 add blocked-users block 2018-03-18 23:12:53 +02:00
igoradamenko ba05e94738 add toggle for list of blocked users to auth-panel 2018-03-18 23:12:42 +02:00
igoradamenko ab7c800cd4 add support for columns in auth-panel 2018-03-18 23:12:21 +02:00
igoradamenko 21703d6574 add getBlocked endpoint to api 2018-03-18 23:11:53 +02:00