summaryrefslogtreecommitdiffstats
path: root/modules
Commit message (Expand)AuthorAgeFilesLines
* Stop logging an error when notes are not found (#18626) (#18635)zeripath2022-02-062-0/+6
* Only attempt to flush queue if the underlying worker pool is not finished (#1...zeripath2022-02-063-15/+32
* Collaborator trust model should trust collaborators (#18539) (#18557)zeripath2022-02-031-1/+1
* Add `GetUserTeams` (#18499) (#18531)zeripath2022-02-021-1/+1
* Prevent NPE on partial match of compare URL and allow short SHA1 compare URLs...Gusted2022-01-312-1/+21
* Fix broken when no commits and default branch is not master (#18423)Lunny Xiao2022-01-281-7/+12
* Fix partial cloning a repo (#18373) (#18377)Gusted2022-01-232-8/+12
* Fix mime-type detection for HTTP server (#18371)wxiaoguang2022-01-234-20/+61
* Backport: Disable content sniffing on `PlainTextBytes` (#18365)Gusted2022-01-231-0/+1
* 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
* Fix rename notification bug (#18008)Lunny Xiao2021-12-171-2/+0
* Use JSON module instead of stdlib json (#18003)Gusted2021-12-171-1/+1
* Prevent hang in git cat-file if repository is not a valid repository and othe...zeripath2021-12-165-1/+34
* Prevent double decoding of % in url params (#17997)zeripath2021-12-161-0/+4