summaryrefslogtreecommitdiffstats
path: root/integrations/api_team_test.go
Commit message (Expand)AuthorAgeFilesLines
* Team permission allow different unit has different permission (#17811)Lunny Xiao2022-01-051-18/+96
* Move user related model into models/user (#17781)Lunny Xiao2021-11-241-7/+8
* Remove unnecessary variable assignments (#17695)Gusted2021-11-181-1/+1
* Decouple unit test, remove intermediate `unittestbridge` package (#17662)wxiaoguang2021-11-161-14/+14
* Move db related basic functions to models/db (#17075)Lunny Xiao2021-09-191-13/+14
* reqOrgMembership calls need to be preceded by reqToken (#16198)zeripath2021-06-211-0/+4
* Fixed assert statements. (#16089)KN4CK3R2021-06-071-1/+1
* [API] orgEditTeam make Fields optional (#9556)65432020-01-091-5/+19
* Fix "data race" in testlogger (#9159)zeripath2019-11-261-2/+2
* Move code.gitea.io/gitea/routers/api/v1/convert to code.gitea.io/gitea/module...Lunny Xiao2019-11-101-1/+1
* Add team option to grant rights for all organization repositories (#8688)David Svantesson2019-11-061-16/+24
* API endpoint for searching teams. (#8108)David Svantesson2019-10-011-0/+29
* Fixed ineffectual assignments in tests (#7553)Christian Muehlhaeuser2019-07-221-2/+2
* Move sdk structs to modules/structs (#6905)Lunny Xiao2019-05-111-1/+1
* Fix team edit API panic (#6780)ngourdon2019-04-271-0/+64
* Fix team members API (#6714)Lunny Xiao2019-04-241-0/+13
* Enforce token on api routes [fixed critical security issue #4357] (#4840)B-OnTheGo2018-09-101-1/+2
* Less verbose integration tests (#2123)Ethan Koenig2017-07-071-2/+1
* Improve integration test helper functions (#2049)Ethan Koenig2017-06-251-3/+1
* Don't show non-comments in comments API (#2001)Ethan Koenig2017-06-181-4/+1
* Consolidate boilerplate in integration tests (#1979)Ethan Koenig2017-06-171-1/+1
* Display URLs in integration test logs (#1924)Ethan Koenig2017-06-091-2/+1
* Fix 500 for GET /teams/:id endpoints (#1811)Ethan Koenig2017-05-261-0/+38