summaryrefslogtreecommitdiffstats
path: root/routers
Commit message (Expand)AuthorAgeFilesLines
* Finish new admin users pagesUnknwon2014-08-293-223/+224
* Merge branch 'dev' of github.com:gogits/gogs into devlunnyxiao2014-08-291-2/+3
|\
| * Finish new admin dashboardUnknwon2014-08-281-2/+3
* | add migrate apilunnyxiao2014-08-291-0/+86
|/
* Mirror issue fixUnknwon2014-08-271-8/+0
* Bug fix on organizationUnknwon2014-08-273-5/+21
* Merge branch 'dev' of github.com:gogits/gogs into devUnknwon2014-08-261-2/+7
|\
| * import stringsMarios Andreopoulos2014-08-251-1/+3
| * fix typoMarios Andreopoulos2014-08-251-1/+1
| * fix wrong variable nameMarios Andreopoulos2014-08-251-3/+3
| * remove extra commaMarios Andreopoulos2014-08-251-1/+1
| * Remove newline characters from ssh key before processing it.Marios Andreopoulos2014-08-251-2/+5
* | Finsih add/remove repo in organizationUnknwon2014-08-264-23/+120
|/
* Finish new edit team page, add member to teamUnknwon2014-08-243-17/+155
* Fix code styleUnknwon2014-08-231-2/+4
* Merge branch 'dev' of github.com:gogits/gogs into devUnknwon2014-08-231-1/+25
|\
| * auto detect text file encode and convert to utf8lunnyxiao2014-08-201-1/+25
* | Working on organization pagesUnknwon2014-08-231-4/+6
|/
* Add/remove member need add/remove access to repositories as wellUnknwon2014-08-161-2/+2
* Finish team list, create new team, join/leave team pageUnknwon2014-08-164-66/+69
* Finish new organization members and invitation pageUnknwon2014-08-152-3/+94
* Page: `/org/:orgname/settings`Unknwon2014-08-143-113/+106
* Finish new home page of organizationUnknwon2014-08-103-38/+47
* Finish new reset password, etc.Unknwon2014-08-092-119/+129
* Feature: Social sign inUnknwon2014-08-091-1/+5
* Page: Manage social accountsUnknwon2014-08-093-68/+66
* Finish new web hook pagesUnknwon2014-08-091-26/+31
* Finish new hooks list pageUnknwon2014-08-091-52/+8
* Finish new collaboration pageUnknwon2014-08-073-64/+114
* Use toolboxUnknwon2014-08-062-23/+12
* Add missing less filesUnknwon2014-08-051-1/+1
* Finish new repo settings pageUnknwon2014-08-022-42/+34
* Finish new migrate pageUnknwon2014-08-011-27/+43
* Convert captcha, cache, csrf as middlewaresUnknwon2014-07-312-2/+4
* Reser repo owner to organization when error occurs in repo create page, dashb...Unknwon2014-07-263-103/+89
* Git installation check, show image in single file view, show short SHA1 inste...Unknwon2014-07-262-6/+3
* Use :index instead of :issue in UpdateIssueMilestoneJustin Nuß2014-07-261-1/+1
* Huge updates!!!!! Be careful to merge!!!!Unknwon2014-07-2611-2088/+2085
* New UI merge in progressUnknwon2014-07-2624-3114/+3057
* Fix IE bug and show errors.Justin Nuß2014-07-251-5/+4
* Fix #318. Switch to JS(ON) implementation for issue/comment creation.Justin Nuß2014-07-251-32/+64
* Fix #321. Allow empty comments as long as there are attachments.Justin Nuß2014-07-251-2/+3
* Fix #312. Quote file names of attachments.Justin2014-07-241-1/+3
* Merge branch 'dev' of https://github.com/gogits/Gogs into trello/244Justin Nuß2014-07-241-2/+113
|\
| * Allow disabling uploadsJustin Nuß2014-07-241-1/+11
| * Add file upload for attachmentsJustin Nuß2014-07-241-250/+71
| * Show attachments in issues/comments and add preview for imagesJustin Nuß2014-07-241-8/+38
| * Allow admins to delete attachments.Justin Nuß2014-07-241-1/+1
| * Merge branch 'dev' into feature/attachmentsJustin Nuß2014-07-241-22/+9
| |\
| * | Add delete route for attachments, remove upload buttons from issues/commentsJustin Nuß2014-07-241-3/+106