summaryrefslogtreecommitdiffstats
path: root/modules/auth/repo_form.go
Commit message (Collapse)AuthorAgeFilesLines
* finish close/reopen issueUnknwon2015-08-131-1/+1
|
* finish view comments on issue pageUnknwon2015-08-131-0/+10
|
* finish attachments when create issueUnknwon2015-08-111-0/+1
|
* finish create issue with labelsUnknwon2015-08-101-2/+2
|
* UI: create issue with title and contentUnknwon2015-08-091-5/+5
|
* milestone: create pageUnknwon2015-08-051-3/+3
|
* UI: CURD labelsUnknwon2015-07-241-0/+1
| | | | - fix update lable break connection with repository
* UI: basic label listUnknwon2015-07-241-2/+2
| | | | - create new label
* remove unused scripts and simplify migrate form definitionUnknwon2015-03-111-7/+7
|
* routers: able to migrate repo from local pathUnknwon2015-02-221-1/+1
| | | | - modules/middleware/context.go: add HandleAPI method
* Remove GoGet option from repository and handle it with ?go-get=1 insteadPeter Smit2015-02-171-1/+0
| | | | 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-121-1/+1
| | | | | - POST /user/repos - POST /org/:org/repos
* Finish new UI for release pageUnknwon2014-12-101-1/+0
|
* update slack hook to use new formatChristopher Brickley2014-10-241-2/+1
|
* Use binding middlewareUnknwon2014-10-151-23/+21
|
* Fix #522Unknwon2014-10-061-1/+1
|
* UI fixUnknwon2014-09-131-1/+1
|
* Fix #453Unknwon2014-09-091-3/+3
|
* add Slack API webhook supportChristopher Brickley2014-08-311-5/+19
|
* Finish new web hook pagesUnknwon2014-08-091-1/+1
|
* Fix invalid struct tags and remove unreachable code.Justin Nuß2014-08-041-1/+1
|
* Finish new repo settings pageUnknwon2014-08-021-1/+1
|
* Finish new migrate pageUnknwon2014-08-011-2/+2
|
* New UI merge in progressUnknwon2014-07-261-0/+165