Commit graph

37 commits

Author SHA1 Message Date
Monomax Bot
a9fe1e987e
Upgrade dependencies. (#501) 2020-08-25 18:36:16 +10:00
Sung Won Cho
258fd0995f
Fix lint (#500) 2020-08-23 12:25:24 +10:00
Sung Won Cho
cba1df56cc
Update dep (#481)
* Upgrade dep and fix lint

* Add lint fix

* Bump browser dep
2020-06-11 19:17:35 +10:00
Sung Won Cho
6acc2936e3
Reduce bundle size (#469)
* Rename handlers to api

* Fix imports

* Fix test

* Abstract

* Fix warning

* wip

* Split session

* Pass db

* Fix test

* Fix test

* Remove payment

* Fix state

* Fix flow

* Check password when changing email

* Add test methods

* Fix timestamp

* Document

* Remove clutter

* Redirect to login

* Fix

* Fix
2020-05-22 16:30:05 +10:00
Monomax Bot
1a0361922b
Upgrade dependencies. (#459) 2020-05-01 08:42:07 +10:00
Monomax Bot
96d3c50780
Upgrade dependencies (#450)
* Upgrade dependencies.

* Fix test

* Improve name

* Update doc

* Upgrade deps

* Fix lint

* Fix lint

Co-authored-by: Sung Won Cho <sung@monomax.sh>
2020-04-25 11:38:39 +10:00
Sung Won Cho
0d9a1810bb
Add toggle for inactive email preference (#435) 2020-03-22 11:38:24 +11:00
Sung Won Cho
1e3efa9bb2
Remove deprecated classic migrations (#433)
* Remove repetition and digest

* Document change

* Remove classic

* Document change

* Document change

* Upgrade dep

* Fix changelog

* Upgrade dep

* fix

* fix
2020-03-22 11:00:50 +11:00
Sung Won Cho
054a3c47ac
Remove deprecated items (#408)
* Update README

* Remove deprecated item

* Remove deprecated item

* Upgrade web dependencies

* Upgrade dev depdenencies

* Document changes

* upgrade
2020-02-06 10:24:30 +10:00
Sung Won Cho
3152ca770b
Alert when we stop learning (#375)
* Send password reset alert

* Send inactive reminder

* Send subscription confirmation email
2019-12-24 13:07:27 +07:00
Sung Won Cho
912af37c9b
Revert "Upgrade dependencies. (#374)" (#376)
This reverts commit beceecb74d.
2019-12-24 10:20:07 +07:00
Monomax Bot
beceecb74d Upgrade dependencies. (#374) 2019-12-24 08:51:40 +07:00
Sung Won Cho
422f59ef79
0.3.3 (#368)
* Document release 0.3.3

* Bump
2019-12-17 17:17:09 +07:00
Monomax Bot
cd1950213a Upgrade dependencies (#367)
* Upgrade dependencies.

* Bump major
2019-12-17 17:06:35 +07:00
Sung Won Cho
4adb7764ed
Add free plan (#351)
* Allow free usage

* Update features

* Update plan details

* Render footer

* Type

* Unlimited books

* Restrict repetition for non pro
2019-11-28 15:59:49 +08:00
Sung Won Cho
3883a076ef
Lint TypeScript (#349)
* extract dep

* Lint

* Lint

* Fix

* Fix build
2019-11-25 12:24:23 +08:00
Sung Won Cho
628d29c8d1
Revert "Lint JavaScript/TypeScript code (#346)" (#348)
This reverts commit e2e777db54.
2019-11-23 17:27:43 +08:00
Sung Won Cho
e2e777db54
Lint JavaScript/TypeScript code (#346)
* Implement lint in all js projects

* Use yarn workspace

* Remove package-lock.json

* Fix

* Extract common dev dep

* Bump
2019-11-23 15:40:33 +08:00
Monomax Bot
624892d9a8 Upgrade dependencies. (#342) 2019-11-22 17:54:29 +08:00
Sung Won Cho
2124e28a9f
Use go module (#303)
* Migrate to gomodule

* Fix install

* Update makefile
2019-11-11 15:28:47 +08:00
Sung Won Cho
cf62033fe7
Generate code coverage for js test (#302)
* Generate basic test coverage

* Use jest in web

* Use jest in jslib
2019-11-09 16:10:00 +08:00
Sung Won Cho
41ada2298c
Implement note sharing (#300)
* Implement publicity control for notes

* Implement server side rendering for note sharing

* Implement UI

* Modularize

* Remove autofocus

* Fix test

* Document
2019-11-07 22:47:25 -08:00
Sung Won Cho
4a3fd2d1a7
Use Vagrant for easy development setup (#297)
* Use vagrant

* Stop using polling

* Fix test

* Document

* Fix
2019-11-03 20:04:17 -08:00
Sung Won Cho
47d4a8f6fc
Allow to configure endpoints for browser extension (#285)
* Allow to change endpoints in settings

* Allow to reset default settings

* Fix auth

* Release browser extension 2.0.0
2019-10-28 22:50:10 -07:00
Sung Won Cho
bdb75fd16c
Upgrade (#284)
* Add licenses

* Upgrade deps

* Update deprecated

* Upgrade deps
2019-10-28 18:36:24 -07:00
Sung Won Cho
5902585216
Allow to specify repetition rule (#280)
* Implement data model and basic UI for repetition rules

* Implement tooltip

* Allow to update and write test

* Stop processing the first repetition until having waited at least the frequency amount

* Set up email dev server reload

* Test pro only

* Allow to toggle repetition using token

* Remove unused

* Add last active

* Simplify nextActive calculation

* Create weekly digest repetition rules for existing users

* Fix style

* Fix link

* Create default repetition rule upon signup

* Get notes with thresholds

* Fix test

* Fix test
2019-10-28 00:34:59 -07:00
Sung Won Cho
97ff614ab9
Treat newline as neweline (#261)
* Treat newline as neweline

* Update changelog
2019-10-02 16:34:55 +08:00
Sung Won Cho
2758923c34
Implement personal knowedge base version (#254)
* Allow to add and edit notes

* Implement search

* Implement settings

* Implement checkout page

* Implement paywall

* Fix inconsistent margin

* Render mobile menu

* Allow to logout

* emails

* Implement user migration

* Always build standalone

* Embed digest in email

* Move browser extension

* Fix test

* Use system font

* Add favicon and app icons

* Make tabbar smaller

* Initialize focus on editor

* Fix various UI audit issues

* Simplify asset serving

* Register sw

* Upgrade deps
2019-09-30 11:02:09 +08:00
Sung Won Cho
7439df0e29
Bump dependencies (#248) 2019-08-13 10:05:54 +10:00
Sung Won Cho
357a587653
Implement server binary (#223) 2019-07-22 13:41:09 +10:00
Sung Won Cho
75d1cb42e8
Deps (#208)
* Consolidate deps

* Fix CI
2019-06-26 18:43:39 +10:00
Sung Won Cho
9743d67dc4
Bump depedencies (#196) 2019-05-27 21:48:14 +10:00
Sung Won Cho
3dff87e5a2
Implement checkout flow (#187)
* Implement new payment flow

* Update README

* Fix style
2019-05-23 22:20:15 +10:00
Sung Won Cho
9c31d7998d
Implement digests epage (#182)
* Render digests page

* Implement digests endpoint

* Fetch digests on the frontend

* Render digest items

* Bump deps
2019-05-15 14:34:19 +10:00
Sung Won Cho
84afef7985
Fix digest page scroll (#178) 2019-05-11 12:55:12 +10:00
Sung Won Cho
59f4d888bb
Fix badge (#172)
* Fix badge

* Upgrade deps
2019-05-10 09:41:11 +10:00
Sung Won Cho
55a58b635a
Open source server and web (#171) 2019-05-10 09:31:31 +10:00