| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixed previous fix. (#15098) | KN4CK3R | 2021-03-21 | 1 | -1/+3 |
* | Do not convert file path to lowercase (#15023) | KN4CK3R | 2021-03-18 | 1 | -0/+42 |
* | Remove extraneous logging (#15020) | zeripath | 2021-03-18 | 1 | -1/+10 |
* | Ensure validation occurs on clone addresses too (#14994) | zeripath | 2021-03-15 | 1 | -5/+2 |
* | Do not show full lfs file on error in git_test.go:rawTest() (#14980) | zeripath | 2021-03-14 | 1 | -2/+7 |
* | API: fix set milestone on PR creation (#14981) | Norwin | 2021-03-13 | 1 | -1/+72 |
* | Never add labels not from this repository or organisation and remove org labe... | zeripath | 2021-03-12 | 1 | -4/+4 |
* | Show private heatmap on profile to self & admins (#14881) | Norwin | 2021-03-04 | 1 | -9/+6 |
* | Make manual merge autodetection optional and add manual merge as merge method... | a1012112796 | 2021-03-03 | 3 | -1/+66 |
* | Migrate to use jsoniter instead of encoding/json (#14841) | zeripath | 2021-03-01 | 7 | -7/+26 |
* | Repository transfer has to be confirmed, if user can not create repo for new ... | 6543 | 2021-03-01 | 1 | -4/+14 |
* | Export LFS & TimeTracking function status (#14753) | 6543 | 2021-02-20 | 1 | -3/+5 |
* | [API] Add Restricted Field to User (#14630) | 6543 | 2021-02-18 | 1 | -0/+14 |
* | Add dismiss review feature (#12674) | a1012112796 | 2021-02-11 | 1 | -0/+16 |
* | [API] Add delete release by tag & fix unreleased inconsistency (#14563) | 6543 | 2021-02-07 | 2 | -10/+34 |
* | [API] Add affected files of commits to commit struct (#14579) | 6543 | 2021-02-07 | 1 | -6/+18 |
* | [API] GetRelease by tag only return release (#14397) | Cameron Braid | 2021-02-04 | 1 | -2/+1 |
* | [API] Add pagination to ListBranches (#14524) | 6543 | 2021-02-03 | 1 | -2/+4 |
* | [API] List, Check, Add & delete endpoints for repository teams (#13630) | 6543 | 2021-02-01 | 1 | -0/+77 |
* | Update docs and comments to remove macaron (#14491) | Lunny Xiao | 2021-01-29 | 6 | -11/+1 |
* | Extend TestUserOrgs to cover permission cases (#14495) | 6543 | 2021-01-28 | 1 | -11/+38 |
* | Move macaron to chi (#14293) | Lunny Xiao | 2021-01-26 | 7 | -24/+20 |
* | Display current stopwatch in navbar (#14122) | Norwin | 2021-01-21 | 2 | -10/+6 |
* | Issues overview should not show issues from archived repos (#13220) | Elena Neuschild | 2021-01-12 | 2 | -5/+5 |
* | Display SVG files as images instead of text (#14101) | Jonathan Tran | 2021-01-12 | 36 | -0/+574 |
* | Add option to change username to the admin panel (#14229) | 6543 | 2021-01-10 | 2 | -15/+82 |
* | Some code improvements (#14266) | Lunny Xiao | 2021-01-06 | 1 | -0/+2 |
* | migrate from com.* to alternatives (#14103) | 6543 | 2020-12-25 | 3 | -10/+9 |
* | Fix git.parseTagData (#14105) | 6543 | 2020-12-22 | 1 | -1/+1 |
* | rework heatmap permissions (#14080) | Norwin | 2020-12-22 | 1 | -3/+3 |
* | Added option to disable migrations (#13114) | Paweł Bogusławski | 2020-12-21 | 1 | -2/+3 |
* | Show dropdown with all statuses for commit (#13977) | Cirno the Strongest | 2020-12-20 | 1 | -1/+1 |
* | Manually approve new registration (#13083) | Jiri Vlasak | 2020-12-19 | 5 | -0/+5 |
* | Accept multiple SSH keys in single LDAP SSHPublicKey attribute (#13989) | zeripath | 2020-12-18 | 1 | -1/+1 |
* | [Refactor] CombinedStatus and CommitStatus related functions & structs (#14026) | 6543 | 2020-12-18 | 2 | -4/+4 |
* | Remove JS globals related to timetracking and due date (#13921) | silverwind | 2020-12-10 | 1 | -4/+4 |
* | Replace more icons with SVG, repo search tweaks (#13860) | silverwind | 2020-12-09 | 1 | -4/+4 |
* | User Settings: Ignore empty language codes & validate (#13755) | 6543 | 2020-12-04 | 3 | -4/+4 |
* | Migrations: Use Process Manager to create own Context (#13792) | 6543 | 2020-12-02 | 1 | -1/+1 |
* | Add Allow-/Block-List for Migrate & Mirrors (#13610) | 6543 | 2020-11-28 | 1 | -1/+11 |
* | Handle and propagate errors when checking if paths are Dirs, Files or Exist (... | zeripath | 2020-11-27 | 1 | -1/+1 |
* | [API] Add more filters to issues search (#13514) | 6543 | 2020-11-23 | 1 | -5/+24 |
* | API: Admin EditUser: Make FullName, Email, Website & Location optional (#13562) | 6543 | 2020-11-19 | 1 | -0/+30 |
* | Use mount but not register for chi routes (#13555) | Lunny Xiao | 2020-11-16 | 2 | -3/+6 |
* | CSS color variables, less bold font weight and more (#13567) | silverwind | 2020-11-15 | 2 | -3/+3 |
* | Add email validity check (#13475) | Chris Shyi | 2020-11-14 | 2 | -0/+57 |
* | Introduce go chi web framework as frontend of macaron, so that we can move ro... | Lunny Xiao | 2020-11-13 | 4 | -11/+23 |
* | Make TestCreateBranch and TestRepoCommitsSearch less noisy (#13471) | zeripath | 2020-11-08 | 2 | -4/+2 |
* | 2nd attempt at re-request APIMergePullRequest (#13468) | zeripath | 2020-11-08 | 1 | -0/+4 |
* | [RFC] Make archival asynchronous (#11296) | Kyle Evans | 2020-11-07 | 32 | -3/+710 |