Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | refactor(db): move some methods off `user.go` (#7199) | Joe Chen | 2022-10-22 |
| | |||
* | templates: rename template function Str2html -> Str2HTML | Unknwon | 2018-12-10 |
| | |||
* | templates: add 'rel=noopener noreferrer' to <a> tags (#5319) | cezar97 | 2018-07-02 |
| | | | Signed-off-by: cezar97 <cezar97@protonmail.com> | ||
* | pkg/setting: rename {AppUrl, AppSubUrl} -> {AppURL, AppSubURL} | Unknwon | 2017-04-06 |
| | |||
* | pkg/context: rename {CsrfToken, CsrfTokenHtml} -> {CSRFToken, CSRFTokenHTML} | Unknwon | 2017-04-06 |
| | |||
* | Refactoring: rename and simplify pkg/tool functions | Unknwon | 2017-04-06 |
| | |||
* | release: improve attachment handle | Unknwon | 2017-03-13 |
| | |||
* | release: able to add attchments to release (#1614) | Unknwon | 2017-03-13 |
| | | | | Added new config section '[release.attachment]’. | ||
* | repo/pull: handle head repository of merged pull requests deleted | Unknwon | 2017-03-10 |
| | |||
* | templates/repo: change some buttons to use 'basic' style | Unknwon | 2017-03-10 |
| | |||
* | template: use DisplayName of users when possible (#4187) | Unknwon | 2017-02-24 |
| | |||
* | mirror: does not allow create releases | Unknwon | 2017-02-23 |
| | |||
* | repo/release: add pagination (#2164) | Unknwon | 2017-02-17 |
| | |||
* | Fix can not save release draft as draft again (#3669) | Unknwon | 2017-01-30 |
| | | | | | But release was not saved as draft in the first time, is not possible to be draft afterwards because the Git tag was created. | ||
* | #3348 always use relative avatar link in the template | Unknwon | 2016-08-05 |
| | |||
* | #3076 detect invalid tag name git error | Unknwon | 2016-07-23 |
| | |||
* | Upgrade octicon to 4.3.0 | Unknwon | 2016-07-16 |
| | |||
* | #1146 finish new access rights for collaborators | Unknwon | 2016-03-05 |
| | |||
* | 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: Always show menu on repo pages | Adam Strzelecki | 2015-12-03 |
| | | | | | 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 |
| | | | | | 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 |
| | |||
* | UI fix | Unknwon | 2015-11-16 |
| | |||
* | minor HTML fix | Unknwon | 2015-11-15 |
| | |||
* | fix #1958 | Unknwon | 2015-11-15 |
| | |||
* | #1604 suburl for release md preview | Unknwon | 2015-09-08 |
| | |||
* | UI: issues - finish basic frame | Unknwon | 2015-07-24 |
| | |||
* | #1114 'New Release' always visible | Unknwon | 2015-03-24 |
| | |||
* | fix #828, may cause unintentional break in other features, but security is no.1 | Unknwon | 2015-01-20 |
| | |||
* | fix #735 | Unknwon | 2014-12-12 |
| | |||
* | Finish new UI for release page | Unknwon | 2014-12-10 |
| | |||
* | Fix user links | James Cracknell | 2014-11-28 |
| | |||
* | Fix download archive issue | Unknwon | 2014-09-24 |
| | |||
* | Add suburl support | Unknwon | 2014-09-19 |
| | |||
* | Allow Gogs to run from a suburl behind a reverse proxy. e.g. ↵ | Martin van Beurden | 2014-09-18 |
| | | | | | | | | | | | | | | 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 |
| | |||
* | In progress of name template name constant | Unknown | 2014-06-22 |