aboutsummaryrefslogtreecommitdiffstats
path: root/routers/api/v1/org
Commit message (Expand)AuthorAgeFilesLines
* Add user blocking (#29028)KN4CK3R2024-03-043-4/+127
* Move context from modules to services (#29440)Lunny Xiao2024-02-278-8/+8
* Unify user update methods (#28733)KN4CK3R2024-02-041-16/+20
* Add get actions runner registration token for API routes, repo, org, user and...Lunny Xiao2023-12-272-0/+31
* Use db.Find instead of writing methods for every object (#28084)Lunny Xiao2023-11-242-14/+4
* Delete repos of org when purge delete user (#27273)JakobDev2023-10-191-1/+1
* Replace more db.DefaultContext (#27628)Lunny Xiao2023-10-152-2/+2
* Penultimate round of `db.DefaultContext` refactor (#27414)JakobDev2023-10-112-3/+3
* Even more `db.DefaultContext` refactor (#27352)JakobDev2023-10-032-13/+13
* Another round of `db.DefaultContext` refactor (#27103)JakobDev2023-09-251-3/+3
* Fix organization field being null in POST /orgs/{orgid}/teams (#27150)Dionysios Kakouris2023-09-211-1/+1
* Next round of `db.DefaultContext` refactor (#27089)JakobDev2023-09-161-3/+3
* More refactoring of `db.DefaultContext` (#27083)JakobDev2023-09-151-1/+1
* Reduce usage of `db.DefaultContext` (#27073)JakobDev2023-09-143-7/+7
* Add missing 404 response to Swagger (#27038)JakobDev2023-09-137-0/+66
* move repository deletion to service layer (#26948)Lunny Xiao2023-09-081-1/+2
* Refactor secrets modification logic (#26873)KN4CK3R2023-09-051-34/+32
* feat(API): add secret deletion functionality for repository (#26808)Bo-Yi Wu2023-09-011-2/+6
* feat(API): add route and implementation for creating/updating repository secr...Bo-Yi Wu2023-08-291-16/+7
* refactor(API): refactor secret creation and update functionality (#26751)Bo-Yi Wu2023-08-281-52/+22
* feat(API): update and delete secret for managing organization secrets (#26660)Bo-Yi Wu2023-08-241-0/+91
* feat: implement organization secret creation API (#26566)Bo-Yi Wu2023-08-221-4/+47
* Add API route to list org secrets (#26485)Bo-Yi Wu2023-08-151-0/+72
* Allow to archive labels (#26478)puni98692023-08-141-0/+1
* Allow Organisations to have a E-Mail (#25082)JakobDev2023-07-251-1/+11
* Replace `interface{}` with `any` (#25686)silverwind2023-07-041-2/+2
* Add API for changing Avatars (#25369)JakobDev2023-06-291-0/+74
* Fix `Permission` in API returned repository struct (#25388)Jason Song2023-06-221-4/+4
* Fix `organization` field being `null` in `GET /api/v1/teams/{id}` (#24694)Yarden Shoham2023-05-131-1/+1
* Fix admin team access mode value in team_unit table (#24012)yp053272023-04-131-0/+19
* Add activity feeds API (#23494)Zettat1232023-04-042-0/+120
* Improve LoadUnitConfig to handle invalid or duplicate units (#23736)Jason Song2023-04-031-1/+1
* Add user webhooks (#21563)KN4CK3R2023-03-101-56/+23
* Add loading yaml label template files (#22976)Lauris BH2023-03-021-18/+15
* Rename `GetUnits` to `LoadUnits` (#22970)yp053272023-02-191-1/+1
* Scoped labels (#22585)Brecht Van Lommel2023-02-181-0/+4
* Add context cache as a request level cache (#22294)Lunny Xiao2023-02-153-14/+14
* Restructure `webhook` module (#22256)delvh2023-01-011-9/+9
* Move `convert` package to services (#22264)KN4CK3R2022-12-295-5/+5
* refactor some functions to support ctx as first parameter (#21878)Lunny Xiao2022-12-031-2/+2
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-275-10/+5
* Add `context.Context` to more methods (#21546)KN4CK3R2022-11-191-4/+4
* Add Webhook authorization header (#20926)oliverpool2022-11-031-2/+12
* [API] teamSearch show teams with no members if user is admin (#21204)65432022-09-191-1/+5
* Move some files into models' sub packages (#20262)Lunny Xiao2022-08-251-2/+3
* Fix owners cannot create organization repos bug (#20841)Lunny Xiao2022-08-181-1/+1
* Add spectral linter for Swagger (#20321)silverwind2022-07-111-1/+1
* Add more linters to improve code readability (#19989)Wim2022-06-201-1/+1
* Move issues related files into models/issues (#19931)Lunny Xiao2022-06-131-15/+15
* Move almost all functions' parameter db.Engine to context.Context (#19748)Lunny Xiao2022-05-202-5/+5