Commit Graph

966 Commits (501fb228e6c2b4d75593fae835d59cc533a6f36b)

Author SHA1 Message Date
Unknwon 884bc4ffd8 rename functions
Unknwon 75aff60c90 finish create issue with milestone and assignee
Unknwon 09a1b2a1f5 finish create issue with milestone
Unknwon 922f3f3062 finish create issue with labels
Unknwon 17de3ab0a3 add migrate from issue.label_ids to issue_label
Unknwon 590c464c56 UI: create issue with title and content
Unknwon dea3a8c6a4 WIP: create PR - choose branch
Unknwon e3bdfd51ff better fork permission check
Unknwon 9db4acc62e improve fork process
Unknwon 3d0583df0f fix private repo cannot trigger hook by SSH
Unknwon 9d414d4dd9 remove Index field of milestone
Unknwon 39a3b768bc : Add Deployment Key Support
Unknwon 34795770c3 fix issue stats with milestone filter
Unknwon 77dcef0cab fix milestone format parse
Unknwon 2c507667bf Merge branch 'develop' of github.com:gogits/gogs into feature/milestone
# Conflicts:
#	gogs.go
#	models/issue.go
#	templates/.VERSION
Unknwon 0705f55ce0 finish new milestone page
Unknwon 74bd6b939c milestone: edit
Unknwon 3e4cdccf6b milestone: create page
Unknwon ce4dcf1e83 fix naming
Unknwon e50982f5ec allow anonymous SSH clone
Unknwon 9311a9858a milestone: pagination
Unknwon 04458d49a0 milestone: list view
无闻 eedac73229 Merge pull request from wqweto/develop
Allow space and/or percent in file and directory names
Unknwon 869113704b fix
Vladimir Vissoultchev 2cc050e21e Fix UTF-8 in upper-case, use ansi charset for all non UTF-8 encodings
Vladimir Vissoultchev 43bfee0d48 Raw text file view returns correct charset in content-type header if not utf-8
Unknwon 589618c8a5 better paging
Unknwon fa298a2c30 : Realtime webhooks
Unknwon 68cacf9c63 fix issue paging
Unknwon 1ba837a055 new issue and label page
Unknwon 54b58e988d Merge branch 'develop' of github.com:gogits/gogs into feature/page_issues
无闻 3dcc0a4b5f Merge pull request from donbowman/master
in routers/repo/download.go, don't set mime type, let go figure it out.
Unknwon dc4aab9925 UI: CURD labels
- fix update lable break connection with repository
Unknwon ac95f6d50f UI: basic label list
- create new label
Unknwon 86dbda0b42 UI: basci issue list without filters
- fix isRead check
- fix paging
Unknwon 4447a20f87 UI: issues - finish basic frame
Unknwon 42a72b62fc fix about
Unknwon ced212f8fa fix hidden bug on tpl rendering
Unknwon 35be8741c4 fix
Don Bowman 423b1c69be don't set mime type to text/plain. This will break serving e.g. raw images,
html, etc

