Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | 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 | |||
* | admin: show all version in dashboard | ᴜɴᴋɴᴡᴏɴ | 2020-02-19 | |
| | | | | And removed version info from footer. | |||
* | locale: sync from Crowdin | Unknwon | 2020-02-04 | |
| | ||||
* | 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 | |
| | ||||
* | locale: sync from Crowdin | Unknwon | 2019-01-30 | |
| | | | | - Add Portuguese | |||
* | locale: sync from Crowdin | Unknwon | 2019-01-21 | |
| | ||||
* | 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 | |
| | ||||
* | locale: sync from Crowdin | Unknwon | 2018-11-19 | |
| | ||||
* | locale: sync from Crowdin | Unknwon | 2018-10-16 | |
| | ||||
* | locale: sync from Crowdin | Unknwon | 2018-09-16 | |
| | ||||
* | 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 | |
| | ||||
* | repo/editor: hide internal error detail | Unknwon | 2018-08-17 | |
| | | | | Prevent exposure of server path | |||
* | locale: sync from Crowdin | Unknwon | 2018-07-16 | |
| | ||||
* | pull request: able to add custom commit description (#5276) | ususdei | 2018-06-26 | |
| | | | | | | | | | | * pull request merges now allow for custom commit messages * allow i18n on commit_message label * place label above textarea for commit message * rename commit message for pull requests into commit description and pass to git separately | |||
* | locale: sync from Crowdin | Unknwon | 2018-06-18 | |
| | ||||
* | repo: update repository description field to contain more than 256 symbols ↵ | Sergey Dryabzhinsky | 2018-06-11 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (#5219) * Update repository description field to contain more than 256 symbols - update repository model - description field now is `TEXT` and limited by 4000 symbols - new migration - add description to html forms - repo creation and repo settings - add translation for description * Update for description field, new features - add autosize (height) for description textarea, new plugin - set max description length to 512 symbols - update locales * Fix migration - typo in var * Update repo description behaviour - add textarea autosize for /repo/create - add symbols counter under description testarea (create/edit) * Fix function definition - it a var * Revert ru-RU locale * Update by review - Use type `varchar(512)` in migration - Remove unused files from autosize plugin * Fix migration - new project paths * Fixes after review 2 - copyright year - format includes - use switch instead of multi-if * Remove unused `default:` option. | |||
* | locale: sync from Crowdin | Unknwon | 2018-06-05 | |
| | ||||
* | models/mirror: shot push webhook after synced commits (#4528) | Unknwon | 2018-06-03 | |
| | ||||
* | mirror: show sync feeds on dashboard (#2017) | Unknwon | 2018-05-30 | |
| | ||||
* | security: prevent same passcode from being reused | Unknwon | 2018-05-21 | |
| | | | | Reported by @cezar97. | |||
* | locale: sync from Crowdin | Unknwon | 2018-05-02 | |
| | ||||
* | locale: sync from Crowdin | Unknwon | 2018-04-25 | |
| | ||||
* | locale: Add myself to TRANSLATORS (#5177) | Changwoo Ryu | 2018-04-18 | |
| | ||||
* | locale: sync from Crowdin | Unknwon | 2018-04-16 | |
| | | | | Add Vietnamese | |||
* | auth: support authentication source config file (#3142) | Unknwon | 2018-04-12 | |
| | ||||
* | templates/admin/auth/list: rename list title | Unknwon | 2018-04-11 | |
| | ||||
* | locale: sync from Crowdin | Unknwon | 2018-04-09 | |
| | ||||
* | locale: sync from Crowdin | Unknwon | 2018-03-30 | |
| |