yhc
1f75ba09f8
Fixed the bug of not being able to query according to the content ( #1873 )
...
The content table is associated at query time now.
2022-04-22 03:46:11 +00:00
anshangPro
de28811549
temporarily stop database connection while backing up database files ( #1867 )
...
* fix backup
* limit the scope of modification to Windows system and h2 database
* Code style union
* Code style union
2022-04-22 02:40:10 +00:00
ikvarxt
f40aed9a63
fix typo: swagger api operation title typo ( #1870 )
2022-04-21 07:22:12 +00:00
ntdgy
28810d103c
feat: SMTP support configuration starttls ( #1861 )
...
* 为office365,icloud增添starttls支持
* 增添启用starttls的按钮
2022-04-20 06:16:10 +00:00
ntdgy
6d1fcc73b4
Handle exception while sending test email ( #1860 )
...
* 添加邮件发送失败时的报错信息
* 按照修改建议进行修改
* 按照修改建议进行修改
* 将exception的异常处理修改为instanceof
* 在ControllerWxceptionHandler中添加对应异常处理
* 删除调试输出,优化报错信息
2022-04-20 02:18:09 +00:00
laohuihui
c468bc0dfa
fix typo: eanbled to enabled ( #1837 )
...
* fix typo: eanbled to enabled
2022-04-11 21:36:16 +08:00
Ryan Wang
ce9284b962
release: 1.5.2 ( #1832 )
...
Signed-off-by: Ryan Wang <i@ryanc.cc>
2022-04-10 16:39:11 +08:00
guqing
57965ed934
refactor: optimize post update listener code ( #1827 )
2022-04-08 04:58:17 +00:00
guqing
e93092da24
refactor: category authentication and post authentication ( #1826 )
2022-04-07 14:02:36 +00:00
guqing
90cd9fdd91
fix: the encrypted post is in an incorrect state after being recovered from the recycle ( #1824 )
2022-04-07 13:17:14 +00:00
guqing
15dfa54e44
fix: posts in the recycle are not excluded when calculating posts under tag ( #1823 )
2022-04-07 12:35:33 +00:00
guqing
7367556c12
fix: posts in the recycle are not excluded when calculating posts under category ( #1822 )
...
* fix: posts in the recycle are not excluded when calculating posts under category
* refactor: post status filtering under category
2022-04-07 11:33:02 +00:00
guqing
bdb1eeb80e
fix: the content cannot be saved problem when the patch status of V1 version of post content is recycle status ( #1814 )
...
* fix: when the patch status of V1 version of post content is recycle status, the content cannot be saved
* fix: code style
2022-04-07 07:31:33 +00:00
guqing
8591a1ecbf
fix: post modified in the recycle will be restored ( #1820 )
2022-04-06 08:10:46 +00:00
guqing
63e8cd0cd5
fix: batch publishing does not refresh private status ( #1821 )
2022-04-06 08:08:39 +00:00
guqing
09f1f4d9db
chore: upgrade spring boot to 2.5.12 ( #1819 )
2022-04-06 07:56:42 +00:00
Li
5e2f6e2351
refactor: modify the frontMatter export format to yaml syntax ( #1813 )
...
* fix: markdown import multi tag/category parsing problem
* fix: markdown import multi tag/category parsing problem
2022-04-06 03:59:43 +00:00
guqing
90d1bce9b9
fix: update the posts encryption status synchronously after deleting the category ( #1815 )
...
* refactor: update the posts encryption status synchronously after deleting the category
* chore: delete unused code
2022-04-04 03:40:41 +00:00
guqing
1de5799f82
Fix the problem of duplicate path separator in windows system ( #1812 )
...
* fix: duplicate path separator in windows system
* fix: code style
2022-04-02 10:40:40 +00:00
Ryan Wang
6a2602eef2
chore: issue templates add checklist ( #1810 )
...
* chore: issue templates add checklist
Signed-off-by: Ryan Wang <i@ryanc.cc>
* Update .github/ISSUE_TEMPLATE/bug_report.en.yml
Co-authored-by: BugKing <wangzhen@fit2cloud.com>
* Update .github/ISSUE_TEMPLATE/bug_report.zh.yml
Co-authored-by: BugKing <wangzhen@fit2cloud.com>
Co-authored-by: BugKing <wangzhen@fit2cloud.com>
2022-04-02 04:33:36 +00:00
guqing
36abdba2af
fix: the problem of encrypted category displayed in query posts according to category ( #1811 )
2022-04-02 04:00:11 +00:00
Ryan Wang
438b977f05
chore: issue template add hints on how to get logs ( #1804 )
...
Signed-off-by: Ryan Wang <i@ryanc.cc>
2022-04-01 07:47:18 +00:00
guqing
32f24626b1
fix: NPE when deleting category ( #1806 )
2022-04-01 07:37:43 +00:00
guqing
7d9da09b49
refactor: clear the deprecated attributes value of post content when prePersist and preUpdate ( #1797 )
2022-03-31 11:52:27 +00:00
Ryan Wang
ec6df79e7a
release: 1.5.1 ( #1794 )
...
Signed-off-by: Ryan Wang <i@ryanc.cc>
2022-03-30 17:54:44 +08:00
guqing
1d25a58767
chore: Upgrade springboot to 2.5.11 ( #1792 )
2022-03-30 17:06:17 +08:00
guqing
2bccfb1abb
refactor: transition behavior of post state after category updated ( #1785 )
...
* refactor: transition behavior of post state after category updated
* fix: post status
* refactor: category encryption
* refactor: modify unit test case
* fix: category encryption when post has a password
2022-03-29 16:58:40 +00:00
guqing
a7825f3f45
refactor: remove parameter assertion ( #1787 )
2022-03-29 11:53:21 +00:00
guqing
489ffc8418
fix: the redirected URL will be garbled when include Chinese ( #1786 )
2022-03-29 10:45:48 +00:00
guqing
f5f7ddb410
Fix the problem of post list is incomplete due to no recursive query categories ( #1781 )
...
* fix: Post list is incomplete due to no recursive query categories
* feat: Add unit test case for PostRefreshStatusListener
2022-03-28 07:48:49 +00:00
halo-ci-bot[bot]
d47022ac31
Merge pull request #1764 from guqing/refactor/ci-actions
...
refactor: Remove github workflows configs about CI
2022-03-23 15:21:09 +00:00
John Niang
e0f6e41f7a
Create OWNERS ( #1766 )
2022-03-23 20:42:43 +08:00
guqing
35df6f6423
refactor: Remove github workflows configs about CI
2022-03-23 17:19:07 +08:00
Ryan Wang
c46fd5474d
doc: update download links ( #1761 )
...
Signed-off-by: Ryan Wang <i@ryanc.cc>
2022-03-23 13:10:48 +08:00
Ryan Wang
6533089555
release: 1.5.0 ( #1760 )
...
Signed-off-by: Ryan Wang <i@ryanc.cc>
2022-03-22 21:15:30 +08:00
luoxx
55887343f9
Add Redis cache store for distributed deployment ( #1751 )
...
* add new cache way - redis
* Optimize redis operation
* Remove public from CacheWrapper class
* add redis cache unit test
* refactor: test case for redis cache store
Co-authored-by: guqing <1484563614@qq.com>
2022-03-18 11:07:51 +08:00
Ryan Wang
8c9499ceaf
release: 1.5.0-beta.1 ( #1749 )
...
Signed-off-by: Ryan Wang <i@ryanc.cc>
2022-03-14 21:29:50 +08:00
John Niang
628eb2f1ae
Reverse theme required version compatibility check ( #1747 )
...
Signed-off-by: johnniang <johnniang@fastmail.com>
2022-03-14 21:12:05 +08:00
guqing
1713be8daf
Support receiving rendering results for journal( #1739 )
2022-03-11 17:37:34 +08:00
Ryan Wang
e692cb3186
release: 1.5.0-alpha.3 ( #1730 )
...
Signed-off-by: Ryan Wang <i@ryanc.cc>
2022-03-09 21:15:58 +08:00
guqing
d0ca7bd9d0
feat: Add comment assembler for theme render ( #1729 )
...
* feat: Add comment assembler for theme render
* fix: code style
* fix: page converter
* refactor: clear sensitive field value
2022-03-09 19:19:49 +08:00
guqing
7d4075eb3a
refactor: Use Assembler to replace the original converter ( #1724 )
2022-03-09 14:19:05 +08:00
guqing
f733fbea7c
fix: No EntityManager with actual transaction available for current thread when remove method called ( #1716 )
2022-03-09 12:15:34 +08:00
guqing
a450868140
doc: update readme badges
...
doc: update readme badges
2022-03-09 11:56:40 +08:00
Ryan Wang
10e26ca103
doc: update readme badges
...
Signed-off-by: Ryan Wang <i@ryanc.cc>
2022-03-09 10:43:18 +08:00
guqing
f43fa562d7
fix: Content not found exception when empty sheet deleted ( #1715 )
2022-03-07 17:58:13 +08:00
John Niang
03006e8f35
Fix the problem of theme version compatibility ( #1705 )
2022-03-05 20:24:03 +08:00
John Niang
9897999e51
Disable standard streams of test logging ( #1706 )
...
* Disable standard streams of test logging
2022-03-05 20:18:30 +08:00
Ryan Wang
b6dc37b6f6
release: 1.5.0-alpha.2 ( #1703 )
...
Signed-off-by: Ryan Wang <i@ryanc.cc>
2022-03-04 20:39:13 +08:00
lan-yonghui
5a5e88d157
Fix the initialization of birthday ( #1701 )
...
* fix: The initial value of birthday in PrimaryProperties file is 0, and the initial number of days for blog creation is 19053
2022-03-04 18:14:38 +08:00