aboutsummaryrefslogtreecommitdiff
path: root/modules/auth/repo_form.go
Commit message (Collapse)AuthorAge
* fix import path, fix #1782Unknwon2015-10-15
|
* work on #1570Unknwon2015-09-03
|
* fix migrate apiUnknwon2015-09-03
|
* fix migrate APIUnknwon2015-09-03
|
* new repo options UIUnknwon2015-08-30
|
* webhook APIsUnknwon2015-08-29
|
* new create webhook eventUnknwon2015-08-28
|
* #1487 Readme TemplateUnknwon2015-08-28
|
* complate list of gitignores and licensesUnknwon2015-08-28
|
* new edit webhook UIUnknwon2015-08-27
|
* new create webhook UIUnknwon2015-08-27
|
* finish close/reopen issueUnknwon2015-08-13
|
* finish view comments on issue pageUnknwon2015-08-13
|
* finish attachments when create issueUnknwon2015-08-11
|
* finish create issue with labelsUnknwon2015-08-10
|
* UI: create issue with title and contentUnknwon2015-08-09
|
* milestone: create pageUnknwon2015-08-05
|
* UI: CURD labelsUnknwon2015-07-24
| | | | - fix update lable break connection with repository
* UI: basic label listUnknwon2015-07-24
| | | | - create new label
* remove unused scripts and simplify migrate form definitionUnknwon2015-03-11
|
* routers: able to migrate repo from local pathUnknwon2015-02-22
| | | | - modules/middleware/context.go: add HandleAPI method
* Remove GoGet option from repository and handle it with ?go-get=1 insteadPeter Smit2015-02-17
| | | | The normal go get protocol is to show the go-import meta tag when ?go-get=1 is appended to the url. This commit implements that behaviour and cleans the go-get option from the repository settings page.
* api: able to create repo and fix #726Unknwon2014-12-12
| | | | | - POST /user/repos - POST /org/:org/repos
* Finish new UI for release pageUnknwon2014-12-10
|
* update slack hook to use new formatChristopher Brickley2014-10-24
|
* Use binding middlewareUnknwon2014-10-15
|
* Fix #522Unknwon2014-10-06
|
* UI fixUnknwon2014-09-13
|
* Fix #453Unknwon2014-09-09
|
* add Slack API webhook supportChristopher Brickley2014-08-31
|
* Finish new web hook pagesUnknwon2014-08-09
|
* Fix invalid struct tags and remove unreachable code.Justin Nuß2014-08-04
|
* Finish new repo settings pageUnknwon2014-08-02
|
* Finish new migrate pageUnknwon2014-08-01
|
* New UI merge in progressUnknwon2014-07-26