aboutsummaryrefslogtreecommitdiff
path: root/templates/repo/create.tmpl
Commit message (Collapse)AuthorAge
* ui: remove useless "Cancel" buttons (#7192)Yarden Shoham2022-10-22
| | | Co-authored-by: Joe Chen <jc@unknwon.io>
* refactor(db): move some methods off `user.go` (#7199)Joe Chen2022-10-22
|
* repo: support unlisted but publicly accessible repositories (#6176)Achilleas Koutsou2020-09-04
| | | Co-authored-by: ᴜɴᴋɴᴡᴏɴ <u@gogs.io>
* templates: add 'rel=noopener noreferrer' to <a> tags (#5319)cezar972018-07-02
| | | Signed-off-by: cezar97 <cezar97@protonmail.com>
* repo: minor improve for PR #5219 and support UTF-8 byte countUnknwon2018-06-11
|
* repo: update repository description field to contain more than 256 symbols ↵Sergey Dryabzhinsky2018-06-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (#5219) * Update repository description field to contain more than 256 symbols - update repository model - description field now is `TEXT` and limited by 4000 symbols - new migration - add description to html forms - repo creation and repo settings - add translation for description * Update for description field, new features - add autosize (height) for description textarea, new plugin - set max description length to 512 symbols - update locales * Fix migration - typo in var * Update repo description behaviour - add textarea autosize for /repo/create - add symbols counter under description testarea (create/edit) * Fix function definition - it a var * Revert ru-RU locale * Update by review - Use type `varchar(512)` in migration - Remove unused files from autosize plugin * Fix migration - new project paths * Fixes after review 2 - copyright year - format includes - use switch instead of multi-if * Remove unused `default:` option.
* Refactoring: rename Signed -> LoggedUnknwon2017-04-06
|
* pkg/setting: rename {AppUrl, AppSubUrl} -> {AppURL, AppSubURL}Unknwon2017-04-06
|
* pkg/context: rename {CsrfToken, CsrfTokenHtml} -> {CSRFToken, CSRFTokenHTML}Unknwon2017-04-06
|
* webhook: add fork eventUnknwon2017-02-27
|
* #3325 use correct word for .gitignoreUnknwon2016-08-09
|
* #3348 always use relative avatar link in the templateUnknwon2016-08-05
|
* Refactor User.Id to User.IDUnknwon2016-07-24
|
* Indent all templates with tabsAdam Strzelecki2015-12-08
| | | | | | | | | | | | 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-22
|
* UI: long organization name in create repository owner listUnknwon2015-11-18
|
* #1657 allow forcing all private reposUnknwon2015-10-25
|
* minor fix on templateUnknwon2015-09-07
|
* #1021 Forked repo unavailable after deleting original repoUnknwon2015-09-01
|
* change checkbox uiUnknwon2015-08-29
|
* webhook APIsUnknwon2015-08-29
|
* add readme template help linkUnknwon2015-08-28
|
* #1487 Readme TemplateUnknwon2015-08-28
|
* complate list of gitignores and licensesUnknwon2015-08-28
|
* api: able to create repo and fix #726Unknwon2014-12-12
| | | | | - POST /user/repos - POST /org/:org/repos
* Add suburl supportUnknwon2014-09-19
|
* Allow Gogs to run from a suburl behind a reverse proxy. e.g. ↵Martin van Beurden2014-09-18
| | | | | | | | | | | | | | 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-16
|
* Finish new home page of organizationUnknwon2014-08-10
|
* Finish new web hook pagesUnknwon2014-08-09
|
* Finish new repo settings pageUnknwon2014-08-02
|
* Finish new migrate pageUnknwon2014-08-01
|
* Reser repo owner to organization when error occurs in repo create page, ↵Unknwon2014-07-26
| | | | dashboard news feed page, create organization page
* New UI merge in progressUnknwon2014-07-26
|
* Finish organization homepageUnknown2014-06-28
|
* Work on create organization repo and #257Unknown2014-06-25
|
* select owner when creating repositoryfuxiaohei2014-06-25
|
* Mirror update on create repo pageUnknown2014-06-25
|
* select owner when creating repositoryfuxiaohei2014-06-25
|
* Mirror fix on create repoUnknown2014-06-25
|
* select owner when creating repositoryfuxiaohei2014-06-25
|
* Update docsUnknown2014-04-15
|
* Support private repoUnknown2014-04-11
|
* Fix #69Unknown2014-04-10
|
* change css name styleFuXiaoHei2014-03-25
|
* add csrf checkslene2014-03-23
|
* Clean codeUnknown2014-03-16
|
* Finish create repoUnknown2014-03-11
|
* begin dashboard uiFuXiaoHei2014-03-11
|
* Update repo.CreateUnknown2014-03-08
|