Umputun
bb80a6d691
test cache size with concurrent hits
2018-06-04 15:16:37 -05:00
Umputun
0185aa4ada
add control of total cached memory size
2018-06-04 13:41:46 -05:00
Umputun
a9d8179a4b
allow /find for robots
2018-06-04 00:57:35 -05:00
Umputun
fbb0e69806
simplify error handling in user export
2018-06-03 21:59:07 -05:00
Umputun
8dfa30d417
export user data to valid json
2018-06-03 21:31:22 -05:00
Umputun
fbf14db0cb
enforce more random time in tree test
2018-06-03 15:51:25 -05:00
Umputun
b6ae956c79
fix tree count with deleted
2018-06-03 13:29:12 -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
Umputun and GitHub
11353388af
Merge pull request #65 from anatolym/refactor-github-oauth-provider
...
refactor Github OAuth provider
2018-06-03 01:39:43 -05:00
Anatoly Milkov
077877ed54
refactor Github OAuth provider
2018-06-03 01:27:36 -05:00
Umputun
f751e4b1fe
fix user data export
2018-06-03 01:21:20 -05:00
Umputun
194ece1fa0
add /deleteme request #47
2018-06-03 00:49:37 -05:00
Umputun
12b9ab4c98
add info about session param in login
2018-06-02 13:48:37 -05:00
Umputun
7ae4a09f6b
ability to use session cookie in login #47
2018-06-02 13:39:14 -05:00
Umputun
c77a98542a
split too large rest file
2018-06-02 02:54:48 -05:00
Umputun
4ba7fb20ae
add rest to export all user-related data #47
2018-06-01 23:27:30 -05:00
Umputun
afbddaa5ec
eliminate multiple calls to counter in paginated user comments
2018-06-01 22:51:19 -05:00
Umputun
837b2ef719
find user comments to support pagination
2018-06-01 22:17:57 -05:00
Umputun
e4176e2afd
missing limiter on robots
2018-06-01 13:11:29 -05:00
Umputun
aa997d5ca0
add description of backup file format
2018-06-01 00:15:12 -05:00
Umputun
d2fd46a4c2
make dbg hashed ip to 12 symbols
2018-05-31 23:51:03 -05:00
Umputun
c83aa6901d
has logged ip for anonym and auth users
2018-05-31 23:46:04 -05:00
Umputun
40acb4251f
unhappy path for cache tests
2018-05-31 22:40:28 -05:00
Umputun
0b94ee1d89
remove legacy duration param
2018-05-31 21:28:40 -05:00
Umputun and GitHub
0280961fa7
Merge pull request #63 from anatolym/lint-multiple-fixes
...
lint: misspell, ineffassign
2018-05-31 18:09:36 -05:00
Umputun
3d827664b2
restore go-cache vendoring, needed for third-party pkg
2018-05-31 18:03:00 -05:00
Anatoly Milkov
0873f05588
lint: misspell, ineffassign
2018-05-31 15:28:38 -07:00
Umputun
20ff82b5ee
fix vendoring
2018-05-31 15:56:05 -05:00
Umputun
a8b6d9b5cc
switch to lru cache
2018-05-31 15:44:00 -05:00
Umputun
ba42e804f7
remove unused code
2018-05-30 18:19:38 -05:00
Umputun
b00a49eaf7
lint: confusing mix between var names and same packages
2018-05-30 13:58:55 -05:00
Umputun
7d062e618c
restrict import/export to minimal store interface
2018-05-30 13:57:26 -05:00
Umputun
5676ba9a0e
add dbg pring to scripts
2018-05-30 00:03:13 -05:00
Umputun
f07cd369c3
fix backup path for restore
2018-05-29 23:58:37 -05:00
Umputun
771083f221
add missing section about manual backup
2018-05-29 23:55:26 -05:00
Umputun
908cfea826
add verified to docs
2018-05-29 23:25:25 -05:00
Umputun and GitHub
0363fc4cd9
feature/verified ( #61 )
...
* add store methods for verification
* add verify rest and auth
* lint: fix double conversion of userID key
* test for middleware, fix log without auth info
* make all scripts with -e
2018-05-29 23:07:50 -05:00
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
afe2c0d176
add tree comments expains the method of filling Info
2018-05-28 19:29:32 -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
Umputun and GitHub
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
Umputun and GitHub
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
5c739af4a0
update link to coreos bolt fork
2018-05-26 18:48:19 -05:00
Umputun
08b6d43a93
add delete user to readme
2018-05-26 18:46:56 -05:00
igoradamenko
29659a8f33
fix 2 low severity vulnerabilities in node packages deps
2018-05-26 23:23:31 +03:00
igoradamenko
cb7ebf6d7c
add git to frontend-part container deps
2018-05-26 23:16:31 +03:00