14 Commits (587d870f1edc51bf86bd0c213424d418702c9a24)

Author SHA1 Message Date
Unknwon 87c3c8172a #1711 try to indicate sqlite session issue when merge 9 years ago
Unknwon 46bee50e45 complate list of gitignores and licenses 9 years ago
Ralph-Wang feed2b61ee add newline at the end of file for each gitignore 9 years ago
Unknwon eb0f0710f0 add more gitignores 9 years ago
Tristan Storch 69e332f432 Removed trailing white spaces
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.
10 years ago
Unknown ea29a9b846 API fix 10 years ago
Unknown aa58320a1b Add 2 more gitignore 10 years ago
skyblue d725c41b56 add CR in C++ gitignore
And try if I can commit.
10 years ago
Unknown 30618b271a Add admin edit user 10 years ago
Unknown e51afe4621 Add postgres support, clean code, code review 10 years ago
Unknown ab747f2790 Fix delete SSH key in file 10 years ago
Unknown adb17791bd Add basic render of public act 10 years ago
Unknown 57bc2d1ca0 Add update user profile back end, add new gitignore and license, add template data to public profile page 10 years ago
Unknown fdc4151ff3 Finish create repo 10 years ago