aboutsummaryrefslogtreecommitdiff
path: root/docs
Commit message (Collapse)AuthorAge
* db: migrate `admin.go` to `notices.go` with GORM (#7536)Joe Chen2023-08-23
|
* refactor(db): migrate off `user_email.go` to `users.go` (#7452)Joe Chen2023-05-14
|
* locale: sync from Crowdin (#7401)Joe Chen2023-03-19
|
* docs: minor updates (#7367)Joe Chen2023-02-25
| | | [skip ci]
* refactor(db): migrate `Follow` off `user.go` (#7203)Joe Chen2022-10-23
|
* release: update playbook (#7201)Joe Chen2022-10-23
|
* db: refactor "action" table to use GORM (#7054)Joe Chen2022-06-25
| | | Co-authored-by: deepsource-autofix[bot] <62050782+deepsource-autofix[bot]@users.noreply.github.com>
* db: add tests for authentication through login sources (#7049)Joe Chen2022-06-12
|
* release: minor updates to templates and docs (#7027)Joe Chen2022-06-08
| | | [skip ci]
* ci: pin go-mockgen to 1.2.0 (#7021)Joe Chen2022-06-07
|
* db: use `context` and go-mockgen for `AccessTokensStore` (#7013)Joe Chen2022-06-06
|
* schemadoc: print table indexes (#7012)Joe Chen2022-06-05
|
* access_token: encrypt access token with SHA256 (#7008)E99p1ant2022-06-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * access_token: encrypt access token with SHA256 * revert list access token * fix lint * generate schemadoc * add database migrations * fix tests * fix tests * add test case for access token golden * fix test in postgres * `Sha256` -> `SHA256` * Use GORM for migration * task generate-schemadoc * Use unique * change migration name * allow read * task generate-schemadoc * add changelog * fix lint error * update changelog * remove Debug * add comments Co-authored-by: Joe Chen <jc@unknwon.io>
* docs: use "go install" instead of "go get" (#6972)Joe Chen2022-05-27
|
* docs: remove `task generate-bindata` step from sync from Crowdin (#6887)Joe Chen2022-04-02
| | | [skip ci]
* docs: tweak release matters (#6860)Joe Chen2022-03-19
| | | [skip ci]
* docs: remove instructions to install go-bindata (#6852)Joe Chen2022-03-17
| | | [skip ci]
* go: update required version to be 1.16 (#6850)Joe Chen2022-03-16
|
* conf: add allowlist for accessing local network (#6842)Joe Chen2022-03-14
|
* docs: update release playbook for ARMv7 (#6792)Joe Chen2022-03-02
| | | [skip ci]
* docs: delete and re-create Docker manifest for release (#6739)Joe Chen2022-01-20
| | | [skip ci]
* docs: update release templates and playbook (#6735)Joe Chen2022-01-18
| | | [skip ci]
* docs: update links to release templates (#6729)Joe Chen2022-01-16
| | | [skip ci]
* docs: update release templates (#6728)Joe Chen2022-01-16
| | | [skip ci]
* docs: update links and outdated conent (#6680)Joe Chen2021-12-18
|
* docs: update patch release issue template (#6375)ᴜɴᴋɴᴡᴏɴ2020-10-08
|
* CHANGELOG: cut entries for 0.12.3 (#6374)ᴜɴᴋɴᴡᴏɴ2020-10-07
|
* docs: update patch release issue templateᴜɴᴋɴᴡᴏɴ2020-10-07
|
* db: migrate access table to use GORM (#6371)ᴜɴᴋɴᴡᴏɴ2020-10-06
|
* docs: update patch release issue templateᴜɴᴋɴᴡᴏɴ2020-10-06
|
* locale: sync from Crowdin (#6367)ᴜɴᴋɴᴡᴏɴ2020-10-04
|
* docs: update patch release issue template (#6353)ᴜɴᴋɴᴡᴏɴ2020-09-26
|
* schemadoc: add go:generate to output database schema (#6310)ᴜɴᴋɴᴡᴏɴ2020-09-06
| | | | | | | * schemadoc: add go:generate to output database schema * Check errors * Revert string renames
* Taskfile: add desc to each task (#6304)ᴜɴᴋɴᴡᴏɴ2020-09-04
|
* chore: use Task as main build tool (#6297)ᴜɴᴋɴᴡᴏɴ2020-08-29
|
* chore: change default branch to `main` (#6285)ᴜɴᴋɴᴡᴏɴ2020-08-27
|
* docs: add patch release docsᴜɴᴋɴᴡᴏɴ2020-08-27
|
* docs: add release strategy (#6271)ᴜɴᴋɴᴡᴏɴ2020-08-23
|
* docs: add instructions for release (#6268)ᴜɴᴋɴᴡᴏɴ2020-08-22
|
* lfs: add user and admin docs (#6158)ᴜɴᴋɴᴡᴏɴ2020-05-10
|
* docs: fix Go version (#6105)ᴜɴᴋɴᴡᴏɴ2020-04-15
| | | | | * docs: fix Go version * Update README.md
* public: make lessc compile minimize CSS (#5987)ᴜɴᴋɴᴡᴏɴ2020-03-15
|
* docs: improve local development guideᴜɴᴋɴᴡᴏɴ2020-02-25
| | | | [CI SKIP]
* conf: overhaul server settings (#5928)ᴜɴᴋɴᴡᴏɴ2020-02-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * conf: rename package * Requires Go 1.12 * Fix lint * Fix lint * Overhaul * db: fix tests * Save my work * Fix tests * Server.UnixSocketPermission * Server.LocalRootURL * SSH settings * Server.OfflineMode * Save my work * App.Version * Remove [server] STATIC_ROOT_PATH * Server.LandingURL
* docs: add steps to install npm and lesscᴜɴᴋɴᴡᴏɴ2020-02-19
| | | | [CI SKIP]
* docs: improve set up guideᴜɴᴋɴᴡᴏɴ2020-02-19
| | | | [CI SKIP]
* docs: add local developmentᴜɴᴋɴᴡᴏɴ2020-02-18
[CI SKIP]