Commit Graph

34 Commits

Author SHA1 Message Date
Kilerd Chan
ff4b826145 feat: graphql structure 2018-11-20 16:04:08 +08:00
Kilerd Chan
a3b594a19e feat: 2018 edition supported 2018-11-20 10:34:06 +08:00
Kilerd Chan
5549c33f4c fix: order articles by published_time in admin dashboard 2018-11-20 09:51:57 +08:00
Kilerd Chan
64cf647f4a feat: add setting modification form in panel 2018-10-24 13:35:41 +08:00
Kilerd Chan
bb57e57f01 feat: add change password field in admin panel 2018-10-24 12:12:16 +08:00
Kilerd Chan
92526c4ebc feat: can change password 2018-10-24 11:48:36 +08:00
Kilerd Chan
6490e4130a feat: load setting from database 2018-10-23 16:24:08 +08:00
Kilerd Chan
5f10efa6d7 feat: add site setting 2018-10-23 15:22:52 +08:00
Kilerd Chan
8c9827b7eb refactor: remove unused import 2018-10-23 14:54:58 +08:00
Kilerd Chan
d221174384 feat add NewArticle Structure for adding new article 2018-10-23 14:47:00 +08:00
Kilerd Chan
a4411e9b3d feat: rename all variable as article 2018-10-23 14:18:56 +08:00
Kilerd Chan
c5a8d7084e fixed: the complete of url shortcut. 2018-10-22 21:55:03 +08:00
Kilerd Chan
32addc9417 feat: support description 2018-10-22 15:09:56 +08:00
Kilerd Chan
6072e9764b feat: order by publish_at desc 2018-10-22 14:55:49 +08:00
Kilerd Chan
7156b4fa50 feat: article editing supported 2018-10-22 13:45:39 +08:00
Kilerd Chan
f9716603d4 feat: tiny admin panel to show login user's name and article list 2018-10-14 11:07:36 +08:00
Kilerd Chan
d9d9484c0b fix: using encrypted password in database migration file. 2018-10-14 10:23:26 +08:00
Kilerd Chan
461744c8a4 feat: use rust-crypto to encrypt password with sha3 hash alg 2018-10-14 00:55:20 +08:00
Kilerd Chan
4309dd90bb feat: prototype of admin login logic
- create private cookies if login successfully
 - knew how to access variable from form
2018-10-14 00:44:28 +08:00
Kilerd Chan
e924e76c09 feat: combine markdown render logic into post_response 2018-10-13 02:10:07 +08:00
Kilerd Chan
eb350a29d3 feat: categorize routers based on modules 2018-10-13 02:05:04 +08:00
Kilerd Chan
80596b566f feat: simplified index's template 2018-10-13 01:52:11 +08:00
Kilerd Chan
3e6536b319 feat: make fields not null 2018-10-11 23:35:09 +08:00
Kilerd Chan
89088d3952 feat: base structure of admin panel. 2018-10-10 23:55:00 +08:00
Kilerd Chan
a519cfa5e4 feat: add title and description for website in html 2018-10-10 20:37:45 +08:00
Kilerd Chan
aec1136e9c feat: serve static files 2018-10-10 15:19:33 +08:00
Kilerd Chan
572769729d feat: handle 404 error 2018-10-10 13:32:25 +08:00
Kilerd Chan
e902768a82 feat: render content as markdown text in archive page 2018-10-10 13:32:25 +08:00
Kilerd Chan
b85c4ae490 chore: use PORT to start rocket 2018-10-07 14:04:02 +08:00
Kilerd Chan
6f38a8f956 feat: only show the published archives 2018-10-06 23:27:20 +08:00
Kilerd Chan
fc0f709b51 feat: can render single archive 2018-10-06 15:56:04 +08:00
Kilerd Chan
e304b89bb0 feat: can render post list 2018-10-06 15:29:08 +08:00
Kilerd Chan
1da5c49dfb feat: migration and project structure 2018-09-14 00:35:12 +08:00
Kilerd Chan
620db61ea4 feat: initial version 2018-09-11 09:46:02 +08:00