| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | Create pub/priv keypair for federation (#17071) | techknowlogick | 2021-09-28 | 2 | -0/+111 |
* | Fix bug of get context user (#17169) | Lunny Xiao | 2021-09-28 | 1 | -0/+11 |
* | Add nodeinfo endpoint for federation purposes (#16953) | techknowlogick | 2021-09-28 | 3 | -0/+67 |
* | Don't return binary file changes in raw PR diffs by default (#17158) | Norwin | 2021-09-27 | 1 | -6/+14 |
* | Nicely handle missing user in collaborations (#17049) | zeripath | 2021-09-27 | 1 | -253/+138 |
* | Create doctor command to fix repo_units broken by dumps from 1.14.3-1.14.6 (#... | zeripath | 2021-09-27 | 2 | -0/+589 |
* | Use light/dark theme based on system preference (#17051) | Gwyneth Morgan | 2021-09-27 | 1 | -2/+2 |
* | Support direct comparison (git diff a..b) as well merge comparison (a...b) (#... | zeripath | 2021-09-27 | 1 | -5/+17 |
* | Fix bundle creation (#17079) | Alexey 〒erentyev | 2021-09-26 | 1 | -7/+17 |
* | Move twofactor to models/login (#17143) | Lunny Xiao | 2021-09-25 | 2 | -5/+6 |
* | Prevent panic in Org mode HighlightCodeBlock (#17140) | zeripath | 2021-09-24 | 3 | -12/+46 |
* | Move login related structs and functions to models/login (#17093) | Lunny Xiao | 2021-09-24 | 6 | -21/+37 |
* | DBContext is just a Context (#17100) | zeripath | 2021-09-23 | 11 | -23/+27 |
* | refactor: move from io/ioutil to io and os package (#17109) | Eng Zer Jun | 2021-09-22 | 54 | -167/+141 |
* | Ignore Sync errors on pipes when doing `CheckAttributeReader.CheckPath`, fix ... | wxiaoguang | 2021-09-20 | 35 | -65/+960 |
* | Move db related basic functions to models/db (#17075) | Lunny Xiao | 2021-09-19 | 42 | -169/+198 |
* | Switch migration icon to svg (#15954) | silverwind | 2021-09-18 | 1 | -3/+3 |
* | Add caller to cat-file batch calls (#17082) | zeripath | 2021-09-17 | 1 | -2/+21 |
* | Make LDAP be able to skip local 2FA (#16954) | zeripath | 2021-09-17 | 2 | -0/+7 |
* | Clean-up HookPreReceive and restore functionality for pushing non-standard re... | zeripath | 2021-09-16 | 1 | -0/+10 |
* | Fix bug of migrate comments which only fetch one page (#17055) | Lunny Xiao | 2021-09-15 | 1 | -2/+7 |
* | Do not show issue context popup on external issues (#17050) | zeripath | 2021-09-15 | 3 | -4/+11 |
* | Add doctor dbconsistency check for release and attachment (#16978) | Lunny Xiao | 2021-09-14 | 1 | -0/+36 |
* | Decrement Fork Num when converting from Fork (#17035) | zeripath | 2021-09-14 | 1 | -0/+31 |
* | Correctly rollback in ForkRepository (#17034) | zeripath | 2021-09-14 | 1 | -16/+39 |
* | Support unprotected file patterns (#16395) | Jimmy Praet | 2021-09-11 | 5 | -62/+92 |