aboutsummaryrefslogtreecommitdiffstats
path: root/routers/web/org
Commit message (Expand)AuthorAgeFilesLines
* Do not store user projects as organization projects (#23353)yp053272023-03-171-5/+18
* add user rename endpoint to admin api (#22789)techknowlogick2023-03-141-1/+1
* Add missing tabs to org projects page (#22705)yp053272023-03-102-0/+2
* Add user webhooks (#21563)KN4CK3R2023-03-101-4/+4
* Rename `canWriteUnit` to `canWriteProjects` (#23386)yp053272023-03-091-7/+7
* Fix incorrect NotFound conditions in org/projects.go (#23384)yp053272023-03-091-3/+3
* Redirect to project again after editing it (#23326)yp053272023-03-091-1/+6
* Fix incorrect redirect link of delete org project (#23327)yp053272023-03-061-1/+1
* Add loading yaml label template files (#22976)Lauris BH2023-03-021-2/+3
* Use context parameter in services/repository (#23186)Jason Song2023-02-281-1/+1
* Scoped labels (#22585)Brecht Van Lommel2023-02-181-0/+2
* Add context cache as a request level cache (#22294)Lunny Xiao2023-02-151-1/+1
* Preview images for Issue cards in Project Board view (#22112)Nathaniel Sabanski2023-02-111-2/+2
* Add Cargo package registry (#21888)KN4CK3R2023-02-051-0/+20
* Add user secrets (#22191)KN4CK3R2023-02-012-51/+48
* Implement actions (#21937)Jason Song2023-01-312-0/+82
* Support org/user level projects (#22235)Lunny Xiao2023-01-203-0/+715
* Move `convert` package to services (#22264)KN4CK3R2022-12-291-1/+1
* Secrets storage with SecretKey encrypted (#22142)Jason Song2022-12-201-0/+51
* refactor some functions to support ctx as first parameter (#21878)Lunny Xiao2022-12-031-5/+5
* Update gitea-vet to check FSFE REUSE (#22004)Jason Song2022-12-021-2/+1
* Fix leaving organization bug on user settings -> orgs (#21983)花墨2022-11-301-2/+9
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-277-14/+7
* Add package registry cleanup rules (#21658)KN4CK3R2022-11-201-0/+87
* Add `context.Context` to more methods (#21546)KN4CK3R2022-11-191-1/+1
* 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