aboutsummaryrefslogtreecommitdiffstats
path: root/models/org.go
Commit message (Expand)AuthorAgeFilesLines
* Refactor deletion (#28610)delvh2023-12-251-1/+1
* Refactor the function RemoveOrgUser (#27582)Lunny Xiao2023-11-031-19/+11
* Replace more db.DefaultContext (#27628)Lunny Xiao2023-10-151-2/+2
* refactor some functions to support ctx as first parameter (#21878)Lunny Xiao2022-12-031-1/+1
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* Allow detect whether it's in a database transaction for a context.Context (#2...Lunny Xiao2022-11-121-1/+1
* Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551)delvh2022-10-241-4/+4
* Move some files into models' sub packages (#20262)Lunny Xiao2022-08-251-66/+0
* Use neutral language in comments and docs (#20135)Gusted2022-06-251-1/+1
* In code search, get code unit accessible repos in one (main) query (#19764)Hugo Hoitink2022-06-161-1/+2
* Move some repository related code into sub package (#19711)Lunny Xiao2022-06-061-1/+1
* Move almost all functions' parameter db.Engine to context.Context (#19748)Lunny Xiao2022-05-201-3/+3
* Move access and repo permission to models/perm/access (#19350)Lunny Xiao2022-05-111-1/+2
* Move organization related structs into sub package (#18518)Lunny Xiao2022-03-291-901/+12
* Move deletebeans into models/db (#18781)Lunny Xiao2022-02-171-4/+2
* Team permission allow different unit has different permission (#17811)Lunny Xiao2022-01-051-3/+3
* Some repository refactors (#17950)Lunny Xiao2021-12-121-1/+1
* Move repository model into models/repo (#17933)Lunny Xiao2021-12-101-7/+8
* Move more model into models/user (#17826)Lunny Xiao2021-11-281-3/+3
* Move accessmode into models/perm (#17828)Lunny Xiao2021-11-281-7/+8
* Move user related model into models/user (#17781)Lunny Xiao2021-11-241-33/+43
* Remove unnecessary attributes of User struct (#17745)Lunny Xiao2021-11-221-7/+13
* Support pagination of organizations on user settings pages (#16083)Lunny Xiao2021-11-221-18/+45
* Remove NewSession method from db.Engine interface (#17577)Lunny Xiao2021-11-211-27/+14
* Use a standalone struct name for Organization (#17632)Lunny Xiao2021-11-191-56/+144
* Move user/org deletion to services (#17673)KN4CK3R2021-11-191-55/+9
* Move EmailAddress & UserRedirect into models/user/ (#17607)Lunny Xiao2021-11-111-14/+12
* Move unit into models/unit/ (#17576)Lunny Xiao2021-11-091-2/+3
* Use provided database Engine (#17595)Gusted2021-11-091-1/+1
* [API] Add endpount to get user org permissions (#17232)Romain2021-10-121-0/+13
* Fix incorrect repository count on organization tab of dashboard (#17256)Jimmy Praet2021-10-081-1/+1
* Move login related structs and functions to models/login (#17093)Lunny Xiao2021-09-241-3/+3
* DBContext is just a Context (#17100)zeripath2021-09-231-31/+31
* Move db related basic functions to models/db (#17075)Lunny Xiao2021-09-191-46/+51
* Add `AbsoluteListOptions` (#17028)KN4CK3R2021-09-141-2/+2
* Correctly return the number of Repositories for Organizations (#16807)zeripath2021-09-011-12/+56
* [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