summaryrefslogtreecommitdiffstats
path: root/cmd
Commit message (Collapse)AuthorAgeFilesLines
* work on PR conversationUnknwon2015-09-011-2/+3
|
* new edit webhook UIUnknwon2015-08-271-13/+12
|
* new create webhook UIUnknwon2015-08-271-6/+7
|
* new webhooks list UIUnknwon2015-08-261-14/+27
|
* new repo git hooks UIUnknwon2015-08-261-3/+3
|
* 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-082-4/+6
|
* 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-062-24/+54
|
* Merge branch 'develop' of github.com:gogits/gogs into feature/milestoneUnknwon2015-08-051-45/+49
|\ | | | | | | | | | | | | # Conflicts: # gogs.go # models/issue.go # templates/.VERSION
| * allow anonymous SSH cloneUnknwon2015-08-051-45/+49
| |
* | 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-252-0/+8
|
* Merge branch 'develop' of github.com:gogits/gogs into feature/page_issuesUnknwon2015-07-252-7/+8
|\
| * Merge branch 'master' of github.com:gogits/gogs into developUnknwon2015-07-251-7/+7
| |\
| | * Merge pull request #1336 from technosophos/master无闻2015-07-251-7/+7
| | |\ | | | | | | | | Fix minor spelling issues.
| | | * Fix minor spelling issues.Matt Butcher2015-06-181-7/+7
| | | |
| * | | Merge pull request #1358 from nice-software/wip/certCommonName无闻2015-07-251-0/+1
| |\ \ \ | | |/ / | |/| | Add CommonName to the self signed certificate
| | * | Add CommonName to the self signed certificatePaolo Borelli2015-07-111-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | Without a CN the self signed certificate is considered invalid by chrome. You can check with: openssl x509 -in cert.pem -subject -noout
* | | | UI: basic label listUnknwon2015-07-241-4/+3
| | | | | | | | | | | | | | | | - create new label
* | | | UI: basci issue list without filtersUnknwon2015-07-241-9/+13
|/ / / | | | | | | | | | | | | - fix isRead check - fix paging
* / / #1128: API calls are not hidden behind sign inUnknwon2015-07-151-1/+1
|/ /