According to http://golang.org/pkg/net/http/#DetectContentType
"If the Header does not contain a Content-Type line, Write adds
a Content-Type set to the result of passing the initial 512 bytes
of written data to DetectContentType."
Linquize f26f8d5afa Set Content-Type to text/plain for http status 401
This is because git command line shows the failure reason only if Content-Type is text/plain.
Unknwon 698b9e2acc Clearer error message for illegal characters
Unknwon 5169a0e025 mirror fix of
Linquize 3a977fc0ae Allow to migrate through git:// protocol
Unknwon 466facc009 : Deleting users should remove them from collaborator lists
- fix delete user but repository watches are not decreased
Unknwon fc6db829b2 fix read access team visibility of private repo
Unknwon 588f3215c6 : dashboard no longer accessible when repo is missing
Unknwon 4aafeace23 fix HTTP/HTTPS push update func call panic and `http: multiple response.WriteHeader calls`
Unknwon 34102f7889 remove unused scripts and simplify migrate form definition
Filippo Valsorda 5d5d774e03 Handle submodules without a .gitmodules entry - fix
Unknwon 18c0697329 routers/repo/setting.go: fix LDAP cannot validate password
Unknwon b0b11fd7b1 Merge branch 'access' of github.com:gogits/gogs into dev
无闻 3a6ba39a61 Merge pull request from theangryangel/fix/ldap-auth
Attempt 3 to fix LDAP login issues when git pushing after password change
Gogs fab038b175 Attempt of ldap fixes
Unknwon 8896c82d34 models: fix issue with transfer repository
README: fix typo
Raphael Randschau 1f61340fa3 Properly calculate the number of open issues per label
Unknwon ee68a826a5 v4 migration, merge 'dev', clean code and mirror fix
Unknwon 10e4b5b6c6 Merge branch 'access' of github.com:gogits/gogs into access
Unknwon 7ccab9cd09 Merge branch 'dev' of github.com:gogits/gogs into access
Conflicts:
	gogs.go
	models/models.go
	models/user.go
	templates/.VERSION
	templates/org/home.tmpl
Unknwon 04164eada3 models: able to rename user with diff letter cases
- templates/org: mirror fix on name output
- routers: add missing error check
Unknwon 059338139c routers: able to migrate repo from local path
- modules/middleware/context.go: add HandleAPI method
无闻 fc4dff1b17 Merge pull request from phsmit/access_update
Updating context and fixing permission issues
Peter Smit e6fc58a744 Remove GoGet option from repository and handle it with ?go-get=1 instead
The normal go get protocol is to show the go-import meta tag when ?go-get=1 is appended to the url. This commit implements that behaviour and cleans the go-get option from the repository settings page.
Peter Smit ed89b39984 Updating context and fixing permission issues
The boolean flags in the repo context have been replaced with mode and two methods

Also, the permissions have been brought more in line with https://help.github.com/articles/permission-levels-for-an-organization-repository/ , Admin Team members are able to change settings of their repositories.
Peter Smit f9454cc32c Make sure that a mirror can't be written to by http or ssh
Unknwon 6d0f3a07d4 code fix caution: undertest
Peter Smit 6c1ee384f1 Merge remote-tracking branch 'mine/access_refactor' into access_refactor
Conflicts:
	cmd/serve.go
	models/access.go
	models/migrations/migrations.go
	models/org.go
	models/repo.go
	models/user.go
	modules/middleware/org.go
	modules/middleware/repo.go
	routers/api/v1/repo.go
	routers/org/teams.go
	routers/repo/http.go
	routers/user/home.go
Peter Smit 0a4cda0dd4 Refactoring of the Access Table
This commit does a lot of the work of refactoring the access table in a table with id's instead of strings.

The result does compile, but has not been tested. It may eat your kittens.
无闻 e805fdb29c Merge pull request from phsmit/newcollaboration
Collaboration
Peter Smit 0d158e569b Change constants to UPPERCASE_WITH_UNDERSCORE style
无闻 6ed96b7a20 Merge pull request from TonyTsangHK/dev
Link to previous commited source file (diff.view_file button) instead of returning 404 for deleted files.
Unknwon ba77a3b0b4 routers/repo/http.go: allow HTTP push/pull by token for
无闻 19525abfc4 Merge pull request from compressed/token_http
allow http push by token - 
Unknwon 5a99e9a37b models/action.go: add action reopen for
- models/issue.go: format comment type names
Unknwon afccd0a3ee models/action.go: mirror fix on
- modules/base/markdown.go: fix issue link issue
- routers/repo/view.go: remove useless code
Peter Smit 4e79adf6b5 Refactoring of the Access Table
This commit does a lot of the work of refactoring the access table in a table with id's instead of strings.

