aboutsummaryrefslogtreecommitdiffstats
path: root/src/server/BaseAPI.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-01-23<refactor, style>(gpg, ui, project): tidy up codes and comments.Saturneric1-73/+0
1. let GpgInfo get into namespace GpgFrontend. 2. adjust the code structure. 3. add license statement to project configuration file.
2022-01-22<license, style>(src, test): Fix some issues in license statement.Saturneric1-6/+10
2021-12-01Add i18n SupportSaturneric1-28/+27
1. Remove Qt Linguist. 2. Add GNU gettext libraries. 3. Modified source codes to meet with i18n support.
2021-08-21Functions addition and improvement;Saturneric1-0/+70
Design and adjustment of function architecture related to server access; Add a new module (advance);