aboutsummaryrefslogtreecommitdiff
path: root/models/org.go
Commit message (Collapse)AuthorAge
* models/org: reduce to 2 SQL executions for GetOrgIDsByUserIDUnknwon2017-03-03
| | | | | | | This also addresses #4231. It is now ignoring nonexistent organizations returned from 'org_user' table. This was a bug caused in older version that didn't cleanup 'org_user' table when delete an organization.
* webhook: add fork eventUnknwon2017-02-27
|
* modes/org: code format for PR #4194Unknwon2017-02-26
|
* models/org: use XORM chain operations instead of raw SQL (#4194)dlob2017-02-26
| | | This also solved MSSQL pagination query syntax problem reported in #4176.
* protect_branch: only list teams have write accessUnknwon2017-02-24
| | | | | List teams without write access to the repository cause confusion to make users think members of team could push to the branch.
* repo: add protect branch whitelist (#4177)Unknwon2017-02-23
| | | | | Add options to add users and teams to whitelist of a protected branch. This is only available for organizational repositories.
* log: start using gopkg.in/clog.v1Unknwon2017-02-09
|
* Minor fix for PR #3822Unknwon2016-12-21
|
* Fix random string generator (#3953)leonklingele2016-12-21
| | | | | | | | * Remove unused custom-alphabet feature of random string generator * Fix modulo-biased random string generator * Random string generator should return error if it fails to read random data via crypto/rand
* Fix #3905Unknwon2016-12-20
|
* Verify list len before use it with IN (#3423)Thibault Meyer2016-08-10
|
* Add org.getUserTeams to reduce redundant codeUnknwon2016-07-24
|
* #1384 add pagination for repositoriesUnknwon2016-07-24
|
* Refactor User.Id to User.IDUnknwon2016-07-24
|
* #2903 use different reversed words and patterns for repository and userUnknwon2016-07-23
|
* #3066 fix create organization ignores full name propertyUnknwon2016-07-23
|
* #2854 fix no mail notification when issue is closed/reopenedUnknwon2016-07-16
|
* Fix listing team members (#3048)Kim Carlbäcker2016-05-06
|
* #1692 add admin APIs to add/remove a user from teamsUnknwon2016-03-25
|
* #13 finish user and repository searchUnknwon2016-03-11
| | | | Both are possible on explore and admin panel
* #2727 fix incompatible SQL in PostgreSQLUnknwon2016-03-09
|
* #2743 more fixes on SQL errorsUnknwon2016-03-04
|
* #2743 and #2751 fix bad SQL generated by XORMUnknwon2016-03-04
| | | | Use hand-written SQL to do complex query
* #2743 workaround to fix XORM problemUnknwon2016-03-03
|
* #2727 make IN clause compatible with PostgresUnknwon2016-03-01
|
* Fix panic when view profile without signinUnknwon2016-02-19
| | | | Also fix that no matter who, still able to see organizations with private membership.
* Minor fix for #2578Unknwon2016-02-14
|
* Admins and user itself sees private org relations on profileExMex2016-02-07
|
* Minor fix for #2530Unknwon2016-02-04
|
* Merge pull request #2530 from fnkr/hide-other-teams-repos-from-org-pageUnknwon2016-02-04
|\ | | | | Hide other teams & repos from organization page
| * Remove unnecessary private functionsFlorian Kaiser2016-02-04
| |
| * Use invalid value (-1) instead of 0 to prevent bug if auto increment starts ↵Florian Kaiser2016-01-31
| | | | | | | | with 0
| * Everyone can see public reposFlorian Kaiser2016-01-31
| |
| * Only show teams the user has access toFlorian Kaiser2016-01-31
| |
| * Only show repositories the user has access to, on the organization homeFlorian Kaiser2016-01-31
| |
* | Show all orgs on user profile, except the private one'sFlorian Kaiser2016-01-30
|/
* #2497 incorrect error handle for team nameUnknwon2016-01-29
|
* #1692 add organization APIsUnknwon2015-12-17
|
* fix possible disclosureUnknwon2015-12-14
|
* #2155 fix org max repo limit default to -1Unknwon2015-12-11
|
* New admin organization UIAntoine GIRARD2015-09-25
|
* #1585 order owners list by last changed timeUnknwon2015-09-07
|
* #1193 Make organization emails non-mandatoryUnknwon2015-09-06
|
* fix #1558Unknwon2015-09-06
|
* #1458: Authorities were messed up when using mysql databaseUnknwon2015-08-28
|
* WIP: create PR - choose branchUnknwon2015-08-08
|
* #1070 Clearer error message for illegal charactersUnknwon2015-03-26
|
* #1067: Deleting users should remove them from collaborator listsUnknwon2015-03-17
| | | | - fix delete user but repository watches are not decreased
* models: done testing on new access systemUnknwon2015-02-28
|
* models: fix issue with transfer repositoryUnknwon2015-02-24
| | | | README: fix typo