Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | #3348 always use relative avatar link in the template | Unknwon | 2016-08-05 |
| | |||
* | #1384 add pagination for repositories | Unknwon | 2016-07-24 |
| | |||
* | Refactor User.Id to User.ID | Unknwon | 2016-07-24 |
| | |||
* | Upgrade octicon to 4.3.0 | Unknwon | 2016-07-16 |
| | |||
* | Do not assume avatar needs be changed from gravatar.com (#3209) | Sandro Santilli | 2016-06-27 |
| | | | | | | | | | | Always send user to settings screen to change avatar. Drops "change_custom_avatar" localized message, keeps "change_avatar" for the generic one. NOTE: only changes the en-US locale, as per https://github.com/gogits/gogs/wiki/Contributing-Code#those-we-do-not-accept NOTE: requires rebuild of bindata.go to fully see effects | ||
* | Minor fix for #2494 | Unknwon | 2016-01-28 |
| | | | | - Change tooltip size from mini to tiny in profile page | ||
* | hide section with user has no organizations | Unknwon | 2016-01-14 |
| | |||
* | minor fix to #2383 | Unknwon | 2016-01-14 |
| | | | | - add tooltip for organization name in profile | ||
* | Added improvement from Unknwon | ExMex | 2016-01-14 |
| | |||
* | Added links to org profile icons | ExMex | 2016-01-12 |
| | |||
* | Added organization display on profile | ExMex | 2016-01-12 |
| | | | | Fixed "Follower" Icon too big | ||
* | fix #2367 | Unknwon | 2016-01-09 |
| | |||
* | #1692 APIs: Users Followers | Unknwon | 2015-12-21 |
| | | | | | - User profile un/follow - List user's followers/following | ||
* | #2180 fix avatar link when disable gravatar | Unknwon | 2015-12-19 |
| | |||
* | 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 | ||
* | fix #650 | Unknwon | 2015-11-22 |
| | |||
* | fix #1448 | Unknwon | 2015-11-17 |
| | |||
* | CSS fix | Unknwon | 2015-11-16 |
| | |||
* | fix #1960 | Unknwon | 2015-11-16 |
| | |||
* | fix #1683 | Unknwon | 2015-09-24 |
| | |||
* | minor fix on #1464 | Unknwon | 2015-08-11 |
| | |||
* | Hide avatar-changing instructions unless it's your profile (resolves #1107) | James Anderson | 2015-08-10 |
| | |||
* | fix #1204 | Unknwon | 2015-07-31 |
| | |||
* | Merge branch 'dev' of github.com:gogits/gogs into access | Unknwon | 2015-02-22 |
|\ | | | | | | | | | | | | | | | | | Conflicts: gogs.go models/models.go models/user.go templates/.VERSION templates/org/home.tmpl | ||
| * | Remove the "PHP" style formatting function | Peter Smit | 2015-02-16 |
| | | | | | | | | | | | | The "PHP" formatting function doesn't add anything, except an undocumented date format. All usages in the templates have been replaced with DateFmtShort and DateFmtLong for convenience. | ||
* | | fix mirror issues uncaught #941 | Unknwon | 2015-02-13 |
|/ | |||
* | custom avatar upload | Unknwon | 2014-11-21 |
| | |||
* | Fix #605, fix #255, fix #101 | Unknwon | 2014-11-06 |
| | |||
* | Fix #554 | Unknwon | 2014-10-19 |
| | |||
* | Page: User profile | Unknwon | 2014-09-25 |
| | |||
* | 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. | ||
* | Huge updates!!!!! Be careful to merge!!!! | Unknwon | 2014-07-26 |
| | |||
* | User code clean and ui improve | Unknown | 2014-05-05 |
| | |||
* | fix profile ui | FuXiaoHei | 2014-05-01 |
| | |||
* | Fix #149 | Unknown | 2014-05-01 |
| | |||
* | HTTP no follow and offline mode | Unknown | 2014-04-27 |
| | |||
* | Corrected grammar and spelling mistakes in templates. Normalizing to ↵ | twitchyliquid64 | 2014-04-20 |
| | | | | American English. | ||
* | Mirror updates | Unknown | 2014-04-14 |
| | |||
* | Clean oauth code | Unknown | 2014-04-13 |
| | |||
* | Add repo mirror and import | Unknown | 2014-04-12 |
| | |||
* | fix logo ui, add following ui in user-profile page | FuXiaoHei | 2014-04-12 |
| | |||
* | fix some link | slene | 2014-03-30 |
| | |||
* | Fix action email bug | Unknown | 2014-03-29 |
| | |||
* | Mirror fix | Unknown | 2014-03-29 |
| | |||
* | fix init-tabs bug | FuXiaoHei | 2014-03-26 |
| | |||
* | change css name style | FuXiaoHei | 2014-03-25 |
| | |||
* | Mirror updates | Unknown | 2014-03-23 |
| | |||
* | Watch backend | Unknown | 2014-03-19 |
| |