aboutsummaryrefslogtreecommitdiff
path: root/templates/org/home.tmpl
Commit message (Collapse)AuthorAge
* refactor(db): move some methods off `user.go` (#7199)Joe Chen2022-10-22
|
* templates: add 'rel=noopener noreferrer' to <a> tags (#5319)cezar972018-07-02
| | | Signed-off-by: cezar97 <cezar97@protonmail.com>
* pkg/setting: rename {AppUrl, AppSubUrl} -> {AppURL, AppSubURL}Unknwon2017-04-06
|
* css: font-family fixes for ChineseUnknwon2017-03-31
|
* #3348 always use relative avatar link in the templateUnknwon2016-08-05
|
* #1384 add pagination for repositoriesUnknwon2016-07-24
|
* Refactor User.Id to User.IDUnknwon2016-07-24
|
* #3066 fix create organization ignores full name propertyUnknwon2016-07-23
|
* templates/org/home: minor UI fixUnknwon2016-07-16
|
* Upgrade octicon to 4.3.0Unknwon2016-07-16
|
* Display org member's full name in link title.Tamás Molnár2016-03-16
|
* Indent all templates with tabsAdam Strzelecki2015-12-08
| | | | | | | | | | | | 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
* Admin should be able to see all organizationsAdam Strzelecki2015-11-30
| | | | | This is follow-up for 56c66ee486b4b8d544201662de62a23f36e6a069 allowing admin to see private repositories, even when not being member of them.
* #1944 Drop /org/ URL path prefix in organization home pageUnknwon2015-11-24
|
* fix #650Unknwon2015-11-22
|
* fix #1204Unknwon2015-07-31
|
* Merge branch 'dev' of github.com:gogits/gogs into accessUnknwon2015-02-22
|\ | | | | | | | | | | | | | | | | Conflicts: gogs.go models/models.go models/user.go templates/.VERSION templates/org/home.tmpl
| * templates/org/home.tmpl: fix org member can't see public repoUnknwon2015-02-22
| |
* | fix mirror issues uncaught #941Unknwon2015-02-13
|/
* Webhook delivery locking & Hide repo for org members if they don't have accessUnknwon2014-10-09
|
* Add suburl supportUnknwon2014-09-19
|
* Allow Gogs to run from a suburl behind a reverse proxy. e.g. ↵Martin van Beurden2014-09-18
| | | | | | | | | | | | | | 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
* Finish new edit team page, add member to teamUnknwon2014-08-24
|
* Finish team list, create new team, join/leave team pageUnknwon2014-08-16
|
* Finish new organization members and invitation pageUnknwon2014-08-15
|
* Finish new home page of organizationUnknwon2014-08-10
|
* Git installation check, show image in single file view, show short SHA1 ↵Unknwon2014-07-26
| | | | instead of 40-length string, complete log module
* Finish organization homepageUnknown2014-06-28