The result does compile, but has not been tested. It may eat your kittens.
Tony Tsang fc6d80d619 Link to previous commited source file (diff.view_file button) instead of returning 404 for deleted files.
Peter Smit 03af37554e Merge branch 'dev' into newcollaboration
Unknwon 32152d2363 routers/repo: set raw page content type to 'text/plain'
Unknwon 37fcc8daf2 modules/base: add RenderCommitMessage with XSS-safe and special links
- update russian locale
Peter Smit 76f8904718 Introducing Collaboration Struct
无闻 edbfbfa66e Merge pull request from phsmit/fix_807
Fix  parse the userinfo with the golang tools
Christopher Brickley d0827e5d5e allow http push by token -
Unknwon c73e9057ae Optmize git-fsck options and fix
Peter Smit d016eaaa09 Fix parse the userinfo with the golang tools
Note, this is now only fixed with Go version >= 1.4.2, see this bug in Go: 07d86b1f2d
Unknwon 677b1ec627 fix
Thomas Laroche e948c7c262 Fix
Unknwon 1a5aa5e0c0 fix
Unknwon ac4a10456e api: able to create repo and fix
- POST /user/repos
- POST /org/:org/repos
Unknwon 2f3a7e53cb fix
codeskyblue db6c0ebf76 fix git clone error when repo has upper case name
Unknwon bc8721fb6c Finish new UI for release page
Unknwon 9a1fe801e5 fix
Joseph Crail 39c068400e Fix spelling errors in comments.
dennis-smurf 528c075ad6 Added issue link rendering in commit messages
Unknwon a43164877c fix
fuxiaohei 79dae254cf add milestone page design
Unknwon 32dcaefafa fox
fuxiaohei d1a60e3643 add pull-request and labels page design
Unknwon a0f9197b45 GetFile api
Unknwon 9dc3c93a6a , add/edit hook
Unknwon 21b9d5fa1f Fix
Unknwon abc57b6e43 work on
Unknwon 23eec25274 Fix , fix , fix
Unknwon 4e7eb5be9d Work on fork and fix
isotas38 2c28ed8c05 Fix
semlanik 377530ec21 Fix Issue 589
Christopher Brickley 3794111460 update slack hook to use new format
Tony Tsang d87a9cb362 Avoid setting missing label/milestone/assignee ids
Label, milestone, assignee ids are not includes in post request, possible
js or form building bug.
Tony Tsang 93b9a2acc0 Fix misuse of issue index for issue id.
- UpdateAssignee
- UpdateIssueMilestone
Unknwon a342d58d7e Able to fork repo to individuals
无闻 d7d167ac63 Merge pull request from evolvedlight/master
First cut of fork repo
Unknwon 3abc41ccca Fix API broken
Unknwon 1aa12c7452 Fix
evolvedlight 8d2a6fc484 Merge remote-tracking branch 'upstream/dev'
Conflicts:
	models/repo.go
