Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | 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 |
| | |||
* | ui and js update | FuXiaoHei | 2014-03-17 |
| | |||
* | Fix commit feed ui | Unknown | 2014-03-16 |
| | |||
* | update user repos style | slene | 2014-03-16 |
| | |||
* | Add repo list data, need front-end fix | Unknown | 2014-03-15 |
| | |||
* | Mirror fix | Unknown | 2014-03-15 |
| | |||
* | Finish feeds | Unknown | 2014-03-15 |
| | |||
* | Add HomeLink and AvatarLink to User model. Please use .SignedUser in template. | slene | 2014-03-15 |
| | |||
* | Add basic render of public act | Unknown | 2014-03-15 |
| | |||
* | That's one small step for man, one giant leap for gopher. | slene | 2014-03-15 |
| | |||
* | Finish update password and profile | Unknown | 2014-03-14 |
| | |||
* | Add update user profile back end, add new gitignore and license, add ↵ | Unknown | 2014-03-13 |
| | | | | template data to public profile page | ||
* | single repository setting page ui | FuXiaoHei | 2014-03-13 |
| | |||
* | Bug fix | Unknown | 2014-03-06 |
| | |||
* | nav ui for user logged | FuXiaoHei | 2014-03-03 |
| | |||
* | ui for user/profile page, only skeleton | FuXiaoHei | 2014-03-02 |