Commit Graph

92 Commits (676bd764fa602048c1a81d94943f45dcb1a75c76)

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 d2aff9a46a Continue working on new admin pages
Unknwon 904bf1a50b Add migrate repo API
Unknwon 8829174574 Finish new admin users pages
Unknwon 81287ba022 Mirror issue fix
Unknwon 9baf2b38d0 Bug fix on organization
Unknwon 74b31566cf Finsih add/remove repo in organization
Unknwon 21a1b8e5a3 Finish new edit team page, add member to team
Unknwon bba707de36 Finish team list, create new team, join/leave team page
Unknwon 36b4c57ff1 Finish new organization members and invitation page
Unknwon 5acc948562 Page: `/org/:orgname/settings`
Unknwon 5fbf8531e6 Finish new home page of organization
Unknwon 9a1d5d2489 Finish new web hook pages
Unknwon 9820b8e134 Finish new hooks list page
Unknwon e8c9bb2c66 Finish new collaboration page
Unknwon a8e05fdf1b Use toolbox
Unknwon 755eec745f Finish new repo settings page
Unknwon 7bbf644dd5 Convert captcha, cache, csrf as middlewares
Unknwon 9813161411 Reser repo owner to organization when error occurs in repo create page, dashboard news feed page, create organization page
Unknwon 5c4bc3c848 Huge updates!!!!! Be careful to merge!!!!
Unknwon 8dd07c0ddd New UI merge in progress
Justin Nuß bfe5b86004 Add file upload for attachments
Justin Nuß 43e5de7f83 Show attachments in issues/comments and add preview for images
Justin Nuß 3c025b3950 Add delete route for attachments, remove upload buttons from issues/comments
Justin Nuß 4617bef895 WIP: Allow attachments for comments
Unknown 3969d704a0 Merge branch 'dev' of github.com:gogits/gogs into dev
Unknown 0f907301b7 Fix
fuxiaohei c127d84777 add organization team-single page
Unknown 7ffdabb28f Move debug router location
Unknown aed4271c8d Change martini.Static to custom Static function
Justin Nuß a481672c5c Add 'pprof' tag for enabling debugging
Unknown 36292060d6 Fix bug that collaborators are able to modify settings of repository
Unknown 465dc962b5 Finish create organization team
Unknown 269da8fe7a Merge branch 'master' of github.com:gogits/gogs into dev
Unknown e4ea5cf598 Finish Teams page
Lunny Xiao be123588ce clear comments
Unknown 99713e1180 Merge branch 'dev' of github.com:gogits/gogs into dev
Unknown 5dbfe3c26c Finish organization homepage
Lunny Xiao 1c46d68aba bug fixed for message tag
Unknown 6e448b0714 Finish delete organization
fuxiaohei 1d55ecd29c add organization team-create page
fuxiaohei b5ba2bd268 add organization team-create page
Unknown 19e9104289 Organization settings page
Unknown e0f9c628c5 Add create organization
Unknown 47d29a1ee0 Mirror fix on
fuxiaohei fb53cc4fa8 add organization setting page
fuxiaohei f393dc6520 add organization dashboard page
fuxiaohei ea507e20d4 add organization create page
fuxiaohei adda10f4a4 add organization teams page
fuxiaohei 514d7e1922 add organization memebers page