Commit graph

311 commits

Author SHA1 Message Date
Sung Won Cho
45aa7dc37c Backward compatible verify email 2022-04-23 16:01:23 +10:00
Sung Won Cho
b6572a5d13 Allow to send email verification email 2022-04-23 15:58:32 +10:00
Sung Won Cho
9c1c812ea1 Create verification token 2022-04-23 15:40:26 +10:00
Sung Won Cho
f2873075d3 Email verification 2022-04-23 14:50:46 +10:00
Sung Won Cho
9b9c06c703 Remove hardcoded base url 2022-04-23 13:38:13 +10:00
Sung Won Cho
9cf33a9632 Allow to build assets without watching 2022-04-23 13:17:38 +10:00
Sung Won Cho
8c13525177 Allow specify base for asset url 2022-04-18 17:08:08 +10:00
Sung Won Cho
0e6cc54ed9 Allow to specify baseDir 2022-04-18 16:39:02 +10:00
Sung Won Cho
7b1700ba3f Serve robots 2022-04-18 14:30:05 +10:00
Sung Won Cho
adb2b0a940 Fix test 2022-04-18 12:33:43 +10:00
Sung Won Cho
b4126aa82b Remove unused 2022-04-18 09:54:48 +10:00
Sung Won Cho
28596667fb Test email update 2022-04-17 18:34:39 +10:00
Sung Won Cho
f265e2a1fe Test password update 2022-04-17 18:30:37 +10:00
Sung Won Cho
529e8e7dea Email update form 2022-04-17 18:11:34 +10:00
Sung Won Cho
0a40fef084 Password change 2022-04-17 16:52:55 +10:00
Sung Won Cho
7af65c1eee Implement basic settings layout 2022-04-17 15:02:50 +10:00
Sung Won Cho
348bf8398c Fix test and remove api package 2022-04-17 15:02:50 +10:00
Sung Won Cho
cd5d094c25 Implement MVC 2022-04-17 10:47:43 +10:00
Sung Won Cho
172f608b66
Remove Forum (#582) 2022-02-17 20:06:15 +11:00
Sung Won Cho
9a054e9ff6
Fix build annotation (#578) 2022-02-12 09:11:44 +11:00
Sung Won Cho
504ba44852
Add 2021 (#574) 2021-12-08 22:26:15 +11:00
Sung Won Cho
6eb68d1817
Document upgrade guide (#530) 2021-01-03 14:06:38 +11:00
Sung Won Cho
fe32dc4f2d
Release CLI 0.12.0 (#529) cli-v0.12.0 2021-01-03 12:37:10 +11:00
Sung Won Cho
a4640977b5
Allow to skip frontmatter when viewing note (#528) 2021-01-03 12:32:24 +11:00
Sung Won Cho
e9f3b080d5
Use XDG base directory (#527)
* Create platform specific directory definitions

* Fix CLI integration test

* Rename dirs to paths and get config path

* Namespace

* Fix initialization of dirs

* Simplify and change description

* Simplify

* Fix build flag

* Bump sqlite version

* Bump xgo
2021-01-03 12:11:22 +11:00
Sung Won Cho
1b7473149c
Update install_postgres.sh (#525) 2021-01-03 11:37:34 +11:00
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
Alessandro Buggin
32c13b3b53
Update docker-compose.yml to pull latest version (#477) 2020-06-03 18:05:20 +10:00
Sung Won Cho
0d44112904
Release server v1.0.4 (#473) server-v1.0.4 2020-05-23 10:56:00 +10:00
Sung Won Cho
2ca6818b9a
Invalidate existing sessions upon password change (#471) 2020-05-23 10:41:23 +10:00
Sung Won Cho
a060176cbb
Remove obsolete columns (#470) 2020-05-22 17:19:10 +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
Sung Won Cho
91d5c710ed
Release server 1.0.3 (#462) server-v1.0.3 2020-05-03 09:39:04 +10:00
Sung Won Cho
cee2db2510
Fix timeline (#460)
* Fix timeline

* Document change
2020-05-01 11:30:32 +10:00
Monomax Bot
1a0361922b
Upgrade dependencies. (#459) 2020-05-01 08:42:07 +10:00
Sung Won Cho
6515aacf42
Update install.sh (#457) 2020-04-26 11:13:11 +10:00
Sung Won Cho
fa9f43167d
Release CLI 0.11.1 (#456) server-v1.0.2 cli-v0.11.1 2020-04-25 19:13:26 +10:00
Sung Won Cho
5864e34bdd
Display helpful error if accidentally pointing to catchall handler (#455)
* Display helpful error if accidentally pointing to catchall handler

* Document change

* Fix logout

* Fix test
2020-04-25 18:48:44 +10:00
Sung Won Cho
ebe360d7ff
Dynamic hostname (#454)
* Display dynamic hostname for login

* Document change
2020-04-25 16:56:33 +10:00
Sung Won Cho
4b700f5e66
Fix upgrade url (#453) 2020-04-25 16:56:24 +10:00
Sung Won Cho
1c96a2bbaa
Sort notes by last activity (#452)
* Upgrade dep

* Sort by last activity

* Upgrade node

* Document change
2020-04-25 16:08:51 +10:00
Sung Won Cho
ae8531fe11
Speed up ci (#451) 2020-04-25 15:24:33 +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
cabe02aa71
Arm64 build (#449)
* Build for arm64

* Build CLI for arm64

* Fix test
2020-04-24 18:44:43 +10:00
Craig Kaiser
5f77d92076
Add install instructions for self hosted using Apache2 (#448) 2020-04-24 15:45:11 +10:00
Sung Won Cho
6e690ea4da
Fix rules (#438) server-v1.0.1
* Fix network

* Fix migrations for table that no longer exist

* Document changed behavior
2020-03-29 09:43:42 +11:00
Sung Won Cho
0d9a1810bb
Add toggle for inactive email preference (#435) server-v1.0.0 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