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. | ||
* | Bug fix on organization | Unknwon | 2014-08-27 |
| | |||
* | Finish new reset password, etc. | Unknwon | 2014-08-09 |
| | |||
* | Finish new collaboration page | Unknwon | 2014-08-07 |
| | |||
* | New UI merge in progress | Unknwon | 2014-07-26 |
| | |||
* | Clean api code | Unknown | 2014-05-05 |
| | |||
* | Corrected grammar and spelling mistakes in templates. Normalizing to ↵ | twitchyliquid64 | 2014-04-20 |
| | | | | American English. | ||
* | Mirror updates | Unknown | 2014-04-14 |
| | |||
* | Update config option | Unknown | 2014-03-28 |
| | |||
* | Fix up the spelling on the intro :) | Jake Scott | 2014-03-26 |
| | |||
* | change css name style | FuXiaoHei | 2014-03-25 |
| | |||
* | Mirror fix | Unknown | 2014-03-18 |
| | |||
* | signed-in dashboard and navbar changes | FuXiaoHei | 2014-03-06 |
| | |||
* | Setup templates structure | Unknown | 2014-02-14 |
| | |||
* | Init commit | Unknown | 2014-02-12 |