summaryrefslogtreecommitdiffstats
path: root/cmd/web.go
Commit message (Expand)AuthorAgeFilesLines
* new org dashboard issuesUnknwon2015-08-251-0/+1
* add confirmation to delete ssh keyUnknwon2015-08-201-2/+3
* allow edit issue and commentUnknwon2015-08-201-1/+6
* able edit issue titleUnknwon2015-08-191-1/+1
* minor fix on API responseUnknwon2015-08-191-0/+2
* minor fix on API responseUnknwon2015-08-191-1/+2
* only assign auto-admin when sign up by webUnknwon2015-08-191-1/+2
* new access token UIUnknwon2015-08-191-1/+3
* new delete account UI and password confirmationUnknwon2015-08-191-2/+8
* new UI on admin/monitorUnknwon2015-08-191-11/+0
* detect kill signalUnknwon2015-08-181-0/+11
* #1419: 500 when visit a issue with issue/comments of deleted userUnknwon2015-08-151-1/+1
* able edit issue labels/milestone/assigneeUnknwon2015-08-151-2/+2
* finish view comments on issue pageUnknwon2015-08-131-8/+12
* add cache-control for attachmentsUnknwon2015-08-121-0/+1
* fix serve attachment content typeUnknwon2015-08-121-1/+11
* finish attachments when create issueUnknwon2015-08-111-2/+16
* finish create issue attachment UIUnknwon2015-08-111-1/+4
* UI: create issue with title and contentUnknwon2015-08-091-2/+2
* WIP: create PR - choose branchUnknwon2015-08-081-1/+3
* improve fork processUnknwon2015-08-081-2/+2
* fix private repo cannot trigger hook by SSHUnknwon2015-08-081-2/+4
* remove Index field of milestoneUnknwon2015-08-061-3/+3
* better version checkerUnknwon2015-08-061-4/+5
* #334: Add Deployment Key SupportUnknwon2015-08-061-0/+7
* finish new milestone pageUnknwon2015-08-051-1/+2
* milestone: editUnknwon2015-08-051-2/+2
* milestone: paginationUnknwon2015-08-041-3/+2
* milestone: list viewUnknwon2015-08-031-5/+5
* fix check template versionUnknwon2015-08-021-1/+1
* fix disable router log optionUnknwon2015-07-311-3/+5
* fix #1227Unknwon2015-07-311-1/+5
* fix #1305Unknwon2015-07-281-1/+1
* #835: Realtime webhooksUnknwon2015-07-251-0/+1
* UI: basic label listUnknwon2015-07-241-4/+3
* UI: basci issue list without filtersUnknwon2015-07-241-9/+13
* #1128: API calls are not hidden behind sign inUnknwon2015-07-151-1/+1
* #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