| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix possible panic when repository is empty (#20509) (#20526) | 6543 | 2022-07-28 | 1 | -4/+8 |
* | Fix commit status icon when in subdirectory (#20285) (#20385) | silverwind | 2022-07-16 | 1 | -7/+7 |
* | Fix Readme render bug (#19992) | Lunny Xiao | 2022-06-17 | 1 | -1/+1 |
* | Allow render HTML with css/js external links (#19017) | Lunny Xiao | 2022-06-16 | 1 | -16/+20 |
* | Move some code into models/git (#19879) | Lunny Xiao | 2022-06-12 | 1 | -12/+13 |
* | Add support for rendering terminal output with colors (#19497) | Lauris BH | 2022-06-09 | 1 | -0/+11 |
* | Move some repository related code into sub package (#19711) | Lunny Xiao | 2022-06-06 | 1 | -1/+2 |
* | Move almost all functions' parameter db.Engine to context.Context (#19748) | Lunny Xiao | 2022-05-20 | 1 | -3/+3 |
* | Add "Allow edits from maintainer" feature (#18002) | qwerty287 | 2022-04-28 | 1 | -4/+4 |
* | Refactor readme file renderer (#19502) | Lunny Xiao | 2022-04-26 | 1 | -112/+125 |
* | Add logic to switch between source/rendered on Markdown (#19356) | Gusted | 2022-04-10 | 1 | -2/+10 |
* | Use `ctx` instead of `db.DefaultContext` in some packages(routers/services/mo... | wxiaoguang | 2022-03-22 | 1 | -2/+2 |
* | Renamed ctx.User to ctx.Doer. (#19161) | KN4CK3R | 2022-03-22 | 1 | -3/+3 |
* | RSS/Atom support for Repos (#19055) | 6543 | 2022-03-13 | 1 | -0/+9 |
* | Fix template bug of LFS lock (#18784) | Lunny Xiao | 2022-02-16 | 1 | -0/+1 |
* | Collaborator trust model should trust collaborators (#18539) | zeripath | 2022-02-02 | 1 | -1/+1 |
* | format with gofumpt (#18184) | 6543 | 2022-01-20 | 1 | -4/+3 |
* | Add warning for BIDI characters in page renders and in diffs (#17562) | zeripath | 2022-01-07 | 1 | -11/+26 |
* | When the git repository on storage is changed, the repository modal should al... | wxiaoguang | 2021-12-24 | 1 | -2/+24 |
* | Shorten page title in file view (#17987) | silverwind | 2021-12-15 | 1 | -1/+5 |
* | Add missing `X-Total-Count` and fix some related bugs (#17968) | qwerty287 | 2021-12-15 | 1 | -1/+1 |
* | Some repository refactors (#17950) | Lunny Xiao | 2021-12-12 | 1 | -4/+4 |
* | Move keys to models/asymkey (#17917) | Lunny Xiao | 2021-12-10 | 1 | -2/+5 |
* | Move repository model into models/repo (#17933) | Lunny Xiao | 2021-12-10 | 1 | -8/+11 |
* | Move user related model into models/user (#17781) | Lunny Xiao | 2021-11-24 | 1 | -4/+10 |
* | Remove unnecessary attributes of User struct (#17745) | Lunny Xiao | 2021-11-22 | 1 | -1/+3 |
* | Add pagination to fork list (#17639) | Gusted | 2021-11-18 | 1 | -2/+13 |
* | Fixed commit count. (#17698) | KN4CK3R | 2021-11-17 | 1 | -1/+1 |
* | Add .gitattribute assisted language detection to blame, diff and render (#17590) | zeripath | 2021-11-17 | 1 | -1/+27 |
* | Multiple Escaping Improvements (#17551) | zeripath | 2021-11-16 | 1 | -8/+8 |
* | Correctly handle failed migrations (#17575) | zeripath | 2021-11-13 | 1 | -0/+7 |
* | Move unit into models/unit/ (#17576) | Lunny Xiao | 2021-11-09 | 1 | -6/+7 |
* | Read expected buffer size (#17409) | KN4CK3R | 2021-10-24 | 1 | -7/+6 |
* | Defer Last Commit Info (#16467) | zeripath | 2021-10-08 | 1 | -52/+153 |
* | Move login related structs and functions to models/login (#17093) | Lunny Xiao | 2021-09-24 | 1 | -4/+5 |
* | refactor: move from io/ioutil to io and os package (#17109) | Eng Zer Jun | 2021-09-22 | 1 | -5/+4 |
* | Render full plain readme. (#17083) | KN4CK3R | 2021-09-17 | 1 | -0/+4 |
* | [API] generalize list header (#16551) | 6543 | 2021-08-12 | 1 | -1/+1 |
* | Rename ctx.Form() to ctx.FormString() and move code into own file (#16571) | 6543 | 2021-08-11 | 1 | -1/+1 |
* | Rename context.Query to context.Form (#16562) | Lunny Xiao | 2021-07-29 | 1 | -2/+2 |
* | Fix external renderer (#16401) | 6543 | 2021-07-12 | 1 | -0/+3 |
* | Fix various documentation, user-facing, and source comment typos (#16367) | luzpaz | 2021-07-08 | 1 | -1/+1 |
* | Add button to delete undeleted repositories from failed migrations (#16197) | zeripath | 2021-06-30 | 1 | -0/+2 |
* | More efficiently parse shas for shaPostProcessor (#16101) | zeripath | 2021-06-21 | 1 | -0/+3 |
* | Refactor routers directory (#15800) | Lunny Xiao | 2021-06-09 | 1 | -0/+808 |