Commit Graph

4318 Commits (4aec1ba8f62a1036b2968d1ee5c53616395f7ab8)

Author SHA1 Message Date
stackcn c3536cb8ce
fix: typo (#1516) 2021-11-03 10:36:40 +08:00
扶醉 58d1b3f9c0
Add photo teams api in content api (#1515) 2021-11-02 22:09:31 +08:00
John Niang a376dca4d5
Set the final version with tag name when releasing (#1511)
Signed-off-by: John Niang <johnniang@fastmail.com>
2021-11-01 23:16:41 +08:00
John Niang 4ffbd502fe
Refactor docker release in GitHub workflow (#1510)
Signed-off-by: John Niang <johnniang@fastmail.com>
2021-11-01 08:56:58 +08:00
John Niang 6be4051f9e
Simplify Java setup in GitHub workflow (#1509)
Signed-off-by: John Niang <johnniang@fastmail.com>
2021-10-31 21:48:53 +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
guqing 1d91450505
refactor: the naming method of uploaded attachments (#1500)
* feat: Refactor the naming method of uploaded attachments

* refactor: attachment upload parameter

* refactor: 重构文件名称是否重复的判断方式

* refactor: the usage of file path descriptor

* fix: remove blank line

* feat: add more test case

* fix: file base name in FilePathDescriptor

* Revert "refactor: the usage of file path descriptor"

This reverts commit b46ff3b4
2021-10-29 19:36:37 +08:00
扶醉 44d740b760
Fix number of comment in detail of post and sheet and add it into detail of journal (#1503) 2021-10-29 19:36:09 +08:00
Ryan Wang 9271a9ee5e refactor: update logo (halo-dev/console#366) 2021-10-27 23:15:10 +08:00
Ryan Wang 0a137136ce release: 1.4.13 2021-10-24 15:11:59 +08:00
Ryan Wang 84a0edbcf8 release: 1.4.13 2021-10-24 14:47:13 +08:00
LiuJiJiang 81d0ccd668 style: add styles to scroll bar (halo-dev/console#364) 2021-10-23 23:15:32 +08:00
guqing 0dc75e29bb
feat: add work dir backup options (#1494)
* feat: Add backup options

* feat: add sort for list backup items api

* refactor: rename varibles
2021-10-12 14:54:39 +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 9d3b2af0c4 chore: update github action. 2021-10-10 00:38:19 +08:00
Ryan Wang 46e388df5f fix: issue that can't run with pnpm. 2021-10-09 23:33:49 +08:00
zllr 8c26430b31
Compatible with markdown file from hexo (#1492)
* hexo语法省略开头的---时无法解析元信息,兼容此种情况

* 修复导入markdown文件时固定条件下出现 [该标签已存在] 的异常

* hexo语法的博客在实际使用时可以省略开头的 --- 分隔符 : add unit test

* fix code style

Co-authored-by: zhanglei <zhanglei9588@foxmail.com>
2021-10-08 15:39:02 +08:00
guqing de71f40de6
refactor: remove use of hutool toolset (#1488)
* feat: Add date parse methods and test

* feat: Add utility methods of get the specified part of the given date

* refactor: Replace the use of dateutil in hutool

* refactor: Replace the StrUtil of hutool with StringUtils of commons-lang3

* refactor: Replace the use of Tuple in hutool

* refactor: Replace the use of ServltUtil in hutool

* refactor: Replace the use of PageUtil in hutool

* refactor: Replace the use of CollectionUtil in hutool

* refactor: Add QRcode generate method

* refactor: replace all hutool utility and add some utils

* fix: check style of tests

* refactor: add logging

* fix: logging

* fix: set default timezone

* fix: code style

* refactor: rename variable tfaKey to mfaKey

* refactor: Use commons-lang3's RandomStringUtils to replace some methods

* refactor: update javadoc

* refactor: update test

* refactor: reformat code

* feat: Add more test case

* feat: Add source
2021-10-01 17:55:58 +08:00
Ryan Wang 5acabee7a9
Update SECURITY.md 2021-09-29 20:43:15 +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
dependabot[bot] 0da493fae8 chore(deps): bump tmpl from 1.0.4 to 1.0.5 (halo-dev/console#358)
Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5.
- [Release notes](https://github.com/daaku/nodejs-tmpl/releases)
- [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5)

---
updated-dependencies:
- dependency-name: tmpl
  dependency-type: indirect
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-09-22 10:03:26 +08:00
知雨 8f35382c39
Reset default avatar from "mm" to "" (#1485)
Co-authored-by: cetr <2058930674@qq.com>
2021-09-21 15:52:44 +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 c4008b9333 release: 1.4.12 2021-09-16 20:55:03 +08:00
Ryan Wang 3d7d5f9847 release: 1.4.12 2021-09-16 20:22:07 +08:00
John Niang 0059668a76
Fix incorrectly non-git folder opening and fix start panic when no themes found (#1479) 2021-09-16 09:50:13 +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
dependabot[bot] 373f50491f chore(deps): bump axios from 0.21.1 to 0.21.2 (halo-dev/console#353)
Bumps [axios](https://github.com/axios/axios) from 0.21.1 to 0.21.2.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/master/CHANGELOG.md)
- [Commits](https://github.com/axios/axios/compare/v0.21.1...v0.21.2)

---
updated-dependencies:
- dependency-name: axios
  dependency-type: direct:production
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-09-15 20:51:37 +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
颍川 a046f3edca
fix: the problem of incorrect query posts when accessing the category with a password (#1471)
* #1470 目录加密-目录输入密码访问-看不见文章

* status - > statuses
2021-09-14 16:52:05 +08:00
Menci‮ ca8bfd9eea
fix: add missing size parameter in comment gravatar URL (#1477) 2021-09-14 14:12:59 +08:00
Qiang156 75c8bb22ee
fix: the problem of without dimension information when uploading an ICO picture #1473 (#1474)
* fixed #1473

* fixed the problem of without dimension information when uploading an ICO picture#1473

Co-authored-by: Jenson-Mac <Jenson.zq@gmail.com>
2021-09-13 16:15:27 +08:00
kid1412621 35feddba18
Update application-dev.yaml (#1469) 2021-09-09 11:51:20 +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
Li 71a2e5a52d
refactor: detach admin and client option configuration (#1445)
* separate admin and client option configuration

* resolve checkstyle error
2021-08-23 11:51:44 +08:00
WangYa 8953a06b08
Fix access to MinIO server with TLS (#1458)
fix: minIO的Region修改为非必要配置项
2021-08-18 21:47:43 +08:00
Ryan Wang 6a0527bb3d
chore: add deployment method option for issue templates. (#1452)
* chore: add deployment method option for issue templates.

Signed-off-by: Ryan Wang <i@ryanc.cc>
2021-08-14 17:03:06 +08:00
dependabot[bot] d97be794b0 chore(deps): bump url-parse from 1.4.7 to 1.5.3 (halo-dev/console#349)
Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.4.7 to 1.5.3.
- [Release notes](https://github.com/unshiftio/url-parse/releases)
- [Commits](https://github.com/unshiftio/url-parse/compare/1.4.7...1.5.3)

---
updated-dependencies:
- dependency-name: url-parse
  dependency-type: indirect
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-08-12 15:52:04 +08:00
dependabot[bot] 550d9e338e chore(deps): bump path-parse from 1.0.6 to 1.0.7 (halo-dev/console#348)
Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7.
- [Release notes](https://github.com/jbgutierrez/path-parse/releases)
- [Commits](https://github.com/jbgutierrez/path-parse/commits/v1.0.7)

---
updated-dependencies:
- dependency-name: path-parse
  dependency-type: indirect
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-08-12 14:24:49 +08:00
Ryan Wang 74acd451b7
chore: remove auto-assign bot config file. (#1446) 2021-08-04 09:05:22 +08:00
Ryan Wang 82d3b90bba feat: add region option for minio. (halo-dev/console#346) 2021-07-25 17:23:28 +08:00
安静的阿豪 6a84483b15
fix: add region for operate minio attachment (halo-dev#1439) (#1440)
Co-authored-by: li-guohao <liguohao_cn@qq.com>
2021-07-25 14:01:31 +08:00
Ryan Wang 7f6a7db0cb refactor: issue templates. 2021-07-25 13:38:18 +08:00
Ryan Wang 84056cf9a0 release: 1.4.11 2021-07-24 12:26:12 +08:00
Ryan Wang ea5e62b664 release: 1.4.11 2021-07-24 12:20:03 +08:00
Ryan Wang 45ce44693d
fix: deleting a non-picture file throws an exception. (#1438)
* fix: deleting a non-picture file throws an exception.

#1437

* doc: update CHANGELOG.md
2021-07-24 12:05:52 +08:00