aboutsummaryrefslogtreecommitdiff
path: root/internal/bindata
Commit message (Collapse)AuthorAge
* Use go-bindata to embed `public` and `templates` files into binary (#5920)Michael Li2020-02-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * fixed private repositories are hidden in the organization's view * use go-bindata integrate public and templates files to gogs binary * optimize Dockerfile don't COPY public and templates files * use kevinburke's go-bindata to generate assets code * reset develepment as default run mode in configure file * optimize generated assets code relayout and help function * fixed code format * Update conf/app.ini * assets: add LICENSE headers * Some housekeeping * assets/public: simplify code logic * assets/templates: simplify code logic * cmd/web: more concise variable names * Minor changes * Add custom public and templates support back Co-authored-by: ᴜɴᴋɴᴡᴏɴ <u@gogs.io>
* locale: sync from CrowdinUnknwon2020-02-04
|
* conf: fix wrong default example valueUnknwon2020-01-29
|
* locale: sync from CrowdinUnknwon2019-12-09
|
* locale: sync from CrowdinUnknwon2019-11-02
|
* locale: amend source localeUnknwon2019-10-30
| | | | [CI SKIP]
* locale: sync from CrowdinUnknwon2019-10-26
|
* internal: move packages under this directory (#5836)Unknwon2019-10-24
* Rename pkg -> internal * Rename routes -> route * Move route -> internal/route * Rename models -> db * Move db -> internal/db * Fix route2 -> route * Move cmd -> internal/cmd * Bump version