Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | complate list of gitignores and licenses | Unknwon | 2015-08-28 | 165 | -36/+2985 |
| | |||||
* | add newline at the end of file for each gitignore | Ralph-Wang | 2015-08-19 | 8 | -8/+8 |
| | |||||
* | add more gitignores | Unknwon | 2015-07-09 | 6 | -0/+82 |
| | |||||
* | Removed trailing white spaces | Tristan Storch | 2014-08-30 | 1 | -1/+1 |
| | | | | | | | | | | 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. | ||||
* | API fix | Unknown | 2014-04-21 | 1 | -0/+23 |
| | |||||
* | Add 2 more gitignore | Unknown | 2014-04-18 | 2 | -0/+19 |
| | |||||
* | add CR in C++ gitignore | skyblue | 2014-03-21 | 1 | -1/+1 |
| | | | | And try if I can commit. | ||||
* | Add admin edit user | Unknown | 2014-03-21 | 1 | -0/+13 |
| | |||||
* | Add postgres support, clean code, code review | Unknown | 2014-03-17 | 1 | -0/+108 |
| | |||||
* | Fix delete SSH key in file | Unknown | 2014-03-16 | 1 | -0/+18 |
| | |||||
* | Add basic render of public act | Unknown | 2014-03-15 | 1 | -0/+36 |
| | |||||
* | Add update user profile back end, add new gitignore and license, add ↵ | Unknown | 2014-03-13 | 1 | -0/+18 |
| | | | | template data to public profile page | ||||
* | Finish create repo | Unknown | 2014-03-11 | 1 | -0/+22 |