summaryrefslogtreecommitdiffstats
path: root/modules/convert/convert.go
Commit message (Expand)AuthorAgeFilesLines
* Move some code into models/git (#19879)Lunny Xiao2022-06-121-4/+5
* Move almost all functions' parameter db.Engine to context.Context (#19748)Lunny Xiao2022-05-201-1/+1
* [Refactor] convert team(s) to apiTeam(s) (#13745)65432022-05-131-13/+44
* Move access and repo permission to models/perm/access (#19350)Lunny Xiao2022-05-111-4/+5
* Use for a repo action one database transaction (#19576)65432022-05-031-1/+1
* Add "Allow edits from maintainer" feature (#18002)qwerty2872022-04-281-1/+8
* more context for models (#19511)65432022-04-281-1/+2
* Move organization related structs into sub package (#18518)Lunny Xiao2022-03-291-6/+7
* Team permission allow different unit has different permission (#17811)Lunny Xiao2022-01-051-1/+2
* Refactor auth package (#17962)Lunny Xiao2022-01-021-3/+3
* Some repository refactors (#17950)Lunny Xiao2021-12-121-1/+1
* Move keys to models/asymkey (#17917)Lunny Xiao2021-12-101-6/+7
* Move repository model into models/repo (#17933)Lunny Xiao2021-12-101-5/+6
* Move accessmode into models/perm (#17828)Lunny Xiao2021-11-281-2/+3
* Move user related model into models/user (#17781)Lunny Xiao2021-11-241-6/+10
* Use a standalone struct name for Organization (#17632)Lunny Xiao2021-11-191-2/+2
* Move EmailAddress & UserRedirect into models/user/ (#17607)Lunny Xiao2021-11-111-2/+3
* Move webhook into models/webhook/ (#17579)Lunny Xiao2021-11-101-4/+5
* Move unit into models/unit/ (#17576)Lunny Xiao2021-11-091-1/+2
* Avoid double imports (#17569)Gusted2021-11-081-2/+1
* Move login related structs and functions to models/login (#17093)Lunny Xiao2021-09-241-2/+3
* Support unprotected file patterns (#16395)Jimmy Praet2021-09-111-0/+1
* Add option to provide signature for a token to verify key ownership (#14054)zeripath2021-07-131-0/+2
* [API] Add repoCreateTag (#16165)65432021-06-171-0/+2
* migrate from com.* to alternatives (#14103)65432020-12-251-4/+2
* [Refactor] CombinedStatus and CommitStatus related functions & structs (#14026)65432020-12-181-21/+0
* Fix broken migration on webhook (#13911)Lunny Xiao2020-12-091-2/+2
* Move webhook type from int to string (#13664)Lunny Xiao2020-12-081-2/+2
* Move LFSLock APIFormat into convert package (#13808)65432020-12-031-0/+14
* Add block on official review requests branch protection (#13705)a10121127962020-11-281-22/+23
* Add review request api (#11355)a10121127962020-10-201-0/+4
* [Refactor] Move APIFormat functions into convert package (#12856)65432020-10-171-0/+21
* Refactor: move Commit To APIFormat Code & Lot of StopWatch related things (#1...65432020-09-181-57/+2
* Convert User expose ID each time (#12855)65432020-09-171-24/+1
* Default empty merger list to those with write permissions (#12535)zeripath2020-08-201-1/+5
* Prevent merge of outdated PRs on protected branches (#11012)65432020-04-161-0/+1
* [API] Get a single commit via Ref (#10915)65432020-04-071-1/+0
* Allow to set protected file patterns that can not be changed under no conditi...Lauris BH2020-03-271-0/+1
* Fix branch api canPush and canMerge (#10776)Lunny Xiao2020-03-201-23/+31
* Fix bug on branch API (#10767)Lunny Xiao2020-03-191-3/+7
* adds API endpoints to manage OAuth2 Application (list/create/delete) (#10437)Gustavo Marin2020-02-291-0/+12
* Add API branch protection endpoint (#9311)David Svantesson2020-02-121-17/+75
* Allow repo admin to merge PR regardless of review status (#9611)David Svantesson2020-01-111-1/+1
* [Bug] [API] Add language to user api (#9215)65432019-11-301-0/+1
* Fix what information is shown about user in API. (#9115)David Svantesson2019-11-241-7/+7
* Team permission to create repository in organization (#8312)David Svantesson2019-11-201-0/+1
* Update branch API endpoint to show effective branch protection. (#9031)David Svantesson2019-11-161-3/+21
* Move code.gitea.io/gitea/routers/api/v1/convert to code.gitea.io/gitea/module...Lunny Xiao2019-11-101-0/+312