Commit Graph

999 Commits (c3875c06714ca03056edbb22c15b3ba2da7602b6)

Author SHA1 Message Date
Ryan Wang 903a076bb6 chore: remove crypto-js dependency (halo-dev/console#412) 2022-01-19 08:48:48 +08:00
Ryan Wang fc7f6a8899 refactor: input attachment selection uniformly uses AttachmentInput component (halo-dev/console#406) 2022-01-17 18:37:24 +08:00
Ryan Wang d25e5eba43 refactor: theme install modal (halo-dev/console#407) 2022-01-17 18:36:05 +08:00
Ryan Wang c04b734129 fix: upgrade marked to fix security issues (halo-dev/console#408)
Signed-off-by: Ryan Wang <i@ryanc.cc>
2022-01-16 20:33:33 +08:00
Ryan Wang b1cf9ee421 refactor: theme setting page (halo-dev/console#380)
* refactor: theme setting page

Signed-off-by: Ryan Wang <i@ryanc.cc>

* feat: add theme descriptions

Signed-off-by: Ryan Wang <i@ryanc.cc>

* refactor: local upgrade component

Signed-off-by: Ryan Wang <i@ryanc.cc>

* refactor: theme descriptions

Signed-off-by: Ryan Wang <i@ryanc.cc>

* chore: bump admin-api deps
2022-01-14 15:37:31 +08:00
Ryan Wang a57442284e feat: post tags support color settings (halo-dev/console#395)
* feat: post tags support color settings

* feat: add tag color picker

* feat: support choose tag color

Co-authored-by: guqing <1484563614@qq.com>
2022-01-13 13:56:36 +08:00
Ryan Wang 50e3f8ae94 refactor: form validation of the reset password page (halo-dev/console#403) 2022-01-07 19:44:44 +08:00
Ryan Wang 3c3a0e000e fix: failed to upload picture in the markdown editor (halo-dev/console#401) 2022-01-07 13:41:35 +08:00
Ryan Wang 5f3e866a41 feat: support get api url from localstorage (halo-dev/console#388) 2021-11-30 10:57:26 +08:00
Ryan Wang e5de28e3cd refactor: installation page logo (halo-dev/console#383) 2021-11-29 09:58:23 +08:00
知雨 318cfd16a1 refactor: the attached picture is covered with containers (halo-dev/console#382)
Co-authored-by: cetr <2058930674@qq.com>
2021-11-27 20:39:59 +08:00
Ryan Wang 003886aed1 refactor: sheet setting modal (halo-dev/console#381) 2021-11-27 19:58:07 +08:00
Ryan Wang 643e3c9690 refactor: use js-sdk/admin-api (halo-dev/console#378)
* 1.3.0-beta.2

* fix: token expire.

* pref: #291

* refactor: use js-sdk/admin-api

* chore: remove unnecessary files

* chore: remove unnecessary files

* chore: remove unnecessary files

* chore: remove unnecessary files

* refactor: developer/Environment.vue

* chore: remove unnecessary files

* refactor: login auth

* refactor: login auth

* refactor: remove api url setting

* refactor: custom sheet list

* style: reformat code

* refactor: logout

* refactor: remove setTimeout when fetch api

* fix: auto login error

* fix: post update error

* fix: backup

* fix: turn on developer mode error

* fix: mfa setting error

* chore: remove unnecessary files

* feat: add interceptors

* refactor: api client

* refactor: api client

* chore(deps): upgrade admin-api

* refactor: 重构认证

* fix: 修复认证请求头参数

* refactor: login

* feat: add error handle

* refactor: api client

* refactor: refresh token

* refactor: attachment upload

* refactor: upload component

* refactor: upload

* fix: tag save

* fix: github api request

* fix: installation page

* feat: add version field for html

* fix: option.list to option.listAsMapView

* fix: directory base path of static storage

* chore: upgrade halo sdk version

Co-authored-by: guqing <1484563614@qq.com>
2021-11-26 23:05:00 +08:00
Ryan Wang e4ef247d13 refactor: post setting (halo-dev/console#376)
* refactor: post setting modal

* refactor: pagination

* refactor: post setting modal

* fix: TagSelect

* feat: add draft button

* feat: add meta editor

* style: remove PostSettingDrawer.vue
2021-11-16 22:25:52 +08:00
Ryan Wang 5370ac2804 refactor: attachment detail (halo-dev/console#375)
* refactor: attachment detail modal

* refactor: attachment media type judgment

* refactor: pagination

* refactor: delete AttachmentDetailDrawer.vue

* refactor: remove unnecessary code

* perf: previous and next button state
2021-11-16 22:22:41 +08:00
felix ae264c64bc pref: attachments preview image styles (halo-dev/console#374) 2021-11-09 17:32:18 +08:00
Ryan Wang 1648b28852 fix: parent category cannot be selected in post settings #365 (halo-dev/console#367) 2021-10-29 22:35:56 +08:00
Ryan Wang 02dea4e3af refactor: weaken the animation of the login page #359 (halo-dev/console#369) 2021-10-29 22:33:45 +08:00
Ryan Wang 287668fa85 feat: support resetting post slug #319 (halo-dev/console#368) 2021-10-29 21:47:22 +08:00
Ryan Wang 9271a9ee5e refactor: update logo (halo-dev/console#366) 2021-10-27 23:15:10 +08:00
LiuJiJiang 81d0ccd668 style: add styles to scroll bar (halo-dev/console#364) 2021-10-23 23:15:32 +08:00
guqing 4682d88c83 feat: add work dir backup options (halo-dev/console#362)
* feat: add work dir backup options

* feat: add layout to backup options

* refactor: modify variable naming

* refactor: rename variables
2021-10-12 14:54:29 +08:00
Ryan Wang 6228e4a6f2 chore: use pnpm package manager (halo-dev/console#361)
* chore: use pnpm package manager.

* chore: remove node 10.x in github actions check job.

* doc: update README.md
2021-09-26 22:56:55 +08:00
知雨 3669a79e3e Improve avatar selector for comment setting tab (halo-dev/console#357)
* perfect: supplementary avatar type

* perfect: supplementary avatar type

* perfect: supplementary avatar type

Co-authored-by: cetr <2058930674@qq.com>
2021-09-19 22:17:27 +08:00
Ryan Wang 7bc33023af perf: automatically calculate post editor height. (halo-dev/console#355) 2021-09-16 08:53:00 +08:00
Ryan Wang 59d87007ab refactor: upgrade codemirror version. (halo-dev/console#354)
* refactor: upgrade codemirror version.

* refactor: StaticStorage component.

* refactor: upgrade codemirror version.

* chore: add editorconfig file.

* chore: update editorconfig.
2021-09-15 21:44:00 +08:00
Ryan Wang 5416a10291 fix: login page keyboard shortcut keys not working in macOS. (halo-dev/console#352) 2021-09-14 20:45:51 +08:00
Ryan Wang dcf85e1d95 refactor: cleanup code. (halo-dev/console#351)
* refactor: cleanup code.

* refactor: cleanup code.

* refactor: cleanup code.

* fix: post list render error.
2021-09-14 20:45:30 +08:00
知雨 0d6faaf774 refactor: Make menu sorting more intuitive (halo-dev/console#350)
* refactor: Make menu sorting more intuitive

* refactor: Make menu sorting more intuitive

Co-authored-by: cetr <2058930674@qq.com>
2021-08-29 14:43:22 +08:00
Ryan Wang 82d3b90bba feat: add region option for minio. (halo-dev/console#346) 2021-07-25 17:23:28 +08:00
Ryan Wang 2c592c24ed refactor: disable tabs change animation. (halo-dev/console#344) 2021-07-03 15:20:00 +08:00
Ryan Wang 88dd64b0c0 Invalidate url type for logo and favicon in system options. (halo-dev/console#338) 2021-06-14 16:42:20 +08:00
Ryan Wang 427f21a5ad fix: #331 (halo-dev/console#332) 2021-05-24 22:06:49 +08:00
Li b067b1d40b fix: #329
fix: #329
2021-05-15 22:58:35 +08:00
Ryan Wang 5e7f2ccfc7 fix: #327 (halo-dev/console#328) 2021-05-15 12:30:04 +08:00
Ryan Wang 57171c7367 fix: comment reply content cannot wrap. (halo-dev/console#322) 2021-04-29 23:56:04 +08:00
Ryan Wang be0880675d feat: support set gravatar source. (halo-dev/console#314) 2021-03-29 00:16:24 +08:00
Ryan Wang f5aac99b73 fix: #312 (halo-dev/console#313) 2021-03-28 18:11:15 +08:00
Ryan Wang 61eb4f8409 fix: #310 (halo-dev/console#311) 2021-03-17 21:41:57 +08:00
Ryan Wang 3d43c5baa2 fix: #308 (halo-dev/console#309) 2021-03-11 21:12:42 +08:00
Ryan Wang 203f86544c fix: post edit page. (halo-dev/console#302) 2021-03-07 00:31:25 +08:00
Ryan Wang 02f94f2b3e fix: upload component accepts default value. (halo-dev/console#301) 2021-03-06 23:22:48 +08:00
Ryan Wang bd54ac4843 chore: remove unnecessary dependencies. 2021-03-06 18:38:10 +08:00
Ryan Wang b82d606d39 pref: #291 (halo-dev/console#300) 2021-03-05 18:54:45 +08:00
Ryan Wang 566f365ab2 refactor: install page. (halo-dev/console#296)
* refactor: install page.

* refactor: install page.

* refactor: install page.

* refactor: install page.
2021-02-25 20:33:20 +08:00
Ryan Wang b23d32206d fix: theme update by upload. (halo-dev/console#299) 2021-02-25 20:33:00 +08:00
Ryan Wang 1673a673fb refactor: backup file download. (halo-dev/console#297) 2021-02-22 09:22:41 +08:00
Ryan Wang fddb310b4e fix: body overflow. (halo-dev/console#293) 2021-02-08 19:56:24 +08:00
Ryan Wang a49794d92f release: 1.4.4. 2021-02-07 21:11:05 +08:00
Ryan Wang 2cf450b9ec feat: category password (halo-dev/console#292)
* feat: category increase password

* fix: progress bar.

* feat: category password.

Co-authored-by: xiangbei.yzx <xiangbei.yzx@alibaba-inc.com>
2021-02-05 10:26:10 +08:00
Ryan Wang 6b41171307 pref: config tailwindcss purge. (halo-dev/console#288) 2021-01-28 23:26:18 +08:00
Ryan Wang b1bb94a667 doc: add document website. (halo-dev/console#278)
* doc: add document website.

* doc: add document website.
2021-01-28 00:29:34 +08:00
Ryan Wang 91c9ac6981 feat: halo-dev/halo#1217. (halo-dev/console#287) 2021-01-24 21:40:02 +08:00
Ryan Wang da3a315f8f pref: optimize the layout of the post editing page. (halo-dev/console#286) 2021-01-24 14:00:18 +08:00
Ryan Wang de929aa990 chore: upgrade dependencies. (halo-dev/console#284)
* chore: upgrade dependencies.

* chore: upgrade dependencies.
2021-01-24 12:55:24 +08:00
Ryan Wang b7914e07c4 feat: support export markdown package. (halo-dev/console#279) 2021-01-05 09:47:18 +08:00
Ryan Wang cfa91c6541 fix: halo-dev/halo#1180 (halo-dev/console#277) 2021-01-04 17:56:30 +08:00
Ryan Wang 1df8a407b0 fix: mfa login. (halo-dev/console#276) 2020-12-26 20:53:38 +08:00
Ryan Wang cf220976ed feat: #1101 (halo-dev/console#275) 2020-12-24 22:53:12 +08:00
Ryan Wang 8e32dbe397 fix: halo-dev/halo#1157 (halo-dev/console#273) 2020-12-08 09:59:49 +08:00
Ryan Wang 87646a214e pref: add page load progress bar. (halo-dev/console#272) 2020-12-08 09:59:25 +08:00
Ryan Wang 37826536b6 feat: halo-dev/halo#1174 (halo-dev/console#270) 2020-12-02 10:24:38 +08:00
Ryan Wang c306b90fb9 feat: halo-dev/halo#1103 (halo-dev/console#269) 2020-12-01 14:11:15 +08:00
Li 558c1e03fc fix(menu): 对菜单做了一些调整和优化。 (halo-dev/console#267)
* fix(menu): 对菜单做了一些调整和优化。

1. 删除了菜单的动画效果
2. 当拖拽到菜单底部时,会触发滚动效果
3. 现在拖为子节点会方便那么一点(也不是很完美)
4. 当菜单头不在可视区域时,会触发跟随,不需要拖拽完菜单还需要返回顶部再保存了。

* pref: add animation for menu drag.

Co-authored-by: Ryan Wang <i@ryanc.cc>
2020-11-24 11:10:50 +08:00
Ryan Wang 7abb68f60f release: 1.4.2 2020-11-02 23:11:01 +08:00
Ryan Wang 1de3f79944 feat: halo-dev/halo#1119 (halo-dev/console#264) 2020-11-02 22:35:48 +08:00
Wh1te 1083a90aa9 feat: add automatic cleaning recycled posts configurations (halo-dev/console#263) 2020-10-25 21:33:19 +08:00
Wh1te fcb6d52c26 feat: 删除主题时可选是否删除配置 (halo-dev/console#262) 2020-10-12 22:30:45 +08:00
Wh1te a0ad14b5fe feat: add MinIO support for attachment management (halo-dev/console#261) 2020-10-07 10:53:15 +08:00
Wh1te 72ad0937b5 feat: add post permalink type: YEAR (halo-dev/console#260) 2020-10-01 10:50:33 +08:00
Ryan Wang 67a3cf0654 refactor: photo manage. (halo-dev/console#258) 2020-09-26 22:30:20 +08:00
Ryan Wang 5557429910 fix: #247 (halo-dev/console#257) 2020-09-26 19:32:46 +08:00
Ryan Wang ce46fee0bb chore: remove moment dependency. (halo-dev/console#256) 2020-09-25 23:07:58 +08:00
Ryan Wang 75cd1476c8 fix: content block padding error. (halo-dev/console#254) 2020-09-25 09:24:48 +08:00
Ryan Wang c9f4b5694c refactor: system options page layout. (halo-dev/console#251)
* refactor: system options page layout.

* refactor: system options page layout.
2020-09-23 10:30:19 +08:00
Ryan Wang ab0617251f refactor: form verification. (halo-dev/console#250)
* refactor: form verification.

* refactor: form verification.

* refactor: form verification.
2020-09-23 00:20:47 +08:00
Ryan Wang 37ca43ad78 refactor: theme remote install. (halo-dev/console#249)
* refactor: theme remote install.

* refactor: theme remote install.
2020-09-22 22:23:56 +08:00
Ryan Wang c06c9c6abe fix: #247 (halo-dev/console#248) 2020-09-21 21:54:24 +08:00
John Niang 737c1030a8 Remove float more actions (halo-dev/console#245)
* Remove float more actions

* Use page header instead of list item

* pref: theme list control button.

Co-authored-by: Ryan Wang <i@ryanc.cc>
2020-09-19 21:58:58 +08:00
Ryan Wang 195a35f238 feat: add smtp form validation. (halo-dev/console#243)
* feat: add smtp form validation.

* feat: add smtp test form validation.

* feat: add api form validation.

* feat: add input number min limit.
2020-09-13 10:29:23 +08:00
Ryan Wang 5b2af2e468 feat: halo#1065 (halo-dev/console#244)
* feat: halo#1065

* feat: halo#1065
2020-09-13 10:29:06 +08:00
Ryan Wang 6c28d2cab8 fix: #241 (halo-dev/console#242)
* fix: #241

* fix: #241
2020-09-13 10:28:50 +08:00
王存露 06a6884ebf fix: Token will cause page jump error when reinstalling Halo (halo-dev/console#240) 2020-09-08 23:52:00 +08:00
王存露 9ba5ce5a0d fix: cannot request the back-end logout api service (halo-dev/console#239) 2020-09-07 10:27:42 +08:00
Ryan Wang 6da8d7c4f0 refactor: login page (halo-dev/console#238)
* refactor: login page

* feat: #130
2020-08-30 17:46:45 +08:00
Ryan Wang 4e6a0a00d0 chore: upgrade dependencies. (halo-dev/console#237) 2020-08-30 15:23:31 +08:00
Ryan Wang 8e38006e81 pref: change locale provider to config provider. (halo-dev/console#232) 2020-08-24 00:53:33 +08:00
Ryan Wang 41c5e28fb1 pref: stop refresh statistics when catch error (halo-dev/console#233)
* 1.3.0-beta.2

* fix: token expire.

* pref: when an error occurs in the request, stop request statistics api.
2020-08-24 00:53:18 +08:00
Ryan Wang 8a2dff99a9 feat: support tiny-pinyin. #177 (halo-dev/console#235) 2020-08-24 00:52:25 +08:00
Ryan Wang 9b4d3dfe10 fix: #228 (halo-dev/console#234) 2020-08-23 22:37:58 +08:00
Ryan Wang 8886dfc68b fix: #225 (halo-dev/console#231)
* 1.3.0-beta.2

* fix: token expire.

* fix: #225
2020-08-23 10:56:20 +08:00
弥枳 1e40cc3c34 pref: validation optimization of many edit form. (halo-dev/console#223) 2020-08-08 10:10:21 +08:00
ruibaby 899bec20c6 release: 1.4.0-beta.2 2020-08-04 21:41:33 +08:00
hshanx b422242552 🐛 Fix: Fix comment origin html tag perform (halo-dev/console#222) 2020-08-04 21:36:46 +08:00
Ryan Wang 18ab2bd757 pref: form validation optimization of journal edit form. (halo-dev/console#221) 2020-08-04 21:23:43 +08:00
Ryan Wang 88867e6957 pref: created ReactiveButton component. (halo-dev/console#216)
* pref: created ReactiveButton component.

* refactor: ReactiveButton.

* refactor: Profile page.

* feat: add form validate for comment reply.

* refactor: PostSettingsDrawer.
2020-07-17 09:40:14 +08:00
Ryan Wang 23768f1d18 pref: code optimization again. (halo-dev/console#215) 2020-07-14 16:51:40 +08:00
John Niang 363422a50a fix: remove redundant folder (halo-dev/console#214) 2020-07-13 10:14:26 +08:00
Ryan Wang ed9d571180 fix: editor folder case. 2020-07-13 09:43:01 +08:00
Ryan Wang 522027e2fb pref: code optimization. (halo-dev/console#213)
* pref: code optimization.

* fix: theme configuration loading.

* pref: code optimization.
2020-07-13 09:32:07 +08:00
Ryan Wang d42f819907 pref: optimize menus page, categories page, tags page, etc. (halo-dev/console#212) 2020-07-11 18:48:22 +08:00
Ryan Wang ba1cb7f8e8 refactor: optimized loading of newer versions of the about page. (halo-dev/console#211) 2020-07-11 16:56:29 +08:00
BigBang019 6b6e50dc7f feat: add Theme Branches/Releases Control (halo issue 515&592) (halo-dev/console#186)
* halo issue 515&592

* beautify UI

Co-authored-by: Ryan Wang <i@ryanc.cc>
2020-07-10 12:09:11 +08:00
Hins eaa2463e82 pref: real time logs automatically scroll to the bottom.
实时日志 功能优化,  自动滚动到底部.
2020-06-15 11:48:33 +08:00
Ryan Wang 3556361273 refactor: category and tag form. (halo-dev/console#193) 2020-06-08 11:24:01 +08:00
Junyi Ao 7176d879a2 fix #71 附件库支持右键复制图片地址 (halo-dev/console#180)
* fix issue 71

* 删除class-a,调整label,z-index和minWidth
2020-05-28 23:57:44 +08:00
Junyi Ao f911463cf7 pref: 修改代码使得文章发布时间使用的是实际点击发布的时间 (halo-dev/console#160) 2020-05-27 10:15:11 +08:00
Ryan Wang 011d018fac feat: add validate for installation. (halo-dev/console#169) 2020-05-18 21:27:13 +08:00
Yqhg8Nt4tuu f4dccc921a feat: Support Rename and Edit Static Files (halo #573) (halo-dev/console#152)
* Finish rename function

* Finish edit function and fix a bug

* Delete a console.log

* Change save API url

Co-authored-by: Rokita <35868425+Ruukita@users.noreply.github.com>
2020-05-11 22:25:47 +08:00
wuyc 6e915d4f6b Trim replyComment.content (halo-dev/console#151) 2020-05-03 13:00:42 +08:00
Ryan Wang 57b7c91640 fix: token expire (halo-dev/console#129) 2020-04-18 12:13:23 +08:00
ruibaby c47f04f384 release: 1.3.2 2020-04-12 13:19:48 +08:00
Ryan Wang 34a0f2174d fix: #123 (halo-dev/console#128) 2020-04-12 12:55:22 +08:00
jinqilin721 2bc19f4676 feat: 附件上传增加华为云OBS支持 (halo-dev/console#126) 2020-04-09 10:03:50 +08:00
Ryan Wang 6ad3358ece pref: post publishing experience. (halo-dev/console#125)
* pref: post publishing experience.

* fix: sheet tab icon.
2020-04-05 17:01:57 +08:00
bear ffc8bf1e19 Support MFA-TOTP Auth (halo #745) (halo-dev/console#124)
* login page add authcode-form

* halo mfa auth test

* profile page
2020-04-04 19:42:05 +08:00
FireflyHoo 36d9dab732 feat: add ConfirmPassword Validate (halo-dev/console#116)
* feat: add ConfirmPassword Validate

* Update Installation.vue
2020-04-04 16:44:58 +08:00
Ryan Wang 83bc23c697 Feature/add switch type for theme settings (halo-dev/console#120)
* 1.3.0-beta.2

* feat: add switch type for theme settings.
2020-03-29 11:48:03 +08:00
ruibaby dfa0d91007 release: 1.3.1 2020-03-28 15:45:50 +08:00
Ryan Wang 95ca384767 fix: #114 (halo-dev/console#115) 2020-03-28 15:26:05 +08:00
ruibaby de06026781 release: 1.3.0 2020-03-25 18:10:03 +08:00
Ryan Wang 584d1d8f0b refactor: layout setting drawer. (halo-dev/console#113) 2020-03-22 22:15:28 +08:00
Ryan Wang 405c891e46 refactor: modify server to halo. (halo-dev/console#112) 2020-03-21 09:59:49 +08:00
Ryan Wang 79bf87c066 refactor: independent sheet. (halo-dev/console#110) 2020-03-20 20:51:21 +08:00
Ryan Wang dadee88dcf fix: message type error (halo-dev/console#111)
* 1.3.0-beta.2

* fix: message type error.
2020-03-20 20:51:03 +08:00
Ryan Wang 50c0186cb0 refactor: post settings drawer. (halo-dev/console#109) 2020-03-20 17:43:37 +08:00
Ryan Wang 0b6cbef6da fix: login typo. (halo-dev/console#108) 2020-03-20 13:36:35 +08:00
Ryan Wang 952a0b903f fix: the menu flickering problem in mobile safari browser. (halo-dev/console#106) 2020-03-19 20:31:56 +08:00
Ryan Wang ecbda21ea2 chore: upgrade antd. (halo-dev/console#105) 2020-03-18 21:45:05 +08:00
Ryan Wang fe2ed25541 fix: backup download link cannot be clicked. (halo-dev/console#104) 2020-03-18 01:55:11 +08:00
Ryan Wang 1fcd0a27dd refactor: dashboard page. (halo-dev/console#102) 2020-03-17 23:56:47 +08:00
Ryan Wang 2c98963fbc feat: support export database. (halo-dev/console#101) 2020-03-17 15:15:44 +08:00
Ryan Wang d1e520a476 feat: support data import in install page. (halo-dev/console#100) 2020-03-17 13:15:49 +08:00
Ryan Wang fbe428e775 refactor: related functions for publishing posts. (halo-dev/console#99) 2020-03-16 11:22:38 +08:00
Ryan Wang 6b7ffa7562 refactor: install page. (halo-dev/console#98) 2020-03-15 17:04:41 +08:00
Ryan Wang bf032a958b refactor: theme install modal (halo-dev/console#96) 2020-03-13 20:21:41 +08:00
Ryan Wang a138ca55cd refactor: post month path type. (halo-dev/console#94) 2020-03-12 14:43:28 +08:00
Ryan Wang ed6cc4a707 fix: #82 (halo-dev/console#95) 2020-03-12 14:42:48 +08:00
Ryan Wang e0b7da7a77 refactor : meta variable (halo-dev/console#92)
* 1.3.0-beta.2

* refactor: metas variable.

* refactor: metas variable.
2020-03-11 13:49:00 +08:00
Ryan Wang ea0b2df06d refactor: remove recovery. (halo-dev/console#93) 2020-03-11 13:48:24 +08:00
Ryan Wang 3f72345248 fix: If not initialized, jump to the initialization page. (halo-dev/console#91)
* feat: If not initialized, jump to the initialization page.

* refactor: table layout.

* chore: update package-lock.json.
2020-03-09 23:47:42 +08:00
Ryan Wang e8199d3498 fix: the delete theme button could not be clicked. (halo-dev/console#90) 2020-03-09 23:34:38 +08:00
Ryan Wang 8308c66dc1 refactor: options page. (halo-dev/console#89)
* refactor: options page.

* fix: option api.
2020-03-07 16:17:34 +08:00
Ryan Wang 70538d7caf refactor: some copywriting. (halo-dev/console#88) 2020-03-07 01:15:34 +08:00
Ryan Wang 4dd9fa911a fix: #73 (halo-dev/console#87) 2020-03-06 21:44:24 +08:00
Ryan Wang 99b2bc4d67 chore: migrate ant-design-vue to 1.5.0. (halo-dev/console#85) 2020-03-06 13:58:59 +08:00
Ryan Wang 8860b45060 fix: problems with paging. (halo-dev/console#84) 2020-03-06 13:57:54 +08:00
Ryan Wang 94c5403c05 refactor: pages (halo-dev/console#83)
* 1.3.0-beta.2

* refactor: extraction of some components.
2020-03-06 13:15:58 +08:00
Ryan Wang 0860351706 chore: update dependencies. (halo-dev/console#81) 2020-03-04 21:36:55 +08:00
Ryan Wang dd4702cc28 refactor: sheet list. (halo-dev/console#80) 2020-03-04 21:35:39 +08:00
Ryan Wang 4a97e04f45 feat: support meta_keywords and meta_description. (halo-dev/console#79) 2020-03-04 20:00:06 +08:00
Ryan Wang 4cd9a3536f pref: some text modification. (halo-dev/console#78) 2020-03-02 12:21:29 +08:00
Ryan Wang 46ba7775e3 refactor: about page. (halo-dev/console#77) 2020-03-01 14:50:04 +08:00
Ryan Wang 50af584f1f Add rich text editor. (halo-dev/console#76)
* refactor: pull out the editor component.

* feat: support rich text editor.
2020-02-28 22:26:05 +08:00
Ryan Wang 5da3f267b7 refactor: pull out the markdown editor component. (halo-dev/console#75) 2020-02-28 14:53:49 +08:00
Ryan Wang 4d062a1529 refactor: change url field to slug in post. (halo-dev/console#72) 2020-02-26 12:45:22 +08:00
Ryan Wang 105cb49b85 feat: show quantity in category search in post list. (halo-dev/console#70) 2020-02-24 14:18:35 +08:00
Ryan Wang 53f5180610 fix: If the post fails to save, the button will not be restored to clickable. (halo-dev/console#68) 2020-02-22 14:35:03 +08:00
Ryan Wang 2447fa190b pref: modify copywriting (halo-dev/console#67)
* style: modify the copy of dashboard posts read.

* style: modify the copy of profile posts read.
2020-02-22 14:34:41 +08:00
Ryan Wang 501808cb73 Support turn to posts list page by category. (halo-dev/console#66) 2020-02-17 15:28:49 +08:00
Ryan Wang 274b6178ee feat: 新增地址栏记录查询条件功能#60 (halo-dev/console#65) 2020-02-17 15:19:43 +08:00
ruibaby 29cf553d8b refactor: about page. 2020-02-16 15:39:47 +08:00
ruibaby 2c78a7848c refactor: option form page. 2020-02-16 00:17:36 +08:00
ruibaby ad10279584 feat: support set thumbnail to category and tag. 2020-02-15 20:35:37 +08:00
ruibaby 069e47e8ac refactor: modify the copy of the post cover image. 2020-02-15 20:04:36 +08:00
ruibaby 72063b246e feat: support advanced options. 2020-02-14 16:21:24 +08:00
ruibaby b07127ec68 feat: support review post url. 2020-02-11 15:32:25 +08:00
ruibaby 5c49bba25d feat: support set internal sheet's title. 2020-02-11 14:45:36 +08:00
ruibaby c524d43f9a feat: change post and sheet access url. 2020-02-11 12:15:48 +08:00
ruibaby 93d53938bf feat: fetch github contributors in about page. 2020-01-31 16:10:27 +08:00
ruibaby cde0d1333d feat: add the load animation to the login button. 2020-01-30 12:41:06 +08:00
ruibaby db7a6850fd fix: sheet url in mobile device. 2020-01-16 21:12:08 +08:00
ruibaby cf8c027825 fix: prevent browsers from auto-filling some password input. 2020-01-16 19:29:58 +08:00
ruibaby 068f1b14ba feat: support for configuring static resource paths. 2020-01-11 13:06:01 +08:00
ruibaby 96bc90bb2d feat: support set path suffix. 2020-01-07 20:13:17 +08:00
ruibaby 21778a6f48 feat: custom permalink. 2020-01-07 18:46:36 +08:00
ruibaby 793307b9b1 Merge branch 'static-page' into dev 2020-01-06 20:34:03 +08:00
ruibaby d5f825ba3d style: replace console.log() to this.$log. 2020-01-06 20:32:33 +08:00
ruibaby dcf888f25b fix: journal comment drawer. 2020-01-05 19:20:38 +08:00
ruibaby ad0d2c307e feat: support comment post/sheet/journal on the admin. 2020-01-04 22:05:07 +08:00
ruibaby 519765a3f9 release: 1.2.0-beta.4. 2020-01-04 21:31:49 +08:00
johnniang 51b7e714cc Enable draft only saving 2020-01-04 21:15:08 +08:00
ruibaby 20e093469a fix: style at the time of attachment selection. 2020-01-04 17:36:22 +08:00
ruibaby 0c222470e9 feat: enable input extenal thumbnail link of sheet. 2020-01-04 15:36:08 +08:00
johnniang 1010de6773 Enable input extenal thumbnail link of post 2020-01-04 15:30:15 +08:00
ruibaby ece59a0a56 feat: support download log file. 2020-01-03 16:54:47 +08:00
ruibaby a7419dcec7 feat: support set summary for sheet. 2020-01-03 12:16:55 +08:00
guqing a2bdc151b3 fix: the value problem caused by multi-level nesting of comment components 2020-01-02 23:01:36 +08:00
ruibaby 6cc1c61a5e pref: update admin api. 2020-01-02 20:34:21 +08:00
ruibaby 606c8ab571 feat: add loading message when sending password recovery code. 2020-01-02 18:11:37 +08:00
ruibaby a188771b46 fix: page refresh and jump to login page. 2020-01-01 19:56:44 +08:00
ruibaby 8b396df1a1 feat: support set file source for qiniu oss. 2019-12-31 14:25:06 +08:00
ruibaby 8acabf76cb feat: support set file source for tencent cos. 2019-12-31 13:46:08 +08:00
ruibaby bb9f54125b feat: support set file source for ali oss. 2019-12-31 13:18:49 +08:00
ruibaby 676868904e feat: performance optimization. 2019-12-29 21:10:54 +08:00
ruibaby 7bf71eb919 fix: comments cannot be replied to. 2019-12-29 20:49:32 +08:00
ruibaby dc84167853 pref: remove cdn_domain option. 2019-12-27 19:25:57 +08:00
ruibaby 6f5ad97648 fix: https://github.com/halo-dev/halo/issues/327 2019-12-27 18:28:11 +08:00
ruibaby ba41617e6a refactor: static pages generate and deploy method. 2019-12-26 20:38:50 +08:00
ruibaby 876cefe572 fix: table row key error. 2019-12-26 20:17:29 +08:00
ruibaby ddeeb6a1ac feat: add static pages manage in tool list. 2019-12-26 14:19:36 +08:00
ruibaby b2ff5ac7ed feat: add static pages manage in tool list. 2019-12-26 00:26:02 +08:00
ruibaby c9292ebbf2 feat: add static pages manage in tool list. 2019-12-26 00:12:57 +08:00
ruibaby 1c15e071c3 feat: performance optimization. 2019-12-26 00:03:31 +08:00
ruibaby dbd1fc014d fix: prevent duplicate data. 2019-12-23 21:18:18 +08:00
ruibaby 59d088dc4d fix: style. 2019-12-23 20:44:54 +08:00
ruibaby 2e1fdca340 fix: the post will be prompted to save even if it is not modified. 2019-12-23 14:07:11 +08:00
ruibaby f2fac954b1 feat: performance optimization. 2019-12-23 13:33:47 +08:00
ruibaby fb31e60c03 feat: performance optimization. 2019-12-23 12:54:15 +08:00
ruibaby d19d55f174 refactor: login page. 2019-12-22 22:33:34 +08:00
ruibaby 06546e81c7 refactor: login page. 2019-12-22 22:31:15 +08:00
ruibaby cd82e3eb9d pref: attachment search param. 2019-12-20 22:37:46 +08:00
ruibaby ef31dcf41e feat: support markdown for journal. 2019-12-20 22:06:31 +08:00
ruibaby d12fd6a8cf feat: support post custom template. 2019-12-20 16:47:21 +08:00
ruibaby 5a6bfe547b feat: add a top when restart halo. 2019-12-19 20:16:20 +08:00
ruibaby 37d7391590 perf: update placeholder picture. 2019-12-19 18:52:23 +08:00
ruibaby 741c4f97cd refactor: refactor post preview and private post view. 2019-12-19 17:50:23 +08:00
ruibaby 00064d1d47 refactor: runtime logs page. 2019-12-19 11:05:06 +08:00
ruibaby 44bf4b767a release: 1.2.0-beta.1 2019-12-18 19:59:46 +08:00
ruibaby 8d96fbe19b feat: show loading message when update theme. 2019-12-18 17:51:33 +08:00
ruibaby 2d8fe1d079 feat: completed static storage page. 2019-12-18 17:39:06 +08:00
ruibaby f376635340 refactor: user profile. 2019-12-16 22:22:17 +08:00
ruibaby 61df292126 feat: perfect post comment drawer component. 2019-12-16 17:47:07 +08:00
ruibaby 25d0a50744 refactor: save shortcuts. 2019-12-14 14:15:42 +08:00
ruibaby aa6aa75ea2 Merge branch 'dev' of github.com:halo-dev/halo-admin into dev 2019-12-14 14:14:18 +08:00
guqing f3321f9df7 refactor: optimize attachment batch deletion logic 2019-12-13 20:31:59 +08:00
ruibaby 42db108829 feat: support mermaid. 2019-12-13 19:00:15 +08:00
guqing 655e867e19 feat:supports mass deletion of attachments 2019-12-13 15:35:17 +08:00
ruibaby a50eb67e4c refactor: post status update api 2019-12-12 20:11:43 +08:00
ruibaby e6802afff8 feat: add rss_content_type option. 2019-12-12 15:14:30 +08:00
ruibaby f1f9d15d14 feat: support update comment status in batch. 2019-12-12 14:33:44 +08:00
ruibaby 549939e680 feat: support update post status in batch. 2019-12-12 13:53:06 +08:00
ruibaby 267df7137c feat: support delete in batch for comment. 2019-12-12 13:27:02 +08:00
ruibaby 2db2de1f37 feat: performance optimization. 2019-12-12 13:14:40 +08:00
ruibaby c697fa66f2 feat: support remove in batch api for post. 2019-12-11 23:15:39 +08:00
ruibaby 5347289091 feat: support sheet meta. 2019-12-10 13:00:59 +08:00
ruibaby 0618a34d68 feat: support preset post meta field. 2019-12-07 20:33:29 +08:00
ruibaby 1f80452b10 perf: remove nprogress. 2019-12-06 20:44:02 +08:00
ruibaby 3531d58ac7 feat: support img lazy load. 2019-12-06 20:06:45 +08:00
ruibaby 952176518e feat: support update application.yaml. 2019-12-03 20:33:23 +08:00
ruibaby 7183d8efcb style: code lint. 2019-12-03 18:57:21 +08:00
ruibaby 4b85cba453 feat: up service timeout to 10s. 2019-12-03 18:54:42 +08:00
ruibaby 412b64950a feat: complete OptionsList. 2019-12-03 12:35:53 +08:00
ruibaby 052fee1214 feat: add OptionsList. 2019-12-02 22:56:34 +08:00
ruibaby 7fabb851cb feat: add description field for theme setting. 2019-12-02 20:47:33 +08:00
ruibaby ead79f4746 style: normalize some fields. 2019-12-02 19:46:33 +08:00
guqing 677834eb7e feat: allow add and modify post metas 2019-12-01 18:34:14 +08:00
ruibaby 5a0d21b145 feat: performance optimization. 2019-11-29 21:26:33 +08:00
ruibaby dcaaaeee69 feat: support render markdown in Comment Drawer. 2019-11-29 20:56:01 +08:00
ruibaby 1f8b8c4391 fix: #56 2019-11-26 20:13:21 +08:00