aboutsummaryrefslogtreecommitdiff
path: root/templates/repo/bare.tmpl
Commit message (Collapse)AuthorAge
* conf: add new config option for default branch name (#7291)Vamsi Atluri2023-02-11
| | | | | Co-authored-by: Vamsi Atluri <me@vamc19.dev> Co-authored-by: Joe Chen <jc@unknwon.io>
* templates: rename template function Str2html -> Str2HTMLUnknwon2018-12-10
|
* templates/repo: show quick guide to people with write permission (#4646)Unknwon2018-03-29
| | | | Used to only show people who has admin permission.
* repo: allow issues and wiki for bare repository (#4104)Unknwon2017-03-16
|
* Minor fix for PR #3667Unknwon2016-12-22
|
* Feature #2583: Disable HTTP cloning (#3667)Thibault Meyer2016-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 Kaiser2016-02-01
|
* 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
* more HTTP clone word fixUnknwon2015-11-22
|
* new quick start pageUnknwon2015-10-02
|
* Remove SSH button when SSH is disabledGustavo Paes2015-08-09
|
* #1082: missing link for helpUnknwon2015-03-18
|
* changed repo-clone-url behaviour for bare repoStefan-Code2015-02-18
|
* 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
* UI: SSH/HTTPS address switch and copyUnknwon2014-08-31
|
* Removed trailing white spacesTristan Storch2014-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 pageUnknwon2014-08-09
|
* New UI merge in progressUnknwon2014-07-26