1. 11 1月, 2022 3 次提交
  2. 06 1月, 2022 1 次提交
  3. 04 1月, 2022 1 次提交
  4. 23 12月, 2021 1 次提交
  5. 22 12月, 2021 1 次提交
  6. 21 12月, 2021 1 次提交
  7. 12 12月, 2021 2 次提交
  8. 11 12月, 2021 1 次提交
  9. 09 12月, 2021 1 次提交
  10. 06 12月, 2021 3 次提交
  11. 05 12月, 2021 1 次提交
  12. 04 12月, 2021 1 次提交
  13. 03 12月, 2021 2 次提交
  14. 24 11月, 2021 1 次提交
    • M
      Mark email as not required parameter in BaseComment (#1535) · b301c8e0
      Mingjie Shao 提交于
      * Removing email field from the required arguments in comments
      
      * Fixed gravatar and added database migration script
      
      * Adding validation test cases for PostCommentParam
      
      * Added unit test for PostCommentServiceImpl
      
      * Address comments: removing identicon in gravatar, renaming migration script
      
      * Address comment: removing gravata identicon from CommentProperties
      
      * Address comments: Adding more unit tests for comment API
      
      * Address comments: Adding integration tests for comment API
      b301c8e0
  15. 22 11月, 2021 1 次提交
  16. 20 11月, 2021 1 次提交
  17. 18 11月, 2021 2 次提交
  18. 16 11月, 2021 1 次提交
  19. 14 11月, 2021 1 次提交
  20. 13 11月, 2021 1 次提交
  21. 12 11月, 2021 1 次提交
  22. 11 11月, 2021 1 次提交
  23. 03 11月, 2021 1 次提交
  24. 02 11月, 2021 1 次提交
  25. 01 11月, 2021 2 次提交
  26. 31 10月, 2021 1 次提交
  27. 29 10月, 2021 2 次提交
  28. 24 10月, 2021 1 次提交
  29. 12 10月, 2021 1 次提交
  30. 08 10月, 2021 1 次提交
    • Z
      Compatible with markdown file from hexo (#1492) · 8c26430b
      zllr 提交于
      * hexo语法省略开头的---时无法解析元信息,兼容此种情况
      
      * 修复导入markdown文件时固定条件下出现 [该标签已存在] 的异常
      
      * hexo语法的博客在实际使用时可以省略开头的 --- 分隔符 : add unit test
      
      * fix code style
      Co-authored-by: 小雷震天's avatarzhanglei <zhanglei9588@foxmail.com>
      8c26430b
  31. 01 10月, 2021 1 次提交
    • G
      refactor: remove use of hutool toolset (#1488) · de71f40d
      guqing 提交于
      * 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
      de71f40d