summaryrefslogtreecommitdiffstats
path: root/cmd/web.go
Commit message (Expand)AuthorAgeFilesLines
* #1101 Anyone can see organization pages even without logging in when sign in ...Unknwon2015-03-231-1/+1
* Put default config into binaryUnknwon2015-03-181-2/+12
* #1079: Custom robots.txt should be send with plaintext content-typeUnknwon2015-03-181-2/+2
* #851: Edit Account does not take into consideration password rulesUnknwon2015-03-171-1/+1
* Merge branch 'access' of github.com:gogits/gogs into accessUnknwon2015-02-221-2/+2
|\
| * Updating context and fixing permission issuesPeter Smit2015-02-161-2/+2
* | routers: able to migrate repo from local pathUnknwon2015-02-221-2/+2
* | models: fix XORM API breakUnknwon2015-02-141-2/+1
|/
* cmd: code fix for #905Unknwon2015-02-081-2/+3
* Add option to provide configuration file on command linePeter Smit2015-02-051-0/+4
* cmd: update csrf version requirementUnknwon2015-02-041-1/+1
* routers: save partial config when installUnknwon2015-02-011-2/+2
* cmd: CMD option for port number of `gogs web` to prevent first time run conflictUnknwon2015-02-011-5/+13
* update with depsUnknwon2015-01-171-3/+3
* prepare for mirror update releaseUnknwon2015-01-051-2/+2
* use new Redis clientUnknwon2015-01-031-2/+2
* add cache version requireUnknwon2015-01-021-0/+1
* Optmize git-fsck options and fix #820Unknwon2015-01-021-0/+2
* fix cache dep API brokenUnknwon2014-12-311-3/+3
* fix 500: E-mail already used in user settings pageUnknwon2014-12-291-3/+3
* fix API changesUnknwon2014-12-281-4/+1
* fix invite bug(shouldn't include full name to search box)Unknwon2014-12-221-2/+3
* mirror fix and updateUnknwon2014-12-201-1/+1
* Merge pull request #755 from phsmit/multiple_emails无闻2014-12-201-0/+3
|\
| * Finish method for having multiple emails/user.Peter2014-12-171-0/+3
* | update locale and mirror code formatUnknwon2014-12-191-2/+2
|/
* fix binding api brokenUnknwon2014-12-151-10/+16
* api: able to create repo and fix #726Unknwon2014-12-121-5/+8
* mirror code cleanUnknwon2014-12-111-2/+1
* increase minimum version vor HTTPS to TLS 1.0 (POODLE, fixes #730)Henry2014-12-111-1/+4
* Finish new UI for release pageUnknwon2014-12-101-5/+8
* fix #687Unknwon2014-11-301-2/+4
* fix oauth2Unknwon2014-11-281-2/+8
* Merge branch 'dev' of github.com:gogits/gogs into devUnknwon2014-11-241-0/+1
|\
| * add milestone page designfuxiaohei2014-11-241-0/+1
* | fix #660Unknwon2014-11-241-0/+1
|/
* custom avatar uploadUnknwon2014-11-211-0/+8
* more APIs on #12Unknwon2014-11-181-1/+9
* add pull-request and labels page designfuxiaohei2014-11-171-0/+2
* GetFile apiUnknwon2014-11-161-0/+1
* use AppSubUrl as prefix for routes in FCGI modeKyle P Davis2014-11-161-0/+3
* #12, use go-gogs-clientUnknwon2014-11-141-1/+1
* #12, add/edit hookUnknwon2014-11-131-3/+6
* #12, API: list user repos, list repo hooksUnknwon2014-11-131-2/+7
* add personal access token panel #12Unknwon2014-11-121-4/+2
* work on #609Unknwon2014-11-071-9/+5
* Fix #605, fix #255, fix #101Unknwon2014-11-061-11/+9
* Work on #5 fork and fix #608Unknwon2014-11-051-2/+4
* fix session API broken and SQL pretectionUnknwon2014-11-041-1/+1
* Add basic FCGI supportAndy Leap2014-11-031-0/+3