Commit Graph

4095 Commits (22a39bb961daedccb08e47cb4cf83b2d4ef72108)

Author SHA1 Message Date
Jakub Stasiak 562ad02a6d Add file permalink button
The button appears when a file is viewed in a branch or a tag. It points
to a URL containing the branch's (or tag's) current commit id so that
it'll always point to the same content.
Unknwon 35be8741c4 fix
Unknwon a2a9e151f8 install - add mail from setting
Unknwon b9dc2147b4 UI: install - done
Unknwon 5cf3732339 UI: install - new version
Unknwon 5dd3dd71a0 UI: install - database settings
Unknwon ffd17924fd update UI framework
Unknwon 4fca548ed1 update locale
Unknwon c47afdff58 add config options for HELO
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 e378b3152c Merge pull request from acusti/patch-1
Wrap remember me text and checkbox in a label
Dhuan 80e640f082 Fix HTML indentation
Dhuan 51aef347ee Display author's name on explore page
Andrew Patton 3a3e1b90e7 Match naming convention on page (checkbox→chk)
Andrew Patton 072c67e457 Wrap remember text+checkbox in label; close
Unknwon 9fb2d49b93 issue ID constraint failed
Unknwon d76f11c6f1 fix
Unknwon 5169a0e025 mirror fix of
Unknwon 8061447f0e 'New Release' always visible
Unknwon 211596f407 LDAP add and edit form are misleading
Unknwon caf7618ea6 Hide gravatar email field if gravatar is disabled (or offline mode)
Unknwon 6f81c05dde Team member access lost when adding repository collaborator
- fix bug when add a repo to team, all other team members gets access as well
Unknwon 2bb982dada : Remove footer ads/branding from default template
Unknwon 75cbb32b1e UI compatibility
Unknwon b6f8b486c7 add sr-only class, change to new tag line
Unknwon 62e436e6b7 Merge branch 'develop' of github.com:gogits/gogs into release/0.6.1
无闻 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 e9c599b48a prepare for 0.6 release
Unknwon 4aecaf7488 : missing link for help
Unknwon 82f7a01ded : X-Gogs-Event header is empty
Unknwon 33894591a6 : Edit Account does not take into consideration password rules
Unknwon 588f3215c6 : dashboard no longer accessible when repo is missing
Unknwon 471b8a18ab Revert "Merge pull request from ndarilek/accessibility-fixes"
This reverts commit c226e92284, reversing
changes made to 80b23854bc.
Nolan Darilek 25dd6f8fa0 Add additional accessibility text to repository navbar.
Nolan Darilek 37ab32b613 Various accessibility fixes, mostly labeling icons.
Unknwon 08cd20bad9 Merge branch 'develop' of github.com:gogits/gogs into develop
Unknwon 96a95e9dfd : fix one missing duplicated prefix
- update some locale files
Sternik d0e34c57cc Fix for deleting user when gogs instalation is on http://hostname/gogs
Unknwon 0720d3988f : GetRepoLink already contains AppSubUrl
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 4b9fb43a70 home: new UI
Unknwon b447d18dca cmd/serve.go: remove useless code
Unknwon b0b11fd7b1 Merge branch 'access' of github.com:gogits/gogs into dev
Unknwon 473e265727 models: done testing on new access system
Unknwon 8896c82d34 models: fix issue with transfer repository
README: fix typo
无闻 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 c753fdceaf templates/org/home.tmpl: fix org member can't see public repo
Unknwon 1654e9ecab templates/user/settings/emial.tmpl: little fix on UI
- routers/user: little code format
- conf/locale: update French locale
Alexey Makhov d2f439a241 fix typo mistake
Alexey Makhov c0ad512398 remove not using vars
Alexey Makhov 563e8b4ea9 gitlab-like hash naming
Stefan-Code b508fb041f Merge branch 'dev' of https://github.com/gogits/gogs into dev
Stefan-Code 1628ef4ba5 changed repo-clone-url behaviour for bare repo
无闻 a307574fbc Merge pull request from phsmit/dont_mention_php
Remove the "PHP" style formatting function
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 7759b9ee6e Remove the "PHP" style formatting function
The "PHP" formatting function doesn't add anything, except an undocumented date format.

