aboutsummaryrefslogtreecommitdiffstats
path: root/gogs.go
Commit message (Collapse)AuthorAgeFilesLines
* fix about #1289Unknwon2015-07-191-1/+1
|
* Disable log color in prod modeUnknwon2015-07-161-1/+1
|
* #1128: API calls are not hidden behind sign inUnknwon2015-07-151-1/+1
|
* use pam and update TRANSLATORSUnknwon2015-07-141-1/+1
|
* fix #1112Unknwon2015-07-101-1/+1
|
* UI: install - doneUnknwon2015-07-091-1/+1
|
* UI: install - new versionUnknwon2015-07-081-1/+1
|
* update UI frameworkUnknwon2015-07-071-1/+1
|
* add config options for HELOUnknwon2015-07-031-1/+1
|
* #1073 #1162 issue ID constraint failedUnknwon2015-03-271-1/+1
|
* mirror fix of #1105Unknwon2015-03-251-1/+1
|
* #1143 Team member access lost when adding repository collaboratorUnknwon2015-03-241-1/+1
| | | | - fix bug when add a repo to team, all other team members gets access as well
* #1080: Remove footer ads/branding from default templateUnknwon2015-03-231-1/+1
|
* add sr-only class, change to new tag lineUnknwon2015-03-201-1/+1
|
* #1094: fix localeUnknwon2015-03-191-1/+1
|
* prepare for 0.6 releaseUnknwon2015-03-181-1/+1
|
* #1064: X-Gogs-Event header is emptyUnknwon2015-03-181-1/+1
|
* #851: Edit Account does not take into consideration password rulesUnknwon2015-03-171-1/+1
|
* #1040: dashboard no longer accessible when repo is missingUnknwon2015-03-161-1/+1
|
* fix HTTP/HTTPS push update func call panic #1037 and `http: multiple ↵Unknwon2015-03-121-1/+1
| | | | response.WriteHeader calls`
* remove unused scripts and simplify migrate form definitionUnknwon2015-03-111-1/+1
|
* cmd/serve.go: remove useless codeUnknwon2015-03-011-1/+1
|
* models: done testing on new access systemUnknwon2015-02-281-1/+1
|
* models: fix issue with transfer repositoryUnknwon2015-02-241-1/+1
| | | | README: fix typo
* v4 migration, merge 'dev', clean code and mirror fixUnknwon2015-02-231-1/+1
|
* templates/org/home.tmpl: fix org member can't see public repoUnknwon2015-02-221-1/+1
|
* templates/user/settings/emial.tmpl: little fix on UIUnknwon2015-02-211-1/+1
| | | | | - routers/user: little code format - conf/locale: update French locale
* models: fix XORM API breakUnknwon2015-02-141-1/+1
| | | | cmd/web.go: check version after load config
* templates/user/auth/signin.tmpl: hide sign up prompt when registration is ↵Unknwon2015-02-121-1/+1
| | | | disabled #884
* better naming on #891Unknwon2015-02-111-1/+1
|
* able to allow insecure certification of webhook for #891Unknwon2015-02-101-1/+1
|
* templates/ng/base: change year to 2015, fix #928Unknwon2015-02-091-1/+1
| | | | - conf/locale: update Japanese locale
* cmd: code fix for #905Unknwon2015-02-081-2/+1
| | | | | | | - 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-071-1/+1
|
* modules/base: fix markdown mention regex for #826Unknwon2015-02-061-1/+1
| | | | - conf/locale: add mew translator profile
* models: sanitize user full name when update settingsUnknwon2015-02-041-1/+1
|
* modules/base: fix README filename checker, fix #877Unknwon2015-02-021-1/+1
|
* public/ng: fix auto-completion #832Unknwon2015-02-011-1/+1
|
* routers/repo: set raw page content type to 'text/plain' #828Unknwon2015-01-311-1/+1
|
* modules/base: add RenderCommitMessage with XSS-safe and special linksUnknwon2015-01-301-1/+1
| | | | - update russian locale
* fix #828, may cause unintentional break in other features, but security is no.1Unknwon2015-01-201-1/+1
|
* use new Redis clientUnknwon2015-01-031-1/+1
|
* fix #805Unknwon2015-01-021-1/+1
|
* work on #784Unknwon2015-01-021-1/+1
|
* fix 500: E-mail already used in user settings pageUnknwon2014-12-291-1/+1
|
* fix invite bug(shouldn't include full name to search box)Unknwon2014-12-221-1/+1
|
* work on #756Unknwon2014-12-171-1/+1
|
* fix #741Unknwon2014-12-161-1/+1
|
* fix binding api brokenUnknwon2014-12-151-1/+1
|
* prepare for 0.5.9Unknwon2014-12-131-1/+1
|