Skip to content

Releases: Ptt-official-app/go-pttbbs

refine docker settings

17 Oct 11:23
7c0bf40
Compare
Choose a tag to compare
Pre-release

#415

  • Dockerfile for both amd64 and arm64
  • print BBSHOME in docker_run
  • docker add postfix
  • docker-mand
  • change the attributes in the tests to be meaningful
  • mv docker-related files to docker. mv config-related files to docs/config. mv mac-related files to docs/mac
  • update golang to 1.22 in github workflow

expire-time when creating token

03 Sep 02:07
d9c1341
Compare
Choose a tag to compare
Pre-release

#383

  • with expire-time when creating token.

minor improvements of doc and comments

04 Aug 14:18
cf21149
Compare
Choose a tag to compare
Pre-release

#377

  • minor fix of refresh in doc.

#378

  • defensive programming of maxlen in comments.

add refresh token

03 Aug 20:51
c6b14c3
Compare
Choose a tag to compare
add refresh token Pre-release
Pre-release

#374

  • /refresh and /refreshtoken/info
  • VerifyJwt with whether check expireTS.
  • *gin.Context in api

#373

  • remove unnecessary config.go
  • update docker_update_bin

PttLock with Whence as io.SeekStart

25 Jun 07:16
31fc44e
Compare
Choose a tag to compare
Pre-release

#368

  • PttLock with Whence as io.SeekStart

api.WriteFavoritesWrapper

10 Apr 22:09
bc7f7d5
Compare
Choose a tag to compare
Pre-release

#358

  • params and path in api.WriteFavorites

write fav

09 Apr 23:10
eb7f6c0
Compare
Choose a tag to compare
write fav Pre-release
Pre-release

#356

  • write-fav

bbs.BoardDetail.NUser from boardDetailRaw.NUser

22 Mar 06:24
886aa84
Compare
Choose a tag to compare

#353

  • bbs.BoardDetail.NUser from boardDetailRaw.NUser

post-template: minor improvement

21 Mar 23:58
efb203c
Compare
Choose a tag to compare
Pre-release

#351

  • add more items in .dockerignore
  • add more items in .gitignore
  • fix _load_general_board_details in apidoc.py
  • always return uinfo in setupUtmp.

post template

21 Mar 20:14
f55455e
Compare
Choose a tag to compare
post template Pre-release
Pre-release

#349

  • add PostTypeTemplate in bbs.BoardDetail
  • api.GetPostTemplate
  • bbs.GetPostTemplate
  • ptt.ReadPostTemplate