Commit Graph

4318 Commits (4aec1ba8f62a1036b2968d1ee5c53616395f7ab8)

Author SHA1 Message Date
Ryan Wang 97941e37c1
fix: the keyword and categoryId parameters of the post list api are required #1432 (#1436)
* fix: #1432

* doc: update CHANGELOG.md
2021-07-24 00:33:50 +08:00
Ryan Wang dd8968fee7 chore: add open-source-best-practice doc for issue templates. 2021-07-21 23:21:16 +08:00
Ryan Wang 5e656fe06b Merge branch 'master' of github.com:halo-dev/halo 2021-07-21 23:11:59 +08:00
Ryan Wang 5b58b4cd1a chore: add feature request issue templates. 2021-07-21 23:11:32 +08:00
ryanwang 6eb8f32b85 release: 1.4.10 2021-07-20 14:09:48 +08:00
ryanwang d5431fb6cf release: 1.4.10 2021-07-20 14:01:58 +08:00
guqing 1ae186520e
fix: BytebuddyAgent Unable to use in the JRE environment so remove it (#1429)
* fix: BytebuddyAgent Unable to use in the JRE environment so remove it

* feat: Add package info
2021-07-20 09:39:08 +08:00
低调小熊猫 f42d4e2dae
pref: throw file deletion failure exception. (#1430)
* 又拍云文件删除失败无响应的问题修复

* Update QiniuOssFileHandler.java

* Update LocalFileHandler.java

* Update LocalFileHandler.java

* Update QiniuOssFileHandler.java

* Update UpOssFileHandler.java
2021-07-19 20:57:58 +08:00
Ryan Wang b6527823e4 release: 1.4.9 2021-07-18 23:58:18 +08:00
Ryan Wang 078af629c9 release: 1.4.9 2021-07-18 23:45:24 +08:00
Ryan Wang b554be8165
fix: #1417 (#1427) 2021-07-18 22:57:23 +08:00
Ryan Wang 1e7d320f1c
fix: incorrect comment count statistics. #1411 (#1426)
* fix: incorrect comment count statistics. #1411

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

* pref: add override annotation.
2021-07-18 22:08:05 +08:00
guqing 95c0271cf1
feat: add issues triage action config (#1416) 2021-07-15 18:26:40 +08:00
zhixiangyuan 189f7be47e
Fix visit bug (#1414)
* fix: fix visit bug #1381

* fix checkstyle

* fix: fix visit bug #1381

* fix: modify the article status check

* fix: Modify the url build method

* delete public article verification

Co-authored-by: 袁智翔(相北) <xiangbei.yzx@alibaba-inc.com>
2021-07-12 18:55:10 +08:00
Ryan Wang 02e4b88288
fix: api parameter names in the post list content api. (#1415) 2021-07-11 23:49:20 +08:00
Ryan Wang 878e7155a8 chore: add bug_report.yml 2021-07-05 23:39:56 +08:00
Ryan Wang 8c35633b90 chore: add bug_report.yml 2021-07-05 23:37:58 +08:00
Ryan Wang 8fa4cbd861 chore: delete bug_report.yml 2021-07-05 22:47:19 +08:00
Ryan Wang f1f62be696 chore: add bug_report.yml 2021-07-05 22:45:49 +08:00
Ryan Wang 2c592c24ed refactor: disable tabs change animation. (halo-dev/console#344) 2021-07-03 15:20:00 +08:00
Ryan Wang aee82a5146 fix: error log output path in default dev application config. 2021-06-29 23:04:46 +08:00
Ryan Wang 11cc0d27b9 chore: remove unnecessary files. 2021-06-29 22:55:27 +08:00
Ryan Wang 2420a44695
fix: #1409 (#1410) 2021-06-29 22:31:45 +08:00
Ryan Wang c035e3ec34 chore: add auto assign app config file. 2021-06-29 22:28:00 +08:00
Ryan Wang 4aec84f0a6 chore: add auto assign app config file. 2021-06-29 22:18:21 +08:00
guqing 5be4b83799
feat: markdown supports footnote rendering (#1406)
* feat: MarkDown supports footnote rendering

* fix: code style

* feat: Flexmark footnote rendering adapts to markdown-it

* feat: Adaptation markdown-it-footnote back-ref button rendering and add test

* fix: Fix doc

* refactor: FootnoteNodeRenderInterceptorTest

* fix: Fix test code style

* refactor: change footnote back ref string

* refactor: remove unicode
2021-06-29 13:27:58 +08:00
dependabot[bot] e28cfad02e chore(deps): bump color-string from 1.5.3 to 1.5.5 (halo-dev/console#342)
Bumps [color-string](https://github.com/Qix-/color-string) from 1.5.3 to 1.5.5.
- [Release notes](https://github.com/Qix-/color-string/releases)
- [Changelog](https://github.com/Qix-/color-string/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Qix-/color-string/commits/1.5.5)

---
updated-dependencies:
- dependency-name: color-string
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-06-27 16:18:49 +08:00
Ryan Wang e28f6a34ef chore(deps): upgrade halo editor. (halo-dev/console#341) 2021-06-27 15:55:17 +08:00
Ryan Wang 08f9edacf8 chore: add github actions. (halo-dev/console#340)
* chore: add github actions.

* chore: add github actions.

* chore: add github actions.

* chore: add github actions.

* chore: add github actions.

* chore: add github actions.

* chore: add github actions.

* chore: remove travis ci.

* doc: update README.md
2021-06-20 18:35:55 +08:00
Ryan Wang f4807b5b56
chore(deps): upgrade spring-boot to 2.5.1 (#1401) 2021-06-20 16:35:49 +08:00
Ryan Wang 5539cf12f4
fix(security): freemarker SSTI vulnerability. (#1402) 2021-06-20 16:35:34 +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 6b0e7a5020 chore(deps): upgrade dependencies. 2021-06-12 12:24:52 +08:00
Ryan Wang e72fe2179a
fix: #1394 (#1396) 2021-06-11 23:45:37 +08:00
linshenkx 9de40a0a1c
Repair multi-level category incorrect handle while importing markdown(#1380)
* 修复导入markdown时多级分类无法正确识别的问题

* 1.修复导入markdown对单行多tag的支持
2.添加导入markdown时对单引号的正确识别和处理
3.添加导入hexo的markdown的分类列表、标签列表无缩进的支持
4.完善导入markdown文档的测试用例
2021-06-01 23:05:17 +08:00
Ryan Wang 0ade01c518
fix: #1386 (#1390) 2021-06-01 20:24:08 +08:00
John Niang 1f89ba0ed2
Upgrade SpringBoot to 2.5.0 (#1389) 2021-05-28 08:41:07 +08:00
Ryan Wang 77824d50e3
Fix github actions build. (#1377)
* chore: fix github actions build.

* test: github actions
2021-05-27 13:45:58 +08:00
Ryan Wang 427f21a5ad fix: #331 (halo-dev/console#332) 2021-05-24 22:06:49 +08:00
zhaoguhong 27c715ac7f
fix: intimate posts should not be searchable in the category list (#1379) 2021-05-20 18:03:09 +08:00
CuiYuSong 4c68ae9e89
feat: modify the content api to support list posts with keyword and category params. (#1373)
* Modefy the content api to support list posts with new class PostQueryContent

* Modefy the content api to support list posts with new class PostQueryContent

* using parameters

* with categoryid

* checkstyle

Co-authored-by: Cui <11811305@mail.sustech.edu.cn>
2021-05-17 21:38:45 +08:00
Ryan Wang 0dff0e9ce5
chore(deps): upgrade to spring boot 2.5.0-RC.1. (#1376) 2021-05-17 20:22:04 +08:00
Ryan Wang 21a576e5fa
doc: update README.md 2021-05-16 17:12:49 +08:00
Ryan Wang a2c9e42970
fix: checkstyle error. (#1375) 2021-05-16 17:03:58 +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
MasterWanna 15381e655e
Word count for markdown updated with test (#1354)
* Word count for markdown updated with test

* HTML word count updated with test

* Convert pattern to static final variable

* More HTML test added

* Workaround URL added

* CS304 issue link URL added

* Pure HTML Test added, checkstyle checked

Co-authored-by: MasterWanna <MasterWanna@users.noreply.github.com>
2021-05-02 13:10:17 +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 c2f382bc05
Update README.md 2021-04-29 23:55:01 +08:00
Ryan Wang 9f9f1e3428
Update README.md 2021-04-23 22:13:57 +08:00