Commit Graph
125 Commits
Author SHA1 Message Date
Umputun de60edfa61 add site scope to comment create 2018-05-29 16:59:47 -05:00
Umputun 4ec7e1ee4e fix migrator info string 2018-05-28 21:30:11 -05:00
Umputun a409e9e33d test failed update attempts 2018-05-28 18:44:51 -05:00
Umputun f3a157dedb set RO flag on find 2018-05-28 18:29:42 -05:00
UmputunandGitHub 6aee34bb1e feature/ts - read-only support (#57)
* extend post info with ts and add info implemenation to engine

* info controller

* remove unused

* docker froendly new test

* tree find to include post info struct

* remove leftovers from codeconv

* test for empty tree request

* add func name to error rest report

* test with disabled proxy

* add read only age and reject updates on old posts

* lint: shaddow err

* make info calls fast. needs migration!

* fix backup restore script

* increase limiter timeout

* add local exporter

* migrate list to new info

* fix rest list tests

* add manual backup script

* default backup path

* fix eait on sec change failing rss tests

* add RO status bucket and rest

* add admin RO controller test
2018-05-28 14:57:36 -05:00
UmputunandGitHub 90569b9c62 Merge pull request #56 from umputun/feature/delateuser
feature/delateuser - ability to remove all user data
2018-05-26 19:09:28 -05:00
Umputun 08b6d43a93 add delete user to readme 2018-05-26 18:46:56 -05:00
Umputun 7cc0f41903 add last to rss site cache scope 2018-05-26 14:23:08 -05:00
Umputun db9e11ba55 simplify err check 2018-05-26 14:20:24 -05:00
Umputun 87cb9aff4a add rest call to delete user 2018-05-26 13:14:01 -05:00
Umputun b3dc433ec9 WIP: start to implement hard delete to all user's comments #47 2018-05-26 02:03:03 -05:00
Umputun 22c866120f find test with tree resp 2018-05-25 15:00:50 -05:00
Umputun 5280478c32 lint: err check on writer close 2018-05-25 14:42:56 -05:00
Umputun 232f0df03f fix export file with gz close 2018-05-25 14:39:24 -05:00
Umputun 2c4c1998cd missed scopes for admin and import 2018-05-25 14:20:42 -05:00
Umputun 838c1a760f simplify rss headers 2018-05-25 14:08:27 -05:00
Umputun 08be684d76 cache to separate package 2018-05-25 02:08:54 -05:00
Umputun 83afa4d57c basic scopes for cache invalidation #44 2018-05-25 01:11:48 -05:00
Umputun 38095ec3b5 comments and dbg 2018-05-24 23:33:12 -05:00
Umputun 01ba236e40 fix test on time 2018-05-24 20:35:43 -05:00
Umputun e1f19c22d9 put auth flag to jwt, dbl check in auth 2018-05-24 18:43:24 -05:00
Umputun 7fe7e851e8 more accurate wait on 59 in rss test 2018-05-23 14:46:41 -05:00
Umputun 146a930b23 fix failed test due img proxy nil pointer 2018-05-23 12:14:36 -05:00
Umputun 5f6a329609 move avatar proxy to rest 2018-05-23 12:07:45 -05:00
Umputun 1cde3bcb74 more tests 2018-05-23 01:48:07 -05:00
Umputun f1b22465b0 lint: import with value receiver 2018-05-22 22:50:14 -05:00
Umputun dab4eeb33f add integration tests 2018-05-22 22:46:01 -05:00
Umputun d7d90eeb4e lint: bunch of minor warnings 2018-05-22 20:56:52 -05:00
Umputun bb4a54ff71 main split to setup and run stages, with graceful shutdown 2018-05-22 20:44:02 -05:00
Umputun 07ea6e5b4e switch session store to jwt, no refresh yet #30 2018-05-21 19:16:16 -05:00
Umputun 7de535297a add indication of reply to rss 2018-05-19 12:26:22 -05:00
Umputun 292853b51d fix prev comment 2018-05-19 11:35:47 -05:00
Umputun 1cdb25fa6a eliminate deleted for blocked user from last rest 2018-05-19 11:16:26 -05:00
Umputun 3e98c31ffb return full comment on create request 2018-05-18 15:15:54 -05:00
Umputun da2244d88e point rss items links to comment anchors 2018-05-18 14:17:47 -05: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
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 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 e64101226a dirty hack: avoid minute change in rss test 2018-05-17 15:43:19 -05:00
Umputun 3875791ccc add low and critical score thresholds #37 2018-05-17 14:22:44 -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 58e21dbc5c add orig to comment and edit request #13 2018-05-15 18:47:30 -05:00
Umputun e710b11dc9 reorg route structure to make clear which open and which not 2018-05-15 11:20:42 -05:00