Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | 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 | |
| | ||||
* | pkg/mailer: support custom mail subject prefix (#4524) | Unknwon | 2018-03-30 | |
| | ||||
* | templates/admin/config: show SSH.StartBuiltinServer | Unknwon | 2018-03-30 | |
| | ||||
* | locale: sync from Crowdin | Unknwon | 2018-03-12 | |
| | ||||
* | locale: update TRANSLATORS (#4908) | Flávio Monteiro | 2018-03-06 | |
| | ||||
* | locale: sync from Crowdin | Unknwon | 2018-03-05 | |
| | | | | Added Indonesian and Persian | |||
* | locale: sync from Crowdin | Unknwon | 2017-11-22 | |
| | | | | Fixes #4811 | |||
* | locale: sync from Crowdin | Unknwon | 2017-11-18 | |
| | ||||
* | locale: fix English grammar for delete repository dialog (#4862) | 33MHz | 2017-11-18 | |
| | | | | | | | | | | * fix typo in en-US delete dialog * fix typo in en-GB delete dialog * improve en-GB delete dialog language * improve en-US delete dialog language | |||
* | pull_request: able to ignore whitespace when check conflict (#4834) | Unknwon | 2017-11-16 | |
| | ||||
* | auth/ldap: allow placeholder %s for BindDN (#2526) | Unknwon | 2017-11-16 | |
| | ||||
* | admin/config: add UI for [http] section (#3987) | Unknwon | 2017-11-16 | |
| | ||||
* | locale: update TRANSLATORS (#4866) | Mohammad Gholami | 2017-11-15 | |
| | | | Crowdin contributor | |||
* | repo/pull: allow rebase before merging (#4805) | Unknwon | 2017-11-15 | |
| | ||||
* | pull: add an option to use rebase for merging pull requests | mharinder | 2017-11-15 | |
| | | | | | | | | | | | | | | | | For DVCS, either merge or rebase works for getting new code in a pull request in the main branch. The rebase workflow produces a linear history which is cleaner, and more bisect-able. This commit adds a repo-level option to enable the rebase workflow. Once enabled, "Merge Pull Request" will be replaced by "Rebase and Merge Pull Request" which does exactly what the user wants. It's unlikely a project wants a mixed-use of both rebase and merge workflows, therefore the feature is not implemented as a drop-down button like what GitHub does (https://github.com/blog/2243-rebase-and-merge-pull-requests). |