aboutsummaryrefslogtreecommitdiffstats
path: root/models/org.go
Commit message (Expand)AuthorAgeFilesLines
...
* Upgrade xorm to v0.8.0 (#8536)Lunny Xiao2019-10-171-1/+1
* Add teams to repo on collaboration page. (#8045)David Svantesson2019-09-231-7/+1
* Add support for DEFAULT_ORG_MEMBER_VISIBLE (#7669)guillep2k2019-08-241-2/+4
* Use gitea forked macaron (#7933)Tamal Saha2019-08-231-1/+1
* org/members: display 2FA members states + optimize sql requests (#7621)Antoine GIRARD2019-08-021-8/+9
* Fix error log when loading issues caused by a xorm bug (#7271)Lunny Xiao2019-06-231-1/+1
* Add golangci (#6418)kolaente2019-06-121-7/+10
* Fixes #5960 - Adds API Endpoint for Repo Edit (#7006)Richard Mahn2019-05-301-2/+2
* Fix org visibility bug when git cloning (#6743)Lunny Xiao2019-04-251-1/+5
* Fix: Sort repos on org home page with non-admin login (#6741)Lunny Xiao2019-04-241-3/+11
* Better logging (#6038) (#6095)zeripath2019-04-021-1/+1
* Allow to set organization visibility (public, internal, private) (#1763)Rémy Boulanouar2019-02-181-0/+36
* Feature - #3031 - search for org repos (#5986)Richard Mahn2019-02-081-0/+9
* api: Add missing GET teams endpoints (#5382)Harshit Bansal2019-01-161-1/+1
* Ensure that sessions are passed into queries that could use the database to p...zeripath2019-01-131-1/+5
* Fix sqlite deadlock when assigning to a PR (#5640)zeripath2019-01-041-1/+5
* fix sqlite and mssql lock (#5214)Lunny Xiao2018-10-291-12/+22
* Remove check for negative length (#5120)Oleg Kovalov2018-10-201-2/+2
* Do not autocreate directory for new user/orgs (#4828) (#4849)SagePtr2018-09-061-4/+0
* Fix out-of-transaction query in removeOrgUser (#4521) (#4522)SagePtr2018-07-271-1/+1
* Update xorm to latest version and fix correct `user` table referencing in sql...Lauris BH2018-07-201-2/+2
* hide issues from org private repos w/o team assignment (#4034)David Schneiderbauer2018-06-211-1/+16
* Fix remove team member issue (#3566)Wendell Sun2018-02-231-8/+14
* Remove IsOwner, NumTeams from OrgUser (#3269)Ethan Koenig2018-01-081-15/+23
* Fix ignored errors when checking if organization, team member (#3177)Ethan Koenig2017-12-211-18/+21
* fix org owner cannot be removed if there is not in owner team (#3164)Lunny Xiao2017-12-131-1/+6
* Hide unactive on explore users and some refactors (#2741)Lunny Xiao2017-10-241-17/+0
* Replace deprecated Id method with ID (#2655)Ethan Koenig2017-10-051-3/+3
* Reduce usage of allcols on update (#2596)Lunny Xiao2017-09-251-1/+1
* Fix lint errors (#2547)Ethan Koenig2017-09-191-5/+1
* Fixes 500 error on dashboard when using MSSQL (#2504)bradder5552017-09-151-1/+1
* improve protected branch to add whitelist support (#2451)Lunny Xiao2017-09-141-0/+5
* Improve org error handling (#2117)Antoine GIRARD2017-07-061-4/+2
* Refactor session close as xorm already does everything needed internally (#2020)Lauris BH2017-06-211-2/+2
* Fix bug in removeOrgRepo (#1858)Ethan Koenig2017-06-021-1/+1
* Fix locking bug in removeOrgRepo (#1842)Ethan Koenig2017-06-011-1/+1
* Give all units to owner team (#1812)Ethan Koenig2017-05-261-0/+1
* fix migrate failed and org dashboard failed on MSSQL database (#1448)Lunny Xiao2017-04-061-4/+21
* fix random avatars (#1147)Lunny Xiao2017-03-081-1/+3
* fix del org avatar potential delete all avtars (#1120)Lunny Xiao2017-03-061-4/+6
* Remove unnecessary loads in org_team (#1035)Ethan Koenig2017-02-241-1/+1
* bug fixed on issues and pullsLunny Xiao2017-02-151-1/+0
* bug fixed for my repository (#933)Lunny Xiao2017-02-141-2/+6
* Small optimization for getTeamIDs (#919)Lunny Xiao2017-02-141-10/+12
* Fix bug in removeOrgRepoEthan Koenig2017-02-041-2/+20
* Cleanup log messagingGabriel Jackson2017-02-021-2/+2
* Unit tests and bug fix for models/orgEthan Koenig2017-01-271-22/+8
* fix xorm NewSession uncorrected usages (#774)Lunny Xiao2017-01-281-4/+6
* Fix FIXME and remove superfluous queries in models/org (#749)Ethan Koenig2017-01-251-61/+69
* Removes reliance on server specific SQL (#393)btrepp2017-01-141-2/+16