| Commit message (Expand) | Author | Age | Files | Lines |
* | Initial support for push options (#12169) | John Olheiser | 2020-08-23 | 2 | -0/+28 |
* | Add email notify for new release (#12463) | 赵智超 | 2020-08-23 | 1 | -0/+13 |
* | Ensure that the detected charset order is set in chardet test (#12574) | zeripath | 2020-08-23 | 1 | -5/+23 |
* | Set utf8mb4 as the default charset on MySQL if CHARSET is unset (#12563) | zeripath | 2020-08-22 | 1 | -1/+3 |
* | Skip SSPI authentication attempts for /api/internal (#12556) | zeripath | 2020-08-22 | 3 | -1/+8 |
* | Disable password complexity check default (#12557) | mrsdizzie | 2020-08-21 | 1 | -0/+3 |
* | fix typos (#12545) | Success | 2020-08-20 | 1 | -1/+1 |
* | Default empty merger list to those with write permissions (#12535) | zeripath | 2020-08-20 | 1 | -1/+5 |
* | Remove hardcoded ES indexername (#12521) | Wim | 2020-08-18 | 1 | -1/+1 |
* | change PIDFile default from /var/run/gitea.pid to /run/gitea.pid (#12500) | Florian Klink | 2020-08-18 | 1 | -1/+1 |
* | Add a storage layer for attachments (#11387) | Lunny Xiao | 2020-08-18 | 7 | -30/+323 |
* | Kanban board (#8346) | Lanre Adelowo | 2020-08-16 | 5 | -0/+60 |
* | Make the default PID file compile-time settable (#12485) | zeripath | 2020-08-15 | 1 | -3/+4 |
* | Add Access-Control-Expose-Headers (#12446) | zeripath | 2020-08-13 | 2 | -0/+3 |
* | go1.15 (#12475) | techknowlogick | 2020-08-13 | 2 | -1/+3 |
* | Do not add prefix on http/https submodule links (#12477) | zeripath | 2020-08-13 | 2 | -3/+4 |
* | Re-attempt to delete temporary upload if the file is locked by another proces... | zeripath | 2020-08-11 | 25 | -101/+127 |
* | Make dashboard newsfeed list length a configurable item (#12469) | techknowlogick | 2020-08-11 | 1 | -0/+2 |
* | Prevent redirect back to /user/events (#12462) | zeripath | 2020-08-08 | 1 | -3/+6 |
* | Make default StaticRootPath compile time settable (#12371) | 6543 | 2020-08-08 | 1 | -1/+4 |
* | Detect full references to issues and pulls in commit messages (#12399) | zeripath | 2020-08-06 | 3 | -8/+200 |
* | Render the git graph on the server (#12333) | zeripath | 2020-08-06 | 5 | -91/+1236 |
* | Mirror System Notice reports are too frequent (#12438) | zeripath | 2020-08-05 | 3 | -8/+18 |
* | Add loading spinners and mermaid error handling (#12358) | silverwind | 2020-08-04 | 2 | -5/+27 |
* | Fix incorrect error logging in Stats indexer and OAuth2 (#12387) | zeripath | 2020-08-01 | 2 | -3/+9 |
* | [Vendor] upgrade google/go-github to v32.1.0 (#12361) | 6543 | 2020-07-31 | 2 | -5/+5 |
* | Don't use legacy method to send Matrix Webhook (#12348) | S7evinK | 2020-07-30 | 3 | -8/+59 |
* | Add action feed for new release (#12324) | 赵智超 | 2020-07-29 | 2 | -0/+21 |
* | Git 2.28 no longer permits diff with ... on unrelated branches (#12364) | zeripath | 2020-07-29 | 3 | -12/+60 |
* | Only use --exclude on name-rev with git >= 2.13 (#12347) | zeripath | 2020-07-28 | 1 | -1/+15 |
* | Add name filter to API for GetMilestoneList (#12336) | 6543 | 2020-07-28 | 1 | -2/+8 |
* | Use url.Parse to parse hostname (#12335) | techknowlogick | 2020-07-26 | 1 | -5/+2 |
* | Fix ipv6 parsing (#12321) | Wim | 2020-07-26 | 1 | -5/+6 |
* | Fix emoji detection in certain cases (#12320) | mrsdizzie | 2020-07-25 | 2 | -1/+22 |
* | Fix double-indirection bug in logging IDs (#12294) | zeripath | 2020-07-23 | 1 | -1/+1 |
* | prefer NoError/Error over Nil/NotNil (#12271) | Stephen Solka | 2020-07-19 | 9 | -27/+27 |
* | Update Octicons to v10 (#12240) | silverwind | 2020-07-17 | 2 | -2/+2 |
* | Ensure that git commit tree continues properly over the page (#12142) | zeripath | 2020-07-16 | 1 | -14/+53 |
* | Fix filepath basename on Windows for SVG bindata (#12241) | Cirno the Strongest | 2020-07-13 | 2 | -5/+3 |
* | Direct SVG rendering (#12157) | silverwind | 2020-07-12 | 4 | -1/+88 |
* | Ensure syntax highlighting is the same inside diffs (#12205) | mrsdizzie | 2020-07-11 | 1 | -4/+8 |
* | Make copy/paste work for source code (#12191) | mrsdizzie | 2020-07-08 | 1 | -2/+15 |
* | Remove newline when highlighting random chunks of code (#12180) | mrsdizzie | 2020-07-08 | 1 | -1/+2 |
* | fix a spelling error (#12163) | Stormxx | 2020-07-06 | 1 | -1/+1 |
* | Update the wiki repository remote origin while update the mirror repository's... | yisiliang | 2020-07-05 | 1 | -3/+3 |
* | Pause, Resume, Release&Reopen, Add and Remove Logging from command line (#11777) | zeripath | 2020-07-05 | 10 | -5/+322 |
* | Use hash of repo path, ref and entrypath as cache key (#12151) | Lauris BH | 2020-07-06 | 1 | -2/+8 |
* | Multiple small admin dashboard fixes (#12153) | zeripath | 2020-07-05 | 2 | -1/+3 |
* | properly set symbolic-ref HEAD when a repo is created with a non-master defau... | xenofem | 2020-07-05 | 1 | -0/+7 |
* | Move EventSource to SharedWorker (#12095) | zeripath | 2020-07-03 | 2 | -2/+5 |