Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix when repo is empty | chriswatt | 2016-02-14 | 1 | -73/+71 |
| | |||||
* | Add grey bg to tabs on repo page | chriswatt | 2016-02-14 | 1 | -69/+73 |
| | |||||
* | Make commits tab active when on diff page | chriswatt | 2016-02-07 | 1 | -1/+1 |
| | |||||
* | improve get commits performance | Unknwon | 2015-12-13 | 1 | -1/+1 |
| | |||||
* | #1984 Better mirror repo management | Unknwon | 2015-12-08 | 1 | -1/+1 |
| | |||||
* | Indent all templates with tabs | Adam Strzelecki | 2015-12-08 | 1 | -81/+81 |
| | | | | | | | | | | | | 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 | ||||
* | fix #1829 and fix #890 | Unknwon | 2015-12-04 | 1 | -0/+6 |
| | |||||
* | more UI minor fixes | Unknwon | 2015-12-02 | 1 | -5/+5 |
| | |||||
* | UI: Always show menu on repo pages | Adam Strzelecki | 2015-12-03 | 1 | -0/+34 |
| | | | | | Merges repo/sidebar.tmpl with repo/header.tmpl and makes every repo page use middleware.RepoRef() necessary to display information on this menu. | ||||
* | UI: Make repository menu divide header and content | Adam Strzelecki | 2015-12-02 | 1 | -1/+0 |
| | | | | | This is more inline with way GitHub looks like and feels much more natural and in style with rest of the interface. | ||||
* | remove test code | Unknwon | 2015-11-16 | 1 | -1/+1 |
| | |||||
* | UI fix | Unknwon | 2015-11-16 | 1 | -42/+42 |
| | |||||
* | UI fix | Unknwon | 2015-11-16 | 1 | -3/+3 |
| | |||||
* | added links to forks/watchers/stars in new layout header | Steven Oud | 2015-10-03 | 1 | -42/+42 |
| | |||||
* | Mirror repository should not allow fork | Unknwon | 2015-09-05 | 1 | -1/+1 |
| | |||||
* | css fix | Unknwon | 2015-09-02 | 1 | -26/+29 |
| | |||||
* | #1206 does not allow fork bare repo | Unknwon | 2015-09-01 | 1 | -1/+3 |
| | |||||
* | new webhooks list UI | Unknwon | 2015-08-26 | 1 | -11/+9 |
| | |||||
* | finish view comments on issue page | Unknwon | 2015-08-13 | 1 | -5/+0 |
| | |||||
* | fix on #1466 | Unknwon | 2015-08-12 | 1 | -32/+12 |
| | |||||
* | modified repo header | Gogs | 2015-08-12 | 1 | -25/+68 |
| | |||||
* | add migrate from issue.label_ids to issue_label | Unknwon | 2015-08-10 | 1 | -1/+1 |
| | |||||
* | Merge branch 'develop' of github.com:gogits/gogs into feature/pull_request2 | Unknwon | 2015-08-10 | 1 | -13/+11 |
|\ | | | | | | | | | | | | | # Conflicts: # modules/bindata/bindata.go # public/css/gogs.min.css # templates/repo/header.tmpl | ||||
| * | list view: issue, label, milestone | Unknwon | 2015-08-09 | 1 | -13/+11 |
| | | |||||
* | | WIP: create PR - choose branch | Unknwon | 2015-08-08 | 1 | -1/+1 |
|/ | |||||
* | improve fork process | Unknwon | 2015-08-08 | 1 | -1/+1 |
| | |||||
* | UI: issues - finish basic frame | Unknwon | 2015-07-24 | 1 | -61/+27 |
| | |||||
* | Updating context and fixing permission issues | Peter Smit | 2015-02-16 | 1 | -1/+1 |
| | | | | | | The boolean flags in the repo context have been replaced with mode and two methods Also, the permissions have been brought more in line with https://help.github.com/articles/permission-levels-for-an-organization-repository/ , Admin Team members are able to change settings of their repositories. | ||||
* | Changes to repo-header-download-drop, different repo-clone-url input behaviour | Stefan-Code | 2015-02-11 | 1 | -2/+2 |
| | |||||
* | able to disable SSH for #883 | Unknwon | 2015-02-07 | 1 | -3/+5 |
| | |||||
* | Fix #617 and update Germeny locale | Unknwon | 2014-11-11 | 1 | -1/+1 |
| | |||||
* | work on #616 and update locales | Unknwon | 2014-11-10 | 1 | -1/+1 |
| | |||||
* | continue work on #255 | Unknwon | 2014-11-07 | 1 | -2/+2 |
| | |||||
* | Work on #5 fork and fix #608 | Unknwon | 2014-11-05 | 1 | -1/+1 |
| | |||||
* | Able to fork repo to individuals | Unknwon | 2014-10-19 | 1 | -19/+22 |
| | |||||
* | More changes | evolvedlight | 2014-10-13 | 1 | -1/+2 |
| | |||||
* | Initial cut of git fork | evolvedlight | 2014-10-04 | 1 | -2/+2 |
| | |||||
* | UI: Use tooltip not alert when copy clone URL | Unknwon | 2014-09-22 | 1 | -1/+1 |
| | |||||
* | Add suburl support | Unknwon | 2014-09-19 | 1 | -1/+1 |
| | |||||
* | Allow Gogs to run from a suburl behind a reverse proxy. e.g. ↵ | Martin van Beurden | 2014-09-18 | 1 | -1/+1 |
| | | | | | | | | | | | | | | http://mydomain.com/gogs/ Conflicts: modules/setting/setting.go Conflicts: templates/repo/release/list.tmpl templates/user/dashboard/dashboard.tmpl Conflicts: routers/repo/setting.go | ||||
* | Fix #461 | Unknwon | 2014-09-14 | 1 | -1/+1 |
| | |||||
* | Mirror fix and hide missing pages for 0.5 release | Unknwon | 2014-09-01 | 1 | -2/+2 |
| | |||||
* | UI: SSH/HTTPS address switch and copy | Unknwon | 2014-08-31 | 1 | -4/+4 |
| | |||||
* | Finish new home page of organization | Unknwon | 2014-08-10 | 1 | -8/+7 |
| | |||||
* | Finish new collaboration page | Unknwon | 2014-08-07 | 1 | -1/+2 |
| | |||||
* | Finish new repo settings page | Unknwon | 2014-08-02 | 1 | -0/+57 |