summaryrefslogtreecommitdiffstats
path: root/modules
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make AvatarRenderedSizeFactor configurable and set it to 3 (#17951)silverwind2021-12-164-13/+17
* Fixed emoji alias not parsed in links (#16221)KN4CK3R2021-12-152-9/+16
* Refactor HTTP request context (#17979)wxiaoguang2021-12-154-109/+70
* Add missing `X-Total-Count` and fix some related bugs (#17968)qwerty2872021-12-154-4/+7
* Add Option to synchronize Admin & Restricted states from OIDC/OAuth2 along wi...zeripath2021-12-141-0/+1
* Improve behavior of "Fork" button (#17288)qwerty2872021-12-131-2/+16
* Some repository refactors (#17950)Lunny Xiao2021-12-127-54/+12
* Fix markdown URL parsing (#17924)wxiaoguang2021-12-113-75/+127
* Move keys to models/asymkey (#17917)Lunny Xiao2021-12-107-26/+32
* Move repository model into models/repo (#17933)Lunny Xiao2021-12-1047-265/+335
* Fix a panic in NotifyCreateIssueComment (caused by string truncation) (#17928)wxiaoguang2021-12-093-16/+104
* Improve checkBranchName (#17901)zeripath2021-12-085-24/+75
* allways set a message-id on mails (#17900)Garionion2021-12-081-5/+11
* Refactor install page (db type) (#17919)wxiaoguang2021-12-072-9/+5
* Replace "unix" by "http+unix" for PROTOCOL (#17771)mscherer2021-12-052-20/+19
* Test cache during init (#17852)wxiaoguang2021-12-061-0/+15