summaryrefslogtreecommitdiffstats
path: root/modules/context/org.go
Commit message (Expand)AuthorAgeFilesLines
* Move accessmode into models/perm (#17828)Lunny Xiao2021-11-281-1/+2
* Move user related model into models/user (#17781)Lunny Xiao2021-11-241-2/+2
* Remove unnecessary attributes of User struct (#17745)Lunny Xiao2021-11-221-0/+4
* Fix correct usage of teams (#17732)Gusted2021-11-201-0/+6
* Use a standalone struct name for Organization (#17632)Lunny Xiao2021-11-191-13/+9
* Move EmailAddress & UserRedirect into models/user/ (#17607)Lunny Xiao2021-11-111-2/+3
* [API] generalize list header (#16551)65432021-08-121-2/+2
* Unified link creation. (#15619)KN4CK3R2021-04-301-3/+2
* Update docs and comments to remove macaron (#14491)Lunny Xiao2021-01-291-1/+1
* Move macaron to chi (#14293)Lunny Xiao2021-01-261-3/+1
* Redirect on changed user and org name (#11649)Andrew Bezold2021-01-241-1/+8
* API add/generalize pagination (#9452)SpaWn2KiLl2020-01-241-1/+2
* Team permission to create repository in organization (#8312)David Svantesson2019-11-201-6/+15
* Use AppSubUrl for more redirections (#8647)zeripath2019-10-231-1/+1
* Use gitea forked macaron (#7933)Tamal Saha2019-08-231-1/+2
* Handle refactor (#3339)Morgan Bazalgette2018-01-101-10/+10
* Fix ignored errors when checking if organization, team member (#3177)Ethan Koenig2017-12-211-3/+10
* Golint fixed for modules/setting (#262)Lunny Xiao2016-11-271-1/+1
* Golint fixed for modules/contextLunny Xiao2016-11-251-0/+3
* Update import paths from github.com/go-gitea to code.gitea.io (#135)Sandro Santilli2016-11-101-2/+2
* ACCESS_MODE_* -> AccessMode*Sandro Santilli2016-11-071-1/+1
* Fix imports found by goimports.Matthias Loibl2016-11-051-2/+1
* Change import reference to match gitea instead of gogs (#37)Rémy Boulanouar2016-11-031-2/+2
* Add org.getUserTeams to reduce redundant codeUnknwon2016-07-241-1/+2
* Refactor User.Id to User.IDUnknwon2016-07-241-3/+3
* Add APIContextUnknwon2016-03-131-0/+11
* Rename module: middleware -> contextUnknwon2016-03-111-0/+141