| Commit message (Expand) | Author | Age | Files | Lines |
* | Handle broken references in mirror sync (#17013) | zeripath | 2021-10-21 | 1 | -13/+105 |
* | Frontend refactor, PascalCase to camelCase, remove unused code (#17365) | wxiaoguang | 2021-10-21 | 42 | -182/+162 |
* | Fix heatmap test (#17381) | Lunny Xiao | 2021-10-21 | 1 | -0/+6 |
* | [skip ci] Updated translations via Crowdin | GiteaBot | 2021-10-21 | 3 | -0/+33 |
* | Ensure correct SSH permissions check for private and restricted users (#17370) | zeripath | 2021-10-20 | 1 | -2/+7 |
* | Upgrade Bluemonday to v1.0.16 (#17372) | zeripath | 2021-10-20 | 14 | -24/+103 |
* | 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 | 7 | -136/+351 |
* | Use a variable but a function for IsProd because of a slight performance incr... | Lunny Xiao | 2021-10-20 | 12 | -22/+19 |
* | "Copy branch name" button in pull request (#17323) | Mario Lubenka | 2021-10-19 | 5 | -9/+24 |
* | Rename .air.conf to .air.toml (#17360) | silverwind | 2021-10-20 | 2 | -1/+1 |
* | Re-allow clipboard copy on non-https sites (#17118) | Netduma Luke M | 2021-10-19 | 1 | -1/+32 |
* | Update JS dependencies (#17357) | silverwind | 2021-10-19 | 13 | -11482/+4391 |
* | Fix dashboard repolist alignment and repolisting (#17355) | zeripath | 2021-10-19 | 4 | -1/+16 |
* | [skip ci] Updated translations via Crowdin | GiteaBot | 2021-10-19 | 2 | -0/+8 |
* | Disable form autofill (#17291) | wxiaoguang | 2021-10-19 | 13 | -15/+51 |
* | Allow mocking timeutil (#17354) | John Olheiser | 2021-10-18 | 2 | -0/+22 |
* | docs: add permission notes to `SSH Container Passthrough` (#17347) | Mashiro | 2021-10-18 | 1 | -0/+7 |
* | api: integration test for nodeinfo (#17346) | techknowlogick | 2021-10-18 | 1 | -0/+31 |
* | [skip ci] Updated translations via Crowdin | GiteaBot | 2021-10-18 | 2 | -0/+7 |
* | Use go1.16+ way of installing binaries (#17342) | techknowlogick | 2021-10-17 | 1 | -6/+6 |
* | Fix some lints (#17337) | Lunny Xiao | 2021-10-17 | 8 | -15/+14 |
* | Move session to models/login (#17338) | Lunny Xiao | 2021-10-17 | 2 | -9/+9 |
* | Hide command line merge instructions when user can't push (#17339) | qwerty287 | 2021-10-17 | 2 | -18/+22 |
* | fix: repository summary on mobile (#17322) | kolaente | 2021-10-17 | 1 | -0/+11 |
* | Make the Mirror Queue a queue (#17326) | zeripath | 2021-10-17 | 7 | -76/+164 |
* | Ensure popup text is aligned left (#17327) | Mario Lubenka | 2021-10-17 | 1 | -0/+4 |
* | [skip ci] Updated translations via Crowdin | GiteaBot | 2021-10-17 | 25 | -24/+12 |
* | Fix the PR review form bug during frontend refactor (#17332) | wxiaoguang | 2021-10-16 | 1 | -1/+1 |
* | Split `index.js` to separate files (#17315) | wxiaoguang | 2021-10-17 | 42 | -3502/+3687 |
* | Add RSS/Atom feed support for user actions (#16002) | 6543 | 2021-10-16 | 22 | -39/+1521 |
* | Add simple update checker to Gitea (#17212) | techknowlogick | 2021-10-16 | 8 | -3/+195 |
* | Update documents for Gitea behind reverse proxy. Fix some small bugs (some UR... | wxiaoguang | 2021-10-15 | 5 | -20/+22 |
* | fix: issue close/comment buttons on mobile (#17317) | kolaente | 2021-10-15 | 1 | -29/+39 |
* | fix: code review comments on mobile (#17321) | kolaente | 2021-10-16 | 3 | -5/+59 |
* | [skip ci] Updated translations via Crowdin | GiteaBot | 2021-10-16 | 2 | -3/+15 |
* | 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 | 12 | -154/+227 |
* | Multiple tokens support for migrating from github (#17134) | Lunny Xiao | 2021-10-15 | 3 | -84/+134 |
* | Frontend refactor: move Vue related code from `index.js` to `components` dir,... | wxiaoguang | 2021-10-15 | 20 | -634/+718 |
* | [skip ci] Updated translations via Crowdin | GiteaBot | 2021-10-15 | 1 | -0/+25 |
* | Show direct match on top for user search (#17303) | Maximilian Weiler | 2021-10-15 | 1 | -2/+8 |
* | Don't panic if we fail to parse U2FRegistration data (#17304) | David Jimenez | 2021-10-14 | 3 | -2/+28 |
* | Upgrade chi to v5 (#17298) | Lunny Xiao | 2021-10-13 | 35 | -132/+2692 |
* | [skip ci] Updated translations via Crowdin | GiteaBot | 2021-10-14 | 1 | -0/+25 |
* | Ensure that git daemon export ok is created for mirrors (#17243) | zeripath | 2021-10-13 | 7 | -29/+81 |
* | Disable core.protectNTFS (#17300) | zeripath | 2021-10-13 | 4 | -0/+10 |
* | 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 | 17 | -36/+233 |
* | [API] Add endpount to get user org permissions (#17232) | Romain | 2021-10-12 | 7 | -1/+325 |