Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | models: rename Id to ID | Unknwon | 2018-08-16 |
| | |||
* | *: rename "gogits" to "gogs" | Unknwon | 2018-05-27 |
| | |||
* | repo_branch: fix SQL builder (#5054) | Unknwon | 2018-03-20 |
| | |||
* | models: move ErrBranchNotExist to errors package | Unknwon | 2018-03-08 |
| | |||
* | models: bug fix for query protected branches (#5054) | Wendell Sun | 2018-03-06 |
| | | | Signed-off-by: Wendell Sun <iwendellsun@gmail.com> | ||
* | Refactoring: remove sessionRelease() | Unknwon | 2017-06-11 |
| | | | | XORM supports automatic roll back in session Close() already. | ||
* | Refactoring: rename pkg/base -> pkg/tool | Unknwon | 2017-04-05 |
| | |||
* | Refactoring: rename modules -> pkg | Unknwon | 2017-04-04 |
| | | | | | | | | Reasons to change: 1. Shorter than 'modules' 2. More generally used by other Go projects 3. Corresponds to the naming of '$GOPATH/pkg' directory | ||
* | models/protect_branch: fix whitelist with invalid 'protect_branch_id' (#4333) | Unknwon | 2017-03-27 |
| | | | | | | | | If user creates a protect branch for the first time (which has ID=0), it generates invalid whitelist records with 'protect_branch_id=0'. This prevents future updates of protect branch whitelist. Migration: remove existing invalid protect branch whitelist records. | ||
* | repo/branches: overview and all (#2310) | Unknwon | 2017-03-11 |
| | |||
* | repo_branch: fix inapproriate logic | Unknwon | 2017-02-28 |
| | |||
* | protect_branch: only list teams have write access | Unknwon | 2017-02-24 |
| | | | | | List teams without write access to the repository cause confusion to make users think members of team could push to the branch. | ||
* | repo: add protect branch whitelist (#4177) | Unknwon | 2017-02-23 |
| | | | | | Add options to add users and teams to whitelist of a protected branch. This is only available for organizational repositories. | ||
* | Initial version of protected branches (#776) | Unknwon | 2017-02-17 |
| | | | | | - Able to restrict force push and deletion - Able to restrict direct push | ||
* | Minor fix for #2506 | Unknwon | 2016-02-02 |
| | |||
* | Corrections following recommendations | Antoine GIRARD | 2016-01-28 |