All usages in the templates have been replaced with DateFmtShort and DateFmtLong for convenience.
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.
Unknwon 685ed1f807 models: fix XORM API break
cmd/web.go: check version after load config
Unknwon 6b7d35eade fix mirror issues uncaught
Unknwon 67a9416ae5 templates/user/auth/signin.tmpl: hide sign up prompt when registration is disabled
Unknwon 7e7160eefd first pass work on migration
无闻 0af74b36ad Merge pull request from Stefan-Code/dev
Changes to repo-header-download-drop
Unknwon d02e45f985 better naming on
Stefan-Code e5d6f4ce56 Changes to repo-header-download-drop, different repo-clone-url input behaviour
Unknwon 6a23252edc able to allow insecure certification of webhook for
Unknwon 7d3932b9cd templates/ng/base: change year to 2015, fix
- conf/locale: update Japanese locale
无闻 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)
Lauris BH 00653e52ee Get username, name, surname and e-mail from LDAP server
Unknwon 2a2596fe61 able to disable SSH for
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 0669897226 modules/base: fix markdown mention regex for
- conf/locale: add mew translator profile
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
Raphael Randschau 79f3281548 Add ShowRegistrationButton configuration option
Unknwon f706102890 models: sanitize user full name when update settings
Unknwon 7140f50637 public/ng/js: script fix on
Alexey Makhov e91b28eb9b little fix
Alexey Makhov 5d4425bbbc add multifile support to diff view highlighting
Alexey Makhov 7f71fe9dae fix diff lines highlighting
Alexey Makhov a7662f4a39 fix error at admin/config
Unknwon 8e238058b2 public/ng/css: code fix on
- templates/user/settings: fix email panel nav highlight
Unknwon 26bccef297 Merge branch 'master' of github.com:gogits/gogs into dev
Alexey Makhov e43bd15b96 fix settings/email html&css
Unknwon bfce0def25 modules/base: fix README filename checker, fix
无闻 cd6376f093 Merge pull request from fzerorubigd/master
add a function to rewrite all public keys on admin request
Tristan Storch 4c4488213a correction: updated docker link
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 3d9cda2d98 public/ng: fix auto-completion
Unknwon faddaff90d templates: fix commit message render issue
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
Unknwon 8e384ce46c fix , may cause unintentional break in other features, but security is no.1
Unknwon d5c6b53571 use new Redis client
Peter Smit fd70f9ec1b Fix by adding a tooltip for all dates in all settings/panels
Unknwon 0b56272c13 fix
Unknwon 3ea1443885 work on
fzerorubigd 6643647687
add afunction to rewrite all public keys on admin request
refs 
Unknwon 63c1f9a23f fix 500: E-mail already used in user settings page
Unknwon 81a44e4cd0 fix API changes
fuxiaohei c0cfd62b90 add label-edit and label-delete logic
Unknwon ebbe6177a9 Merge branch 'dev' of github.com:gogits/gogs into dev
Unknwon 97b39ae2e4 fix invite bug(shouldn't include full name to search box)
Peter Smit 8b31be43c6 Forgot to i18n "Primary"
Peter Smit 21dbcb7c77 Create English locale keys for multiple e-mails feature
Also, change all current 'emails' to 'e-mails'.
Still todo: some CSS for the user/settings/email page, but that is not my specialty
无闻 a18decf4cc Merge pull request from phsmit/multiple_emails
Multiple emails
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 f34b04cfc0 Template for email activation email
Unknwon 1a5aa5e0c0 fix
Unknwon 9803c421f5 fix binding api broken
Unknwon c9e0b3b987 prepare for 0.5.9
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
Unknwon 42c7bb7529 mirror code clean
Unknwon bc8721fb6c Finish new UI for release page
Unknwon 9ee80e3e54 fix compile error
Unknwon 9a1fe801e5 fix
fuxiaohei 0daef29053 add label-create ui elements
Unknwon 069486d169 fix
dennis-smurf 528c075ad6 Added issue link rendering in commit messages
Tony Tsang d4a1d9f82a Display multi-line commit message on commit diff page.
fuxiaohei 0af3a5b603 add issue list filter ui
Unknwon d75013a0e8 fix
Unknwon db4951bc61 mirror fix on oauth2
Unknwon d6132aaa88 fix oauth2
无闻 9adc8e9d3f Merge pull request from jcracknell/admin-repos-cols
Fix swapped issue/star columns in /admin/repos
James Cracknell 64d90a761b Fix swapped issue/star columns in /admin/repos
James Cracknell 4d123d0a93 Fix user links
Unknwon 9c2120eb34 fix
Unknwon a43164877c fix
fuxiaohei 23d53561d1 update milestone page design
Unknwon 0cce61de3a Merge branch 'dev' of github.com:gogits/gogs into dev
Unknwon 5b96e3fcc7 fix
fuxiaohei 79dae254cf add milestone page design
Unknwon dc53270da9 Fix 653
Unknwon ef275ebf62 more on change avatar
Unknwon 55dfe2c978 custom avatar upload
Unknwon 0c92da7e9c fix invalid user links in admin panels
Unknwon 2d8c414f8c Fix
Unknwon 37d8d3afe9 more APIs on
Unknwon 32dcaefafa fox
fuxiaohei d1a60e3643 add pull-request and labels page design
Unknwon 340a4595dd support duoshuo mirror of gravatar
Unknwon 52d66ba6c8 , use go-gogs-client
Unknwon 8eb5120fbd , API: list user repos, list repo hooks
Unknwon 8c9338a537 add personal access token panel
Unknwon 4f360d8f08 Fix and update Germeny locale
Unknwon e0de6cb5ad work on and update locales
Unknwon 35977cd34c continue work on
Unknwon abc57b6e43 work on
Unknwon 23eec25274 Fix , fix , fix
Unknwon 4e7eb5be9d Work on fork and fix
Unknwon b375192352 fix tpl error
Unknwon 0c5ba4573a fix session API broken and SQL pretection
fuxiaohei b866dc92d7 finish issue list ui draft
Unknwon e9875edcad Update gopmfile
Unknwon c7f56d7483 Fix
Unknwon 83283bca4c Safe work
Unknwon f1d8746264 Fix fork repo and macaron API broken
Christopher Brickley 3794111460 update slack hook to use new format
Eryx 8209bf74f8 Fix
Unknwon d88ebd9a4b Fix
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
fuxiaohei 9e3a1bc11a add nav bar in issue list
Unknwon 1aa12c7452 Fix
Unknwon ecf3eb4307 Fix
Unknwon 9ae92459a5 Fix repo css and rel path img in md
evolvedlight 8d2a6fc484 Merge remote-tracking branch 'upstream/dev'
Conflicts:
	models/repo.go
evolvedlight 29ac3980ff More changes
Unknwon 451f328a4c Fix and fix
Unknwon 3005c4f6db Fix diff css style, hooks \r char
Unknwon 963354c5d7 Add raw, history file button, and other mirror fixes
Vyacheslav Bakhmutov 5103f16f78 add omitted lang
Unknwon 3600498c8f Add push tag action
Unknwon b2632dec09 Page: Compare 2 commits
Unknwon 41dbb4c148 Hide org member in collar page
Unknwon d78abd3561 Mirror fix on admin/orgs paging
Unknwon 79262173a6 Webhook delivery locking & Hide repo for org members if they don't have access
Unknwon 39931f8e00 Allow mail with self-signed certificates
Unknwon 1aa76bd279 Fix , add system notice
Vyacheslav Bakhmutov ce7422473a add omitted lang
Unknwon fc18741cc7 Fix
Unknwon 64c68220d2 Fix
Unknwon 91e5c24a31 Fix
Unknwon 263d409326 Basic xss prevention
unknown 1031271224 Add German translation to home page
evolvedlight c9e5e38fcf Initial cut of git fork
Unknwon 405ee14711 Fix SMTP auth logic
Unknwon f03b6be8f9 Work on
Unknwon 2a031c1365 Fix
Unknwon a046a31d2b UI: Confirmation box
Unknwon 3cfa4a581c Bug: 500 when transfer repository to collaborator
Unknwon 5e747bc877 Clean old dockerfiles
Unknwon 11af8658cf Simple fix
Unknwon e3b78c47e2 Merge branch 'master' of github.com:gogits/gogs
Conflicts:
	public/ng/less/gogs/repository.less
	templates/repo/home.tmpl
Unknwon 49193bebd2 UI: Confirmation box
fuxiaohei 7d48f811f1 add issue router for new issue page ui preview
fuxiaohei e3a27aeb25 template and ui fix
fuxiaohei dccc50e9d4 template and ui fix
Unknwon ad2ab6d214 Add modal to change username
Signed-off-by: Unknwon <joe2010xtmf@163.com>
Unknwon b8368f98ff Add directory level commit message
fundon 54724c33ec no neet for md5 email
Unknwon ad52b2d791 Mirror fix on transfer repo
Unknwon 71e4689d11 Page: User profile
Unknwon f69761563b Fix bug on transfer repo
fuxiaohei 7c30ae7002 is utils improvement
Unknwon 25268577a5 Fix download archive issue
Unknwon 5bbeeb0f1b Page: Commits and fix
Unknwon a1109e6fbc Page: Repository home page
Unknwon ebb05475ed Fix and cannot view repository by tag
fuxiaohei b3f0d25ce5 pull request ui review, change sidebar
fuxiaohei 8d5a4cc9eb pull request ui review, change sidebar
fuxiaohei 60c65415dd pull request page ui review, upgrade octicon icons
Unknwon 3f707b3f32 Add basic submodule support
Unknwon 063aacd436 UI: Use tooltip not alert when copy clone URL
Unknwon 196efecaaa Fix
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
Unknwon 4a01bb8fa4 Mirror bug fix
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
Unknwon 8a09256941 Mirror fix and fix
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
Unknwon 0d9c41be7d Work on
Unknwon c1ceec45da Fix mirror UI style and work on
Benjamin Peng cff3ca23a5 Fix TimeSince arguments error.
Unknwon 632b1b694d Fix
Unknwon 7027ac9308 Fix
Unknwon b9560374cd UI fix
Mathieu Gagnon 3549fb0ea8 Remove APP_LOGO setting
Unknwon cfed11f092 Bug: Transfer repository doesn't update the count
Unknwon fdc8c34258 Fix clone panel z-index
Unknwon 33659ed9a5 Fix
Unknwon f8977f4847 Organization level webhooks
无闻 e79e4b1580 Merge pull request from compressed/org_hook
Organization-level Webhooks
Unknwon 0ddb1eb769 Finish new install page, almost ready for 0.5 release
Unknwon ab7206d6b7 Fix
Christopher Brickley 85c35a6b8b add organization-level webhooks
Michael Dyrynda aee46bac01 add rel attribute such that font-awesome icons load correctly
Michael Dyrynda dcb10a41d4 Add handling to branch switcher label to make label more consistent with
GitHub behaviour

Addresses 
Unknwon 830efc90da update docs and mirror bug fix
Christopher Brickley 00a864e693 add commit compare functionality
Unknwon c5ce33047e Mirror fix and hide missing pages for 0.5 release
Christopher Brickley 2bce24068d add Slack API webhook support
无闻 ae2f4866d0 Merge pull request from deringer/dev
Add missing 'new migration' link
Unknwon 676bd764fa UI: SSH/HTTPS address switch and copy
Michael Dyrynda 1bbf4c9768 Add missing 'new migration' link
Addresses issue 
Unknwon 7e36bf448d Merge branch 'master' of github.com:gogits/gogs into dev
Conflicts:
	dockerfiles/README.md
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 9bc63bda7d Finish all new admin pages.
Unknwon d2aff9a46a Continue working on new admin pages
Unknwon 8829174574 Finish new admin users pages
Unknwon 1aec1a2dda Finish new admin dashboard
Unknwon 81287ba022 Mirror issue fix
Unknwon 9baf2b38d0 Bug fix on organization
Unknwon 74b31566cf Finsih add/remove repo in organization
Unknwon f2c263c54f fix
Unknwon 21a1b8e5a3 Finish new edit team page, add member to team
Unknwon b765229a6d Fix code style
Unknwon fa60502a70 Working on organization pages
Unknwon bba707de36 Finish team list, create new team, join/leave team page
Unknwon 78add502d7 Finish new organization members and invitation 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 78defd238c Page: Manage social accounts
Unknwon 08c6d07aad UI: Bare repository does not have visual link to settings page
Unknwon 9a1d5d2489 Finish new web hook pages
Unknwon 9820b8e134 Finish new hooks list page
lunnyxiao 7c7014262b Merge branch 'dev' of github.com:gogits/gogs into dev
lunnyxiao 57f6ec672a bug fixed
Unknwon e8c9bb2c66 Finish new collaboration page
Unknwon a8e05fdf1b Use toolbox
Unknwon fa0a389dc4 Fix bare repo bug
Unknwon 755eec745f Finish new repo settings page
Unknwon dabf5b057c Finish new migrate page
Unknwon 7bbf644dd5 Convert captcha, cache, csrf as middlewares
Unknwon 3428baa3b5 Mirror fix on template
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
Unknwon 5c4bc3c848 Huge updates!!!!! Be careful to merge!!!!
Unknwon 3f38ff6c09 Merge branch 'dev' of github.com:gogits/gogs into dev
Conflicts:
	templates/status/500.tmpl
Unknwon 8dd07c0ddd New UI merge in progress
Ciaran Downey 7921e60f30 Change "an error is occurred" to "has occurred"
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 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ß 1129f756c8 Fix missing . (dot) in issue templates
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
无闻 8e4debe99d Merge pull request from nuss-justin/issue/288
Fix issue . Only show label form if repository collaborator/admin
无闻 dc2e140360 Merge pull request from nuss-justin/dev
Fix issue 280 & unwatch button in Firefox
Justin Nuß e194cf3291 Fix issue . Allow links in the repository description
Justin Nuß ccca60a5a1 Fix issue . Only show label form if repository collaborator/admin
Justin Nuß 18718afb36 Hide watch/unwatch button if not loggedin
gima 5a97cc69ed Make possible for administrators to change user's password (fix proposal for )
Lunny Xiao 6418caf23a add build script
fuxiaohei c127d84777 add organization team-single page
Unknown 63cc14062a Paging function for users and repositories
Unknown 097c8e05e6 Able to set timeout for process monitor
Unknown be8ac7fb75 fix
Unknown 0820b24f0b Merge branch 'master' of github.com:gogits/gogs into dev
Unknown cdffdeddc9 Fix bug that collaborators are able to modify settings of repository
Unknown 465dc962b5 Finish create organization team
António Meireles 3ad20773a2 fix typos in users' editing template.
Unknown e4ea5cf598 Finish Teams page
Unknown 5dbfe3c26c Finish organization homepage
Unknown 6e448b0714 Finish delete organization
Unknown ee9b7f322f Clean code
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
fuxiaohei 72ba273cc9 select owner when creating repository
Unknown 4cf7a1fca5 Mirror update on create repo page
fuxiaohei 80be060735 select owner when creating repository
Unknown 8e6c254c03 Mirror fix on create repo
Unknown 3624b2a7f1 Merge branch 'dev' of github.com:gogits/gogs into dev
Unknown e0f9c628c5 Add create organization
fuxiaohei cc703ee663 select owner when creating repository
Unknown b2801a2e98 Fix
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 bf703ef617 add dashboard context switch button
Unknown ad5ec45dd6 Fix
Unknown 6c8d630bef Add database log adapter
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 a3e1383cac Add gogs fix location command
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 63baf76ab2 Fix
Unknown eaa7d71fc7 Fix
Unknown afc6cbc479 Update tag
Unknown 2657f88d9a Fix
Unknown 617bbe3fee Fix
Unknown ab13a29cb5 Fix
Unknown ff690fd976 Fix , add VERSION to template files
Bruno Bigras 6227b59b1a Registeration -> Registration
FuXiaoHei e0a6e6dd1a issue ui update
Unknown bf5fcfb49c Add * to selected label
Unknown 80055bde86 Code convention
Unknown e33a104448 Almost done issue label
Unknown dce17c86ac Almost done issue label
Unknown b1bdbd7f94 Almost done issue label
Unknown 5e9a45f74a Code convention
FuXiaoHei 1331134316 finish issue edit content preview
FuXiaoHei 4e8a1bf9c9 fix firefox zclip bug
FuXiaoHei c82807a713 add issue label attach-detach ui
FuXiaoHei 342baf1dda add label edit and manage ui
Unknown 93f8f92523 Finish create new label
Jason 7fd22bea1e Add dropdown-menu-right class to the repo-watching dropdown
The dropdown menu was dropping down to the right and appearing outside of the page container. This made it not visible at smaller browser widths.

This commit makes it drop down into the page container, instead of out, and keeps it visible at all screen sizes.
Unknown a0a95d797e Fix ui
Unknown 956f011dd3 Fix
FuXiaoHei 16e162b669 issue label ui design
Unknown 4744996f9a Make gmail auth work
Lunny Xiao 7869cfccb9 Merge pull request from DerDackel/ldapssl
Add LDAP over SSL support
Sebastian Jackel eb264a112b Add LDAP over SSL support
Unknown b70db61854 Fix
Unknown 16bddd593a Finish change issue’s milestone
Unknown e880a2fa48 Merge branch 'dev' of github.com:gogits/gogs into dev
Unknown 46fc36c3a6 Finish change issue’s milestone
FuXiaoHei a1bb3741d5 add milestone in new-issue page
FuXiaoHei 4a4392192b add milestone issue view ui
Unknown 5ed5aa5228 Finish milestone
Unknown 33ec0632ff Fix
Michael Litvak cca2a53d6f Fix issue link in issues page
The link assumes that the issue belongs to the signed in
user, which is not necessarily the case
I changed it to use repository owner name instead
Unknown 2eee1e9bc2 Finish edit a milestone
Unknown 98dbbae2ef Fix
Unknown c117f9e73f Fix
Unknown a913aff1d0 Show collaborative repositories in dashboard
Unknown 54e95fa367 Finish add new milestone
Unknown f1130ce5e9 Fix edit auth page bug
FuXiaoHei 1769bb2f26 add milestone edit ui
Unknown 0970d6cc38 Log to different adapter according to level
Unknown 68fb62347f Finish issue assignee
Unknown d122aa6d88 Merge branch 'dev' of github.com:gogits/gogs into dev
Unknown 2c73ced0db Fix
FuXiaoHei fd7b0a2ba4 add user new js
FuXiaoHei 27f9b7a144 add user new js
Lunny Xiao f68e279150 spell bug fixed
Unknown c5dbc24ca4 UI fix
Lunny Xiao bf58679390 add support for smtp authentication
FuXiaoHei cdc87623dc add auth new js
Lunny Xiao 55019bfbc5 merge all login methods
Lunny Xiao 4d6de6c7b9 add login name for auth type
FuXiaoHei 2eabeba6b7 finish milestone add page
FuXiaoHei 045c21de4f assignee ui in issue view
Unknown e867283406 Assignee back end
FuXiaoHei a03f380fa8 assignee ui in issue view
FuXiaoHei 11ca10ab2f issue assignee 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 8ca14e2109 Improve delete SSH key
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
Unknown bbdfe25769 User code clean and ui improve
Unknown c1eb4d894a Clean api code
FuXiaoHei d189b83ac1 some ui fix
FuXiaoHei d34c3bb751 finish webhook ui,
some ui fix
Unknown 3b7465f817 fix code
Lunny Xiao d8136c9c3c Merge branch 'dev-ldap' into dev
Lunny Xiao 1652dd5068 basic authentications
Unknown 02687cbdf3 Add mail notify for new collaborator
Lunny Xiao 79ea34e70e ldap support
Unknown e10096ee2e Mirror fix on UI
FuXiaoHei 3e856928a2 add webhooks page ui
Unknown e7d8fadb08 Add disable gravatar option
Unknown 100cd181bc Add router log config option
Unknown 75109bbd65 Fix panic when no master branch
Unknown f6c4fbeb37 Collaborator
FuXiaoHei 1c88a541cb fix profile ui
FuXiaoHei cc1eb5643e Merge branch 'dev' of https://github.com/gogits/gogs into dev
Unknown 89c99167b2 Fix
Unknown 2a1dc0085b fix
FuXiaoHei 52fbb9788a add collaboration page ui
Unknown eb463000a9 Clean files
Unknown 49dc57e336 Add /api/v1/users/search
Unknown 48bfbb7ddf Mirror changes
Robert Speicher 494e5fd40c Install: Set the default host string based on database type
Unknown 2401e68d7e Prepare for v0.3.1 hotfix
无闻 31805e2bbe Merge pull request from clee/show-parents
Show parents in commit diff page
Chris Lee 6700257558 Show parents in commit diff page
Unknown 62240b6bc1 Add login by email
Unknown ce05a8d7b6 Merge branch 'dev' of github.com:gogits/gogs into dev
Conflicts:
	templates/repo/single_list.tmpl
Unknown 62d23e9154 HTTP no follow and offline mode
无闻 9fdf4bc277 Merge pull request from clee/master
Use commit summaries instead of full messages
Chris Lee 8a8f84d245 Use commit summaries instead of full messages
Unknown 59d0e73c35 Batch mirror fix
James Anderson e5af34a078 fixed some broken forms that were introduced in james-anderson@521c5f0e10
James Anderson 32ae6896fa Close to Closed
James Anderson 4b58c01603 Changed setting url to settings
Bryan Johnson 34d18a19a3 Minor grammatical fix for Disable Registration feature
无闻 7b91dfeb01 Update reset_passwd.tmpl
twitchyliquid64 d304a23787 Corrected grammar and spelling mistakes in templates. Normalizing to American English.
Unknown 8bed017557 Add build tag enable prompt
Unknown eda3f8b3b3 Mirror updates
Unknown 8719c1b8c5 Mirror bug fix
Unknown c3a52f7dd0 Mirror bug fix on downloading zip
Unknown 7d656ee2e3 Update docs
slene d3fc1da8c2 download link
FuXiaoHei 8549b47e04 fix repo-new ui, fix top-nav search-bar ui
Unknown 3c3cda7326 Weibo oauth
Unknown c36e7d322e Mirror updates
Unknown 57f84fb051 UPDATE DOCS
Unknown f644cefa86 Finish release
Unknown 190b83e05e push tag support
Unknown d2b53dd43b Add weibo oauth
Unknown 4b9b8024ba Clean oauth code
Unknown 8c266f2df5 go get
Unknown 4c1452574a go get
Unknown ea74be2f2e go get
Unknown d26a333dfb go get
Unknown c9a1eb4789 Able to change mirror interval now
slene 52b4ab2aa5 update with new git
Unknown 90f6aa8cd1 Add repo mirror and import
FuXiaoHei fe4750ebe2 Merge remote-tracking branch 'origin/dev' into dev
FuXiaoHei 5f3a6a9d74 social login button ui
Unknown 790a2c1099 Merge branch 'dev' of github.com:gogits/gogs into dev
Unknown 31d613c01d Mirror fix
FuXiaoHei b057cffd85 fix logo ui, add following ui in user-profile page
Unknown 5d30bfc8ba Fix fix
Unknown 4fc5dcc764 Merge branch 'dev' of github.com:gogits/gogs into dev
Unknown 33aa4f7438 Support private repo
skyblue f8e97b75fb Merge branch 'dev' of github.com:gogits/gogs into dev
skyblue 5c1312f38e clean oauth2 code
Unknown d6dac160df Pages in commits list page
Unknown 47aa53bd36 Add search commits
Unknown 7d07b58114 UPDATE README
skyblue 4c6e0e9499 Merge branch 'dev' of github.com:gogits/gogs into dev
skyblue dd815ae7b5 finish github oauth2 support
Unknown a5fcaae5ee UPDATE README
Unknown 23e318f85a Merge branch 'dev' of github.com:gogits/gogs into dev
Unknown 11f54b1426 Mirror bug fix
FuXiaoHei 555b6976a3 add search form in top navbar
FuXiaoHei df000245d1 add pager in commit-page, finish commit search form
Unknown 306aa5bffe Add support default branch
Unknown 8980675a9f Fix
Unknown 45462662e9 Add flash
Unknown 29e255422e Merge branch 'dev' of github.com:gogits/gogs into dev
Unknown af552596cf Work on form resubmit
FuXiaoHei 6b30d9b0f2 fix mirror typo
FuXiaoHei a354f33ac2 new-repo dropdown in top navbar
Unknown 5d4025cb5a Add go get meta support
Unknown 9f7bd5007b Work on mirror repo
FuXiaoHei c72e1b5c2a repo-import page ui
FuXiaoHei 721834a267 change new-repo button to dropdown menu in dashboard page
Unknown a991ebf5d0 Fix
Unknown 115a349131 Fix
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 d3a987eded username & repo-name changing help message
FuXiaoHei 1b0142513e release-new page ui
FuXiaoHei 98f918ed28 Merge branch 'dev' of https://github.com/gogits/gogs into dev
FuXiaoHei 3ede496383 add release-new route
Unknown b7c3b0cc73 Add reset password, fix
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
FuXiaoHei 75db79b4b6 release list page ui
Unknown e9c4156c87 Add: rename user
Unknown 79a610592e Add: rename repository
FuXiaoHei 1757a59a99 js clipboard
Unknown db66b8da72 Add release tmpl
crackcomm 128b7c790e My mistake...
crackcomm 5a07b5430e .admin-dl-horizontal
crackcomm 868d921f7b Description list instead of div's in admin Dashboard & Configuration.
Unknown e938863ae6 Mirror fix on UI
Unknown 03cc39ea12 Mirror fix on
slene b1627672f9 fix link
slene 4c70249f75 fix some link
slene 816bb08720 fix link
slene d6c9e3413a fix display bare repo
slene 578d981d7e display bare repo page
slene b27c34f39a update git api. fix link... and so on
Unknown 107a1eadac Finish close and reopen issue, install page, ready going to test stage of v0.2.0
Unknown 1f671e5d29 Merge branch 'master' of github.com:gogits/gogs
Unknown cad2ced394 Bug fix
FuXiaoHei 5ab3962b12 fix issue button text change
Unknown ffa59739b6 Add edit issue
Unknown 2c073afbec Mirror fix and update
FuXiaoHei ecce694d77 issue content ajax preview
FuXiaoHei 035facc564 Merge branch 'master' of https://github.com/gogits/gogs
FuXiaoHei f0d5c3992b issue ajax edit
Unknown 8282828820 Fix action email bug
Unknown beb1761d7c Mirror fix
FuXiaoHei bf2e76fc7e change issue reopen and close btn
Unknown 6e376bb85c Working on install page
Unknown a55941ff83 Add auto-detect home directory
FuXiaoHei 9047cadcd3 issue close and reopen block ui
Unknown 76b8642348 Bug fix
Unknown cb05b8325c Update config option
slene 6bd4f34c8d fix commits button
Unknown 0fd754bbe0 Working on install page
Unknown 5344a03003 Bug fix
Unknown eb6021f73f Fix issue pages URL params
Unknown 34f4af9ebf Working on issue and install page
Unknown f76eb8a666 IP: RC Code Review
slene 6b43067e1b image display in diff page
Unknown 3144fac03c IP: RC Code Review
slene bce8586bc6 Merge branch 'master' of github.com:gogits/gogs
slene 346db02d89 fix image display
slene 677643b812 fix read commit source
Unknown 743593f791 Merge branch 'master' of github.com:gogits/gogs
Conflicts:
	templates/issue/view.tmpl
Unknown f470c241d6 IP: RC Code Review
FuXiaoHei e1e2eee508 update issue view page
FuXiaoHei c796ed3849 update install page ui
Unknown dd6246877d Almost done diff page
Unknown 4b9eef50c9 Add comment of issue
FuXiaoHei 08405a4fea add issue view ui
Unknown ed9b7d2db9 More on diff page
Lunny Xiao 3a27a0c146 improved diff
Unknown a3d0d29496 Merge branch 'master' of github.com:gogits/gogs
Unknown 87de66561c Start working on diff page
FuXiaoHei a8623ec104 fix init-tabs bug
Jake Scott 60b83ce0c6 Fix up the spelling on the intro :)
Unknown d3b8e9daa1 Add notify watcher action
Unknown 2fa8d0c8dd Added create issue
FuXiaoHei 23d103c721 issue list in user
FuXiaoHei e5d8fe41c4 issue create page ui
Unknown e95be2cb3e Merge branch 'master' of github.com:gogits/gogs
Conflicts:
	conf/app.ini
