aboutsummaryrefslogtreecommitdiffstats
path: root/modules
Commit message (Expand)AuthorAgeFilesLines
* Fix mime-type detection for HTTP server (#18370)wxiaoguang2022-01-234-20/+61
* Always use git command but not os.Command (#18363)Lunny Xiao2022-01-231-18/+14
* Make gitea, gitea-vet future-proof (#18361)Gusted2022-01-221-0/+1
* Pause queues (#15928)zeripath2022-01-2223-115/+1314
* Disable content sniffing on `PlainTextBytes` (#18359)Gusted2022-01-221-0/+1
* Fix route wrap (#18360)wxiaoguang2022-01-221-0/+3
* Add config options to hide issue events (#17414)qwerty2872022-01-212-4/+8
* format with gofumpt (#18184)65432022-01-20186-864/+769
* Enable deprecation error for v1.17.0 (#18341)Gusted2022-01-209-52/+83
* Refactor Router Logger (#17308)wxiaoguang2022-01-2014-194/+843
* Updated Chroma to v0.10.0 (#18270)Jelle Hulter2022-01-202-32/+30
* refactor httplib (#18338)Gusted2022-01-191-285/+7
* Propagate context and ensure git commands run in request context (#17868)zeripath2022-01-1968-446/+504
* Add MirrorUpdated field to Repository API type (#18267)Peter GardfjÀll2022-01-182-1/+8
* Remove unneeded debug messages to stdout. (#18298)Ben Niemann2022-01-161-4/+0
* Remove golang vendored directory (#18277)techknowlogick2022-01-143-3/+3
* Support webauthn (#17957)Lunny Xiao2022-01-144-8/+109
* Fix NPE on try to get tag reference via API (#18245)65432022-01-127-12/+5
* Fix source typos (#18227)luzpaz2022-01-102-4/+4
* Fix various typos (#18219)luzpaz2022-01-1011-16/+16
* Remove `ioutil` (#18222)Gusted2022-01-101-2/+2
* Sort locales according to their names (#18211)delvh2022-01-081-1/+9
* Restore setting of ctx.Repo.Mirror (#18205)zeripath2022-01-081-4/+4
* Don't store assets modified time into generated files (#18193)Lunny Xiao2022-01-065-2/+64
* Add warning for BIDI characters in page renders and in diffs (#17562)zeripath2022-01-072-0/+432
* Enable partial clone by default (#18195)Gusted2022-01-062-0/+7
* Add option to convert CRLF to LF line endings for sendmail (#18075)zeripath2022-01-061-5/+7
* Team permission allow different unit has different permission (#17811)Lunny Xiao2022-01-054-12/+22
* Increase Salt randomness (#18179)Gusted2022-01-042-2/+29
* Add MP4 as default allowed attachment type (#18170)Gusted2022-01-041-1/+1
* Include folders into size cost (#18158)Gusted2022-01-031-2/+2
* Refactor auth package (#17962)Lunny Xiao2022-01-025-22/+22
* Unify and simplify TrN for i18n (#18141)wxiaoguang2022-01-024-76/+93
* Add API to get issue/pull comments and events (timeline) (#17403)qwerty2872022-01-013-0/+199
* Upgrade bleve from v2.0.6 to v2.3.0 (#18132)Lunny Xiao2022-01-011-1/+1
* Handle invalid issues (#18111)Gusted2021-12-281-9/+14
* Instead of using routerCtx just escape the url before routing (#18086)zeripath2021-12-251-3/+0
* - name: new parameter in CreateForkOption to give the forked repository (#18066)Aravinth Manivannan2021-12-241-0/+2
* Add API to manage repo tranfers (#17963)qwerty2872021-12-232-0/+38
* Prevent NPE if gitea uploader fails to open url (#18080)zeripath2021-12-231-1/+4
* Do not read or write git reference files directly (#18079)zeripath2021-12-234-41/+29
* Migrated Repository will show modifications when possible (#17191)99rgosse2021-12-234-2/+149
* Quote references to the user table in consistency checks (#18072)zeripath2021-12-221-2/+2
* TestRepository_GetTag intermittently panics due to an NPE (#18043)zeripath2021-12-211-1/+7
* Reset Session ID on login (#18018)zeripath2021-12-201-0/+12
* Simplify parameter types (#18006)Gusted2021-12-2034-80/+80
* Prevent off-by-one error on comments on newly appended lines (#18029)zeripath2021-12-202-0/+53
* Stop printing 03d after escaped characters in logs (#18030)zeripath2021-12-191-1/+1
* Improve TestPatch to use git read-tree -m and implement git-merge-one-file fu...zeripath2021-12-191-1/+5
* Add option to define refs in issue templates (#17842)qwerty2872021-12-171-0/+1