Skip to content

Latest commit

 

History

History
241 lines (172 loc) · 20.1 KB

CHANGELOG.md

File metadata and controls

241 lines (172 loc) · 20.1 KB

CHANGELOG

Unreleased

Changes unreleased.

Documentation

v1.0.0 - 2021-12-29 16:01:41

The first formal release version of the project. Add all the fundemantal and necessary functions.

Feature

  • addattention:

  • health:

  • upload:

  • profile:

    • add change password, fix api bug of my burrow (#90) (1442f2f) (#90)
    • support add and modify burrow on profile page (#66) (92f79ac) (#66)
    • add a vanilla user profile page (#39) (0319686) (#39)
  • storage:

  • post:

    • add update and delete post (#78) (26ea0e8) (#78)
    • add function of modify reply (#58) (a1612fd) (#58)
    • add like and favorites in post list and post details page (#28) (a07f8f6) (#28)
    • add view post detail and reply (#21) (15b22f2) (#21)
  • admin:

  • config:

    • improve config extraction and test (4aa99f2) (#60)
  • section:

  • cors:

  • user:

  • logout:

  • burrow:

    • add abandoned page and fix several bugs (#53) (b9f2c12) (#53)
    • implement core concept burrow (#20) (145d96f) (#60)
  • create:

  • frontend,component:

  • page:

  • revise regist:

    • revise register.tsx and update the burrow folder (#36) (3d8ae17) (#36)
  • search:

    • modify the search page, removed the StandardFormRow component, postList component adds a tag (#29) (626e773) (#29)
    • add search burrows and posts(#26) (cad677f) (#26)
  • burrowpage:

    • add the function to view the details of the burrow (7837ec8) (#27)
  • general:

    • feature(email): extract email checker (#18) (5402f8c) (#60)
    • feature(storage): add image storage (#9) (6c501db) (#60)
  • postlist:

    • show the list of posts in home page (#12) (3f78335) (#12)
  • login:

    • complete user login, register (#11) (e140b47) (#11)
  • auth:

    • add user signup, login and authentication (#8) (fdb7f4b) (#60)
  • frontend:

    • initialize a frontend project (#4) (e15f6ea) (#4)
  • redis:

    • add support for cache database (#3) (bf3f4aa) (#60)
  • id:

    • add random unique id generator (#2) (e3972dc) (#60)
  • backend:

Bug Fixes

  • attention:

  • trending:

  • burrow:

    • click good (#120) (4ca3ac1) (#120)
    • change title and description for default burrow (#92) (e099a8b) (#92)
  • desert:

    • check the users if they are the host (#117) (a395b27) (#117)
  • picture:

  • search:

    • contend have html language (#111) (18697bb) (#111)
    • remove {} in url (#94) (246cea3) (#94)
    • update url,add show reply number (#91) (176311e) (#91)
    • change keyword to keywords,deactivateLike to DeactivateLike (#80) (7250872) (#80)
    • delete the search id method, directly jump to the corresponding url (#73) (6348079) (#73)
    • split the search page into several components and add the ability to view posts by section (#54) (30e7f3f) (#54)
    • rewrite the search page according to the interface (#49) (5d9e5d5) (#49)
  • post:

  • postid:

  • delete:

  • upload:

  • profile:

  • section:

    • set limit on selecting tag and section (#95) (2279eae) (#95)
  • email:

    • add new email suffix and revise the font (#86) (c3747aa) (#86)
  • register:

    • fix the error of verifying password and sending email verification code (#71) (e58b5c9) (#71)
    • encrypt password (#61) (7f5f65f) (#61)
    • change url (#46) (ce5f889) (#46)
  • burrowpage:

    • fix bugs and make the function of counting down work correctly (#50) (4e0a67b) (#50)
  • fronetend:

    • modify the axios default configuration to support cross-domain requests in all pages (#31) (35452db) (#31)
  • frontend:

    • modify the axios default configuration to support cross-domain requests (#30) (32c4c1e) (#30)
  • homepage:

    • change pre-render to render (#15) (d308512) (#15)

Documentation

  • readme:

  • search:

    • add docs for search and storage (#76) (77ff0ed) (#60)
  • user:

    • add comment, benchmark, test for user_logout (#75) (f07dd5e) (#60)
  • content:

    • add docs for models/content (#74) (5fe14d2) (#60)
    • add docs for content and burrow (#72) (c01d4d9) (#60)
  • backend:

  • convention:

Refactor

  • backend:

  • login:

    • reconsitution login and findback,delete and move some css (#33) (f850706) (#33)
  • lib:

Performance Improvements

* This CHANGELOG was automatically generated by auto-generate-changelog