Unknown eeb793524f Check run user
FuXiaoHei 2a2f025388 change css name style
FuXiaoHei 6e33e54e71 add issue-create template file
FuXiaoHei 7f6126dd04 install sample page
slene 123c7b44e8 fix
FuXiaoHei 79633ab1fb file size and file raw style update
FuXiaoHei 8909935a10 Merge branch 'master' of https://github.com/gogits/gogs
FuXiaoHei 62b05c1e22 top-nav sign-up btn change to text link
slene 52959c988c fix
slene ff36248419 raw download
FuXiaoHei 92a6058e29 zip download button, repo single file buttons
FuXiaoHei 3473aa9e42 repo single file raw button
FuXiaoHei c9e1eb0a0d diff page ui
FuXiaoHei 5e22f1437a diff page ui
Unknown b9b82cfe47 Mirror updates
Unknown f8cfb81fb0 Mirror updates
Unknown 6bc7ae971a Mirror fix
slene 809a4eab67 Merge branch 'master' of github.com:gogits/gogs
slene 559cd63fc5 fix code view indentation
Unknown 97debac185 SSL enable config option
Unknown c386bb4bd3 Bug fix
Unknown 1eb078d0a8 Fix action
FuXiaoHei c9e830cefb fix dropdown close bug
FuXiaoHei 13b6e06943 404 and 500 page ui
FuXiaoHei 1a16b3e99a repo options ui
FuXiaoHei 47493a0191 use ctx.Handle to handle 404 page
Unknown ad31893bbb Update README
Unknown cb52f6d07d Add auto-login
Unknown 59ffdbf6f8 Add create, list, view issue
slene 5edd57e482 Merge branch 'master' of github.com:gogits/gogs
slene 076fc98d98 add csrf check
Unknown fd1831052c Update session
Unknown 0d1872ebe3 Add admin memStatus panel
Unknown 7a1ff8636c Add config option: Picture cache path
Unknown 76cd448e79 Add admin delete user
Unknown f219ddcf4e Add log config panel in admin
FuXiaoHei 9218f76c8e Merge remote-tracking branch 'origin/master'
FuXiaoHei 011134e0af add clone link in repo index page
Unknown d40499e7fa Finsih mail resend limit
FuXiaoHei 85abe5132e fix navbar button ui
FuXiaoHei 14ddb8b1fa fix dashboard repo link
FuXiaoHei ecc61ced41 update admin nav ui
Unknown e4053f5e98 Mirror update
Unknown 30618b271a Add admin edit user
Unknown e67653cf13 Bug fix
Unknown c1576b4c40 Add admin add user
Unknown f6596f11c4 All configuration reload-able
Unknown 369ddf76a8 Batch fix
Unknown 06631ab91f Basic admin data table, models changes
FuXiaoHei 1a0d7c54a2 repo watching ajax
FuXiaoHei 42b08ff261 fix single bare page link
slene de956c4776 linenums
slene c6bd723ce1 Merge branch 'master' of github.com:gogits/gogs
Conflicts:
	public/js/app.js
