Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | ui: remove useless "Cancel" buttons (#7192) | Yarden Shoham | 2022-10-22 |
| | | | Co-authored-by: Joe Chen <jc@unknwon.io> | ||
* | refactor(db): move some methods off `user.go` (#7199) | Joe Chen | 2022-10-22 |
| | |||
* | repo: support unlisted but publicly accessible repositories (#6176) | Achilleas Koutsou | 2020-09-04 |
| | | | Co-authored-by: ᴜɴᴋɴᴡᴏɴ <u@gogs.io> | ||
* | repo/pull: detect case when no merge base found (#4434) | Unknwon | 2017-06-05 |
| | |||
* | Refactoring: rename Signed -> Logged | Unknwon | 2017-04-06 |
| | |||
* | pkg/setting: rename {AppUrl, AppSubUrl} -> {AppURL, AppSubURL} | Unknwon | 2017-04-06 |
| | |||
* | pkg/context: rename {CsrfToken, CsrfTokenHtml} -> {CSRFToken, CSRFTokenHTML} | Unknwon | 2017-04-06 |
| | |||
* | webhook: add fork event | Unknwon | 2017-02-27 |
| | |||
* | Web editor: improve edit file | Unknwon | 2016-08-28 |
| | |||
* | #3348 always use relative avatar link in the template | Unknwon | 2016-08-05 |
| | |||
* | Refactor User.Id to User.ID | Unknwon | 2016-07-24 |
| | |||
* | Fix problems with '#' in branchname | Odin Ugedal | 2016-03-15 |
| | | | | | Add proper escaping of '#' in branchname in compare when doing pull requests. This addresses issue #2822. | ||
* | Fix pull request availability check | Unknwon | 2016-03-06 |
| | |||
* | #1597 support pull requests in same repository | Unknwon | 2016-03-04 |
| | |||
* | Change colour of numbers on pull request tabs if greater than zero | chriswatt | 2016-02-28 |
| | |||
* | #2014 allow switch branches between two orgs in compose PR | Unknwon | 2015-12-20 |
| | |||
* | #2251 fix button name | Unknwon | 2015-12-19 |
| | |||
* | Indent all templates with tabs | Adam Strzelecki | 2015-12-08 |
| | | | | | | | | | | | | This commit improves templates readability, since all of them use consistent indent with all template command blocks indented too. 1. Indents both HTML containers such as <div>, <p> and Go HTML template blocks such as {{if}} {{with}} 2. Cleans all trailing white-space 3. Adds trailing last line-break to each file | ||
* | UI: long organization name in create repository owner list | Unknwon | 2015-11-18 |
| | |||
* | fix #1981 | Unknwon | 2015-11-18 |
| | |||
* | New/reopen PR checks if there is any unmerged and open PR | Unknwon | 2015-10-18 |
| | |||
* | basic PR feature | Unknwon | 2015-09-02 |
| | |||
* | PR: nothing to commit and has pull request check | Unknwon | 2015-09-02 |
| | |||
* | finish PR UI | Unknwon | 2015-09-02 |
| | |||
* | work on PR conversation | Unknwon | 2015-09-01 |
| | |||
* | #1021 Forked repo unavailable after deleting original repo | Unknwon | 2015-09-01 |
| | |||
* | fix dropdown search | Unknwon | 2015-08-31 |
| | |||
* | fix menu overflow | Unknwon | 2015-08-26 |
| | |||
* | upgrade new issue to SUI v2 | Unknwon | 2015-08-10 |
| | |||
* | Merge branch 'develop' of github.com:gogits/gogs into feature/pull_request2 | Unknwon | 2015-08-10 |
|\ | | | | | | | | | | | | | # Conflicts: # modules/bindata/bindata.go # public/css/gogs.min.css # templates/repo/header.tmpl | ||
| * | Generate random avatar based on e-mail when disable Gravatar | Unknwon | 2015-08-09 |
| | | |||
* | | UI: create issue with title and content | Unknwon | 2015-08-09 |
| | | |||
* | | auto-redirect when finish filter branch | Unknwon | 2015-08-08 |
| | | |||
* | | WIP: create PR - choose branch | Unknwon | 2015-08-08 |
|/ | |||
* | better fork permission check | Unknwon | 2015-08-08 |
| | |||
* | improve fork process | Unknwon | 2015-08-08 |