aboutsummaryrefslogtreecommitdiff
path: root/gogs.go
Commit message (Collapse)AuthorAge
* cmd/serve.go: remove useless codeUnknwon2015-03-01
|
* models: done testing on new access systemUnknwon2015-02-28
|
* models: fix issue with transfer repositoryUnknwon2015-02-24
| | | | README: fix typo
* v4 migration, merge 'dev', clean code and mirror fixUnknwon2015-02-23
|
* templates/org/home.tmpl: fix org member can't see public repoUnknwon2015-02-22
|
* templates/user/settings/emial.tmpl: little fix on UIUnknwon2015-02-21
| | | | | - routers/user: little code format - conf/locale: update French locale
* models: fix XORM API breakUnknwon2015-02-14
| | | | cmd/web.go: check version after load config
* templates/user/auth/signin.tmpl: hide sign up prompt when registration is ↵Unknwon2015-02-12
| | | | disabled #884
* better naming on #891Unknwon2015-02-11
|
* able to allow insecure certification of webhook for #891Unknwon2015-02-10
|
* templates/ng/base: change year to 2015, fix #928Unknwon2015-02-09
| | | | - conf/locale: update Japanese locale
* cmd: code fix for #905Unknwon2015-02-08
| | | | | | | - 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)
* able to disable SSH for #883Unknwon2015-02-07
|
* modules/base: fix markdown mention regex for #826Unknwon2015-02-06
| | | | - conf/locale: add mew translator profile
* models: sanitize user full name when update settingsUnknwon2015-02-04
|
* modules/base: fix README filename checker, fix #877Unknwon2015-02-02
|
* public/ng: fix auto-completion #832Unknwon2015-02-01
|
* routers/repo: set raw page content type to 'text/plain' #828Unknwon2015-01-31
|
* modules/base: add RenderCommitMessage with XSS-safe and special linksUnknwon2015-01-30
| | | | - update russian locale
* fix #828, may cause unintentional break in other features, but security is no.1Unknwon2015-01-20
|
* use new Redis clientUnknwon2015-01-03
|
* fix #805Unknwon2015-01-02
|
* work on #784Unknwon2015-01-02
|
* fix 500: E-mail already used in user settings pageUnknwon2014-12-29
|
* fix invite bug(shouldn't include full name to search box)Unknwon2014-12-22
|
* work on #756Unknwon2014-12-17
|
* fix #741Unknwon2014-12-16
|
* fix binding api brokenUnknwon2014-12-15
|
* prepare for 0.5.9Unknwon2014-12-13
|
* modes/repo: incorrect SSH clone URL for #742Unknwon2014-12-13
|
* api: able to create repo and fix #726Unknwon2014-12-12
| | | | | - POST /user/repos - POST /org/:org/repos
* mirror code cleanUnknwon2014-12-11
|
* fix compile errorUnknwon2014-12-10
|
* fix #711Unknwon2014-12-09
|
* fix #165Unknwon2014-12-05
|
* fix #580Unknwon2014-11-30
|
* fix oauth2Unknwon2014-11-28
|
* fix #664Unknwon2014-11-25
|
* fix #660Unknwon2014-11-24
|
* Fix 653Unknwon2014-11-22
|
* custom avatar uploadUnknwon2014-11-21
|
* fix invalid user links in admin panelsUnknwon2014-11-19
|
* more APIs on #12Unknwon2014-11-18
|
* fox #620Unknwon2014-11-17
|
* support duoshuo mirror of gravatarUnknwon2014-11-16
|
* #12, use go-gogs-clientUnknwon2014-11-14
|
* #12, API: list user repos, list repo hooksUnknwon2014-11-13
|
* add personal access token panel #12Unknwon2014-11-12
|
* work on #616 and update localesUnknwon2014-11-10
|
* work on #609Unknwon2014-11-07
|