Commit Graph

1167 Commits (b3c05026df1ed3664541c1fb3e8c2da693a0eded)

Author SHA1 Message Date
Unknwon e633425f27 and : migration
Unknwon a52324a5f9 able sort issues
Unknwon 4ce003dc15 Filter issues by assignee
Unknwon 30b428bf0e : 500 when visit a issue with issue/comments of deleted user
Unknwon 13a74c3a0c Merge branch 'develop' of github.com:gogits/gogs into feature/pull_request2
Unknwon cec38f2a8c able edit issue labels/milestone/assignee
无闻 8be0bb177b Merge pull request from donbowman/mime-type
43bfee0d48 reverted my change
Don Bowman 4137426c88 43bfee0d48 reverted my change
423b1c69be, which in turn
causes all content to be served as text/plain. Let go decide
what the mime type is (e.g. text/html instead of text/plain).
Unknwon 817b48ed1e Show owner/poster tags of comments and fix
Unknwon 1fb53067f4 finish close/reopen issue
Unknwon 133b19d0c5 finish view comments on issue page
Sergio Benitez 7d84d4a8f0 Significantly enhanced LDAP support in Gogs.
Unknwon ab2d0b3b44 add comment form UI
Unknwon b4c0b7b98b finish view issue without comments and ops
Unknwon e67659bf8e fix serve attachment content type
Unknwon 34f6cbfc2a finish attachments when create issue
Unknwon 89c2bd4a0d finish create issue attachment UI
Unknwon 17f3e840ec fix cannot parse JSON for attachments
Unknwon cbc7b7132f finish new issue action and mentions
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
Unknwon cbb78b6a63 better wording
Unknwon 009d692c7d fix install default db option
Unknwon eea9302d8f fix
无闻 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
Unknwon 70d44e9565 Merge branch 'master' of github.com:gogits/gogs into develop
无闻 333ab1b2b4 Merge pull request from smcquay/keys
fix .keys route
无闻 3dcc0a4b5f Merge pull request from donbowman/master
in routers/repo/download.go, don't set mime type, let go figure it out.
无闻 91ab2538c3 Merge pull request from jamesa/develop
Add full name field to admin's user edit page (fixes )
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 bebbd08920 Disable log color in prod mode
Unknwon 4cbbaefd82 : hide user e-mail when API caller isn't signed in
Unknwon ced212f8fa fix hidden bug on tpl rendering
Unknwon 35be8741c4 fix
Unknwon a2a9e151f8 install - add mail from setting
Unknwon b9dc2147b4 UI: install - done
Unknwon 5cf3732339 UI: install - new version
stephen mcquay 73698d292a fix .keys route
This change fixes the output from /{{ username }}.keys so that it can work in
a ~/.ssh/authorized_keys file
James f3aab5dbe3 Add full name field to admin's user edit page (fixes )
Lunny Xiao f92bdf875b Merge pull request from nice-software/wip/pam
Add PAM authentication
Paolo Borelli 182003aa41 Add PAM authentication
Lunny Xiao 673a76d638 Merge pull request from mephux/hotfix/type-fix-ValidatePassword
Hotfix/type fix validate password
Dustin Willis Webber 5a4f314cf7 fix calls that go rename missed
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
无闻 f7219b0cf0 Merge pull request from linquize/migrate-git
Allow to migrate through git:// protocol
Unknwon 5f594d8774 MySQL root password exposure
Unknwon 211596f407 LDAP add and edit form are misleading
Linquize 3a977fc0ae Allow to migrate through git:// protocol
无闻 e312634286 Merge pull request from sapk/fix-ng-issue-pages
Apply ng to issue dashboard
Unknwon 1cb57b1a44 : fix locale
Antoine GIRARD 96a71aaed8 Apply ng to issue dashboard
Unknwon 466facc009 : Deleting users should remove them from collaborator lists
- fix delete user but repository watches are not decreased
Unknwon 33894591a6 : Edit Account does not take into consideration password rules
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 e3dece1371 modules/setting: simple behave change in startup
Unknwon 8896c82d34 models: fix issue with transfer repository
README: fix typo
Raphael Randschau 1f61340fa3 Properly calculate the number of open issues per label
无闻 f92bfabf86 Merge pull request from phsmit/access_action
Fix that owners also see actions on their repositories
无闻 cd8b43d984 Merge pull request from Lafriks/dev
Get username, name, surname and e-mail from LDAP server
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
Unknwon 1654e9ecab templates/user/settings/emial.tmpl: little fix on UI
- routers/user: little code format
- conf/locale: update French locale
无闻 fc4dff1b17 Merge pull request from phsmit/access_update
Updating context and fixing permission issues
Peter Smit 0fa209d07b Update/simplify fix that owners also see actions on their repositories
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 455fad0fbd Fix that owners also see actions on their repositories
This is a balance between speed and nice code, where speed has won. To prevent a repository query for each action the ownername is match with the current user.

