* feat: build full path for category and tag.
* feat: build full path for post.
* feat: build full path for sheet.
* feat: build full path for post.
* feat: change post url for rss sitemap pages.
* feat: support set links/photos/journal page prefix.
* feat: support set internal sheet's title.
* refactor: build full path method.
* refactor: archives post full path.
* feat: support nextPageFullPath and prePageFullPath variable in pageable pages.
* Update CommentEventListener.java
* feat: make rss formats more standard.
* feat: add some useful freemarker variable.
* feat: add some useful freemarker variable.
* feat: add some useful freemarker variable.
* refactor: preview post and password post.
* Refactor email service
* Remove oh-my-email dependency
* Add mail dependency
* Provide connection test with email server
* Enable send message asynchronously
* Make more friendly information.
* Refactor FileHandler and related implementations
* Add more friendly error throw
* Make tmp directory as default location for multipart file
* Change error message in Chinese
* feat: add basic functions of demo mode
* feat: add @disableApi annotation to some API that should be disabled
* feat: add DisableApi test case
* fix: change DisableApi annotation name to DisableOnConditation
* Fix test cases
* Add more strict test on failing case
Co-authored-by: John Niang <johnniang@foxmail.com>
* feat: support theme require halo version.
* fix: com.sun.xml.internal.ws.util does not exist error.
* fix: com.sun.xml.internal.ws.util does not exist error again.
* Update ThemeServiceImpl.java
* refactor: WordPress data import
* refactor: change wordpress convert class to interface and add wordpress convert null judgment
* fix: add some class doc
* fix: exclude commons io
* feat: add custom annotation: @PropertyMappingTo and reflection utils, It can be used to mapping the relationship between source model and target model
* feat: replace the original wordpressconvert implementation with a custom annotation
* fix: change wordpress convert method name
* fix: change wordpress convert method name
* fix: merger conflict