aboutsummaryrefslogtreecommitdiff
path: root/pkg/bindata/bindata.go
Commit message (Collapse)AuthorAge
* 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
* Enable Go modules (#5835)Unknwon2019-10-23
| | | | | | | | | | | | | | | | * Remove vendor * Enable Go modules * ci: add command to fetch dependencies * ci: update setting * ci: update settings * Require Go 1.11 * Rename module name to gogs.io/gogs
* locale: sync from CrowdinUnknwon2019-10-20
| | | | - Also amended some source translations.
* locale: sync from CrowdinUnknwon2019-10-19
|
* models/token: generate bindata and simplify code (#5820)Unknwon2019-10-15
|
* locale: sync from Crowdinunknwon2019-10-03
|
* locale: sync from Crowdinunknwon2019-09-15
|
* routes/api/v1: codemodunknwon2019-08-08
|
* locale: sync from CrowdinUnknwon2019-06-27
|
* locale: sync from CrowdinUnknwon2019-03-25
|
* locale: sync from CrowdinUnknwon2019-02-25
|
* pkg/bindata: regenerate for PR #5623Unknwon2019-02-20
|
* locale: sync from CrowdinUnknwon2019-01-30
| | | | - Add Portuguese
* locale: sync from CrowdinUnknwon2019-01-21
|
* auth: coding style and glitches fixes for GitHub login source (#5340)Unknwon2018-12-18
|
* locale: sync from CrowdinUnknwon2018-12-11
|
* locale: sync from CrowdinUnknwon2018-12-02
|
* conf: fix unexpected behavior of config inheritance (#5007)Unknwon2018-11-26
|
* locale: sync from CrowdinUnknwon2018-11-19
|
* pkg/bindata: update contentUnknwon2018-11-04
|
* locale: sync from CrowdinUnknwon2018-10-16
|
* pkg/ssh: print actual error in panic (#5435)Unknwon2018-09-28
|
* locale: sync from CrowdinUnknwon2018-09-16
|
* metrics: add initial Prometheus support (#4141)Unknwon2018-09-14
|
* repo: adjust pull request setting description (#5359)Unknwon2018-09-14
|
* auth: support set default login source (#5274)Unknwon2018-09-13
|
* locale: sync from CrowdinUnknwon2018-09-10
|
* locale: sync from CrowdinUnknwon2018-08-23
|
* repo/editor: hide internal error detailUnknwon2018-08-17
| | | | Prevent exposure of server path
* locale: sync from CrowdinUnknwon2018-07-16
|
* public: minor fix for PR #5276Unknwon2018-06-26
|
* locale: sync from CrowdinUnknwon2018-06-18
|
* repo: add changes to repository avatar feature (#5221)Unknwon2018-06-17
|
* repo: minor improve for PR #5219 and support UTF-8 byte countUnknwon2018-06-11
|
* locale: sync from CrowdinUnknwon2018-06-05
|
* models/mirror: shot push webhook after synced commits (#4528)Unknwon2018-06-03
|
* mirror: show sync feeds on dashboard (#2017)Unknwon2018-05-30
|
* security: prevent same passcode from being reusedUnknwon2018-05-21
| | | | Reported by @cezar97.
* locale: sync from CrowdinUnknwon2018-05-02
|
* pkg/setting: support Discord loggerUnknwon2018-04-25
|
* locale: sync from CrowdinUnknwon2018-04-25
|
* locale: sync from CrowdinUnknwon2018-04-16
| | | | Add Vietnamese
* auth: support authentication source config file (#3142)Unknwon2018-04-12
|
* templates/admin/auth/list: rename list titleUnknwon2018-04-11
|
* locale: sync from CrowdinUnknwon2018-04-09
|
* MISC: update docker build scriptUnknwon2018-04-09
|
* locale: sync from CrowdinUnknwon2018-03-30
|
* pkg/mailer: support custom mail subject prefix (#4524)Unknwon2018-03-30
|
* templates/admin/config: show SSH.StartBuiltinServerUnknwon2018-03-30
|
* conf: add option to rewrite authorized_keys file at start (#4435)Unknwon2018-03-30
| | | | Added config option '[server] REWRITE_AUTHORIZED_KEYS_AT_START'.