FuXiaoHei c7b6fbfd46 clean padding in single file page
Unknown e8a49c7746 Add data to ui
FuXiaoHei cb80111e89 guide page for bare repo
some ui fix
Unknown 9f9cd6bfc6 Work on admin
slene 21379e30a1 fix link
slene 8ef46e90e5 fix
slene 24678d73f5 read single file
Unknown 805732fdc7 Mirror fix
Unknown a922c3ff6a Watch backend
Unknown 601c10309d Bug fix
Unknown 757f360949 Render data in commit list page
Unknown 35d473f04a Finish verify email
Gogs c6e12d2568 add up url in file list
Unknown a22c4ba71d Merge branch 'master' of github.com:gogits/gogs
Unknown ddbd2ce152 Add register mail tpl
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.
FuXiaoHei 3634d1ee32 Merge branch 'master' of https://github.com/gogits/gogs
FuXiaoHei 42b85a9698 Merge branch 'master' of https://github.com/gogits/gogs
FuXiaoHei 89041248d4 repo commit list ui
Unknown 8e1f339fd6 Merge branch 'master' of github.com:gogits/gogs
Unknown dd8e7868ce Mirror fix
Gogs 56af7e99a8 fork render
Unknown 0da4975f4f Working on register mail confirmation
Unknown bf1d1f9579 Merge branch 'master' of github.com:gogits/gogs
Unknown a2fbb24615 Add active page
FuXiaoHei 06af48503c repo description ui update
FuXiaoHei 78097a2c5a Merge branch 'master' of https://github.com/gogits/gogs
Lunny Xiao 9e8e910bd6 merge
Lunny Xiao 3da325591b bug fixed for commits list
Unknown fbd252c1cf Mirror fix
FuXiaoHei 9533b23272 theme changes
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 f31151e681 Add commit link for file list
Unknown e51afe4621 Add postgres support, clean code, code review
Lunny Xiao 45a6444b1e add commits
slene f90e37ade0 fixed
Unknown ee93186f72 Mirror change
slene 5bc2a1a6f9 show readme.md
slene 26f9962b6e clone in ssh
FuXiaoHei 3a3ac1f0f3 repo branch page ui
FuXiaoHei 24d91ecda8 ui and js update
slene 3a2eee0827 fix repo setting and delete repo
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 ec65be79f0 Fix commit feed ui
slene c9bf526be7 markdown & code style
slene 1f9ced7960 file list style
slene f6e32b1b08 finish delete ssh key and delete account. all with confirm.
Unknown 0754dd2f95 Add delete all feeds when delete account
Unknown ca956d5cec Add generate fingerprint of ssh key
Unknown 8de9517862 Mirror fix
Unknown 828c89de99 Clean code
slene 631deb2e7d Merge branch 'master' of github.com:gogits/gogs
slene 606ad6dcd0 update user repos style
Unknown 8fb4b3afad Add template func FileSize
Unknown dfcae2a97a Add repo list data, need front-end fix
Lunny Xiao f047df6e2b Merge branch 'master' of github.com:gogits/gogs
Lunny Xiao 6bdd6f9b18 add size for file
Unknown b3373aa8d3 Mirror fix
Unknown f174633b36 Clean code
slene 0791d01513 update tmpl
Unknown e9fdf1031d Clean code
Unknown 4b8e888437 Finish feeds
slene 06deed820d Add HomeLink and AvatarLink to User model. Please use .SignedUser in template.
Unknown adb17791bd Add basic render of public act
slene 2289ff20bf That's one small step for man, one giant leap for gopher.
Lunny Xiao d80f43ca81 bug fixed
Lunny Xiao b27e8e87f8 add tree view
Lunny Xiao 607303e4de add id
FuXiaoHei d18237850c add draft page for empty link
Unknown 398809b135 Combine UI and data in repo home page
FuXiaoHei 8d1fcdaf2c repo page ui
Unknown 1ce17cce76 Add log.handle
Unknown 47edf7f4f9 Finish update password and profile
FuXiaoHei 9c0672e0dd user update-password page ui
Unknown 52de63e7bb Allow 1 letter usernames
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 f65d8f9144 single repository page ui, add spec handler to get repo
FuXiaoHei 555c8f1d91 Merge remote-tracking branch 'origin/master'
FuXiaoHei 4fff38856e single repository page ui preview
Lunny Xiao 08feaf3ded add repo router
Unknown af5435d586 Bug fix
Unknown 12f81de349 Finish delete user
FuXiaoHei 4f4ec9321f dashboard ui
Lunny Xiao b5cc4078a9 add repo list of dashboard
Unknown fdc4151ff3 Finish create repo
FuXiaoHei 63d2f74c21 begin dashboard ui
FuXiaoHei 295cfd42aa finish user delete page ui
FuXiaoHei 7f92579905 finish user delete page ui
Unknown 897329a644 Add add and delete SSH key
FuXiaoHei efa039a0f7 finish ssh key pages ui
FuXiaoHei 46687f391c ssh keys operation page ui
Unknown 76ce6f9848 Update repo.Create
Unknown a2a59f8ad1 Change /user/profile URL to /user/:username
Unknown ba5c7ea771 Add SignInRequire and SignOutRequire middleware
Lunny Xiao 8e821c75d7 add publickey list
Lunny Xiao e246f2188e add list for repo basic
Unknown 90223dcfc4 Bug fix
Unknown 56a7ab4da5 Finish log in user
Unknown d8b92b4bc9 Merge branch 'master' of github.com:gogits/gogs
Conflicts:
	templates/user/signup.tmpl
