| Commit message (Expand) | Author | Age | Files | Lines |
* | Include folders into size cost (#18158) | Gusted | 2022-01-03 | 1 | -2/+2 |
* | Refactor auth package (#17962) | Lunny Xiao | 2022-01-02 | 5 | -22/+22 |
* | Unify and simplify TrN for i18n (#18141) | wxiaoguang | 2022-01-02 | 4 | -76/+93 |
* | Add API to get issue/pull comments and events (timeline) (#17403) | qwerty287 | 2022-01-01 | 3 | -0/+199 |
* | Upgrade bleve from v2.0.6 to v2.3.0 (#18132) | Lunny Xiao | 2022-01-01 | 1 | -1/+1 |
* | Handle invalid issues (#18111) | Gusted | 2021-12-28 | 1 | -9/+14 |
* | Instead of using routerCtx just escape the url before routing (#18086) | zeripath | 2021-12-25 | 1 | -3/+0 |
* | - name: new parameter in CreateForkOption to give the forked repository (#18066) | Aravinth Manivannan | 2021-12-24 | 1 | -0/+2 |
* | Add API to manage repo tranfers (#17963) | qwerty287 | 2021-12-23 | 2 | -0/+38 |
* | Prevent NPE if gitea uploader fails to open url (#18080) | zeripath | 2021-12-23 | 1 | -1/+4 |
* | Do not read or write git reference files directly (#18079) | zeripath | 2021-12-23 | 4 | -41/+29 |
* | Migrated Repository will show modifications when possible (#17191) | 99rgosse | 2021-12-23 | 4 | -2/+149 |
* | Quote references to the user table in consistency checks (#18072) | zeripath | 2021-12-22 | 1 | -2/+2 |
* | TestRepository_GetTag intermittently panics due to an NPE (#18043) | zeripath | 2021-12-21 | 1 | -1/+7 |
* | Reset Session ID on login (#18018) | zeripath | 2021-12-20 | 1 | -0/+12 |
* | Simplify parameter types (#18006) | Gusted | 2021-12-20 | 34 | -80/+80 |
* | Prevent off-by-one error on comments on newly appended lines (#18029) | zeripath | 2021-12-20 | 2 | -0/+53 |
* | Stop printing 03d after escaped characters in logs (#18030) | zeripath | 2021-12-19 | 1 | -1/+1 |
* | Improve TestPatch to use git read-tree -m and implement git-merge-one-file fu... | zeripath | 2021-12-19 | 1 | -1/+5 |
* | Add option to define refs in issue templates (#17842) | qwerty287 | 2021-12-17 | 1 | -0/+1 |
* | Fix rename notification bug (#18008) | Lunny Xiao | 2021-12-17 | 1 | -2/+0 |
* | Use JSON module instead of stdlib json (#18003) | Gusted | 2021-12-17 | 1 | -1/+1 |
* | Prevent hang in git cat-file if repository is not a valid repository and othe... | zeripath | 2021-12-16 | 5 | -1/+34 |
* | Prevent double decoding of % in url params (#17997) | zeripath | 2021-12-16 | 1 | -0/+4 |
* | Make AvatarRenderedSizeFactor configurable and set it to 3 (#17951) | silverwind | 2021-12-16 | 4 | -13/+17 |
* | Fixed emoji alias not parsed in links (#16221) | KN4CK3R | 2021-12-15 | 2 | -9/+16 |
* | Refactor HTTP request context (#17979) | wxiaoguang | 2021-12-15 | 4 | -109/+70 |
* | Add missing `X-Total-Count` and fix some related bugs (#17968) | qwerty287 | 2021-12-15 | 4 | -4/+7 |
* | Add Option to synchronize Admin & Restricted states from OIDC/OAuth2 along wi... | zeripath | 2021-12-14 | 1 | -0/+1 |
* | Improve behavior of "Fork" button (#17288) | qwerty287 | 2021-12-13 | 1 | -2/+16 |
* | Some repository refactors (#17950) | Lunny Xiao | 2021-12-12 | 7 | -54/+12 |
* | Fix markdown URL parsing (#17924) | wxiaoguang | 2021-12-11 | 3 | -75/+127 |
* | Move keys to models/asymkey (#17917) | Lunny Xiao | 2021-12-10 | 7 | -26/+32 |
* | Move repository model into models/repo (#17933) | Lunny Xiao | 2021-12-10 | 47 | -265/+335 |
* | Fix a panic in NotifyCreateIssueComment (caused by string truncation) (#17928) | wxiaoguang | 2021-12-09 | 3 | -16/+104 |
* | Improve checkBranchName (#17901) | zeripath | 2021-12-08 | 5 | -24/+75 |
* | allways set a message-id on mails (#17900) | Garionion | 2021-12-08 | 1 | -5/+11 |
* | Refactor install page (db type) (#17919) | wxiaoguang | 2021-12-07 | 2 | -9/+5 |
* | Replace "unix" by "http+unix" for PROTOCOL (#17771) | mscherer | 2021-12-05 | 2 | -20/+19 |
* | Test cache during init (#17852) | wxiaoguang | 2021-12-06 | 1 | -0/+15 |
* | Removed SizeFmt. (#17890) | KN4CK3R | 2021-12-03 | 1 | -1/+0 |
* | Add migrate from Codebase (#16768) | KN4CK3R | 2021-12-02 | 1 | -0/+4 |
* | Use fmt.Sprintf correctly (#17886) | delvh | 2021-12-02 | 2 | -2/+2 |
* | Refactor various strings (#17784) | mscherer | 2021-12-02 | 8 | -19/+30 |
* | Improve install code to avoid low-level mistakes. (#17779) | wxiaoguang | 2021-12-01 | 6 | -50/+144 |
* | Make Requests Processes and create process hierarchy. Associate OpenRepositor... | zeripath | 2021-11-30 | 41 | -224/+503 |
* | Make Co-committed-by and co-authored-by trailers optional (#17848) | zeripath | 2021-11-29 | 1 | -0/+3 |
* | Move accessmode into models/perm (#17828) | Lunny Xiao | 2021-11-28 | 10 | -34/+43 |
* | Handle relative unix socket paths (#17836) | zeripath | 2021-11-27 | 1 | -3/+10 |
* | Replace regex usage for MIME parsing (#17831) | Gabriel Vasile | 2021-11-27 | 1 | -2/+6 |