Unknwon 963354c5d7 Add raw, history file button, and other mirror fixes
Unknwon b2632dec09 Page: Compare 2 commits
Unknwon 41dbb4c148 Hide org member in collar page
evolvedlight 211dc74816 Got the fork count working
Unknwon 64c68220d2 Fix
evolvedlight c9e5e38fcf Initial cut of git fork
Unknwon 2a031c1365 Fix
Unknwon a046a31d2b UI: Confirmation box
fuxiaohei 7d48f811f1 add issue router for new issue page ui preview
Unknwon b8368f98ff Add directory level commit message
lunnyxiao d1911658e1 remove debug info
Unknwon ad52b2d791 Mirror fix on transfer repo
Unknwon 977779cdcf Mirror template bug fix
Unknwon 25268577a5 Fix download archive issue
Unknwon 5bbeeb0f1b Page: Commits and fix
Unknwon 3f707b3f32 Add basic submodule support
lunnyxiao 7df60af60e submodule support and closed
lunnyxiao 79ec08141a Merge branch 'dev' of github.com:gogits/gogs into dev
lunnyxiao 150eef93b2 add submodule basic support & buf fixed
Martin van Beurden 976f1486e0 Set cookiepath to AppSubUrl
Unknwon 7ba9257a7f Add suburl support
Martin van Beurden 0055cbd365 Allow Gogs to run from a suburl behind a reverse proxy. e.g. 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
Unknwon a596388ebf Add success message after transfer repository
lunnyxiao ed84adb679 toutf8 improved & add max git diff lines
Unknwon a2cac952a4 Prepare 0.5 release
Unknwon cfed11f092 Bug: Transfer repository doesn't update the count
Unknwon 25d6ae69d1 Remove hg dep
无闻 e79e4b1580 Merge pull request from compressed/org_hook
Organization-level Webhooks
Christopher Brickley f7be61c819 getOrgRepoCtx returns values directly & err
Christopher Brickley 85c35a6b8b add organization-level webhooks
Christopher Brickley 7269b06fd5 HookType is case-sensitive
Update webhook wasn’t showing up because of the wrong case
Vyacheslav Bakhmutov 6498fce04b Render milestone content as markdown
Vyacheslav Bakhmutov 2a7a03e5b3 take params for milestone and assignee from query instead of path args
Christopher Brickley 00a864e693 add commit compare functionality
Christopher Brickley 2bce24068d add Slack API webhook support
Unknwon 904bf1a50b Add migrate repo API
Unknwon 9baf2b38d0 Bug fix on organization
Unknwon 21a1b8e5a3 Finish new edit team page, add member to team
Unknwon b765229a6d Fix code style
lunnyxiao 97fb62f51e auto detect text file encode and convert to utf8
Unknwon 36b4c57ff1 Finish new organization members and invitation page
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 755eec745f Finish new repo settings page
Unknwon dabf5b057c Finish new migrate page
Unknwon 9813161411 Reser repo owner to organization when error occurs in repo create page, dashboard news feed page, create organization page
Justin Nuß 7de3dd01de Use :index instead of :issue in UpdateIssueMilestone
Unknwon 5c4bc3c848 Huge updates!!!!! Be careful to merge!!!!
Unknwon 8dd07c0ddd New UI merge in progress
Justin Nuß 12fb42de5a Fix IE bug and show errors.
Justin Nuß 4e2477a1a5 Fix . Switch to JS(ON) implementation for issue/comment creation.
Justin Nuß dedb156d4a Fix . Allow empty comments as long as there are attachments.
Justin ad7beb78d0 Fix . Quote file names of attachments.
Justin Nuß 620c0ef297 Merge branch 'dev' of https://github.com/gogits/Gogs into trello/244
Justin Nuß cbcd08aa17 Mention organisation users when organisation gets mentioned
Justin Nuß 4d702eb345 Allow disabling uploads
Justin Nuß bfe5b86004 Add file upload for attachments
Justin Nuß 43e5de7f83 Show attachments in issues/comments and add preview for images
Justin Nuß ef1cbcd761 Allow admins to delete attachments.
Justin Nuß 967856f36e Merge branch 'dev' into feature/attachments
Conflicts:
	models/issue.go
	routers/repo/issue.go
Justin Nuß d43c5895bc Update template and style, only close commit if commit is in same repository
Justin Nuß 3c025b3950 Add delete route for attachments, remove upload buttons from issues/comments
Justin Nuß 34304e6a0c WIP: Allow attachments for issues, not only comments
Justin Nuß 4617bef895 WIP: Allow attachments for comments
Justin Nuß 469cbc8813 Update progress of milestones when closing/reopening issues and allow closing of issues in commit messages
Justin Nuß 812f71e21b Update milestone issue stats when reopening/closing issue
Unknown be8ac7fb75 fix
Unknown 13b032f829 update name
Unknown e4ea5cf598 Finish Teams page
Unknown 99713e1180 Merge branch 'dev' of github.com:gogits/gogs into dev
Unknown 5dbfe3c26c Finish organization homepage
Lunny Xiao 4ce2fa520a Merge branch 'master' into dev
Lunny Xiao 86e2627175 Merge branch 'master' of github.com:gogits/gogs
Conflicts:
	models/update.go
	routers/repo/http.go
