aboutsummaryrefslogtreecommitdiff
path: root/modules/middleware/org.go
Commit message (Collapse)AuthorAge
* Rename module: middleware -> contextUnknwon2016-03-11
|
* #2727 fix incompatible SQL in PostgreSQLUnknwon2016-03-09
|
* Minor fix for #2530Unknwon2016-02-04
|
* Organization owners see all repositories & teamsFlorian Kaiser2016-01-31
|
* Refactor .IsAdminTeam to .IsTeamAdmin and requireAdminTeam to requireTeamAdminFlorian Kaiser2016-01-31
|
* Only show teams the user has access toFlorian Kaiser2016-01-31
|
* 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 import path, fix #1782Unknwon2015-10-15
|
* allow anonymous SSH cloneUnknwon2015-08-05
|
* fix #1169Unknwon2015-07-26
| | | | - prevent create reop on existed path
* Change constants to UPPERCASE_WITH_UNDERSCORE stylePeter Smit2015-02-09
|
* Refactoring of the Access TablePeter Smit2015-02-06
| | | | | | 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 #726Unknwon2014-12-12
| | | | | - POST /user/repos - POST /org/:org/repos
* 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
* Bug fix on organizationUnknwon2014-08-27
|
* 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
|
* Page: `/org/:orgname/settings`Unknwon2014-08-14