Commit Graph

33 Commits

Author SHA1 Message Date
51ba3df5ff Add noreferrer to rel='noopener` for <a> tags () 2018-07-03 19:52:36 -04:00
b5fba4cd42 Fix organization profile on mobile devices () 2018-01-10 01:11:01 +02:00
ab62da283a Fix avatar URLs ()
* Fix avatar URLs

* import order
2017-12-03 19:55:13 +08:00
93f726352c Link members and repositories count to each page on org home. () 2017-11-04 13:46:34 +08:00
32ca299650 Remove direct user adding to organization members () 2017-10-15 10:24:24 +08:00
0cee52e0d3 fix: remove str2html from org full name ()
* fix: remove str2html for security issue.

* fix: update
2017-04-05 18:31:31 -07:00
19bc2b10ae fix: Add str2html on DisplayName of Org. () 2017-03-01 12:02:19 +08:00
5ab85372da Added rel="noopener" to target="_blank" hrefs ()
* Added rel="noopener" to target="_blank" hrefs

* Replaced gogs.io/docs with docs.gitea.io
2016-12-02 09:12:16 +08:00
562f9b6eae Merge all pagination-templates into 'base/paginate'
to reduce code-duplicity
2016-11-07 12:44:29 +01:00
50422f1fc2 always use relative avatar link in the template 2016-08-05 12:12:54 -07:00
e74630ae3b add pagination for repositories 2016-07-24 14:32:46 +08:00
1f2e173a74 Refactor User.Id to User.ID 2016-07-24 01:08:22 +08:00
4f78abe7dc fix create organization ignores full name property 2016-07-23 17:57:22 +08:00
eac32419fc templates/org/home: minor UI fix 2016-07-16 15:54:43 +08:00
971e2c3bd6 Upgrade octicon to 4.3.0 2016-07-16 12:45:13 +08:00
d169d00be6 Display org member's full name in link title. 2016-03-16 22:04:19 +01:00
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
2015-12-08 00:57:46 +01:00
e57b2dffa4 Admin should be able to see all organizations
This is follow-up for 56c66ee486b4b8d544201662de62a23f36e6a069 allowing admin
to see private repositories, even when not being member of them.
2015-11-30 21:46:01 +01:00
3ca544912f Drop /org/ URL path prefix in organization home page 2015-11-24 19:14:00 -05:00
52c8f69163 fix 2015-11-22 01:32:09 -05:00
eea9302d8f fix 2015-07-31 13:53:14 +08:00
7ccab9cd09 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
2015-02-22 22:51:25 -05:00
c753fdceaf templates/org/home.tmpl: fix org member can't see public repo 2015-02-22 03:07:04 -05:00
6b7d35eade fix mirror issues uncaught 2015-02-13 02:14:57 -05:00
79262173a6 Webhook delivery locking & Hide repo for org members if they don't have access 2014-10-09 19:01:22 -04:00
7ba9257a7f Add suburl support 2014-09-19 20:11:34 -04:00
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
2014-09-18 20:50:48 +02:00
21a1b8e5a3 Finish new edit team page, add member to team 2014-08-24 21:09:05 +08:00
bba707de36 Finish team list, create new team, join/leave team page 2014-08-16 16:21:17 +08:00
36b4c57ff1 Finish new organization members and invitation page 2014-08-15 18:29:41 +08:00
5fbf8531e6 Finish new home page of organization 2014-08-10 20:11:18 -07:00
5e81383413 Git installation check, show image in single file view, show short SHA1 instead of 40-length string, complete log module 2014-07-26 18:37:18 -04:00
5dbfe3c26c Finish organization homepage 2014-06-28 15:43:25 -04:00