Lunny Xiao e5ae41e21f bug fixed
Unknown 6e448b0714 Finish delete organization
Unknown 57ac15aa20 Merge branch 'master' of github.com:gogits/gogs into dev
Lunny Xiao 7dbeee94e3 bug fixed
Unknown 32b09681b2 Migrate repository by organization
Unknown 43b33440b5 Work on create organization repo and
Unknown 4cf7a1fca5 Mirror update on create repo page
Unknown e0f9c628c5 Add create organization
Unknown 47d29a1ee0 Mirror fix on
Unknown 314193029a Use constants to name template file
Unknown 9924e65ca1 In progress of name template name constant
Unknown ad5ec45dd6 Fix
Unknown 8bfa7ae745 Remove qiniu/log
Unknown e07674bff1 Support edit release and save as draft
Unknown fb0972afad Fix
Unknown 9961f9a53c Fix
Unknown 302c863cda Fix
Unknown 9c3aa6936a Fix
Jan Oliver Oelerich 6fe43eb8d4 Fixed directory permissions for the zip download router
If the archives/ directory is created with 0655, it results in a permission error.
Unknown fbf274b751 Fix
Unknown 422043f422 Fix
Unknown 617bbe3fee Fix
Unknown 9085dfa426 Working on
slene e323604d78 display large file
slene 4ee6bc4fca fix for new git api
Unknown ff690fd976 Fix , add VERSION to template files
Unknown bf5fcfb49c Add * to selected label
Unknown 688ec6ecbd Fixed
Unknown 87854c95a9 Fixed
Unknown dce17c86ac Almost done issue label
Unknown b1bdbd7f94 Almost done issue label
FuXiaoHei 1331134316 finish issue edit content preview
Unknown 93f8f92523 Finish create new label
Unknown 04890904f9 fix
Unknown 956f011dd3 Fix
Unknown db6b71ad03 Update issue-user when change milestone
Unknown b70db61854 Fix
Unknown 16bddd593a Finish change issue’s milestone
Unknown 46fc36c3a6 Finish change issue’s milestone
Unknown 9100786beb Fix
Unknown 5ed5aa5228 Finish milestone
Unknown 33ec0632ff Fix
Unknown 2eee1e9bc2 Finish edit a milestone
Unknown c117f9e73f Fix
Unknown 54e95fa367 Finish add new milestone
FuXiaoHei 1769bb2f26 add milestone edit ui
Unknown 68fb62347f Finish issue assignee
slene 7d84cc96e8 update with git api
FuXiaoHei 2eabeba6b7 finish milestone add page
Unknown 4ef9494637 Fix panic when view issue without login
Unknown 25713ab209 Fix
Unknown 914ffa496f Show private repository activities in dashboard if has access
Unknown a742ee543e Add change assignee back end
Unknown e867283406 Assignee back end
Unknown 495d939ca5 Waiting for UI
Unknown 33d32585b1 Add mention, read/unread support of issue tracker
Unknown 6fb7229bea Merge branch 'dev' of github.com:gogits/gogs into dev
Unknown 7407f9caf3 Finish issue design
FuXiaoHei d76772adb9 add milestone list page
Unknown 7cb5a15c9b Batch of mirror fixes
Unknown e573855a4f Fix , support web hook
Unknown 94bccbb148 Finish edit and remove web hook
Unknown 24f614f6db Finish add web hook
Unknown 6e3dba2cc5 Clean repo code
FuXiaoHei d34c3bb751 finish webhook ui,
some ui fix
Unknown 02687cbdf3 Add mail notify for new collaborator
Unknown 7b60756f2c Fix Collaborators cannot commit
Unknown e10096ee2e Mirror fix on UI
Unknown a9e6d49dc6 Fix
FuXiaoHei 3e856928a2 add webhooks page ui
Unknown f6c4fbeb37 Collaborator
FuXiaoHei 52fbb9788a add collaboration page ui
Unknown 2401e68d7e Prepare for v0.3.1 hotfix
Chris Lee 6700257558 Show parents in commit diff page
Chris Lee 8a8f84d245 Use commit summaries instead of full messages
Unknown 8bc502a1ea New err check style
Unknown 2a9da4b8e5 Fix
Unknown eda3f8b3b3 Mirror updates
Unknown 1bfe4ee665 Merge branch 'master' of github.com:gogits/gogs
Unknown 2dc0329c5f Fix auth issue on
Unknown 6277f8497c Auth problem related
Christopher Brickley 4c5a6e4d87 swap \n for \000, update len check, when reading receive-pack input
Unknown c3a52f7dd0 Mirror bug fix on downloading zip
slene 4fafc76052 zip archive download
Lunny Xiao 4210f56dbc bug fixed for http clone
Unknown f644cefa86 Finish release
Unknown 4c1452574a go get
Unknown ea74be2f2e go get
Unknown c9a1eb4789 Able to change mirror interval now
slene 52b4ab2aa5 update with new git
Unknown 90f6aa8cd1 Add repo mirror and import
Unknown 31d613c01d Mirror fix
Unknown d305448fa8 Mirror bug fix
zhsso 2e6d50addc combine getCommit ById and ByBranch in routers/repo/commit.go
Unknown 33aa4f7438 Support private repo
Unknown d6dac160df Pages in commits list page
Unknown 47aa53bd36 Add search commits
Lunny Xiao ee2d8d2469 remove trace
Lunny Xiao 8cfa2be433 Merge branch 'dev' of github.com:gogits/gogs into dev
Lunny Xiao db39e58a13 add actions for http push
Unknown 306aa5bffe Add support default branch
Unknown 8980675a9f Fix
zhsso a4cbe79567 fix
zhsso f3ed11d177 mistakes
Lunny Xiao a24c0b92e4 bug fixed
Lunny Xiao 88d873c67f Merge branch 'dev' of github.com:gogits/gogs into dev
Lunny Xiao 94c7278194 Merge branch 'master' of github.com:gogits/gogs into dev
Conflicts:
	web.go