It would be "cleaner" or "better" if we fetch the repository each time. Another option is to add the RepoOwnerID to action
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 a38e4a0b02 routers/install.go: able to keep previous custom settings for 2nd time install
- .gopmfile: update all commits
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.
Unknwon c5c467a9cd Merge branch 'dev' of github.com:gogits/gogs into access
无闻 e805fdb29c Merge pull request from phsmit/newcollaboration
Collaboration
Unknwon 485ea6f14f models: make code change for session issue with SQLite3
Unknwon 6a23252edc able to allow insecure certification of webhook for
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 f15fa9167a cmd: code fix for
- routers/admin: add rewrite update hook operation
- conf/locale: update locale file due to ini behavior changes
- cmd/cert_stub.go: remove useless code
- cmd/fix.go: no longer need fix command(at least now)
无闻 cd0ee35b3f Merge pull request from phsmit/conf_on_cli
Add option to provide configuration file on command line
Lauris BH 00653e52ee Get username, name, surname and e-mail from LDAP server
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 216683004e code fix for , and work for
无闻 87b90372a7 Merge pull request from nicolai86/feature/hide-signup-button-884
Make Signup button display configurable - 
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.
Raphael Randschau 3c65265871 Hide the registration button depending on the setting
Peter Smit 1ab09e4f1b Add option to provide configuration file on command line
Peter Smit 03af37554e Merge branch 'dev' into newcollaboration
无闻 cd6376f093 Merge pull request from fzerorubigd/master
add a function to rewrite all public keys on admin request
Unknwon 89ea3e1acc routers: save partial config when install
Unknwon b293b6eaa6 cmd: CMD option for port number of `gogs web` to prevent first time run conflict
- routers: use new binding convention to simplify code
- templates: able to set HTTP port number in install page
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
无闻 161774d4fb Merge pull request from phsmit/ssh2_keys
Implement  Flexible ssh-key input
无闻 edbfbfa66e Merge pull request from phsmit/fix_807
Fix  parse the userinfo with the golang tools
Christopher Brickley d0827e5d5e allow http push by token -
Peter Smit 6251626de4 Implement Flexible ssh-key input
It is now possible to input ssh keys in a number of formats: openssh, SSH2 or just the base64 encoded key.
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
fzerorubigd 6643647687
add afunction to rewrite all public keys on admin request
refs 
Unknwon bd555551ce fix
Thomas Laroche e948c7c262 Fix
Unknwon 81a44e4cd0 fix API changes
Unknwon 79537467da mirror fix and update
无闻 a18decf4cc Merge pull request from phsmit/multiple_emails
Multiple emails
Peter 20b5c23a19 Small fixes to multiple_emails feature
Unknwon 0a697517ac work on
Unknwon c4820f119d work on
Unknwon 57b3be4016 work on
Peter b033f2f535 Finish method for having multiple emails/user.
All basics are implemented. Missing are the right (localized) strings
and the page markup could have a look at by a frontend guy.
Peter ec71d538fc Method for activating email addresses through verification email
Unknwon d01f2f3c22 fix
Unknwon 1a5aa5e0c0 fix
Unknwon b553ea45ee modes/repo: incorrect SSH clone URL for
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
Deiwin Sarjas 48bb0fadc2 update user api search results to include the full name
Is fully backwards compatible
Fixes 
Unknwon 5338808600 fix
Unknwon d75013a0e8 fix
Unknwon b6437b5a4c safe check
Unknwon db4951bc61 mirror fix on oauth2
Unknwon d6132aaa88 fix oauth2
Unknwon a43164877c fix
Unknwon 0cce61de3a Merge branch 'dev' of github.com:gogits/gogs into dev
Unknwon 5b96e3fcc7 fix
fuxiaohei 79dae254cf add milestone page design
Unknwon 1b66600bd0 Fix
Unknwon dc53270da9 Fix 653
Unknwon ef275ebf62 more on change avatar
Unknwon 22ab4fa1b0 fix
Unknwon 55dfe2c978 custom avatar upload
Unknwon 2d8c414f8c Fix
Unknwon 37d8d3afe9 more APIs on
Unknwon 32dcaefafa fox
fuxiaohei d1a60e3643 add pull-request and labels page design
Unknwon a0f9197b45 GetFile api
Unknwon 340a4595dd support duoshuo mirror of gravatar
Unknwon 52d66ba6c8 , use go-gogs-client
Unknwon 9dc3c93a6a , add/edit hook
Unknwon 9e22840483 fix
Unknwon 8eb5120fbd , API: list user repos, list repo hooks
Unknwon 8c9338a537 add personal access token panel
Unknwon 21b9d5fa1f Fix
Unknwon e0de6cb5ad work on and update locales
Unknwon abc57b6e43 work on
Unknwon 23eec25274 Fix , fix , fix
Unknwon 4e7eb5be9d Work on fork and fix
isotas38 2c28ed8c05 Fix
semlanik 377530ec21 Fix Issue 589
Unknwon 83283bca4c Safe work
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 146c8efee3 Fix API broken
Unknwon 3abc41ccca Fix API broken
Unknwon 1aa12c7452 Fix
Eryx fb8beaf19a Fix pagination() to get the right total number of pages
evolvedlight 8d2a6fc484 Merge remote-tracking branch 'upstream/dev'
Conflicts:
	models/repo.go