Unknown 1249392c83 Finish register user
FuXiaoHei 4c1858c07b navbar active status
FuXiaoHei 9cd14f97c2 register js validation
FuXiaoHei 4b912b9ae6 signed-in dashboard and navbar changes
Unknown 5959e344a9 Optimize validate
Unknown c6f2c23b05 Add binding form for register user
Unknown e59f90b8fe Update
Lunny Xiao fea660f1d7 merged
FuXiaoHei 39ac95e5a2 nav ui for user logged
FuXiaoHei d8a24aff8c display login error message when login post error
Lunny Xiao defcc9374b Merge branch 'master' of github.com:gogits/gogs
Lunny Xiao 0632198a40 add create repository button
FuXiaoHei 71bae3ebd3 ui for repo/create page
Lunny Xiao c5132b87a6 finished signin and login
FuXiaoHei ffe0ba562c ui for user/profile page, only skeleton
FuXiaoHei ffcfd428b8 ui design for sign-in and sign-up page
add /login and /sign-up link for user signing
fix typo error
Lunny Xiao 52984f85d5 add publickey
Lunny Xiao f7826d4ed7 create repository from web
Unknown 594ec0b659 Add code of add public key
Unknown 8962b39648 Add routers for create and delete repo
Unknown d4728fafaf Able to config app name
Unknown 3eb1ab9e8b Add UI for register user
Unknown b1c5adc2f2 Setup templates structure
Unknown 96b317d3ff Init commit