Lunny Xiao 16b6e5d50b bug fixed
Unknown 5d4025cb5a Add go get meta support
Unknown 9f7bd5007b Work on mirror repo
FuXiaoHei c72e1b5c2a repo-import page ui
Unknown 9ea9818d32 Fix issue with log in with GitHub but need more error handle after
Unknown 8c9a0494ec Add @ # commit link detect on all markdown render
FuXiaoHei 98f918ed28 Merge branch 'dev' of https://github.com/gogits/gogs into dev
FuXiaoHei 3ede496383 add release-new route
Lunny Xiao 9791e70da6 bug fixed
Lunny Xiao a92826a8fe Merge branch 'dev' of github.com:gogits/gogs into dev
Conflicts:
	routers/repo/repo.go
Lunny Xiao 493b0c5ac2 add ssl support for web
Unknown eb803ec5eb Add transfer repository
Unknown 4a4997a3c7 Merge branch 'master' of github.com:gogits/gogs into dev
Lunny Xiao 6b9f7fd758 basiclly http push
Unknown e9c4156c87 Add: rename user
Unknown 79a610592e Add: rename repository
Unknown db66b8da72 Add release tmpl
Unknown d9005ee970 Improve issue mail content
Unknown e938863ae6 Mirror fix on UI
Unknown d0e6a4c25a Change new martini impot path
slene d6c9e3413a fix display bare repo
slene 578d981d7e display bare repo page
slene b27c34f39a update git api. fix link... and so on
slene 41ca0ed302 remove ctx.Repo.IsValid
Unknown 107a1eadac Finish close and reopen issue, install page, ready going to test stage of v0.2.0
Unknown cad2ced394 Bug fix
Unknown ffa59739b6 Add edit issue
Unknown 8282828820 Fix action email bug
Lunny Xiao 879ef8d81f Merge branch 'master' of github.com:gogits/gogs
Lunny Xiao a726c125b5 Add PushCommit
Unknown beb1761d7c Mirror fix
Unknown a55941ff83 Add auto-detect home directory
Unknown 63dae435f9 Bug fix
Unknown 5344a03003 Bug fix
slene 8b700e825b fix panic, add repo check, signed check
Unknown 34f4af9ebf Working on issue and install page
slene 6b43067e1b image display in diff page
slene 06d3c87b23 Merge branch 'master' of github.com:gogits/gogs
slene 10b412d237 commit raw file
Unknown 3144fac03c IP: RC Code Review
slene 417d861be6 fix download
slene bce8586bc6 Merge branch 'master' of github.com:gogits/gogs
slene 346db02d89 fix image display
slene 16cb1e974c print err
slene 677643b812 fix read commit source
Unknown f470c241d6 IP: RC Code Review
Unknown dd6246877d Almost done diff page
Unknown 4b9eef50c9 Add comment of issue
FuXiaoHei 08405a4fea add issue view ui
FuXiaoHei 0b22d90b7c Merge branch 'master' of https://github.com/gogits/gogs
FuXiaoHei f5c9149dd5 add issue toolbar flag
Unknown 409e4cde7a auth fix
Unknown 3cc860a46f auth fix
Unknown 87de66561c Start working on diff page
Unknown c1a3d4fefb Add mail notify for creating issue
Unknown d3b8e9daa1 Add notify watcher action
Unknown 2fa8d0c8dd Added create issue
FuXiaoHei 124c4d72bf issue list in repo
FuXiaoHei 6e33e54e71 add issue-create template file
slene 123c7b44e8 fix
slene ff36248419 raw download
FuXiaoHei 98ec6a4eaa Merge branch 'master' of https://github.com/gogits/gogs
FuXiaoHei 5e22f1437a diff page ui
Unknown 59bbddb318 Mirror fix
FuXiaoHei 137538e54b refactor repo.go
Unknown b9b82cfe47 Mirror updates
Unknown f8cfb81fb0 Mirror updates
Unknown 1eb078d0a8 Fix action
FuXiaoHei 47493a0191 use ctx.Handle to handle 404 page
Unknown 7356153ba3 Batch updates
Unknown 59ffdbf6f8 Add create, list, view issue
Unknown b3cfd9fe0c Fix SSH key bug in windows
Unknown 61e2922601 Working on issues
Unknown e3f55ca0fb Need a field to specify if repository is bare
Lunny Xiao 17da2fd2e3 merged
Lunny Xiao efdaf6ee15 add http protocol clone support
Unknown 3b387336bf Add Repository/user name filter
slene b4a55434a4 wrong link should 404
slene 47234f1031 fix ext
slene de956c4776 linenums
slene c6bd723ce1 Merge branch 'master' of github.com:gogits/gogs
Conflicts:
	public/js/app.js
