1. 15 Feb, 2022 1 commit
    • lan-yonghui's avatar
      feat: add priority field into category table (#1650) · d961a5e8
      lan-yonghui authored
      * feat: 分类增加排序字段
      
      * style: Optimize and change categories sorting codes
      
      * style: delete sql file
      
      * style: update categories priority default value 0
      
      * style: Optimize categories priority default value
      d961a5e8
  2. 23 Jan, 2022 1 commit
  3. 16 Jan, 2022 1 commit
  4. 13 Jan, 2022 2 commits
  5. 11 Jan, 2022 3 commits
  6. 06 Jan, 2022 1 commit
  7. 04 Jan, 2022 1 commit
  8. 23 Dec, 2021 1 commit
  9. 22 Dec, 2021 1 commit
  10. 21 Dec, 2021 1 commit
  11. 12 Dec, 2021 2 commits
  12. 11 Dec, 2021 1 commit
  13. 09 Dec, 2021 1 commit
  14. 06 Dec, 2021 3 commits
  15. 05 Dec, 2021 1 commit
  16. 04 Dec, 2021 1 commit
  17. 03 Dec, 2021 2 commits
  18. 24 Nov, 2021 1 commit
    • Mingjie Shao's avatar
      Mark email as not required parameter in BaseComment (#1535) · b301c8e0
      Mingjie Shao authored
      * 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
  19. 22 Nov, 2021 1 commit
  20. 19 Nov, 2021 1 commit
  21. 18 Nov, 2021 2 commits
  22. 16 Nov, 2021 1 commit
  23. 14 Nov, 2021 1 commit
  24. 13 Nov, 2021 1 commit
  25. 12 Nov, 2021 1 commit
  26. 11 Nov, 2021 1 commit
  27. 03 Nov, 2021 1 commit
  28. 02 Nov, 2021 1 commit
  29. 01 Nov, 2021 2 commits
  30. 31 Oct, 2021 1 commit
  31. 29 Oct, 2021 1 commit
    • guqing's avatar
      refactor: the naming method of uploaded attachments (#1500) · 1d914505
      guqing authored
      * 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
      1d914505