Commit Graph
1366 Commits
Author SHA1 Message Date
Umputun 43b97f8d56 typo in comment linl 2018-10-25 23:21:24 -05:00
Umputun e514af76b0 unify none keys, explicit nil for failed notifier 2018-10-25 20:41:08 -05:00
Umputun 431e8f2971 more tests for unhappy tg path 2018-10-25 20:27:35 -05:00
Umputun 267d901499 allow git at build time to fix coveralls failure 2018-10-25 20:09:48 -05:00
Umputun 928f483021 don't fail app on failed notify init 2018-10-25 13:21:07 -05:00
Umputun f08144d19e unicode arrow for tg orig link 2018-10-25 13:07:57 -05:00
Umputun 0ab71de95d unicode arrow for tg from->to 2018-10-25 12:48:23 -05:00
Umputun 7db2959eb1 mack to markdown tg formatting, html is way too limited 2018-10-25 12:38:55 -05:00
Umputun bc510f8c8e replace br to \n for telegram 2018-10-25 12:22:59 -05:00
Umputun 8f90af8343 fix br to one telegram may like more 2018-10-25 12:14:10 -05:00
Umputun b1a4d9b2da p to br in telegram formatter 2018-10-25 12:05:51 -05:00
Umputun 092161ff6f show url on err message 2018-10-25 11:52:53 -05:00
Umputun 3866d8e3b9 details to failed telegram send 2018-10-25 11:41:35 -05:00
Umputun f550438236 change telegram msg to html 2018-10-25 11:29:55 -05:00
Umputun d46ba8e913 fix table formating for md help 2018-10-25 02:20:10 -05:00
Umputun cdea2bc293 diable web page to true 2018-10-24 22:56:10 -05:00
Umputun a7b0a4bbf6 disable_web_page_preview for telegram notif 2018-10-24 22:47:00 -05:00
UmputunandGitHub 8c5531b178 Notify (#211)
* add notify service with no destinations

* change to request for destinations

* add telegram notify and wire to main

* lint: missed err checks

* fix notify factory

* externalize timeout for notify

* fix race in notifier mock

* lint: check notify send status in tests

* lint: write warn

* lint: wrong assignment

* lint: two more writes in tests

* missing notif timeout default
2018-10-24 22:28:56 -05:00
Pavel VinnykandAleksei Gurianov be41daae73 Auth handling added to deleteme.html #170 (#208) 2018-10-20 01:57:23 +04:00
Umputun 8e12b00ae8 give more time to server start 2018-10-19 16:13:37 -05:00
Umputun d2bbb5728d disable gas linter 2018-10-19 14:44:07 -05:00
Umputun e2558d84cb fix admin user in dev composes 2018-10-11 15:47:23 -05:00
Umputun ef5b18c3d1 add nop cache 2018-10-05 13:31:33 -05:00
igoradamenko a7ba0567a3 remove useless close button in user-info 2018-10-01 10:30:27 +03:00
igoradamenko 06baa07da4 fix frontend build issues 2018-09-29 23:14:20 +03:00
Jackandigoradamenko ab6bfff32f Add help page about markdown formatting #8 2018-09-29 23:04:33 +03:00
Igor AdamenkoandGitHub ca8c5d3850 Merge pull request #153 from DmitryTsepelev/user-info-redux
UserInfo uses redux store
2018-09-29 22:51:21 +03:00
Igor AdamenkoandGitHub a6e2fd30c4 Merge branch 'master' into user-info-redux 2018-09-29 22:50:33 +03:00
Umputun 72aeadcfd1 remove legacy Avatart interface from engine 2018-09-16 12:51:09 -05:00
Umputun be00380b5a lint: spell fix 2018-09-15 14:18:28 -05:00
Umputun e610657e36 better comments for avatar store 2018-09-15 12:33:04 -05:00
UmputunandGitHub c70e060d22 Feature/avatar_bolt (#205)
* add bolt implementation of avatar store

* include bolt avatar store in main's test

* change docs with new avatart params

* lint: single line declaration

* separate bucket for avatars metas

* fix comments

* test for bolt params

* closable avatar store

* fix dbl-close
2018-09-14 20:33:40 -05:00
Igor AdamenkoandGitHub d7185a861a Merge pull request #199 from Clearic/userinfo-close-by-esc
UserInfo close by Esc fix, issue #187
2018-09-14 14:26:54 +03:00
Umputun dc59fc9f7b adjust test for key store 2018-09-12 00:34:36 -05:00
Umputun a71907fd8e reduce frome AdminStore to KeyStore in Authenticator 2018-09-12 00:28:00 -05:00
Umputun bb0096dd3d add test for empty user in a token 2018-09-11 14:22:02 -05:00
UmputunandGitHub f6708c12a1 Merge pull request #202 from umputun/feature/avatar_migration
feature/avatar_migration
2018-09-11 13:15:26 -05:00
Umputun a8b92a6039 lint: detached package comment 2018-09-11 12:08:10 -05:00
Umputun 6458f622d2 refactor to combine admin and key store 2018-09-11 11:58:50 -05:00
Umputun 396b77e4ff info messages and less verbose auth with dev 2018-09-11 00:36:46 -05:00
Umputun ae8071ac00 fix web location for binary artifact builds 2018-09-10 22:18:51 -05:00
Umputun 79b1c47005 more dbg info on types 2018-09-10 22:18:23 -05:00
Umputun 7934d9af73 add cli for AvatarCmd 2018-09-10 20:48:36 -05:00
Umputun a231054424 lint: gfs ID mismatch 2018-09-10 12:41:49 -05:00
Umputun 9a6ceda003 add migrator between avatar stores 2018-09-10 12:38:00 -05:00
Umputun 5b204e509e add List to avatars and allow put without encoding 2018-09-10 12:19:52 -05:00
Umputun a856fd9c7d pass revision as common opts instead of package global 2018-09-10 10:44:22 -05:00
UmputunandGitHub 75a1edcff3 feature/adm_mongo (#201)
* add admin akd key mongo implementations

* wire admin and key stores to mongo

* lint: wrong comment on keys store

* typos and comments corrections

* fix failed test on avatar resizer

* get rid of ineffectual assignment in test

* add tests for encoding fallback and mongo's keys & admin

* empty encode test adjusted
2018-09-09 16:59:33 -05:00
Umputun 3ab05490b4 lint: warn on basic auth and non-handled err in gridfs avatar 2018-09-07 14:48:58 -05:00
Umputun 96e4116d60 fix typo in comment 2018-09-07 02:43:34 -05:00