FuXiaoHei cb80111e89 guide page for bare repo
some ui fix
Unknown 9f9cd6bfc6 Work on admin
slene 8ef71343df fix link
slene 24678d73f5 read single file
Unknown a922c3ff6a Watch backend
slene 8b0f421eb5 Merge branch 'master' of github.com:gogits/gogs
slene 0e7a2d9d3c directory redirect
Unknown 601c10309d Bug fix
Unknown 757f360949 Render data in commit list page
slene 67f92c9d47 add parent folder link in file list
Gogs c6e12d2568 add up url in file list
FuXiaoHei 9bc06dc716 Merge remote-tracking branch 'origin/master'
Conflicts:
	routers/user/user.go
slene 199fdd0336 fork render
FuXiaoHei c7660a81c6 Merge remote-tracking branch 'origin/master'
Conflicts:
	routers/user/user.go
FuXiaoHei a0e73e2b54 top nav arrow update
slene 483cc31369 Revert "fork render"
This reverts commit 56af7e99a8.
Gogs 56af7e99a8 fork render
Unknown de087c7b4a Add send register confirm mail
Unknown bd9d90d8c4 Add some log
Unknown fbd252c1cf Mirror fix
Unknown d886f4df97 Merge branch 'master' of github.com:gogits/gogs
Conflicts:
	models/repo.go
	routers/repo/single.go
	templates/repo/single.tmpl
