Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | #2458 fix emoji been rendered inside raw content area | Unknwon | 2016-07-11 |
| | |||
* | Fix pull request availability check | Unknwon | 2016-03-06 |
| | |||
* | Render emojis in more places. | Andrey Nering | 2016-03-02 |
| | |||
* | 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 | ||
* | minor fix for #1961 | Unknwon | 2015-11-16 |
| | |||
* | finish PR UI | Unknwon | 2015-09-02 |
| | |||
* | add view pull desc | Unknwon | 2015-09-01 |
| | |||
* | work on PR conversation | Unknwon | 2015-09-01 |
| | |||
* | finish view issue without comments and ops | Unknwon | 2015-08-12 |
| | |||
* | finish attachments when create issue | Unknwon | 2015-08-11 |
| | |||
* | list view: issue, label, milestone | Unknwon | 2015-08-09 |
| | |||
* | Add check to see if comments on an issue are by the repo owner | James Anderson | 2015-08-08 |
| | |||
* | finish new milestone page | Unknwon | 2015-08-05 |
| | |||
* | fix template | Unknwon | 2015-08-03 |
| | |||
* | UI: basic label list | Unknwon | 2015-07-24 |
| | | | | - create new label | ||
* | UI compatibility | Unknwon | 2015-03-21 |
| | |||
* | fix #828, may cause unintentional break in other features, but security is no.1 | Unknwon | 2015-01-20 |
| | |||
* | Fix user links | James Cracknell | 2014-11-28 |
| | |||
* | add omitted lang | Vyacheslav Bakhmutov | 2014-10-08 |
| | |||
* | 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 | ||
* | Removed trailing white spaces | Tristan Storch | 2014-08-30 |
| | | | | | | | | | | Removed trailing whitespaces with ```sh for file in `grep -r " $" * | cut -d : -f 1 | sort | uniq | grep -v " "`; do sed -i 's/[ \t]*$//' $file; done ``` and some handwork. | ||
* | Mirror fix on template | Unknwon | 2014-07-30 |
| | |||
* | Huge updates!!!!! Be careful to merge!!!! | Unknwon | 2014-07-26 |
| | |||
* | Fix IE bug and show errors. | Justin Nuß | 2014-07-25 |
| | |||
* | Fix #318. Switch to JS(ON) implementation for issue/comment creation. | Justin Nuß | 2014-07-25 |
| | |||
* | Fix #321. Allow empty comments as long as there are attachments. | Justin Nuß | 2014-07-25 |
| | |||
* | Allow disabling uploads | Justin Nuß | 2014-07-24 |
| | |||
* | Add file upload for attachments | Justin Nuß | 2014-07-24 |
| | |||
* | Show attachments in issues/comments and add preview for images | Justin Nuß | 2014-07-24 |
| | |||
* | Fix missing . (dot) in issue templates | Justin Nuß | 2014-07-24 |
| | |||
* | Merge branch 'dev' into feature/attachments | Justin Nuß | 2014-07-24 |
|\ | | | | | | | | | | | Conflicts: models/issue.go routers/repo/issue.go | ||
| * | Update template and style, only close commit if commit is in same repository | Justin Nuß | 2014-07-24 |
| | | |||
* | | Add delete route for attachments, remove upload buttons from issues/comments | Justin Nuß | 2014-07-24 |
| | | |||
* | | WIP: Allow attachments for issues, not only comments | Justin Nuß | 2014-07-23 |
| | | |||
* | | WIP: Allow attachments for comments | Justin Nuß | 2014-07-23 |
|/ | |||
* | fix #273 | Unknown | 2014-07-04 |
| | |||
* | In progress of name template name constant | Unknown | 2014-06-22 |