summaryrefslogtreecommitdiffstats
path: root/routers/web/org
Commit message (Expand)AuthorAgeFilesLines
* Fix leaving organization bug on user settings -> orgs (#21983) (#22438)zeripath2023-01-161-2/+9
* move invite by mail to services package (#21513)65432022-10-201-6/+1
* Add team member invite by email (#20307)KN4CK3R2022-10-191-23/+142
* Allow creation of OAuth2 applications for orgs (#18084)qwerty2872022-10-091-0/+93
* Move some files into models' sub packages (#20262)Lunny Xiao2022-08-251-1/+2
* Fix SQL Query for `SearchTeam` (#20844)Gusted2022-08-211-1/+1
* Fix owners cannot create organization repos bug (#20841)Lunny Xiao2022-08-181-1/+4
* Add Docker /v2/_catalog endpoint (#20469)KN4CK3R2022-07-281-0/+7
* Fix public org members displayed too many informations (#20403)Lunny Xiao2022-07-191-0/+1
* Allow access to the Public Organization Member lists with minimal permissions...a10121127962022-07-151-5/+0
* Move issues related files into models/issues (#19931)Lunny Xiao2022-06-131-8/+8
* Move some repository related code into sub package (#19711)Lunny Xiao2022-06-062-4/+4
* Move almost all functions' parameter db.Engine to context.Context (#19748)Lunny Xiao2022-05-203-6/+6
* Move org functions (#19753)Lunny Xiao2022-05-201-1/+1
* [Refactor] convert team(s) to apiTeam(s) (#13745)65432022-05-131-12/+8
* Never use /api/v1 from Gitea UI Pages (#19318)Lunny Xiao2022-04-071-0/+48
* Add Package Registry (#16510)KN4CK3R2022-03-301-0/+3
* Move init repository related functions to modules (#19159)Lunny Xiao2022-03-292-5/+7
* Move organization related structs into sub package (#18518)Lunny Xiao2022-03-294-41/+44
* Use `ctx` instead of `db.DefaultContext` in some packages(routers/services/mo...wxiaoguang2022-03-221-1/+1
* Renamed ctx.User to ctx.Doer. (#19161)KN4CK3R2022-03-225-17/+17
* Send 404 on `/{org}.gpg` (#18959)Gusted2022-03-011-1/+9
* Update assignees check to include any writing team and change org sidebar (#1...zeripath2022-02-231-0/+2
* Add `GetUserTeams` (#18499)Gusted2022-02-011-1/+1
* Allow to filter repositories by language in explore, user and organization re...Lauris BH2022-01-281-0/+5
* format with gofumpt (#18184)65432022-01-203-3/+4
* Use correct translation key for errors (#18342)Gusted2022-01-201-3/+7
* Propagate context and ensure git commands run in request context (#17868)zeripath2022-01-191-0/+1
* Team permission allow different unit has different permission (#17811)Lunny Xiao2022-01-051-27/+57
* Fix wrong redirect on org labels (#18128)KN4CK3R2021-12-301-1/+1
* Some repository refactors (#17950)Lunny Xiao2021-12-121-1/+2
* Move repository model into models/repo (#17933)Lunny Xiao2021-12-102-4/+6
* fix 500 error while use a reserved name in org rename (#17878)a10121127962021-12-021-1/+1
* Move more model into models/user (#17826)Lunny Xiao2021-11-281-1/+1
* Move accessmode into models/perm (#17828)Lunny Xiao2021-11-281-6/+7
* Fix database inconsistent when admin change user email (#17549)Lunny Xiao2021-11-251-1/+1
* org settings -> webhook/labels/deletion should also active the menu (#17809)Lunny Xiao2021-11-252-0/+6
* Create menus for organization pages (#17802)Lunny Xiao2021-11-251-0/+1
* Move user related model into models/user (#17781)Lunny Xiao2021-11-244-25/+29
* Remove unnecessary attributes of User struct (#17745)Lunny Xiao2021-11-222-4/+4
* Use a standalone struct name for Organization (#17632)Lunny Xiao2021-11-194-13/+15
* Move user/org deletion to services (#17673)KN4CK3R2021-11-191-4/+4
* Remove unnecessary variable assignments (#17695)Gusted2021-11-181-1/+0
* Multiple Escaping Improvements (#17551)zeripath2021-11-162-10/+12
* Move webhook into models/webhook/ (#17579)Lunny Xiao2021-11-101-2/+3
* Move unit into models/unit/ (#17576)Lunny Xiao2021-11-091-4/+5
* Move login related structs and functions to models/login (#17093)Lunny Xiao2021-09-243-4/+6
* DBContext is just a Context (#17100)zeripath2021-09-231-1/+1
* Move db related basic functions to models/db (#17075)Lunny Xiao2021-09-191-1/+2
* Make mirror feature more configurable (#16957)65432021-09-071-1/+1