Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | refactor(db): move some methods off `user.go` (#7199) | Joe Chen | 2022-10-22 |
| | |||
* | templates: add 'rel=noopener noreferrer' to <a> tags (#5319) | cezar97 | 2018-07-02 |
| | | | Signed-off-by: cezar97 <cezar97@protonmail.com> | ||
* | pkg/setting: rename {AppUrl, AppSubUrl} -> {AppURL, AppSubURL} | Unknwon | 2017-04-06 |
| | |||
* | css: font-family fixes for Chinese | Unknwon | 2017-03-31 |
| | |||
* | #3348 always use relative avatar link in the template | Unknwon | 2016-08-05 |
| | |||
* | #1384 add pagination for repositories | Unknwon | 2016-07-24 |
| | |||
* | Refactor User.Id to User.ID | Unknwon | 2016-07-24 |
| | |||
* | #3066 fix create organization ignores full name property | Unknwon | 2016-07-23 |
| | |||
* | templates/org/home: minor UI fix | Unknwon | 2016-07-16 |
| | |||
* | Upgrade octicon to 4.3.0 | Unknwon | 2016-07-16 |
| | |||
* | Display org member's full name in link title. | Tamás Molnár | 2016-03-16 |
| | |||
* | Indent all templates with tabs | Adam Strzelecki | 2015-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 organizations | Adam Strzelecki | 2015-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 page | Unknwon | 2015-11-24 |
| | |||
* | fix #650 | Unknwon | 2015-11-22 |
| | |||
* | fix #1204 | Unknwon | 2015-07-31 |
| | |||
* | Merge branch 'dev' of github.com:gogits/gogs into access | Unknwon | 2015-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 repo | Unknwon | 2015-02-22 |
| | | |||
* | | fix mirror issues uncaught #941 | Unknwon | 2015-02-13 |
|/ | |||
* | Webhook delivery locking & Hide repo for org members if they don't have access | Unknwon | 2014-10-09 |
| | |||
* | Add suburl support | Unknwon | 2014-09-19 |
| | |||
* | Allow Gogs to run from a suburl behind a reverse proxy. e.g. ↵ | Martin van Beurden | 2014-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 team | Unknwon | 2014-08-24 |
| | |||
* | Finish team list, create new team, join/leave team page | Unknwon | 2014-08-16 |
| | |||
* | Finish new organization members and invitation page | Unknwon | 2014-08-15 |
| | |||
* | Finish new home page of organization | Unknwon | 2014-08-10 |
| | |||
* | Git installation check, show image in single file view, show short SHA1 ↵ | Unknwon | 2014-07-26 |
| | | | | instead of 40-length string, complete log module | ||
* | Finish organization homepage | Unknown | 2014-06-28 |