Commit Graph

98 Commits (9336286e353370d76d9804043ee6af8f2fe35e00)

Author SHA1 Message Date
Josh Frye 1feecd6beb Add helper text for log path.
Josh Frye a3e8c32a30 Add install option for log path
Unknwon ee53204e02 Improve db path prompt when install
Adam Strzelecki da2585c11e Indent all templates with tabs
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
Unknwon 0fe6fe663e fix e-mail type
Unknwon 7d72c8333e work on and fix miror JS issue when choose targets on compare and pull
Unknwon 86d3c5cbb3 update Docker info
Unknwon 5f1183cecf add install option
Unknwon aff773f1b9 add tidb support
Unknwon 85f34ba538 new user profile settings UI
Signed-off-by: Unknwon <u@gogs.io>
Unknwon 1c2dbd7183 fix dropdown style
Unknwon 07fe846c9f change e-mail max length to 254
Unknwon 302938e646 Disable Gravatar option when install
Unknwon bd1d7d1509 Able to set SSH port when install, update Docker docs
Unknwon c20ae8edc5 update Docker README
Unknwon e633425f27 and : migration
Paulo E. Castro e680faf0d8 Correct form name to smtp_email to fix matching in InstallForm struct.
Unknwon 54b58e988d Merge branch 'develop' of github.com:gogits/gogs into feature/page_issues
Unknwon 4447a20f87 UI: issues - finish basic frame
Fernando San Julián 30beb59fd8 install admin password field fix
Admin Password field in install form must be of type password
Unknwon a2a9e151f8 install - add mail from setting
Unknwon b9dc2147b4 UI: install - done
Unknwon 5cf3732339 UI: install - new version
Unknwon 5dd3dd71a0 UI: install - database settings
Unknwon b293b6eaa6 cmd: CMD option for port number of `gogs web` to prevent first time run conflict
- routers: use new binding convention to simplify code
- templates: able to set HTTP port number in install page
Unknwon 7ba9257a7f Add suburl support
Martin van Beurden 0055cbd365 Allow Gogs to run from a suburl behind a reverse proxy. e.g. 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
Unknwon 0ddb1eb769 Finish new install page, almost ready for 0.5 release
Tristan Storch 69e332f432 Removed trailing white spaces
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.
Unknown c1eb4d894a Clean api code
Robert Speicher 494e5fd40c Install: Set the default host string based on database type
Unknown 59d0e73c35 Batch mirror fix
twitchyliquid64 d304a23787 Corrected grammar and spelling mistakes in templates. Normalizing to American English.
Unknown 306aa5bffe Add support default branch
Unknown af552596cf Work on form resubmit
Unknown a991ebf5d0 Fix
Unknown 03cc39ea12 Mirror fix on
Unknown 107a1eadac Finish close and reopen issue, install page, ready going to test stage of v0.2.0
Unknown cad2ced394 Bug fix
Unknown 6e376bb85c Working on install page
Unknown a55941ff83 Add auto-detect home directory
Unknown 76b8642348 Bug fix
Unknown cb05b8325c Update config option
Unknown 0fd754bbe0 Working on install page
Unknown 34f4af9ebf Working on issue and install page
FuXiaoHei c796ed3849 update install page ui
FuXiaoHei 2a2f025388 change css name style
FuXiaoHei 7f6126dd04 install sample page