Commit Graph

133 Commits (3037922a9bc2e2e2708de589ff0235062970d6cc)

Author SHA1 Message Date
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.
Unknwon 5c4bc3c848 Huge updates!!!!! Be careful to merge!!!!
Unknown bbdfe25769 User code clean and ui improve
FuXiaoHei 1c88a541cb fix profile ui
Unknown 89c99167b2 Fix
Unknown 62d23e9154 HTTP no follow and offline mode
twitchyliquid64 d304a23787 Corrected grammar and spelling mistakes in templates. Normalizing to American English.
Unknown c36e7d322e Mirror updates
Unknown 4b9b8024ba Clean oauth code
Unknown 90f6aa8cd1 Add repo mirror and import
FuXiaoHei b057cffd85 fix logo ui, add following ui in user-profile page
slene 4c70249f75 fix some link
Unknown 8282828820 Fix action email bug
Unknown beb1761d7c Mirror fix
FuXiaoHei a8623ec104 fix init-tabs bug
FuXiaoHei 2a2f025388 change css name style
Unknown b9b82cfe47 Mirror updates
Unknown a922c3ff6a Watch backend
FuXiaoHei 24d91ecda8 ui and js update
Unknown ec65be79f0 Fix commit feed ui
slene 606ad6dcd0 update user repos style
Unknown dfcae2a97a Add repo list data, need front-end fix
Unknown b3373aa8d3 Mirror fix
Unknown 4b8e888437 Finish feeds
slene 06deed820d Add HomeLink and AvatarLink to User model. Please use .SignedUser in template.
Unknown adb17791bd Add basic render of public act
slene 2289ff20bf That's one small step for man, one giant leap for gopher.
Unknown 47edf7f4f9 Finish update password and profile
Unknown 57bc2d1ca0 Add update user profile back end, add new gitignore and license, add template data to public profile page
FuXiaoHei a8d8e72562 single repository setting page ui
Unknown 90223dcfc4 Bug fix
FuXiaoHei 39ac95e5a2 nav ui for user logged
FuXiaoHei ffe0ba562c ui for user/profile page, only skeleton