aboutsummaryrefslogtreecommitdiffstats
path: root/templates/repo/create.tmpl
Commit message (Collapse)AuthorAgeFilesLines
* Indent all templates with tabsAdam Strzelecki2015-12-081-109/+109
| | | | | | | | | | | | This commit improves templates readability, since all of them use consistent indent with all template command blocks indented too. 1. Indents both HTML containers such as <div>, <p> and Go HTML template blocks such as {{if}} {{with}} 2. Cleans all trailing white-space 3. Adds trailing last line-break to each file
* fix #650Unknwon2015-11-221-1/+1
|
* UI: long organization name in create repository owner listUnknwon2015-11-181-3/+3
|
* #1657 allow forcing all private reposUnknwon2015-10-251-0/+5
|
* minor fix on templateUnknwon2015-09-071-2/+0
|
* #1021 Forked repo unavailable after deleting original repoUnknwon2015-09-011-1/+1
|
* change checkbox uiUnknwon2015-08-291-1/+1
|
* webhook APIsUnknwon2015-08-291-1/+1
|
* add readme template help linkUnknwon2015-08-281-1/+1
|
* #1487 Readme TemplateUnknwon2015-08-281-2/+2
|
* complate list of gitignores and licensesUnknwon2015-08-281-72/+102
|
* api: able to create repo and fix #726Unknwon2014-12-121-1/+1
| | | | | - POST /user/repos - POST /org/:org/repos
* Add suburl supportUnknwon2014-09-191-2/+2
|
* Allow Gogs to run from a suburl behind a reverse proxy. e.g. ↵Martin van Beurden2014-09-181-2/+2
| | | | | | | | | | | | | | http://mydomain.com/gogs/ Conflicts: modules/setting/setting.go Conflicts: templates/repo/release/list.tmpl templates/user/dashboard/dashboard.tmpl Conflicts: routers/repo/setting.go
* Finish team list, create new team, join/leave team pageUnknwon2014-08-161-1/+3
|
* Finish new home page of organizationUnknwon2014-08-101-1/+1
|
* Finish new web hook pagesUnknwon2014-08-091-2/+2
|
* Finish new repo settings pageUnknwon2014-08-021-10/+10
|
* Finish new migrate pageUnknwon2014-08-011-2/+2
|
* Reser repo owner to organization when error occurs in repo create page, ↵Unknwon2014-07-261-7/+7
| | | | dashboard news feed page, create organization page
* New UI merge in progressUnknwon2014-07-261-95/+71
|
* Finish organization homepageUnknown2014-06-281-12/+5
|
* Work on create organization repo and #257Unknown2014-06-251-6/+1
|
* select owner when creating repositoryfuxiaohei2014-06-251-3/+3
|
* Mirror update on create repo pageUnknown2014-06-251-1/+10
|
* select owner when creating repositoryfuxiaohei2014-06-251-1/+1
|
* Mirror fix on create repoUnknown2014-06-251-5/+10
|
* select owner when creating repositoryfuxiaohei2014-06-251-1/+20
|
* Update docsUnknown2014-04-151-0/+2
|
* Support private repoUnknown2014-04-111-3/+7
|
* Fix #69Unknown2014-04-101-1/+1
|
* change css name styleFuXiaoHei2014-03-251-2/+2
|
* add csrf checkslene2014-03-231-0/+1
|
* Clean codeUnknown2014-03-161-1/+1
|
* Finish create repoUnknown2014-03-111-10/+3
|
* begin dashboard uiFuXiaoHei2014-03-111-0/+13
|
* Update repo.CreateUnknown2014-03-081-5/+7
|
* Change /user/profile URL to /user/:usernameUnknown2014-03-071-3/+3
|
* Add SignInRequire and SignOutRequire middlewareUnknown2014-03-071-0/+12
|
* add list for repo basicLunny Xiao2014-03-071-2/+2
|
* ui for repo/create pageFuXiaoHei2014-03-031-20/+53
|
* create repository from webLunny Xiao2014-02-251-0/+12
|
* Add routers for create and delete repoUnknown2014-02-191-0/+12