| Commit message (Expand) | Author | Age | Files | Lines |
* | Refactor routers directory (#15800) | Lunny Xiao | 2021-06-09 | 1 | -831/+0 |
* | Add Image Diff for SVG files (#14867) | KN4CK3R | 2021-06-05 | 1 | -2/+3 |
* | Close the dataRC reader sooner (#16023) | zeripath | 2021-05-30 | 1 | -0/+5 |
* | Move modules/forms to services/forms (#15305) | zeripath | 2021-04-06 | 1 | -8/+8 |
* | [refactor] replace int with httpStatusCodes (#15282) | 6543 | 2021-04-05 | 1 | -24/+25 |
* | Migrate to use jsoniter instead of encoding/json (#14841) | zeripath | 2021-03-01 | 1 | -1/+2 |
* | enhancement: add signoff option in commit form (#14516) | a1012112796 | 2021-01-29 | 1 | -0/+3 |
* | Move macaron to chi (#14293) | Lunny Xiao | 2021-01-26 | 1 | -9/+16 |
* | Use path not filepath in routers/editor (#14390) | zeripath | 2021-01-19 | 1 | -4/+3 |
* | escape branch names in compare url (#14364) | Jimmy Praet | 2021-01-17 | 1 | -5/+5 |
* | Display SVG files as images instead of text (#14101) | Jonathan Tran | 2021-01-12 | 1 | -3/+3 |
* | Return the full rejection message and errors in flash errors (#13221) | zeripath | 2020-10-20 | 1 | -4/+40 |
* | Update golangci-lint to version 1.31.0 (#13102) | kolaente | 2020-10-11 | 1 | -1/+1 |
* | Attachments: Add extension support, allow all types for releases (#12465) | silverwind | 2020-10-05 | 1 | -16/+10 |
* | Do not disable commit changes button on repost (#12644) | zeripath | 2020-08-29 | 1 | -0/+1 |
* | Fix numbr of files, total additions, and deletions (#11614) | zeripath | 2020-05-26 | 1 | -1/+1 |
* | Switch code editor to Monaco (#11366) | silverwind | 2020-05-14 | 1 | -1/+16 |
* | Handle push rejection in branch and upload (#10854) | zeripath | 2020-03-28 | 1 | -7/+50 |
* | Move dropzone.js to npm/webpack (#10645) | silverwind | 2020-03-07 | 1 | -1/+0 |
* | Handle push rejection message in Merge & Web Editor (#10373) | zeripath | 2020-02-22 | 1 | -3/+18 |
* | Add require signed commit for protected branch (#9708) | zeripath | 2020-01-15 | 1 | -3/+4 |
* | Move newbranch to standalone package (#9627) | Lunny Xiao | 2020-01-14 | 1 | -2/+3 |
* | Fix some SimpleMDE (#9400) | John Olheiser | 2019-12-17 | 1 | -0/+2 |
* | Prevent upload (overwrite) of lfs locked file (#8769) | David Svantesson | 2019-11-02 | 1 | -1/+5 |
* | Fix editor commit to new branch if PR disabled (#8375) | guillep2k | 2019-10-05 | 1 | -3/+3 |
* | Convert files to utf-8 for indexing (#7814) | guillep2k | 2019-08-15 | 1 | -2/+2 |
* | Fixes #7474 - Handles all redirects for Web UI File CRUD (#7478) | Richard Mahn | 2019-07-17 | 1 | -15/+80 |
* | Refactor filetype is not allowed errors (#7309) | Antoine GIRARD | 2019-07-06 | 1 | -13/+4 |
* | Add golangci (#6418) | kolaente | 2019-06-12 | 1 | -11/+1 |
* | Fix reversion caused by 6314 (#6685) | zeripath | 2019-04-20 | 1 | -1/+0 |
* | Improve listing performance by using go-git (#6478) | Filip Navara | 2019-04-19 | 1 | -5/+6 |
* | Fixes 4762 - Content API for Creating, Updating, Deleting Files (#6314) | Richard Mahn | 2019-04-17 | 1 | -156/+134 |
* | Properly escape on the redirect from the web editor (#6657) | zeripath | 2019-04-16 | 1 | -7/+8 |
* | Better logging (#6038) (#6095) | zeripath | 2019-04-02 | 1 | -2/+2 |
* | move code.gitea.io/git to code.gitea.io/gitea/modules/git (#6364) | Lunny Xiao | 2019-03-27 | 1 | -1/+1 |
* | Refactor editor upload, update and delete to use git plumbing and add LFS sup... | zeripath | 2019-02-12 | 1 | -17/+42 |
* | SECURITY: protect DeleteFilePost et al with cleanUploadFileName (#5631) | zeripath | 2019-01-04 | 1 | -2/+18 |
* | fix bug on upload file name (#5571) | Lunny Xiao | 2018-12-20 | 1 | -1/+18 |
* | Fix path cleanup in multiple places (#3871) | Lauris BH | 2018-05-01 | 1 | -2/+2 |
* | Handle refactor (#3339) | Morgan Bazalgette | 2018-01-10 | 1 | -10/+10 |
* | Memory usage improvements (#3013) | Duncan Ogilvie | 2017-11-29 | 1 | -2/+7 |
* | Make URL scheme unambiguous (#2408) | Ethan Koenig | 2017-10-30 | 1 | -9/+9 |
* | improve protected branch to add whitelist support (#2451) | Lunny Xiao | 2017-09-14 | 1 | -1/+1 |
* | repo/editor: fix breadcrumb path cuts parent dirs (#3859) (#2032) | Lunny Xiao | 2017-06-22 | 1 | -18/+29 |
* | Do not allow commiting to protected branch from online editor (#1502) | Lauris BH | 2017-05-02 | 1 | -6/+53 |
* | Check if file is a symlink with web editor (#3687) (#445) | Lunny Xiao | 2016-12-22 | 1 | -0/+5 |
* | Integrate templates into bindata optionally (#314) | Thomas Boerger | 2016-12-06 | 1 | -2/+2 |
* | Golint fixed for modules/setting (#262) | Lunny Xiao | 2016-11-27 | 1 | -1/+1 |
* | Golint fixed for modules/template | Lunny Xiao | 2016-11-25 | 1 | -1/+1 |
* | golint fixed for routers (#208) | Lunny Xiao | 2016-11-24 | 1 | -23/+34 |