Skip to content

Releases: Ptt-official-app/go-pttbbs

article-list as descending, api.GUEST

23 Dec 10:00
1d32663
Compare
Choose a tag to compare
Pre-release
  1. article-list as descending-mode.
  2. add api.GUEST
  3. api.VerifyJwt
  4. add config with prefix
  5. init-sem is done in main.

able to pass article content to middleware.

19 Dec 03:17
831fa00
Compare
Choose a tag to compare

able to pass article content to middleware.

uuser_id with only user_id.

17 Dec 06:33
974ed08
Compare
Choose a tag to compare
Pre-release

uuser_id cannot be with uid, because there is no such information in article-owner and board-bms

add bbs.UUserID

17 Dec 04:21
0150760
Compare
Choose a tag to compare
add bbs.UUserID Pre-release
Pre-release
  1. add bbs.UUserID
  2. instructions for run.sh
  3. no need aid in ArticleID, because aid is not stable with articles.

minor-update

15 Dec 03:24
96cfa45
Compare
Choose a tag to compare
minor-update Pre-release
Pre-release
  1. docker-compose in README.md
  2. LoadGeneralArticles.is_newest
  3. bbs.ArticleSummary.BBoardID
  4. read in ArticleSummary and BoardSummary (skeleton)

sync with official-doc

15 Dec 00:36
31653d5
Compare
Choose a tag to compare
Pre-release
  1. add URL in ArticleSummary.
  2. sync with official-doc
  3. docker-compose use :3456, :8889, :48764

Able to get article-list.

14 Dec 18:42
ddacd78
Compare
Choose a tag to compare
Pre-release
  1. LoadGeneralArticles
  2. Aid conversion
  3. Rune protobuf
  4. add docker-compose.

able to be referenced by go-openbbsmiddleware

12 Dec 18:46
890dc97
Compare
Choose a tag to compare
  1. tar cache/testcase/boards to be go module
  2. move routes-definition to api/

minor fix (current-nano-ts in verifyJwt)

10 Dec 17:06
074fa3a
Compare
Choose a tag to compare
Merge pull request #23 from chhsiao1981/release-0.2.2

update version to 0.2.2

Add ReloadBCache if is-new-shm.

10 Dec 15:59
0910b20
Compare
Choose a tag to compare
Pre-release

change BoardList-Params api to be consistent with middleware.