Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | conf: add new config option for default branch name (#7291) | Vamsi Atluri | 2023-02-11 |
| | | | | | Co-authored-by: Vamsi Atluri <me@vamc19.dev> Co-authored-by: Joe Chen <jc@unknwon.io> | ||
* | templates: rename template function Str2html -> Str2HTML | Unknwon | 2018-12-10 |
| | |||
* | templates/repo: show quick guide to people with write permission (#4646) | Unknwon | 2018-03-29 |
| | | | | Used to only show people who has admin permission. | ||
* | repo: allow issues and wiki for bare repository (#4104) | Unknwon | 2017-03-16 |
| | |||
* | Minor fix for PR #3667 | Unknwon | 2016-12-22 |
| | |||
* | Feature #2583: Disable HTTP cloning (#3667) | Thibault Meyer | 2016-12-22 |
| | | | | | | | | * Can disable GIT interactions by HTTP protocol * rename variable + fix wiki link * missing space | ||
* | Remember last selected clone protocol, and establish uniform order (https, ssh) | Florian Kaiser | 2016-02-01 |
| | |||
* | 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 | ||
* | more HTTP clone word fix | Unknwon | 2015-11-22 |
| | |||
* | new quick start page | Unknwon | 2015-10-02 |
| | |||
* | Remove SSH button when SSH is disabled | Gustavo Paes | 2015-08-09 |
| | |||
* | #1082: missing link for help | Unknwon | 2015-03-18 |
| | |||
* | changed repo-clone-url behaviour for bare repo | Stefan-Code | 2015-02-18 |
| | |||
* | 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 | ||
* | UI: SSH/HTTPS address switch and copy | Unknwon | 2014-08-31 |
| | |||
* | Removed trailing white spaces | Tristan Storch | 2014-08-30 |
| | | | | | | | | | | Removed trailing whitespaces with ```sh for file in `grep -r " $" * | cut -d : -f 1 | sort | uniq | grep -v " "`; do sed -i 's/[ \t]*$//' $file; done ``` and some handwork. | ||
* | UI: Bare repository does not have visual link to settings page | Unknwon | 2014-08-09 |
| | |||
* | New UI merge in progress | Unknwon | 2014-07-26 |