Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix source download link when no code unit allowed (#3166) (#3169) | Lunny Xiao | 2017-12-12 | 1 | -0/+4 |
| | |||||
* | Make URL scheme unambiguous (#2408) | Ethan Koenig | 2017-10-30 | 1 | -5/+5 |
| | | | | | | | | | | * Make URL scheme unambiguous Redirect old routes to new routes * Fix redirects to new URL scheme, and update template * Fix branches/_new endpoints, and update integration test | ||||
* | Sync releases table with tags on push and for mirrors (#2459) | Lauris BH | 2017-09-20 | 1 | -13/+16 |
| | | | | | | | | | | | | | | | * Sync releases table with tags on push and for mirrors * Code style fixes * Fix api to return only releases * Optimize release creation and update Minimize posibility of race conditions * Fix release lower tag name updating * handle tag reference update by addionally comparing commit id | ||||
* | Attach to release (#673) | Philip Couling | 2017-01-15 | 2 | -0/+13 |
| | | | | | | | | | | | | | | * Moved attachaments POST url from /issues/attachments to /attachments * Implemented attachment upload on release page * Implemented downloading attachments on the release page * Added zip and gzip files to default allowed attachments * Implemented uploading attachments on edit release * Renamed UploadIssueAttachment to UploadAttachment | ||||
* | Allow updating draft releases while keeping them as draft | Sandro Santilli | 2016-11-14 | 1 | -3/+10 |
| | | | | Closes #162 | ||||
* | Fix bug that tries to load mistyped templates | Matthias Loibl | 2016-11-10 | 1 | -1/+1 |
| | |||||
* | Merge all pagination-templates into 'base/paginate' | Kim "BKC" Carlbäcker | 2016-11-07 | 1 | -1/+1 |
| | | | | to reduce code-duplicity | ||||
* | Add Pagination to Releases-page | Kim "BKC" Carlbäcker | 2016-11-07 | 1 | -0/+1 |
| | |||||
* | #3348 always use relative avatar link in the template | Unknwon | 2016-08-05 | 1 | -1/+1 |
| | |||||
* | #3076 detect invalid tag name git error | Unknwon | 2016-07-23 | 1 | -1/+1 |
| | |||||
* | Upgrade octicon to 4.3.0 | Unknwon | 2016-07-16 | 1 | -2/+2 |
| | |||||
* | #1146 finish new access rights for collaborators | Unknwon | 2016-03-05 | 1 | -2/+2 |
| | |||||
* | Indent all templates with tabs | Adam Strzelecki | 2015-12-08 | 2 | -169/+169 |
| | | | | | | | | | | | | 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: Always show menu on repo pages | Adam Strzelecki | 2015-12-03 | 2 | -2/+0 |
| | | | | | 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 | 2 | -2/+2 |
| | | | | | This is more inline with way GitHub looks like and feels much more natural and in style with rest of the interface. | ||||
* | fix #1383 | Unknwon | 2015-11-20 | 2 | -0/+17 |
| | |||||
* | UI fix | Unknwon | 2015-11-16 | 1 | -1/+1 |
| | |||||
* | minor HTML fix | Unknwon | 2015-11-15 | 1 | -1/+1 |
| | |||||
* | fix #1958 | Unknwon | 2015-11-15 | 3 | -194/+157 |
| | |||||
* | #1604 suburl for release md preview | Unknwon | 2015-09-08 | 2 | -2/+2 |
| | |||||
* | UI: issues - finish basic frame | Unknwon | 2015-07-24 | 3 | -3/+3 |
| | |||||
* | #1114 'New Release' always visible | Unknwon | 2015-03-24 | 1 | -0/+2 |
| | |||||
* | fix #828, may cause unintentional break in other features, but security is no.1 | Unknwon | 2015-01-20 | 1 | -1/+1 |
| | |||||
* | fix #735 | Unknwon | 2014-12-12 | 2 | -2/+2 |
| | |||||
* | Finish new UI for release page | Unknwon | 2014-12-10 | 3 | -187/+183 |
| | |||||
* | Fix user links | James Cracknell | 2014-11-28 | 1 | -1/+1 |
| | |||||
* | Fix download archive issue | Unknwon | 2014-09-24 | 1 | -4/+4 |
| | |||||
* | Add suburl support | Unknwon | 2014-09-19 | 1 | -2/+2 |
| | |||||
* | Allow Gogs to run from a suburl behind a reverse proxy. e.g. ↵ | Martin van Beurden | 2014-09-18 | 1 | -2/+2 |
| | | | | | | | | | | | | | | 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 TimeSince arguments error. | Benjamin Peng | 2014-09-16 | 1 | -1/+1 |
| | |||||
* | In progress of name template name constant | Unknown | 2014-06-22 | 3 | -0/+202 |