summaryrefslogtreecommitdiffstats
path: root/routers/api/v1/repo/repo.go
Commit message (Expand)AuthorAgeFilesLines
* Mark TemplateLoading error as "UnprocessableEntity" (#19445)Gusted2022-04-221-1/+3
* When updating mirror repo intervals by API reschedule next update too (#19429)zeripath2022-04-201-22/+52
* Never use /api/v1 from Gitea UI Pages (#19318)Lunny Xiao2022-04-071-18/+1
* Make git.OpenRepository accept Context (#19260)65432022-03-301-1/+1
* Move organization related structs into sub package (#18518)Lunny Xiao2022-03-291-4/+5
* Set the default branch for repositories generated from templates (#19136)Abheek Dhawan2022-03-271-9/+10
* 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-221-19/+19
* Add config option to disable "Update branch by rebase" (#18745)Jimmy Praet2022-03-041-0/+4
* API: Return primary language and repository language stats API URL (#18396)Lauris BH2022-01-251-0/+5
* format with gofumpt (#18184)65432022-01-201-3/+3
* Propagate context and ensure git commands run in request context (#17868)zeripath2022-01-191-2/+2
* Some repository refactors (#17950)Lunny Xiao2021-12-121-6/+6
* Move keys to models/asymkey (#17917)Lunny Xiao2021-12-101-1/+1
* Move repository model into models/repo (#17933)Lunny Xiao2021-12-101-29/+32
* Move accessmode into models/perm (#17828)Lunny Xiao2021-11-281-2/+3
* Move user related model into models/user (#17781)Lunny Xiao2021-11-241-21/+23
* Use a standalone struct name for Organization (#17632)Lunny Xiao2021-11-191-3/+3
* Move unit into models/unit/ (#17576)Lunny Xiao2021-11-091-30/+31
* [API] generalize list header (#16551)65432021-08-121-2/+1
* Related refactors to ctx.FormX functions (#16567)65432021-08-111-1/+1
* Rename ctx.Form() to ctx.FormString() and move code into own file (#16571)65432021-08-111-8/+8
* Rename context.Query to context.Form (#16562)Lunny Xiao2021-07-291-18/+18
* Check user instead of organization when creating a repo from a template via A...Ion Jaureguialzo Sarasola2021-07-151-4/+9
* Return updated repository when changing repository using API (#16420)65432021-07-131-1/+7
* Add checkbox to delete pull branch after successful merge (#16049)Jimmy Praet2021-07-131-8/+12
* Creating a repo from a template repo via API (#15958)a10121127962021-07-051-0/+109
* Add Visible modes function from Organisation to Users too (#16069)Sergey Dryabzhinsky2021-06-261-2/+2
* Close the gitrepo when deleting the repository (#15876)zeripath2021-05-141-0/+4
* [API] make change repo settings work on empty repos (#15778)65432021-05-081-8/+8
* Add DefaultMergeStyle option to repository (#14789)parnic2021-03-271-0/+4
* Prevent panic when editing forked repos by API (#14960)zeripath2021-03-111-0/+4
* Make manual merge autodetection optional and add manual merge as merge method...a10121127962021-03-031-0/+8
* Fix PATCH /repos/{owner}/{repo} panic (#14637)Anton Khimich2021-02-111-2/+14
* Move macaron to chi (#14293)Lunny Xiao2021-01-261-9/+12
* Add MirrorInterval to the API (#14163)Paul Barton2021-01-021-0/+39
* Team dashboards (#14159)Jimmy Praet2020-12-271-0/+6
* Move Repo APIFormat to convert package (#13787)65432020-12-021-5/+6
* Add IsTemplate option in create repo ui and api (#12942)赵智超2020-09-251-0/+1
* Not using "ctx.ServerError" in api (#12907)赵智超2020-09-201-1/+1
* Add configurable Trust Models (#11712)zeripath2020-09-201-0/+1
* Fix [API] [Bug] CreateRepo missing information (#12848)65432020-09-151-0/+6
* Issue templates directory (#11450)John Olheiser2020-09-111-0/+25
* Kanban board (#8346)Lanre Adelowo2020-08-161-0/+11
* Add Access-Control-Expose-Headers (#12446)zeripath2020-08-131-0/+1
* Remove page size limit comment from swagger (#11806)Cirno the Strongest2020-06-091-1/+1
* Fix repo-list private and total count bugs (#11500)zeripath2020-05-201-3/+6
* Add paging and archive/private repository filtering to dashboard list (#11321)zeripath2020-05-161-0/+13
* Option to set default branch at repository creation (#10803)zeripath2020-03-261-8/+9
* Refactor api repo dir (#10048)65432020-01-291-234/+0