| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Use correct defaultValue for stracktrace (#17552) | Gusted | 2021-11-05 | 1 | -1/+1 |
* | Fix zero created time bug on commit api (#17546) | Lunny Xiao | 2021-11-05 | 1 | -4/+6 |
* | Add QueryEscape to general funcmap (#17526) | zeripath | 2021-11-02 | 1 | -0/+1 |
* | fix email with + when active (#17518) | Lunny Xiao | 2021-11-02 | 1 | -0/+1 |
* | Make Repo Code Indexer an Unique Queue (#17515) | zeripath | 2021-11-02 | 2 | -24/+12 |
* | Only allow webhook to send requests to allowed hosts (#17482) | wxiaoguang | 2021-11-01 | 5 | -19/+244 |
* | Properly determine CSV delimiter (#17459) | Richard Mahn | 2021-10-30 | 3 | -86/+633 |
* | Rename db Engines related functions (#17481) | Lunny Xiao | 2021-10-30 | 3 | -4/+4 |
* | Ensure that restricted users can access repos for which they are members (#17... | zeripath | 2021-10-28 | 1 | -1/+1 |
* | Fixes #16559 - Do not trim leading spaces for tab delimited (#17442) | Richard Mahn | 2021-10-26 | 2 | -8/+53 |
* | Upgrade go-github to v39 (#17437) | Lunny Xiao | 2021-10-26 | 2 | -2/+2 |
* | In many cases user avatar link should be an absolute URL with http host (#17420) | wxiaoguang | 2021-10-25 | 1 | -0/+1 |
* | Add API to get/edit wiki (#17278) | qwerty287 | 2021-10-25 | 2 | -0/+107 |
* | Fix CSV render error (#17406) | KN4CK3R | 2021-10-25 | 1 | -14/+6 |
* | Read expected buffer size (#17409) | KN4CK3R | 2021-10-24 | 6 | -11/+33 |
* | Fix issue markdown bugs (#17411) | wxiaoguang | 2021-10-23 | 2 | -1/+5 |
* | Stop sanitizing full name in API (#17396) | zeripath | 2021-10-22 | 1 | -2/+1 |
* | Refactor update checker to use AppState (#17387) | wxiaoguang | 2021-10-21 | 2 | -1/+100 |
* | Sync gitea app path for git hooks and authorized keys when starting (#17335) | wxiaoguang | 2021-10-21 | 6 | -16/+195 |
* | Frontend refactor, PascalCase to camelCase, remove unused code (#17365) | wxiaoguang | 2021-10-21 | 1 | -1/+1 |
* | Offer rsa-sha2-512 and rsa-sha2-256 algorithms in internal SSH (#17281) | zeripath | 2021-10-20 | 1 | -0/+56 |
* | Prevent NPE in CSV diff rendering when column removed (#17018) | Richard Mahn | 2021-10-20 | 1 | -0/+3 |
* | Use a variable but a function for IsProd because of a slight performance incr... | Lunny Xiao | 2021-10-20 | 5 | -12/+9 |
* | Allow mocking timeutil (#17354) | John Olheiser | 2021-10-18 | 1 | -0/+16 |
* | Fix some lints (#17337) | Lunny Xiao | 2021-10-17 | 6 | -12/+10 |
* | Move session to models/login (#17338) | Lunny Xiao | 2021-10-17 | 1 | -8/+8 |
* | Make the Mirror Queue a queue (#17326) | zeripath | 2021-10-17 | 4 | -38/+61 |
* | Add RSS/Atom feed support for user actions (#16002) | 6543 | 2021-10-16 | 1 | -1/+1 |
* | Add simple update checker to Gitea (#17212) | techknowlogick | 2021-10-16 | 1 | -0/+19 |
* | Check for context exceeded in WalkGitLog (#17319) | zeripath | 2021-10-15 | 1 | -0/+3 |
* | Add buttons to allow loading of incomplete diffs (#16829) | zeripath | 2021-10-15 | 1 | -8/+12 |
* | Multiple tokens support for migrating from github (#17134) | Lunny Xiao | 2021-10-15 | 1 | -83/+129 |
* | Frontend refactor: move Vue related code from `index.js` to `components` dir,... | wxiaoguang | 2021-10-15 | 1 | -2/+3 |
* | Upgrade chi to v5 (#17298) | Lunny Xiao | 2021-10-13 | 5 | -5/+5 |
* | Ensure that git daemon export ok is created for mirrors (#17243) | zeripath | 2021-10-13 | 5 | -3/+40 |
* | Disable core.protectNTFS (#17300) | zeripath | 2021-10-13 | 2 | -0/+7 |
* | Use pointer for wrappedConn methods (#17295) | zeripath | 2021-10-12 | 1 | -3/+3 |
* | Add user status filter to admin user management page (#16770) | wxiaoguang | 2021-10-12 | 4 | -7/+35 |
* | [API] Add endpount to get user org permissions (#17232) | Romain | 2021-10-12 | 1 | -0/+9 |
* | Open markdown image links in new window (#17287) | wxiaoguang | 2021-10-11 | 2 | -4/+8 |
* | Add a simple way to rename branch like gh (#15870) | a1012112796 | 2021-10-08 | 2 | -1/+37 |
* | Defer Last Commit Info (#16467) | zeripath | 2021-10-08 | 8 | -69/+85 |
* | Remove heads pointing to missing old refs (#17076) | 99rgosse | 2021-10-08 | 2 | -0/+22 |
* | Add protection to disable Gitea when run as root (#17168) | techknowlogick | 2021-10-07 | 1 | -0/+12 |
* | API pull's head/base have correct permission (#17214) | pricly-yellow | 2021-10-07 | 3 | -18/+30 |
* | Avatar refactor, move avatar code from `models` to `models.avatars`, remove d... | wxiaoguang | 2021-10-06 | 4 | -24/+43 |
* | Add metrics to get issues by repository (#17225) | Romain | 2021-10-05 | 2 | -33/+50 |
* | Add metrics to get issues by label (#17201) | Romain | 2021-10-03 | 2 | -5/+22 |
* | Add projects and project boards in exposed metrics (#17202) | Romain | 2021-10-02 | 1 | -0/+24 |
* | API: add html urls to notification subjects (#17178) | Norwin | 2021-09-30 | 2 | -9/+19 |