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
9 years ago
Adam Strzelecki
6b10567eef
Admin should be able to see all organizations
This is follow-up for 56c66ee486
allowing admin
to see private repositories, even when not being member of them.
9 years ago
Unknwon
81cff77072
#1944 Drop /org/ URL path prefix in organization home page
9 years ago
Unknwon
a14c20813c
fix #650
9 years ago
Unknwon
aa8a9f020f
update locales
9 years ago
Unknwon
14cd223836
#1191 allow upload avatar for org
Signed-off-by: Unknwon <u@gogs.io>
9 years ago
Unknwon
17a8589f82
new user profile settings UI
Signed-off-by: Unknwon <u@gogs.io>
9 years ago
Unknwon
f839ef94a2
finish new org settings page
9 years ago
Unknwon
098ed435de
fix org header order
9 years ago
Unknwon
217129d211
new org options UI
9 years ago
Unknwon
a92df42d1e
#1193 Make organization emails non-mandatory
9 years ago
Unknwon
df9986f5a8
new create webhook UI
9 years ago
Unknwon
b95ad93e04
new webhooks list UI
9 years ago
Unknwon
4acc8a0d94
comletely remove v1 UI files of Gogs
10 years ago
Unknwon
c2aaeed3f9
fix template error
10 years ago
Unknwon
8209a8e183
fix #1439
10 years ago
Unknwon
1cb8727862
fix #1204
10 years ago
Unknwon
e4979853e5
update gopmfile
10 years ago
Unknwon
e593017bb4
fix #1305
10 years ago
Unknwon
aa9a72602c
#1098 Hide gravatar email field if gravatar is disabled (or offline mode)
10 years ago
Unknwon
5a7bca797c
Merge branch 'dev' of github.com:gogits/gogs into access
Conflicts:
gogs.go
models/models.go
models/user.go
templates/.VERSION
templates/org/home.tmpl
10 years ago
Unknwon
f6e65b5e06
models: able to rename user with diff letter cases #981
- templates/org: mirror fix on name output
- routers: add missing error check
10 years ago
Unknwon
82766e2c19
templates/org/home.tmpl: fix org member can't see public repo
10 years ago
Unknwon
16a8a4a4f7
fix mirror issues uncaught #941
10 years ago
Unknwon
79262173a6
Webhook delivery locking & Hide repo for org members if they don't have access
10 years ago
Unknwon
49193bebd2
UI: Confirmation box
10 years ago
Unknwon
7ba9257a7f
Add suburl support
10 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
10 years ago
Unknwon
b9560374cd
UI fix
10 years ago
Unknwon
f8977f4847
Organization level webhooks
10 years ago
无闻
e79e4b1580
Merge pull request #442 from compressed/org_hook
Organization-level Webhooks
10 years ago
Unknwon
ab7206d6b7
Fix #348
10 years ago
Christopher Brickley
85c35a6b8b
add organization-level webhooks
10 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.
10 years ago
Unknwon
8829174574
Finish new admin users pages
10 years ago
Unknwon
74b31566cf
Finsih add/remove repo in organization
10 years ago
Unknwon
21a1b8e5a3
Finish new edit team page, add member to team
11 years ago
Unknwon
fa60502a70
Working on organization pages
11 years ago
Unknwon
bba707de36
Finish team list, create new team, join/leave team page
11 years ago
Unknwon
78add502d7
Finish new organization members and invitation page
11 years ago
Unknwon
36b4c57ff1
Finish new organization members and invitation page
11 years ago
Unknwon
5acc948562
Page: `/org/:orgname/settings`
11 years ago
Unknwon
5fbf8531e6
Finish new home page of organization
11 years ago
Unknwon
755eec745f
Finish new repo settings page
11 years ago
Unknwon
9813161411
Reser repo owner to organization when error occurs in repo create page, dashboard news feed page, create organization page
11 years ago
Unknwon
5e81383413
Git installation check, show image in single file view, show short SHA1 instead of 40-length string, complete log module
11 years ago
fuxiaohei
c127d84777
add organization team-single page
11 years ago
Unknown
465dc962b5
Finish create organization team
11 years ago
Unknown
e4ea5cf598
Finish Teams page
11 years ago
Unknown
5dbfe3c26c
Finish organization homepage
11 years ago