summaryrefslogtreecommitdiffstats
path: root/routers/api/v1/user/star.go
Commit message (Expand)AuthorAgeFilesLines
* Move almost all functions' parameter db.Engine to context.Context (#19748)Lunny Xiao2022-05-201-1/+1
* Move access and repo permission to models/perm/access (#19350)Lunny Xiao2022-05-111-2/+2
* Move organization related structs into sub package (#18518)Lunny Xiao2022-03-291-1/+1
* Add `ContextUser` to http request context (#18798)KN4CK3R2022-03-261-4/+3
* Renamed ctx.User to ctx.Doer. (#19161)KN4CK3R2022-03-221-6/+6
* Add missing `X-Total-Count` and fix some related bugs (#17968)qwerty2872021-12-151-0/+3
* Some repository refactors (#17950)Lunny Xiao2021-12-121-3/+4
* Move user related model into models/user (#17781)Lunny Xiao2021-11-241-1/+2
* Move login related structs and functions to models/login (#17093)Lunny Xiao2021-09-241-1/+2
* [API] generalize list header (#16551)65432021-08-121-0/+2
* Move Repo APIFormat to convert package (#13787)65432020-12-021-1/+2
* Remove page size limit comment from swagger (#11806)Cirno the Strongest2020-06-091-2/+2
* API add/generalize pagination (#9452)SpaWn2KiLl2020-01-241-4/+23
* Swagger info corrections (#9441)65432019-12-201-9/+16
* Use gitea forked macaron (#7933)Tamal Saha2019-08-231-2/+1
* Move sdk structs to modules/structs (#6905)Lunny Xiao2019-05-111-1/+1
* Updates to API 404 responses (#6077)John Olheiser2019-03-181-1/+1
* Restrict permission check on repositories and fix some problems (#5314)Lunny Xiao2018-11-281-5/+5
* Update swagger documentation (#2899)Ethan Koenig2017-11-131-38/+76
* Improve swagger doc (#2274)Antoine GIRARD2017-08-211-5/+5
* Generate swagger json (#1402)Antoine GIRARD2017-05-021-0/+36
* Refactor and fix incorrect comment (#1247)Ethan Koenig2017-03-151-5/+2
* Bug fixes for repo permissions in APIEthan Koenig2016-12-071-1/+9
* API endpoints for starsEthan Koenig2016-11-161-0/+76