Richard Mahn
814807ac6e
Feature - #3031 - search for org repos ( #5986 )
6 years ago
cezar97
fa45520109
Add `noreferrer` to rel='noopener` for <a> tags ( #4328 )
7 years ago
Morgan Bazalgette
12b1a7102e
Fix organization profile on mobile devices ( #3332 )
7 years ago
Ethan Koenig
6a17ccbd81
Fix avatar URLs ( #3069 )
* Fix avatar URLs
* import order
7 years ago
harry
3eb0183e83
Link members and repositories count to each page on org home. ( #2787 )
7 years ago
Lauris BH
1ff2e95de9
Remove direct user adding to organization members ( #2641 )
7 years ago
Bo-Yi Wu
c9599a8dbc
fix: remove `str2html` from org full name ( #1360 )
* fix: remove str2html for security issue.
* fix: update
8 years ago
Bo-Yi Wu
7be9425305
fix: Add str2html on DisplayName of Org. ( #1091 )
8 years ago
Bwko
7cfe9e55a9
Added rel="noopener" to target="_blank" hrefs ( #327 )
* Added rel="noopener" to target="_blank" hrefs
* Replaced gogs.io/docs with docs.gitea.io
8 years ago
Kim "BKC" Carlbäcker
ce897d65f9
Merge all pagination-templates into 'base/paginate'
to reduce code-duplicity
8 years ago
Unknwon
ad3b586d6e
#3348 always use relative avatar link in the template
9 years ago
Unknwon
027aebc72c
#1384 add pagination for repositories
9 years ago
Unknwon
3b42ab0e57
Refactor User.Id to User.ID
9 years ago
Unknwon
3b27731934
#3066 fix create organization ignores full name property
9 years ago
Unknwon
2ad10bb4b0
templates/org/home: minor UI fix
9 years ago
Unknwon
98aaf604c5
Upgrade octicon to 4.3.0
9 years ago
Tamás Molnár
9a7a1edce9
Display org member's full name in link title.
9 years ago
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
1cb8727862
fix #1204
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
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
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
21a1b8e5a3
Finish new edit team page, add member to team
11 years ago
Unknwon
bba707de36
Finish team list, create new team, join/leave team page
11 years ago
Unknwon
36b4c57ff1
Finish new organization members and invitation page
11 years ago
Unknwon
5fbf8531e6
Finish new home page of organization
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
Unknown
5dbfe3c26c
Finish organization homepage
11 years ago