aboutsummaryrefslogtreecommitdiff
path: root/cmd
Commit message (Collapse)AuthorAge
...
* finish PR UIUnknwon2015-09-02
|
* work on PR conversationUnknwon2015-09-01
|
* new edit webhook UIUnknwon2015-08-27
|
* new create webhook UIUnknwon2015-08-27
|
* new webhooks list UIUnknwon2015-08-26
|
* new repo git hooks UIUnknwon2015-08-26
|
* new org dashboard issuesUnknwon2015-08-25
|
* add confirmation to delete ssh keyUnknwon2015-08-20
|
* allow edit issue and commentUnknwon2015-08-20
|
* able edit issue titleUnknwon2015-08-19
|
* minor fix on API responseUnknwon2015-08-19
|
* minor fix on API responseUnknwon2015-08-19
|
* only assign auto-admin when sign up by webUnknwon2015-08-19
|
* new access token UIUnknwon2015-08-19
|
* new delete account UI and password confirmationUnknwon2015-08-19
|
* new UI on admin/monitorUnknwon2015-08-19
|
* detect kill signalUnknwon2015-08-18
|
* #1419: 500 when visit a issue with issue/comments of deleted userUnknwon2015-08-15
|
* able edit issue labels/milestone/assigneeUnknwon2015-08-15
|
* finish view comments on issue pageUnknwon2015-08-13
|
* add cache-control for attachmentsUnknwon2015-08-12
|
* fix serve attachment content typeUnknwon2015-08-12
|
* finish attachments when create issueUnknwon2015-08-11
|
* finish create issue attachment UIUnknwon2015-08-11
|
* UI: create issue with title and contentUnknwon2015-08-09
|
* WIP: create PR - choose branchUnknwon2015-08-08
|
* improve fork processUnknwon2015-08-08
|
* fix private repo cannot trigger hook by SSHUnknwon2015-08-08
|
* remove Index field of milestoneUnknwon2015-08-06
|
* better version checkerUnknwon2015-08-06
|
* #334: Add Deployment Key SupportUnknwon2015-08-06
|
* Merge branch 'develop' of github.com:gogits/gogs into feature/milestoneUnknwon2015-08-05
|\ | | | | | | | | | | | | # Conflicts: # gogs.go # models/issue.go # templates/.VERSION
| * allow anonymous SSH cloneUnknwon2015-08-05
| |
* | finish new milestone pageUnknwon2015-08-05
| |
* | milestone: editUnknwon2015-08-05
| |
* | milestone: paginationUnknwon2015-08-04
| |
* | milestone: list viewUnknwon2015-08-03
|/
* fix check template versionUnknwon2015-08-02
|
* fix disable router log optionUnknwon2015-07-31
|
* fix #1227Unknwon2015-07-31
|
* fix #1305Unknwon2015-07-28
|
* #835: Realtime webhooksUnknwon2015-07-25
|
* Merge branch 'develop' of github.com:gogits/gogs into feature/page_issuesUnknwon2015-07-25
|\
| * Merge branch 'master' of github.com:gogits/gogs into developUnknwon2015-07-25
| |\
| | * Merge pull request #1336 from technosophos/master无闻2015-07-25
| | |\ | | | | | | | | Fix minor spelling issues.
| | | * Fix minor spelling issues.Matt Butcher2015-06-18
| | | |
| * | | Merge pull request #1358 from nice-software/wip/certCommonName无闻2015-07-25
| |\ \ \ | | |/ / | |/| | Add CommonName to the self signed certificate
| | * | Add CommonName to the self signed certificatePaolo Borelli2015-07-11
| | | | | | | | | | | | | | | | | | | | | | | | 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-24
| | | | | | | | | | | | | | | | - create new label
* | | | UI: basci issue list without filtersUnknwon2015-07-24
|/ / / | | | | | | | | | | | | - fix isRead check - fix paging