Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix typos in i18n variable names. (#4080) | Matthew Richardson | 2018-07-04 | 1 | -2/+2 |
| | |||||
* | Responsive view (#2750) | Morgan Bazalgette | 2017-12-30 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Viewport meta tag * responsive: dashboard * responsive: issues page * responsive: Explore page * responsive: navbar, and some navbar css refactoring * responsive: button for collapsing navbar in mobile view * Mark the hamburger button as active when pressed * better homepage for responsive views * Bring back jump class in navbar The class was necessary, because this way the dropdown doesn't assume the contents of the selected item. * make repository homes responsive * Make file view page responsive * Make forms look good on responsive views * make commits and commit diff view responsive * issues and PRs * responsive wiki * Don't place auto-init far off the page * Minor changes to amend broken stuff minor improvements - make login/sign up in navbar stackable - make navbar in explore and sign in not stackable Change selected class in TestPullCompare Fix typo that happened when rebasing fix dashboard on org view improve profile UI Use clearing on file diff to fix broken UI caused by floating elements remove unresolved merge conflict, and | Sanitize Fix repo home not loading | ||||
* | Fix so that user can still fork his own repository to owned organizations ↵ | Lauris BH | 2017-10-15 | 1 | -10/+10 |
| | | | | | | | | | | (#2699) * Fix so that user can still fork his own repository to his organizations * Fix to only use owned organizations * Add integration test for forking own repository to owned organization | ||||
* | resolved #310: hide fork to self (#323) | Lunny Xiao | 2016-12-01 | 1 | -1/+1 |
| | |||||
* | Web editor: improve edit file | Unknwon | 2016-08-28 | 2 | -2/+2 |
| | |||||
* | #3348 always use relative avatar link in the template | Unknwon | 2016-08-05 | 1 | -3/+3 |
| | |||||
* | Refactor User.Id to User.ID | Unknwon | 2016-07-24 | 1 | -4/+4 |
| | |||||
* | Fix problems with '#' in branchname | Odin Ugedal | 2016-03-15 | 1 | -2/+2 |
| | | | | | 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 | 3 | -4/+4 |
| | |||||
* | #1597 support pull requests in same repository | Unknwon | 2016-03-04 | 1 | -2/+2 |
| | |||||
* | Change colour of numbers on pull request tabs if greater than zero | chriswatt | 2016-02-28 | 1 | -3/+3 |
| | |||||
* | #2014 allow switch branches between two orgs in compose PR | Unknwon | 2015-12-20 | 1 | -2/+2 |
| | |||||
* | #2251 fix button name | Unknwon | 2015-12-19 | 2 | -2/+2 |
| | |||||
* | Indent all templates with tabs | Adam Strzelecki | 2015-12-08 | 5 | -117/+117 |
| | | | | | | | | | | | | 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 | 1 | -4/+4 |
| | |||||
* | fix #1981 | Unknwon | 2015-11-18 | 1 | -2/+2 |
| | |||||
* | New/reopen PR checks if there is any unmerged and open PR | Unknwon | 2015-10-18 | 1 | -1/+1 |
| | |||||
* | basic PR feature | Unknwon | 2015-09-02 | 1 | -4/+4 |
| | |||||
* | PR: nothing to commit and has pull request check | Unknwon | 2015-09-02 | 1 | -1/+11 |
| | |||||
* | finish PR UI | Unknwon | 2015-09-02 | 4 | -5/+60 |
| | |||||
* | work on PR conversation | Unknwon | 2015-09-01 | 1 | -0/+3 |
| | |||||
* | #1021 Forked repo unavailable after deleting original repo | Unknwon | 2015-09-01 | 1 | -1/+1 |
| | |||||
* | fix dropdown search | Unknwon | 2015-08-31 | 1 | -6/+6 |
| | |||||
* | fix menu overflow | Unknwon | 2015-08-26 | 1 | -2/+3 |
| | |||||
* | upgrade new issue to SUI v2 | Unknwon | 2015-08-10 | 1 | -2/+2 |
| | |||||
* | Merge branch 'develop' of github.com:gogits/gogs into feature/pull_request2 | Unknwon | 2015-08-10 | 1 | -3/+3 |
|\ | | | | | | | | | | | | | # 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 | 1 | -3/+3 |
| | | |||||
* | | UI: create issue with title and content | Unknwon | 2015-08-09 | 1 | -0/+1 |
| | | |||||
* | | auto-redirect when finish filter branch | Unknwon | 2015-08-08 | 1 | -2/+2 |
| | | |||||
* | | WIP: create PR - choose branch | Unknwon | 2015-08-08 | 1 | -0/+51 |
|/ | |||||
* | better fork permission check | Unknwon | 2015-08-08 | 1 | -0/+2 |
| | |||||
* | improve fork process | Unknwon | 2015-08-08 | 1 | -0/+69 |