Adam Strzelecki
69427c6115
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
10 years ago
Unknwon
6930f6f011
fix e-mail type
10 years ago
Unknwon
9087f6230d
work on #470 and fix miror JS issue when choose targets on compare and pull
10 years ago
Unknwon
44144575b0
update Docker info
10 years ago
Unknwon
84f4ee761f
#697 add install option
10 years ago
Unknwon
0a52abc3bf
add tidb support
10 years ago
Unknwon
17a8589f82
new user profile settings UI
Signed-off-by: Unknwon <u@gogs.io>
10 years ago
Unknwon
a4b9018d92
fix dropdown style
10 years ago
Unknwon
4225c2fbd7
#1579 change e-mail max length to 254
10 years ago
Unknwon
3d2c9c6974
#1333 Disable Gravatar option when install
10 years ago
Unknwon
e433ab7f71
Able to set SSH port when install, update Docker docs
10 years ago
Unknwon
1e215d02c0
update Docker README
10 years ago
Unknwon
77181dc970
#1180 and #1250 : migration
10 years ago
Paulo E. Castro
45bc56e810
Correct form name to smtp_email to fix matching in InstallForm struct.
10 years ago
Unknwon
fd3451f0cc
Merge branch 'develop' of github.com:gogits/gogs into feature/page_issues
10 years ago
Unknwon
baffb343a6
UI: issues - finish basic frame
10 years ago
Fernando San Julián
b59431c310
install admin password field fix
Admin Password field in install form must be of type password
10 years ago
Unknwon
ea3237b06d
install - add mail from setting
10 years ago
Unknwon
ea17dd5872
UI: install - done
10 years ago
Unknwon
1795957917
UI: install - new version
10 years ago
Unknwon
04aaeaf7ca
UI: install - database settings
10 years ago
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
11 years ago
Unknwon
7ba9257a7f
Add suburl support
11 years ago
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
11 years ago
Unknwon
0ddb1eb769
Finish new install page, almost ready for 0.5 release
11 years ago
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.
11 years ago
Unknown
c1eb4d894a
Clean api code
12 years ago
Robert Speicher
494e5fd40c
Install: Set the default host string based on database type
12 years ago
Unknown
59d0e73c35
Batch mirror fix
12 years ago
twitchyliquid64
d304a23787
Corrected grammar and spelling mistakes in templates. Normalizing to American English.
12 years ago
Unknown
306aa5bffe
Add support default branch
12 years ago
Unknown
af552596cf
Work on form resubmit
12 years ago
Unknown
a991ebf5d0
Fix #54
12 years ago
Unknown
03cc39ea12
Mirror fix on #45
12 years ago
Unknown
107a1eadac
Finish close and reopen issue, install page, ready going to test stage of v0.2.0
12 years ago
Unknown
cad2ced394
Bug fix
12 years ago
Unknown
6e376bb85c
Working on install page
12 years ago
Unknown
a55941ff83
Add auto-detect home directory
12 years ago
Unknown
76b8642348
Bug fix
12 years ago
Unknown
cb05b8325c
Update config option
12 years ago
Unknown
0fd754bbe0
Working on install page
12 years ago
Unknown
34f4af9ebf
Working on issue and install page
12 years ago
FuXiaoHei
c796ed3849
update install page ui
12 years ago
FuXiaoHei
2a2f025388
change css name style
12 years ago
FuXiaoHei
7f6126dd04
install sample page
12 years ago