Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | conf: overhaul sessions settings (#5952) | ᴜɴᴋɴᴡᴏɴ | 2020-02-29 | |
| | ||||
* | conf: overhaul auth and user settings (#5942) | ᴜɴᴋɴᴡᴏɴ | 2020-02-27 | |
| | | | | | | * conf: overhaul auth and user settings * ci: update travis Go versions | |||
* | conf: overhaul email settings (#5940) | ᴜɴᴋɴᴡᴏɴ | 2020-02-25 | |
| | ||||
* | conf: overhaul security settings | ᴜɴᴋɴᴡᴏɴ | 2020-02-22 | |
| | ||||
* | conf: overhaul database settings | ᴜɴᴋɴᴡᴏɴ | 2020-02-22 | |
| | ||||
* | conf: overhaul repository settings (#5932) | ᴜɴᴋɴᴡᴏɴ | 2020-02-22 | |
| | ||||
* | admin/config: show all server and SSH options | ᴜɴᴋɴᴡᴏɴ | 2020-02-22 | |
| | ||||
* | 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 | |||
* | log: migrate to unknwon.dev/clog/v2 (#5927) | ᴜɴᴋɴᴡᴏɴ | 2020-02-20 | |
| | | | | | | * Add unknwon.dev/clog/v2 * Update all places | |||
* | conf: remove unused config option SHOW_FOOTER_VERSION | ᴜɴᴋɴᴡᴏɴ | 2020-02-20 | |
| | ||||
* | admin: show all version in dashboard | ᴜɴᴋɴᴡᴏɴ | 2020-02-19 | |
| | | | | And removed version info from footer. | |||
* | docs: improve set up guide | ᴜɴᴋɴᴡᴏɴ | 2020-02-19 | |
| | | | | [CI SKIP] | |||
* | Use go-bindata to embed `public` and `templates` files into binary (#5920) | Michael Li | 2020-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 Crowdin | Unknwon | 2020-02-04 | |
| | ||||
* | conf: fix wrong default example value | Unknwon | 2020-01-29 | |
| | ||||
* | conf: update instructions for installing go-bindata | Unknwon | 2020-01-29 | |
| | ||||
* | locale: sync from Crowdin | Unknwon | 2019-12-09 | |
| | ||||
* | locale: sync from Crowdin | Unknwon | 2019-11-02 | |
| | ||||
* | locale: amend source locale | Unknwon | 2019-10-30 | |
| | | | | [CI SKIP] | |||
* | locale: sync from Crowdin | Unknwon | 2019-10-26 | |
| | ||||
* | Enable Go modules (#5835) | Unknwon | 2019-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 Crowdin | Unknwon | 2019-10-20 | |
| | | | | - Also amended some source translations. | |||
* | locale: sync from Crowdin | Unknwon | 2019-10-19 | |
| | ||||
* | token: disallow multiple tokens with same name (#5820) | Frode Aannevik | 2019-10-15 | |
| | | | | | | | | | | | | | | | * api/v1: don't allow multiple tokens with same name Fail with 422 Unprocessable Entity if the token name already exist ref: https://github.com/gogs/gogs/issues/5587 * Move new token error type to models/errors/token * Remove "useless" ListAccessTokensByName function * Add an i18n entry for token_name_exists | |||
* | locale: sync from Crowdin | unknwon | 2019-10-03 | |
| | ||||
* | locale: sync from Crowdin | unknwon | 2019-09-15 | |
| | ||||
* | Update TRANSLATORS (#5774) | Mathias Rangel Wulff | 2019-08-06 | |
| | ||||
* | locale: sync from Crowdin | Unknwon | 2019-06-27 | |
| | ||||
* | locale: sync from Crowdin | Unknwon | 2019-03-25 | |
| | ||||
* | locale: sync from Crowdin | Unknwon | 2019-02-25 | |
| | ||||
* | conf/gitignore: add Unreal Engine (#5623) | Stephen Lane-Walsh | 2019-02-17 | |
| | ||||
* | locale: sync from Crowdin | Unknwon | 2019-01-30 | |
| | | | | - Add Portuguese | |||
* | locale: sync from Crowdin | Unknwon | 2019-01-21 | |
| | ||||
* | pkg/mailer: support plaintext alt for HTML emails (#5568) | Guy Smoilov | 2018-12-25 | |
| | | | | | | | | | | * Added option to use plain text alt to HTML emails. Should make the messages friendlier for spam filters. * Check that plaintext conversion worked before adding the HTML alt * Add description of ADD_PLAIN_TEXT_ALT to app.ini * Added comment clarifying html AddAlternative | |||
* | auth: coding style and glitches fixes for GitHub login source (#5340) | Unknwon | 2018-12-18 | |
| | ||||
* | auth: add new authentication source: GitHub, including GitHub Enterprise (#5340) | haixunlu | 2018-12-18 | |
| | | | | | | * Add new Authentication Source: GitHub, including GitHub Enterprise. * Add vendor dependencies. | |||
* | locale: sync from Crowdin | Unknwon | 2018-12-11 | |
| | ||||
* | locale: sync from Crowdin | Unknwon | 2018-12-02 | |
| | ||||
* | conf: fix unexpected behavior of config inheritance (#5007) | Unknwon | 2018-11-26 | |
| | ||||
* | conf: add go-bindata install command in README | Unknwon | 2018-11-20 | |
| | | | | [ci skip] | |||
* | locale: sync from Crowdin | Unknwon | 2018-11-19 | |
| | ||||
* | conf: change default session cookie name | Unknwon | 2018-10-24 | |
| | | | | [CI SKIP] | |||
* | locale: sync from Crowdin | Unknwon | 2018-10-16 | |
| | ||||
* | pkg/ssh: print actual error in panic (#5435) | Unknwon | 2018-09-28 | |
| | ||||
* | locale: sync from Crowdin | Unknwon | 2018-09-16 | |
| | ||||
* | metrics: add initial Prometheus support (#4141) | Unknwon | 2018-09-14 | |
| | ||||
* | repo: adjust pull request setting description (#5359) | Unknwon | 2018-09-14 | |
| | ||||
* | auth: support set default login source (#5274) | Unknwon | 2018-09-13 | |
| | ||||
* | locale: sync from Crowdin | Unknwon | 2018-09-10 | |
| | ||||
* | locale: sync from Crowdin | Unknwon | 2018-08-23 | |
| |