| Commit message (Expand) | Author | Age | Files | Lines |
* | Show Signer in commit lists and add basic trust (#10425) | zeripath | 2020-02-27 | 1 | -1/+8 |
* | Render READMEs in docs/ .gitea or .github from root (#10361) | zeripath | 2020-02-21 | 1 | -10/+157 |
* | Language statistics bar for repositories (#8037) | Lauris BH | 2020-02-11 | 1 | -0/+15 |
* | Cache last commit to accelerate the repository directory page visit (#10069) | Lunny Xiao | 2020-02-01 | 1 | -1/+7 |
* | API add/generalize pagination (#9452) | SpaWn2KiLl | 2020-01-24 | 1 | -3/+3 |
* | Respect LFS File Lock on UI (#8719) | Benno | 2019-10-29 | 1 | -4/+25 |
* | Show zero lines on the line counter if the file empty (#8700) | Lukas | 2019-10-29 | 1 | -0/+5 |
* | Allows external rendering of other filetypes 2 (#8300) | George Harvey | 2019-10-21 | 1 | -0/+14 |
* | Move migrating repository from frontend to backend (#6200) | Lunny Xiao | 2019-10-13 | 1 | -0/+30 |
* | add file line count info on UI (#8396) | silverwind | 2019-10-07 | 1 | -0/+2 |
* | Move line number to :before attr to hide from search on browser (#8002) | jaqra | 2019-08-28 | 1 | -1/+1 |
* | Detect delimiter in CSV rendering (#7869) | Norwin | 2019-08-16 | 1 | -2/+4 |
* | Convert files to utf-8 for indexing (#7814) | guillep2k | 2019-08-15 | 1 | -4/+4 |
* | Add golangci (#6418) | kolaente | 2019-06-12 | 1 | -3/+1 |
* | Fix org visibility bug when git cloning (#6743) | Lunny Xiao | 2019-04-25 | 1 | -5/+0 |
* | Unifies pagination template usage (#6531) (#6533) | Mario Lubenka | 2019-04-20 | 1 | -4/+3 |
* | Improve listing performance by using go-git (#6478) | Filip Navara | 2019-04-19 | 1 | -9/+2 |
* | 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 |
* | update git vendor to fix wrong release commit id and add migrations (#6224) | Lunny Xiao | 2019-03-11 | 1 | -1/+1 |
* | Allow display of LFS stored Readme.md on directory page (#6073) (#6099) | zeripath | 2019-02-21 | 1 | -26/+88 |
* | Allow to set organization visibility (public, internal, private) (#1763) | Rémy Boulanouar | 2019-02-18 | 1 | -0/+5 |
* | Allow markdown files to read from the LFS (#5787) | zeripath | 2019-02-12 | 1 | -28/+36 |
* | Feature: Archive repos (#5009) | kolaente | 2019-01-23 | 1 | -2/+2 |
* | Refactor repo.isBare to repo.isEmpty #5629 (#5714) | zeripath | 2019-01-17 | 1 | -6/+6 |
* | Prioritize "readme.md" (#5691) | Khaled Hamed | 2019-01-14 | 1 | -5/+18 |
* | Restrict permission check on repositories and fix some problems (#5314) | Lunny Xiao | 2018-11-28 | 1 | -5/+5 |
* | Serve audio files using HTML5 audio tag (#5221) | Jonas Bröms | 2018-10-30 | 1 | -0/+2 |
* | Detect charset and convert non UTF-8 files for display (#4950) | Lauris BH | 2018-09-29 | 1 | -2/+4 |
* | Add file name and branch to page title (#4902) | Lanre Adelowo | 2018-09-10 | 1 | -0/+2 |
* | HTML-escape text READMEs (#4192) | nickolas360 | 2018-06-10 | 1 | -2/+6 |
* | Added deletion of an empty line at the end of the file (#4050) (#4054) | Alexey Terentyev | 2018-05-29 | 1 | -0/+4 |
* | Add topic support (#3711) | Lunny Xiao | 2018-04-11 | 1 | -0/+10 |
* | Handle refactor (#3339) | Morgan Bazalgette | 2018-01-10 | 1 | -9/+9 |
* | Improve LFS tests + fix lfs url refs + keep path upper/lowercase in db. (#3092) | Antoine GIRARD | 2017-12-08 | 1 | -1/+1 |
* | Memory usage improvements (#3013) | Duncan Ogilvie | 2017-11-29 | 1 | -10/+19 |
* | Make URL scheme unambiguous (#2408) | Ethan Koenig | 2017-10-30 | 1 | -2/+2 |
* | Render plain text README.txt monospaced (#2721) | Jonas Franz | 2017-10-17 | 1 | -2/+3 |
* | Fix plain readme didn't render correctly on repo home page (#2705) | Lunny Xiao | 2017-10-16 | 1 | -12/+7 |
* | Fix implementation of repo Home func (#2601) | Morlinest | 2017-10-01 | 1 | -8/+13 |
* | fix readme view bug (#2566) | Lunny Xiao | 2017-09-21 | 1 | -1/+3 |
* | Add init support of orgmode document type on file view and readme (#2525) | Lunny Xiao | 2017-09-21 | 1 | -6/+4 |
* | Sort repository tree entries in natural way (#2506) | Lauris BH | 2017-09-19 | 1 | -1/+1 |
* | Restructure markup & markdown to prepare for multiple markup language… (#2411) | Lunny Xiao | 2017-09-16 | 1 | -3/+2 |
* | Display commit status on landing page of repo (#1784) | Rémy Boulanouar | 2017-09-14 | 1 | -0/+8 |
* | Support CRLF when splitting code lines for display (#1862) | silverwind | 2017-06-10 | 1 | -1/+5 |
* | feat: add check misspelling (#1877) | Bo-Yi Wu | 2017-06-05 | 1 | -1/+1 |
* | Add units to team (#947) | Lunny Xiao | 2017-05-18 | 1 | -0/+19 |
* | Remove sha1 hash display in repository table and add latest commit GPG check ... | Lauris BH | 2017-05-05 | 1 | -0/+1 |
* | fix multiple readme file rendering and fix #1657 (#1658) | Lunny Xiao | 2017-05-02 | 1 | -3/+9 |