Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | finish PR UI | Unknwon | 2015-09-02 | |
| | ||||
* | work on PR conversation | Unknwon | 2015-09-01 | |
| | ||||
* | new edit webhook UI | Unknwon | 2015-08-27 | |
| | ||||
* | new create webhook UI | Unknwon | 2015-08-27 | |
| | ||||
* | new webhooks list UI | Unknwon | 2015-08-26 | |
| | ||||
* | new repo git hooks UI | Unknwon | 2015-08-26 | |
| | ||||
* | new org dashboard issues | Unknwon | 2015-08-25 | |
| | ||||
* | add confirmation to delete ssh key | Unknwon | 2015-08-20 | |
| | ||||
* | allow edit issue and comment | Unknwon | 2015-08-20 | |
| | ||||
* | able edit issue title | Unknwon | 2015-08-19 | |
| | ||||
* | minor fix on API response | Unknwon | 2015-08-19 | |
| | ||||
* | minor fix on API response | Unknwon | 2015-08-19 | |
| | ||||
* | only assign auto-admin when sign up by web | Unknwon | 2015-08-19 | |
| | ||||
* | new access token UI | Unknwon | 2015-08-19 | |
| | ||||
* | new delete account UI and password confirmation | Unknwon | 2015-08-19 | |
| | ||||
* | new UI on admin/monitor | Unknwon | 2015-08-19 | |
| | ||||
* | detect kill signal | Unknwon | 2015-08-18 | |
| | ||||
* | #1419: 500 when visit a issue with issue/comments of deleted user | Unknwon | 2015-08-15 | |
| | ||||
* | able edit issue labels/milestone/assignee | Unknwon | 2015-08-15 | |
| | ||||
* | finish view comments on issue page | Unknwon | 2015-08-13 | |
| | ||||
* | add cache-control for attachments | Unknwon | 2015-08-12 | |
| | ||||
* | fix serve attachment content type | Unknwon | 2015-08-12 | |
| | ||||
* | finish attachments when create issue | Unknwon | 2015-08-11 | |
| | ||||
* | finish create issue attachment UI | Unknwon | 2015-08-11 | |
| | ||||
* | UI: create issue with title and content | Unknwon | 2015-08-09 | |
| | ||||
* | WIP: create PR - choose branch | Unknwon | 2015-08-08 | |
| | ||||
* | improve fork process | Unknwon | 2015-08-08 | |
| | ||||
* | fix private repo cannot trigger hook by SSH | Unknwon | 2015-08-08 | |
| | ||||
* | remove Index field of milestone | Unknwon | 2015-08-06 | |
| | ||||
* | better version checker | Unknwon | 2015-08-06 | |
| | ||||
* | #334: Add Deployment Key Support | Unknwon | 2015-08-06 | |
| | ||||
* | Merge branch 'develop' of github.com:gogits/gogs into feature/milestone | Unknwon | 2015-08-05 | |
|\ | | | | | | | | | | | | | # Conflicts: # gogs.go # models/issue.go # templates/.VERSION | |||
| * | allow anonymous SSH clone | Unknwon | 2015-08-05 | |
| | | ||||
* | | finish new milestone page | Unknwon | 2015-08-05 | |
| | | ||||
* | | milestone: edit | Unknwon | 2015-08-05 | |
| | | ||||
* | | milestone: pagination | Unknwon | 2015-08-04 | |
| | | ||||
* | | milestone: list view | Unknwon | 2015-08-03 | |
|/ | ||||
* | fix check template version | Unknwon | 2015-08-02 | |
| | ||||
* | fix disable router log option | Unknwon | 2015-07-31 | |
| | ||||
* | fix #1227 | Unknwon | 2015-07-31 | |
| | ||||
* | fix #1305 | Unknwon | 2015-07-28 | |
| | ||||
* | #835: Realtime webhooks | Unknwon | 2015-07-25 | |
| | ||||
* | Merge branch 'develop' of github.com:gogits/gogs into feature/page_issues | Unknwon | 2015-07-25 | |
|\ | ||||
| * | Merge branch 'master' of github.com:gogits/gogs into develop | Unknwon | 2015-07-25 | |
| |\ | ||||
| | * | Merge pull request #1336 from technosophos/master | 无闻 | 2015-07-25 | |
| | |\ | | | | | | | | | Fix minor spelling issues. | |||
| | | * | Fix minor spelling issues. | Matt Butcher | 2015-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 certificate | Paolo Borelli | 2015-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 list | Unknwon | 2015-07-24 | |
| | | | | | | | | | | | | | | | | - create new label | |||
* | | | | UI: basci issue list without filters | Unknwon | 2015-07-24 | |
|/ / / | | | | | | | | | | | | | - fix isRead check - fix paging |