summaryrefslogtreecommitdiffstats
path: root/models/org.go
Commit message (Expand)AuthorAgeFilesLines
* [API] generalize list header (#16551)65432021-08-121-9/+5
* Fix various documentation, user-facing, and source comment typos (#16367)luzpaz2021-07-081-1/+1
* Add Visible modes function from Organisation to Users too (#16069)Sergey Dryabzhinsky2021-06-261-8/+8
* Improve performance of dashboard list orgs (#16099)Lunny Xiao2021-06-141-0/+19
* chore(models): rewrite code format. (#14754)Bo-Yi Wu2021-03-141-6/+6
* Repository transfer has to be confirmed, if user can not create repo for new ...65432021-03-011-0/+14
* Redirect on changed user and org name (#11649)Andrew Bezold2021-01-241-0/+4
* Issues overview should not show issues from archived repos (#13220)Elena Neuschild2021-01-121-1/+1
* Team dashboards (#14159)Jimmy Praet2020-12-271-8/+24
* Change order of possible-owner organizations to alphabetical (#13160)Elena Neuschild2020-10-151-1/+2
* Avatars and Repo avatars support storing in minio (#12516)Lunny Xiao2020-10-141-6/+4
* Fix bug preventing transfer to private organization (#12497)zeripath2020-08-161-1/+1
* Re-attempt to delete temporary upload if the file is locked by another proces...zeripath2020-08-111-3/+3
* Fix typo (#12013)successgo2020-06-221-1/+1
* Prevent multiple listings of organization when creating a repository (#11303)65432020-05-071-6/+6
* Ensure DeleteUser is not allowed to Delete Orgs and visa versa (#10134)65432020-02-041-4/+4
* API add/generalize pagination (#9452)SpaWn2KiLl2020-01-241-19/+30
* Restricted users (#6274)Manush Dodunekov2020-01-131-6/+19
* Only show part of members on orgnization dashboard and add paging for orgniza...Lunny Xiao2019-12-061-12/+45
* Team permission to create repository in organization (#8312)David Svantesson2019-11-201-0/+32
* Add team option to grant rights for all organization repositories (#8688)David Svantesson2019-11-061-5/+9
* 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