Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Minor fix for #2530 | Unknwon | 2016-02-04 | 1 | -2/+1 |
| | |||||
* | Organization owners see all repositories & teams | Florian Kaiser | 2016-01-31 | 1 | -4/+11 |
| | |||||
* | Refactor .IsAdminTeam to .IsTeamAdmin and requireAdminTeam to requireTeamAdmin | Florian Kaiser | 2016-01-31 | 1 | -7/+7 |
| | |||||
* | Only show teams the user has access to | Florian Kaiser | 2016-01-31 | 1 | -16/+44 |
| | |||||
* | Admin should be able to see all organizations | Adam Strzelecki | 2015-11-30 | 1 | -1/+7 |
| | | | | | 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 | 1 | -76/+73 |
| | |||||
* | fix import path, fix #1782 | Unknwon | 2015-10-15 | 1 | -1/+1 |
| | |||||
* | allow anonymous SSH clone | Unknwon | 2015-08-05 | 1 | -1/+1 |
| | |||||
* | fix #1169 | Unknwon | 2015-07-26 | 1 | -0/+6 |
| | | | | - prevent create reop on existed path | ||||
* | Change constants to UPPERCASE_WITH_UNDERSCORE style | Peter Smit | 2015-02-09 | 1 | -1/+1 |
| | |||||
* | Refactoring of the Access Table | Peter Smit | 2015-02-06 | 1 | -1/+1 |
| | | | | | | This commit does a lot of the work of refactoring the access table in a table with id's instead of strings. The result does compile, but has not been tested. It may eat your kittens. | ||||
* | api: able to create repo and fix #726 | Unknwon | 2014-12-12 | 1 | -1/+1 |
| | | | | | - POST /user/repos - POST /org/:org/repos | ||||
* | Add suburl support | Unknwon | 2014-09-19 | 1 | -3/+3 |
| | |||||
* | Allow Gogs to run from a suburl behind a reverse proxy. e.g. ↵ | Martin van Beurden | 2014-09-18 | 1 | -3/+4 |
| | | | | | | | | | | | | | | 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 | ||||
* | Bug fix on organization | Unknwon | 2014-08-27 | 1 | -0/+3 |
| | |||||
* | Finish new edit team page, add member to team | Unknwon | 2014-08-24 | 1 | -4/+10 |
| | |||||
* | Finish team list, create new team, join/leave team page | Unknwon | 2014-08-16 | 1 | -4/+22 |
| | |||||
* | Finish new organization members and invitation page | Unknwon | 2014-08-15 | 1 | -4/+19 |
| | |||||
* | Page: `/org/:orgname/settings` | Unknwon | 2014-08-14 | 1 | -0/+55 |