Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | #3348 always use relative avatar link in the template | Unknwon | 2016-08-05 | 2 | -2/+2 |
| | |||||
* | Refactor User.Id to User.ID | Unknwon | 2016-07-24 | 4 | -9/+9 |
| | |||||
* | Upgrade octicon to 4.3.0 | Unknwon | 2016-07-16 | 1 | -1/+1 |
| | |||||
* | #2497 incorrect error handle for team name | Unknwon | 2016-01-29 | 1 | -4/+4 |
| | |||||
* | Indent all templates with tabs | Adam Strzelecki | 2015-12-08 | 5 | -206/+206 |
| | | | | | | | | | | | | 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 #650 | Unknwon | 2015-11-22 | 5 | -199/+219 |
| | |||||
* | fix template error | Unknwon | 2015-08-10 | 1 | -1/+1 |
| | |||||
* | UI: Confirmation box | Unknwon | 2014-09-28 | 1 | -1/+8 |
| | |||||
* | Add suburl support | Unknwon | 2014-09-19 | 3 | -3/+3 |
| | |||||
* | Allow Gogs to run from a suburl behind a reverse proxy. e.g. ↵ | Martin van Beurden | 2014-09-18 | 3 | -3/+3 |
| | | | | | | | | | | | | | | 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 | ||||
* | UI fix | Unknwon | 2014-09-13 | 1 | -2/+2 |
| | |||||
* | Removed trailing white spaces | Tristan Storch | 2014-08-30 | 1 | -3/+3 |
| | | | | | | | | | | 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. | ||||
* | Finsih add/remove repo in organization | Unknwon | 2014-08-26 | 2 | -2/+47 |
| | |||||
* | Finish new edit team page, add member to team | Unknwon | 2014-08-24 | 4 | -15/+65 |
| | |||||
* | Working on organization pages | Unknwon | 2014-08-23 | 3 | -0/+44 |
| | |||||
* | Finish team list, create new team, join/leave team page | Unknwon | 2014-08-16 | 2 | -0/+90 |