Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | ui: remove useless "Cancel" buttons (#7192) | Yarden Shoham | 2022-10-22 |
| | | | Co-authored-by: Joe Chen <jc@unknwon.io> | ||
* | refactor(db): move some methods off `user.go` (#7199) | Joe Chen | 2022-10-22 |
| | |||
* | repo: support unlisted but publicly accessible repositories (#6176) | Achilleas Koutsou | 2020-09-04 |
| | | | Co-authored-by: ᴜɴᴋɴᴡᴏɴ <u@gogs.io> | ||
* | templates: add 'rel=noopener noreferrer' to <a> tags (#5319) | cezar97 | 2018-07-02 |
| | | | Signed-off-by: cezar97 <cezar97@protonmail.com> | ||
* | repo: minor improve for PR #5219 and support UTF-8 byte count | Unknwon | 2018-06-11 |
| | |||
* | repo: update repository description field to contain more than 256 symbols ↵ | Sergey Dryabzhinsky | 2018-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 -> Logged | Unknwon | 2017-04-06 |
| | |||
* | pkg/setting: rename {AppUrl, AppSubUrl} -> {AppURL, AppSubURL} | Unknwon | 2017-04-06 |
| | |||
* | pkg/context: rename {CsrfToken, CsrfTokenHtml} -> {CSRFToken, CSRFTokenHTML} | Unknwon | 2017-04-06 |
| | |||
* | webhook: add fork event | Unknwon | 2017-02-27 |
| | |||
* | #3325 use correct word for .gitignore | Unknwon | 2016-08-09 |
| | |||
* | #3348 always use relative avatar link in the template | Unknwon | 2016-08-05 |
| | |||
* | Refactor User.Id to User.ID | Unknwon | 2016-07-24 |
| | |||
* | Indent all templates with tabs | Adam Strzelecki | 2015-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 #650 | Unknwon | 2015-11-22 |
| | |||
* | UI: long organization name in create repository owner list | Unknwon | 2015-11-18 |
| | |||
* | #1657 allow forcing all private repos | Unknwon | 2015-10-25 |
| | |||
* | minor fix on template | Unknwon | 2015-09-07 |
| | |||
* | #1021 Forked repo unavailable after deleting original repo | Unknwon | 2015-09-01 |
| | |||
* | change checkbox ui | Unknwon | 2015-08-29 |
| | |||
* | webhook APIs | Unknwon | 2015-08-29 |
| | |||
* | add readme template help link | Unknwon | 2015-08-28 |
| | |||
* | #1487 Readme Template | Unknwon | 2015-08-28 |
| | |||
* | complate list of gitignores and licenses | Unknwon | 2015-08-28 |
| | |||
* | api: able to create repo and fix #726 | Unknwon | 2014-12-12 |
| | | | | | - POST /user/repos - POST /org/:org/repos | ||
* | Add suburl support | Unknwon | 2014-09-19 |
| | |||
* | Allow Gogs to run from a suburl behind a reverse proxy. e.g. ↵ | Martin van Beurden | 2014-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 page | Unknwon | 2014-08-16 |
| | |||
* | Finish new home page of organization | Unknwon | 2014-08-10 |
| | |||
* | Finish new web hook pages | Unknwon | 2014-08-09 |
| | |||
* | Finish new repo settings page | Unknwon | 2014-08-02 |
| | |||
* | Finish new migrate page | Unknwon | 2014-08-01 |
| | |||
* | Reser repo owner to organization when error occurs in repo create page, ↵ | Unknwon | 2014-07-26 |
| | | | | dashboard news feed page, create organization page | ||
* | New UI merge in progress | Unknwon | 2014-07-26 |
| | |||
* | Finish organization homepage | Unknown | 2014-06-28 |
| | |||
* | Work on create organization repo and #257 | Unknown | 2014-06-25 |
| | |||
* | select owner when creating repository | fuxiaohei | 2014-06-25 |
| | |||
* | Mirror update on create repo page | Unknown | 2014-06-25 |
| | |||
* | select owner when creating repository | fuxiaohei | 2014-06-25 |
| | |||
* | Mirror fix on create repo | Unknown | 2014-06-25 |
| | |||
* | select owner when creating repository | fuxiaohei | 2014-06-25 |
| | |||
* | Update docs | Unknown | 2014-04-15 |
| | |||
* | Support private repo | Unknown | 2014-04-11 |
| | |||
* | Fix #69 | Unknown | 2014-04-10 |
| | |||
* | change css name style | FuXiaoHei | 2014-03-25 |
| | |||
* | add csrf check | slene | 2014-03-23 |
| | |||
* | Clean code | Unknown | 2014-03-16 |
| | |||
* | Finish create repo | Unknown | 2014-03-11 |
| | |||
* | begin dashboard ui | FuXiaoHei | 2014-03-11 |
| | |||
* | Update repo.Create | Unknown | 2014-03-08 |
| |