summaryrefslogtreecommitdiffstats
path: root/routers
Commit message (Expand)AuthorAgeFilesLines
* Add tag protection (#15629)KN4CK3R2021-06-255-160/+401
* API: Allow COMMENT reviews to not specify a body (#16229)sebastian-sauer2021-06-251-6/+16
* Fix diff expansion is missing final line in a file (#16222)KN4CK3R2021-06-241-1/+5
* Rework repository archive (#14723)Lunny Xiao2021-06-235-36/+114
* [API] Add repoGetTag (#16166)65432021-06-232-34/+74
* [API] GET / SET User Settings (#16169)65432021-06-234-0/+97
* Small refactoring of modules/private (#15947)KN4CK3R2021-06-238-201/+181
* reqOrgMembership calls need to be preceded by reqToken (#16198)zeripath2021-06-211-3/+3
* More efficiently parse shas for shaPostProcessor (#16101)zeripath2021-06-217-0/+16
* Fix some API bugs (#16184)65432021-06-182-2/+8
* Add asymmetric JWT signing (#16010)KN4CK3R2021-06-173-11/+51
* [API] Add repoCreateTag (#16165)65432021-06-173-0/+65
* [API] expose repo.GetReviewers() & repo.GetAssignees() (#16168)65432021-06-175-9/+65
* [API] ListReleases add filter for draft and pre-releases (#16175)65432021-06-171-3/+26
* [API] Issue Search Add filter for MilestoneNames (#16173)65432021-06-171-1/+12
* Ensure settings for Service and Mailer are read on the install page (#15943)zeripath2021-06-161-0/+1
* [API] ListIssues add more filters (#16174)65432021-06-161-8/+75
* Add Status Updates whilst Gitea migrations are occurring (#15076)zeripath2021-06-162-2/+18
* Add subject-type filter to list notification API endpoints (#16177)65432021-06-163-41/+67
* Add attachments for PR reviews (#16075)KN4CK3R2021-06-143-3/+13
* Add push to remote mirror repository (#15157)KN4CK3R2021-06-143-6/+114
* Improve performance of dashboard list orgs (#16099)Lunny Xiao2021-06-141-3/+4
* Add OpenID claims "profile" and "email". (#16141)KN4CK3R2021-06-141-0/+29
* Add sso.Group, context.Auth, context.APIAuth to allow auth special routes (#1...Lunny Xiao2021-06-095-6/+14
* Fix http path bug (#16117)Lunny Xiao2021-06-092-0/+62
* Refactor routers directory (#15800)Lunny Xiao2021-06-09101-782/+926
* Merge all deleteBranch as one function and also fix bug when delete branch do...Lunny Xiao2021-06-073-146/+39
* Fixed assert statements. (#16089)KN4CK3R2021-06-072-3/+3
* Make commit info cancelable (#16032)zeripath2021-06-062-2/+2
* Rewrite of the LFS server (#15523)KN4CK3R2021-06-061-7/+14
* Add Image Diff for SVG files (#14867)KN4CK3R2021-06-057-57/+78
* Fix case change in ownernames (#16045)zeripath2021-06-022-1/+16
* Fix language switch for install page (#16043)a10121127962021-06-012-1/+10
* Add missing SameSite settings for the i_like_gitea cookie (#16037)zeripath2021-05-313-0/+3
* Hide mirror passwords on repo settings page (#16022)zeripath2021-05-311-0/+6
* Make modules/context.Context a context.Context (#16031)zeripath2021-05-3111-20/+20
* Close the dataRC reader sooner (#16023)zeripath2021-05-301-0/+5
* Improve assets handler middleware (#15961)Lunny Xiao2021-05-302-42/+29
* Add links to toggle WIP status (#14677)Jimmy Praet2021-05-271-0/+2
* add a new internal hook to save ssh log (#15787)a10121127962021-05-212-0/+35
* api: fix overly strict edit pr permissions (#15900)Norwin2021-05-191-1/+1
* Restore token authentication for git http when 2FA active (#15915)zeripath2021-05-181-1/+1
* Prevent double-login for Git HTTP and LFS and simplify login (#15303)zeripath2021-05-153-107/+38
* Close the gitrepo when deleting the repository (#15876)zeripath2021-05-143-0/+13
* Restore PAM user autocreation functionality (#15825)zeripath2021-05-131-0/+2
* Add mimetype mapping settings (#15133)Adam Szatyin2021-05-101-0/+8
* don't record error when request a non-exist user (#15819)Lunny Xiao2021-05-101-1/+1
* Fix goth user infer bug (#15821)Lunny Xiao2021-05-101-5/+10
* Move restore repo to internal router and invoke from command to avoid open th...Lunny Xiao2021-05-102-0/+52
* Use single shared random string generation function (#15741)silverwind2021-05-101-2/+2