Unknwon 452ccff81c Mirror fix on add ssh key
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
Unknwon 85c9f7c5f3 Issue: Show error prompt when add repository to team and it does not exist
Unknwon d78abd3561 Mirror fix on admin/orgs paging
evolvedlight 211dc74816 Got the fork count working
Unknwon 1aa76bd279 Fix , add system notice
Unknwon 1e1f9e7166 Update with macaron
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 061a879cea Merge branch 'dev' of github.com:gogits/gogs into dev
Conflicts:
	conf/app.ini
lunnyxiao ed84adb679 toutf8 improved & add max git diff lines
tobyzxj ad041167f7 fix user's actions on domain/org/name-of-organization/dashboard
Unknwon 632b1b694d Fix
Unknwon efb68a0a96 Fix UI issue
Mathieu Gagnon 3549fb0ea8 Remove APP_LOGO setting
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
无闻 40bc130b19 Merge pull request from m0sth8/fix-milestone-render-markdown
Render milestone content as markdown
Unknwon 0ddb1eb769 Finish new install page, almost ready for 0.5 release
Unknwon ab7206d6b7 Fix
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 9bc63bda7d Finish all new admin pages.
Unknwon d2aff9a46a Continue working on new admin pages
Unknwon 904bf1a50b Add migrate repo API
Unknwon 8829174574 Finish new admin users pages
lunnyxiao a6ec6def8d Merge branch 'dev' of github.com:gogits/gogs into dev
lunnyxiao c40e815763 add migrate api
Unknwon 1aec1a2dda Finish new admin dashboard
Unknwon 81287ba022 Mirror issue fix
Unknwon 9baf2b38d0 Bug fix on organization
Unknwon 50de06056b Merge branch 'dev' of github.com:gogits/gogs into dev
Unknwon 74b31566cf Finsih add/remove repo in organization
Marios Andreopoulos 510d5a5d74 import strings
Marios Andreopoulos cd0ddcfa01 fix typo
Marios Andreopoulos 3d79f59671 fix wrong variable name
Marios Andreopoulos b40922f4d4 remove extra comma
Marios Andreopoulos 12639c577f Remove newline characters from ssh key before processing it.
Fixes issue : https://github.com/gogits/gogs/issues/370
Unknwon 21a1b8e5a3 Finish new edit team page, add member to team
Unknwon b765229a6d Fix code style
Unknwon e0a2d23baf Merge branch 'dev' of github.com:gogits/gogs into dev
Unknwon fa60502a70 Working on organization pages
lunnyxiao 97fb62f51e auto detect text file encode and convert to utf8
Unknwon a60edbe88c Add/remove member need add/remove access to repositories as well
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 7af7584d25 Finish new reset password, etc.
Unknwon 5605af973b Feature: Social sign in
Unknwon 78defd238c Page: Manage social accounts
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 6fc2107529 Add missing less files
Unknwon 755eec745f Finish new repo settings page
Unknwon dabf5b057c Finish new migrate 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 5e81383413 Git installation check, show image in single file view, show short SHA1 instead of 40-length string, complete log module
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
无闻 536f65b8ad Merge pull request from wmark/master
Enable users to upload other key types than RSA (+ ED25519, ECDSA, NTRU, McE)
W-Mark Kubacki 887ad1ec8b Utilize ssh-keygen for checking of keys.
Removes the limitation to RSA and enables us to use all key types
SSH recognizes.
gima 5a97cc69ed Make possible for administrators to change user's password (fix proposal for )
Unknown 3969d704a0 Merge branch 'dev' of github.com:gogits/gogs into dev
Unknown 0f907301b7 Fix
fuxiaohei c127d84777 add organization team-single page
Unknown 63cc14062a Paging function for users and repositories
Unknown 7ffdabb28f Move debug router location
Justin 10f932b952 Fix wrong method for profiling routes.
Unknown be8ac7fb75 fix
Unknown 7f3015b32b Merge branch 'dev' of github.com:gogits/gogs into dev
Unknown 13b032f829 update name
Justin Nuß a481672c5c Add 'pprof' tag for enabling debugging
Unknown 465dc962b5 Finish create organization team
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 ee9b7f322f Clean code
Unknown 57ac15aa20 Merge branch 'master' of github.com:gogits/gogs into dev
Lunny Xiao 7dbeee94e3 bug fixed
fuxiaohei 1d55ecd29c add organization team-create page
fuxiaohei b5ba2bd268 add organization team-create page
Unknown 19e9104289 Organization settings page
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 b2801a2e98 Fix
Unknown 98f614a58e Work on issue1
Unknown 47d29a1ee0 Mirror fix on
fuxiaohei fb53cc4fa8 add organization setting page
fuxiaohei f393dc6520 add organization dashboard page
fuxiaohei ea507e20d4 add organization create page
Unknown 314193029a Use constants to name template file
Unknown 9c82073091 Merge branch 'dev' of github.com:gogits/gogs into dev
Unknown 9924e65ca1 In progress of name template name constant
fuxiaohei adda10f4a4 add organization teams page
fuxiaohei 514d7e1922 add organization memebers page
fuxiaohei bf703ef617 add dashboard context switch button
Unknown ad5ec45dd6 Fix
Unknown 8bfa7ae745 Remove qiniu/log
Unknown f147ad619a Basic process manager
Unknown d952b4200c Add corn rask monitor panel
Unknown e07674bff1 Support edit release and save as draft
Unknown fb0972afad Fix
Unknown 9961f9a53c Fix
Unknown f160b4f33c Add tar.gz download button and other mirror updates
Unknown a80d8d96fa Merge branch 'dev' of github.com:gogits/gogs into dev
Unknown 302c863cda Fix
FuXiaoHei 4fcbf553aa organisation main page ui
Unknown 4f2f3c2857 Code convention
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 2657f88d9a Fix
Unknown ddb7f55035 Prepare for v0.4.0 release
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 ab13a29cb5 Fix
Unknown ff690fd976 Fix , add VERSION to template files
Unknown bf5fcfb49c Add * to selected label
Unknown ff48aeddef Little bug fix
Unknown 688ec6ecbd Fixed
Unknown 87854c95a9 Fixed
Unknown 80055bde86 Code convention
Unknown dce17c86ac Almost done issue label
Unknown b1bdbd7f94 Almost done issue label
FuXiaoHei 1331134316 finish issue edit content preview
Sebastian Jackel 02fb088b80 Remove password from log message on failed login