Commit Graph
867 Commits
Author SHA1 Message Date
igoradamenko 2a1c416bb8 use value from config for critical comment score 2018-05-18 22:09:12 +03:00
Umputun 0f143f6f78 don't show comment body in edit dbg 2018-05-18 12:31:32 -05:00
Umputun fdd0290fe7 simplify logger middleware 2018-05-18 12:25:39 -05:00
igoradamenko 246736d44d fix on edit error 2018-05-18 20:23:24 +03:00
Umputun e15c276124 extract checkXsrf to simplify Auth middleware 2018-05-18 12:19:24 -05:00
igoradamenko ebda2514ec remove useless request on edit 2018-05-18 20:16:41 +03:00
igoradamenko bc1fbd6f42 fix cancellation of editing 2018-05-18 20:16:41 +03:00
Umputun 0c9ff0a2a0 allow edit multiple times within time-window 2018-05-18 12:03:53 -05:00
Umputun 779c89a270 add report card badge 2018-05-18 11:57:36 -05:00
igoradamenko 875d37f7d8 add url param to edit comment call 2018-05-18 19:47:12 +03:00
igoradamenko 91f6e8e716 add id to params for api call 2018-05-18 19:38:34 +03:00
igoradamenko 6ed73901e7 oops; remove some useless stuff from defaultValue of input 2018-05-18 19:37:29 +03:00
igoradamenko a40626ef42 replace value attr with defaultValue on textarea 2018-05-18 19:31:42 +03:00
igoradamenko c300d57730 update comments tree after editing comment 2018-05-18 19:25:57 +03:00
igoradamenko a34122d437 add editing support to comment component 2018-05-18 19:25:57 +03:00
igoradamenko 1815380f3f add editing support to input component 2018-05-18 19:25:57 +03:00
igoradamenko 7f18f1db16 add endpoint for editing comments 2018-05-18 19:25:57 +03:00
Umputun dcbe184f55 missing remark bas url in img proxy 2018-05-18 10:45:32 -05:00
igoradamenko 12f3e1ca5c leave rss links in the main comment form only 2018-05-18 18:22:26 +03:00
igoradamenko 359ee35bfc enhance styles of preloader 2018-05-18 18:02:08 +03:00
Igor AdamenkoandGitHub b4d35283ae Merge pull request #33 from paralainer/master
Improved first load time and UX on first load
2018-05-18 17:53:07 +03:00
igoradamenko 243ee909f8 add links to rss for thread & site 2018-05-18 17:49:57 +03:00
Umputun 3e04384cd7 fix img routing 2018-05-18 02:20:53 -05:00
Umputun 8c569d2771 invoke img proxy on preview 2018-05-18 02:13:46 -05:00
Umputun 7a4b06aa61 remove img proxy dbg 2018-05-18 02:11:35 -05:00
Umputun d66960e8b0 renanm proxy params 2018-05-18 02:01:14 -05:00
Umputun 8b06c7134f lint: unchecked errors 2018-05-18 01:58:40 -05:00
Umputun 8b1ebfdf4f add optional img proxy 2018-05-18 01:52:29 -05:00
Umputun 7df0ae5235 migrate all rest tests to httptest 2018-05-17 21:19:41 -05:00
Umputun d76db0cc1b move expose and heatlcheck down 2018-05-17 16:28:38 -05:00
UmputunandGitHub 6f36d80131 Merge pull request #36 from kazhuravlev/master
Dockerfile optimisations
2018-05-17 16:26:21 -05:00
Umputun e64101226a dirty hack: avoid minute change in rss test 2018-05-17 15:43:19 -05:00
Umputun b249158961 parallel test for cache 2018-05-17 15:33:56 -05:00
igoradamenko 90f6259143 add sort by active & redesign select 2018-05-17 23:05:37 +03:00
Umputun 33d345bd2c Merge remote-tracking branch 'origin/master' 2018-05-17 14:22:57 -05:00
Umputun 3875791ccc add low and critical score thresholds #37 2018-05-17 14:22:44 -05:00
igoradamenko a1053be566 remove red border from input field in ff 2018-05-17 22:17:39 +03:00
Umputun 4db35108a6 add docs about cache limits #24 2018-05-17 13:51:29 -05:00
Umputun dc0e1fd266 allow to pass cache sizes via params/env #24 2018-05-17 13:39:27 -05:00
Umputun 85cbda509c limit max size of cache, number of items and size of value #24 2018-05-17 13:25:19 -05:00
Umputun 5c26d75a9b fix site rss content type 2018-05-17 01:13:47 -05:00
Umputun 1616135336 add site rss test 2018-05-17 00:12:42 -05:00
Umputun dfe6d644ae clear import aliases 2018-05-16 21:52:05 -05:00
Umputun 9638d95279 refactor store to isolate service and engine levels 2018-05-16 18:03:08 -05:00
Umputun 7e6a15a0f4 remove noise debug with cache hit/miss info 2018-05-16 14:29:07 -05:00
Umputun 88d91f857e mention active sort as valid key 2018-05-16 11:46:05 -05:00
Umputun 10c92a9251 restore time sort, add active sort 2018-05-16 11:43:14 -05:00
Kirill Zhuravlev 98d05634e6 remove commented code 2018-05-16 16:27:31 +03:00
Kirill Zhuravlev 771278a462 reorganized main build stage for caching
- frequent operations - last
- rare operations - on the top
- group chmod operations
- chown - after all file operations
2018-05-16 16:27:13 +03:00
Kirill Zhuravlev 6bd1d26fe6 build-backend stage use only he required files 2018-05-16 16:17:07 +03:00