summaryrefslogtreecommitdiffstats
path: root/modules
Commit message (Expand)AuthorAgeFilesLines
* Ensure that all migration requests are cancellable (#12669)zeripath2020-09-027-39/+86
* Escape provider name in oauth2 provider redirect (#12648)zeripath2020-08-301-1/+2
* Support elastic search for code search (#10273)Lunny Xiao2020-08-309-157/+670
* Rename models.ProtectedBranchRepoID to models.EnvRepoID and ensure EnvPusherE...zeripath2020-08-301-0/+1
* Set context for running CreateArchive in to that of the request (#12555)zeripath2020-08-281-2/+3
* Macaron 1.5 (#12596)techknowlogick2020-08-271-0/+4
* Git migration UX (#12619)John Olheiser2020-08-2813-81/+118
* Mark Cache with ini tag (#12605)John Olheiser2020-08-261-1/+1
* Add cron running API (#12421)zeripath2020-08-241-0/+16
* Fix emoji replacements, make emoji images consistent (#12567)silverwind2020-08-233-2/+3
* Initial support for push options (#12169)John Olheiser2020-08-232-0/+28
* Add email notify for new release (#12463)赵智超2020-08-231-0/+13
* Ensure that the detected charset order is set in chardet test (#12574)zeripath2020-08-231-5/+23
* Set utf8mb4 as the default charset on MySQL if CHARSET is unset (#12563)zeripath2020-08-221-1/+3
* Skip SSPI authentication attempts for /api/internal (#12556)zeripath2020-08-223-1/+8
* Disable password complexity check default (#12557)mrsdizzie2020-08-211-0/+3
* fix typos (#12545)Success2020-08-201-1/+1
* Default empty merger list to those with write permissions (#12535)zeripath2020-08-201-1/+5
* Remove hardcoded ES indexername (#12521)Wim2020-08-181-1/+1
* change PIDFile default from /var/run/gitea.pid to /run/gitea.pid (#12500)Florian Klink2020-08-181-1/+1
* Add a storage layer for attachments (#11387)Lunny Xiao2020-08-187-30/+323
* Kanban board (#8346)Lanre Adelowo2020-08-165-0/+60
* Make the default PID file compile-time settable (#12485)zeripath2020-08-151-3/+4
* Add Access-Control-Expose-Headers (#12446)zeripath2020-08-132-0/+3
* go1.15 (#12475)techknowlogick2020-08-132-1/+3
* Do not add prefix on http/https submodule links (#12477)zeripath2020-08-132-3/+4
* Re-attempt to delete temporary upload if the file is locked by another proces...zeripath2020-08-1125-101/+127
* Make dashboard newsfeed list length a configurable item (#12469)techknowlogick2020-08-111-0/+2
* Prevent redirect back to /user/events (#12462)zeripath2020-08-081-3/+6
* Make default StaticRootPath compile time settable (#12371)65432020-08-081-1/+4
* Detect full references to issues and pulls in commit messages (#12399)zeripath2020-08-063-8/+200
* Render the git graph on the server (#12333)zeripath2020-08-065-91/+1236
* Mirror System Notice reports are too frequent (#12438)zeripath2020-08-053-8/+18
* Add loading spinners and mermaid error handling (#12358)silverwind2020-08-042-5/+27
* Fix incorrect error logging in Stats indexer and OAuth2 (#12387)zeripath2020-08-012-3/+9
* [Vendor] upgrade google/go-github to v32.1.0 (#12361)65432020-07-312-5/+5
* Don't use legacy method to send Matrix Webhook (#12348)S7evinK2020-07-303-8/+59
* Add action feed for new release (#12324)赵智超2020-07-292-0/+21
* Git 2.28 no longer permits diff with ... on unrelated branches (#12364)zeripath2020-07-293-12/+60
* Only use --exclude on name-rev with git >= 2.13 (#12347)zeripath2020-07-281-1/+15
* Add name filter to API for GetMilestoneList (#12336)65432020-07-281-2/+8
* Use url.Parse to parse hostname (#12335)techknowlogick2020-07-261-5/+2
* Fix ipv6 parsing (#12321)Wim2020-07-261-5/+6
* Fix emoji detection in certain cases (#12320)mrsdizzie2020-07-252-1/+22
* Fix double-indirection bug in logging IDs (#12294)zeripath2020-07-231-1/+1
* prefer NoError/Error over Nil/NotNil (#12271)Stephen Solka2020-07-199-27/+27
* Update Octicons to v10 (#12240)silverwind2020-07-172-2/+2
* Ensure that git commit tree continues properly over the page (#12142)zeripath2020-07-161-14/+53
* Fix filepath basename on Windows for SVG bindata (#12241)Cirno the Strongest2020-07-132-5/+3
* Direct SVG rendering (#12157)silverwind2020-07-124-1/+88