aboutsummaryrefslogtreecommitdiffstats
path: root/routers
Commit message (Expand)AuthorAgeFilesLines
* 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
* On open repository open common cat file batch and batch-check (#15667)zeripath2021-05-101-0/+12
* Return go-get info on subdirs (#15642)zeripath2021-05-092-65/+88
* Fix incorrect asset URL (#15805)silverwind2021-05-091-1/+1
* Allow only internal registration (#15795)65432021-05-092-3/+11
* Ensure that ctx.Written is checked after issues(...) calls (#15797)zeripath2021-05-091-0/+3
* [API] make change repo settings work on empty repos (#15778)65432021-05-082-9/+9
* Add selecting tags on the compare page (#15723)Jonathan Tran2021-05-071-16/+37
* Feature/oauth userinfo (#15721)N. L. H2021-05-062-0/+74
* fix some ui bug about draft release (#15137)a10121127962021-05-062-10/+18
* Fix broken avatars since #15301 (#15731)zeripath2021-05-051-2/+2
* Use route rather than use thus reducing the number of stack frames (#15301)zeripath2021-05-042-46/+51
* Add compare tag dropdown to releases page (#15695)Jonathan Tran2021-05-031-0/+12
* Addition to (Add Location, Website and Description to API #15675) (#15690)KN4CK3R2021-05-021-0/+3
* Fixed several activation bugs (#15473)KN4CK3R2021-04-302-6/+38
* Unified link creation. (#15619)KN4CK3R2021-04-306-11/+10
* Added missing prefix on install route. (#15677)KN4CK3R2021-04-301-0/+1
* Fix readme render bug (#15649)Lunny Xiao2021-04-281-0/+1
* add `/assets` as root dir of public files (#15219)a10121127962021-04-282-1/+5
* Attachment support repository route (#15580)Lunny Xiao2021-04-231-0/+1
* Refactor renders (#15175)Lunny Xiao2021-04-1913-76/+214
* add well-known config for OIDC (#15355)techknowlogick2021-04-152-0/+11
* Fix bug clone wiki (#15499)Lunny Xiao2021-04-151-0/+10
* Performance improvement for list pull requests (#15447)Lunny Xiao2021-04-152-17/+12
* Disable Stars config option (#14653)Kyle D2021-04-152-0/+22
* fix wrong file link in code search page (#15466)a10121127962021-04-141-2/+1
* OAuth2 auto-register (#5123)Martin Michaelis2021-04-142-132/+182