summaryrefslogtreecommitdiffstats
path: root/models/org.go
Commit message (Collapse)AuthorAgeFilesLines
* #2743 workaround to fix XORM problemUnknwon2016-03-031-4/+2
|
* #2727 make IN clause compatible with PostgresUnknwon2016-03-011-3/+3
|
* Fix panic when view profile without signinUnknwon2016-02-191-11/+9
| | | | Also fix that no matter who, still able to see organizations with private membership.
* Minor fix for #2578Unknwon2016-02-141-4/+4
|
* Admins and user itself sees private org relations on profileExMex2016-02-071-6/+9
|
* Minor fix for #2530Unknwon2016-02-041-29/+31
|
* Merge pull request #2530 from fnkr/hide-other-teams-repos-from-org-pageUnknwon2016-02-041-0/+57
|\ | | | | Hide other teams & repos from organization page
| * Remove unnecessary private functionsFlorian Kaiser2016-02-041-14/+6
| |
| * Use invalid value (-1) instead of 0 to prevent bug if auto increment starts ↵Florian Kaiser2016-01-311-1/+1
| | | | | | | | with 0
| * Everyone can see public reposFlorian Kaiser2016-01-311-3/+14
| |
| * Only show teams the user has access toFlorian Kaiser2016-01-311-11/+28
| |
| * Only show repositories the user has access to, on the organization homeFlorian Kaiser2016-01-311-0/+37
| |
* | Show all orgs on user profile, except the private one'sFlorian Kaiser2016-01-301-1/+21
|/
* #2497 incorrect error handle for team nameUnknwon2016-01-291-10/+15
|
* #1692 add organization APIsUnknwon2015-12-171-3/+8
|
* fix possible disclosureUnknwon2015-12-141-0/+2
|
* #2155 fix org max repo limit default to -1Unknwon2015-12-111-0/+1
|
* New admin organization UIAntoine GIRARD2015-09-251-5/+4
|
* #1585 order owners list by last changed timeUnknwon2015-09-071-0/+21
|
* #1193 Make organization emails non-mandatoryUnknwon2015-09-061-37/+14
|
* fix #1558Unknwon2015-09-061-12/+11
|
* #1458: Authorities were messed up when using mysql databaseUnknwon2015-08-281-1/+1
|
* WIP: create PR - choose branchUnknwon2015-08-081-15/+15
|
* #1070 Clearer error message for illegal charactersUnknwon2015-03-261-19/+19
|
* #1067: Deleting users should remove them from collaborator listsUnknwon2015-03-171-22/+13
| | | | - fix delete user but repository watches are not decreased
* models: done testing on new access systemUnknwon2015-02-281-18/+39
|
* models: fix issue with transfer repositoryUnknwon2015-02-241-9/+19
| | | | README: fix typo
* v4 migration, merge 'dev', clean code and mirror fixUnknwon2015-02-231-115/+181
|
* Merge branch 'access' of github.com:gogits/gogs into accessUnknwon2015-02-221-4/+5
|\
| * Fix access for team mode updatePeter Smit2015-02-131-4/+5
| |
* | Merge branch 'dev' of github.com:gogits/gogs into accessUnknwon2015-02-221-1/+1
|\ \ | |/ |/| | | | | | | | | | | | | Conflicts: gogs.go models/models.go models/user.go templates/.VERSION templates/org/home.tmpl
| * models: able to rename user with diff letter cases #981Unknwon2015-02-221-1/+1
| | | | | | | | | | - templates/org: mirror fix on name output - routers: add missing error check
* | code fix #941 caution: undertestUnknwon2015-02-131-49/+61
| |
* | Merge remote-tracking branch 'mine/access_refactor' into access_refactorPeter Smit2015-02-121-1/+1
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: cmd/serve.go models/access.go models/migrations/migrations.go models/org.go models/repo.go models/user.go modules/middleware/org.go modules/middleware/repo.go routers/api/v1/repo.go routers/org/teams.go routers/repo/http.go routers/user/home.go
| * | Change constants to UPPERCASE_WITH_UNDERSCORE stylePeter Smit2015-02-091-1/+1
| | |
| * | Refactoring of the Access TablePeter Smit2015-02-061-216/+26
| | | | | | | | | | | | | | | | | | 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.
* | | Refactoring of the Access TablePeter Smit2015-02-121-218/+27
| |/ |/| | | | | | | | | 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.
* | models: make code change for session issue with SQLite3 #739Unknwon2015-02-101-43/+51
|/
* api: able to create repo and fix #726Unknwon2014-12-121-2/+20
| | | | | - POST /user/repos - POST /org/:org/repos
* Fix spelling errors in comments.Joseph Crail2014-12-061-2/+2
|
* fix #644Unknwon2014-11-211-1/+12
|
* Fix #540Unknwon2014-10-121-1/+1
|
* Fix #540Unknwon2014-10-121-17/+2
|
* bug fixed for #540lunnyxiao2014-10-111-3/+7
|
* Prepare 0.5 releaseUnknwon2014-09-121-22/+10
|
* Continue working on new admin pagesUnknwon2014-08-291-0/+7
|
* Finish new admin dashboardUnknwon2014-08-281-0/+6
|
* Bug fix on organizationUnknwon2014-08-271-0/+13
|
* Finsih add/remove repo in organizationUnknwon2014-08-261-55/+175
|
* Finish new edit team page, add member to teamUnknwon2014-08-241-35/+341
|