summaryrefslogtreecommitdiffstats
path: root/routers/repo
Commit message (Collapse)AuthorAgeFilesLines
* Fix #515Unknwon2014-09-301-0/+1
|
* UI: Confirmation boxUnknwon2014-09-291-0/+3
|
* add issue router for new issue page ui previewfuxiaohei2014-09-271-0/+6
|
* Add directory level commit messageUnknwon2014-09-262-6/+18
|
* remove debug infolunnyxiao2014-09-261-5/+0
|
* Mirror fix on transfer repoUnknwon2014-09-251-1/+1
|
* Mirror template bug fixUnknwon2014-09-251-1/+2
|
* Fix download archive issueUnknwon2014-09-241-8/+44
|
* Page: Commits and fix #249Unknwon2014-09-231-1/+3
|
* Add basic submodule supportUnknwon2014-09-221-15/+1
|
* submodule support and closed #478lunnyxiao2014-09-221-14/+14
|
* Merge branch 'dev' of github.com:gogits/gogs into devlunnyxiao2014-09-221-1/+1
|\
| * Set cookiepath to AppSubUrlMartin van Beurden2014-09-211-1/+1
| |
* | add submodule basic support & buf fixed #478lunnyxiao2014-09-222-6/+39
|/
* Add suburl supportUnknwon2014-09-194-15/+15
|
* Allow Gogs to run from a suburl behind a reverse proxy. e.g. ↵Martin van Beurden2014-09-184-15/+16
| | | | | | | | | | | | | | http://mydomain.com/gogs/ Conflicts: modules/setting/setting.go Conflicts: templates/repo/release/list.tmpl templates/user/dashboard/dashboard.tmpl Conflicts: routers/repo/setting.go
* Add success message after transfer repository #481Unknwon2014-09-171-0/+1
|
* toutf8 improved & add max git diff lineslunnyxiao2014-09-172-21/+6
|
* Prepare 0.5 releaseUnknwon2014-09-121-1/+1
|
* Bug: Transfer repository doesn't update the countUnknwon2014-09-121-1/+5
|
* Remove hg depUnknwon2014-09-071-3/+3
|
* Merge pull request #442 from compressed/org_hook无闻2014-09-071-16/+81
|\ | | | | Organization-level Webhooks
| * getOrgRepoCtx returns values directly & errChristopher Brickley2014-09-051-45/+70
| |
| * add organization-level webhooksChristopher Brickley2014-09-051-8/+48
| |
| * HookType is case-sensitiveChristopher Brickley2014-09-051-2/+2
| | | | | | | | Update webhook wasn’t showing up because of the wrong case
* | Render milestone content as markdownVyacheslav Bakhmutov2014-09-051-1/+1
|/
* take params for milestone and assignee from query instead of path argsVyacheslav Bakhmutov2014-09-031-2/+2
|
* add commit compare functionalityChristopher Brickley2014-09-011-2/+63
|
* add Slack API webhook supportChristopher Brickley2014-08-311-1/+125
|
* Add migrate repo APIUnknwon2014-08-291-1/+1
|
* Bug fix on organizationUnknwon2014-08-272-5/+19
|
* Finish new edit team page, add member to teamUnknwon2014-08-241-4/+24
|
* Fix code styleUnknwon2014-08-231-2/+4
|
* auto detect text file encode and convert to utf8lunnyxiao2014-08-201-1/+25
|
* Finish new organization members and invitation pageUnknwon2014-08-151-1/+1
|
* Finish new home page of organizationUnknwon2014-08-101-30/+36
|
* Finish new web hook pagesUnknwon2014-08-091-26/+31
|
* Finish new hooks list pageUnknwon2014-08-091-52/+8
|
* Finish new collaboration pageUnknwon2014-08-071-9/+54
|
* Finish new repo settings pageUnknwon2014-08-022-42/+34
|
* Finish new migrate pageUnknwon2014-08-011-27/+43
|
* Reser repo owner to organization when error occurs in repo create page, ↵Unknwon2014-07-261-33/+19
| | | | dashboard news feed page, create organization page
* Use :index instead of :issue in UpdateIssueMilestoneJustin Nuß2014-07-261-1/+1
|
* Huge updates!!!!! Be careful to merge!!!!Unknwon2014-07-266-2041/+2033
|
* New UI merge in progressUnknwon2014-07-2610-2360/+2368
|
* 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
|\