Unknown e44d9ffd89 Delete commit and update getlastcommit
Lunny Xiao 3ceb008e1f add commit view
Unknown e656609b0d Bug fix
Unknown 9eabbe68a6 Bug fix
Unknown b3dc159c45 Finding bug
Unknown b51a9d109f Mirror change
Unknown 9d3b003add Merge branch 'master' of github.com:gogits/gogs
Unknown 757e4f658c Completely rule out the cgo
slene d6f3333e48 small fix
slene 4249cec68c resolve relative path in markdown file
Lunny Xiao 45a6444b1e add commits
slene f90e37ade0 fixed
Unknown ee93186f72 Mirror change
slene 5bc2a1a6f9 show readme.md
FuXiaoHei df1985e1e8 Merge remote-tracking branch 'origin/master'
FuXiaoHei 3a3ac1f0f3 repo branch page ui
Unknown 5c3054c3b7 Merge branch 'master' of github.com:gogits/gogs
Unknown cf9fa06eae Mirror change
slene 3a2eee0827 fix repo setting and delete repo
Unknown 1043ab506e Merge branch 'master' of github.com:gogits/gogs
Unknown 95cb7cb2ad Nothing
FuXiaoHei d64a8e8d3a Merge remote-tracking branch 'origin/master'
FuXiaoHei c101471bdf ui update, repo-assignment panic bug fix
Unknown 0f68930892 Add latest commit in repo viewer
Unknown 685631627e Show branches in repo viewer
Unknown 425a58afd6 Bug fix
Unknown ab747f2790 Fix delete SSH key in file
Unknown 8de9517862 Mirror fix
Unknown f026ae8652 Merge branch 'master' of github.com:gogits/gogs
Unknown dfcae2a97a Add repo list data, need front-end fix
slene 7ca8306775 modify RepoAssignment
Unknown b43cfc5b39 Clean code
slene b9e57e41ce clean code
slene 27a9e18e48 clean repo.go
Unknown f174633b36 Clean code
slene 81fedd8198 fix
Unknown e251b9bbca Bug fix
Unknown adb17791bd Add basic render of public act
Lunny Xiao b27e8e87f8 add tree view
Unknown 1ce17cce76 Add log.handle
Unknown 15f8bc417e Add log.handle
Unknown 56cf05be77 Add errHandler mid ware
Unknown 57bc2d1ca0 Add update user profile back end, add new gitignore and license, add template data to public profile page
Lunny Xiao 1902500b0d Merge branch 'master' of github.com:gogits/gogs
Lunny Xiao 3a1fa012f7 update repo page
Unknown 27104ac89a Add delete repo
FuXiaoHei a8d8e72562 single repository setting page ui
FuXiaoHei 37fae304d3 single repository page ui, add spec handler to get repo
FuXiaoHei f65d8f9144 single repository page ui, add spec handler to get repo
FuXiaoHei b1fe498eb9 single repository page ui
FuXiaoHei 555c8f1d91 Merge remote-tracking branch 'origin/master'
FuXiaoHei 4fff38856e single repository page ui preview
Lunny Xiao 08feaf3ded add repo router
Unknown fdc4151ff3 Finish create repo
Unknown b4727c7601 Update create repo
Lunny Xiao f9907bbfa4 add README support for creating repository
Unknown 897329a644 Add add and delete SSH key
Unknown 0d9b2f3860 Update CreateRepository
Unknown 76ce6f9848 Update repo.Create
Unknown 5a05d6633d Merge utils to modules
Unknown a2a59f8ad1 Change /user/profile URL to /user/:username
Unknown ba5c7ea771 Add SignInRequire and SignOutRequire middleware
Lunny Xiao e246f2188e add list for repo basic
Lunny Xiao 0632198a40 add create repository button
Lunny Xiao bbf5345004 ssh push support
Lunny Xiao f7826d4ed7 create repository from web
Unknown 8962b39648 Add routers for create and delete repo