| Commit message (Expand) | Author | Age | Files | Lines |
* | wiki - page revisions list (#7369) | Cherrg | 2019-07-08 | 2 | -64/+189 |
* | Refactor filetype is not allowed errors (#7309) | Antoine GIRARD | 2019-07-06 | 4 | -46/+12 |
* | Make captcha and password optional for external accounts (#6606) | AJ ONeal | 2019-07-06 | 2 | -37/+63 |
* | routers: do not leak secrets via timing side channel (#7364) | leonklingele | 2019-07-06 | 2 | -2/+9 |
* | routers/user: ensure that decryption of cookie actually suceeds (#7363) | leonklingele | 2019-07-06 | 1 | -2/+2 |
* | fix api route (#7346) | Lunny Xiao | 2019-07-03 | 1 | -4/+4 |
* | #6946 Run hooks on merge/edit and cope with protected branches (#6961) | zeripath | 2019-07-01 | 1 | -1/+19 |
* | Add commit statuses reports on pull request view (#6845) | Lunny Xiao | 2019-06-30 | 2 | -9/+28 |
* | Fixes #7292 - API File Contents bug (#7301) | Richard Mahn | 2019-06-29 | 3 | -16/+55 |
* | Fixes #7152 - Allow create/update/delete message to be empty, use default mes... | Richard Mahn | 2019-06-29 | 1 | -0/+13 |
* | Fixes #7238 - Annotated tag commit ID incorrect (#7321) | Richard Mahn | 2019-06-29 | 1 | -1/+1 |
* | Show Pull Request button or status of latest PR in branch list (#6990) | Mario Lubenka | 2019-06-27 | 1 | -12/+26 |
* | Monitor all git commands; move blame to git package and replace git as a vari... | Lunny Xiao | 2019-06-26 | 2 | -16/+16 |
* | Shadow the password on cache and session config on admin panel (#7300) | Lunny Xiao | 2019-06-27 | 2 | -2/+135 |
* | Fix error log when loading issues caused by a xorm bug (#7271) | Lunny Xiao | 2019-06-23 | 1 | -1/+1 |
* | Fix #732: Add LFS objects to base repository on merging (#7082) | zeripath | 2019-06-22 | 2 | -2/+4 |
* | Only check and config git on web subcommand but not others (#7236) | Lunny Xiao | 2019-06-19 | 1 | -0/+3 |
* | show lfs config on admin panel (#7220) | Lunny Xiao | 2019-06-16 | 1 | -0/+1 |
* | Add missing description of label on API (#7159) | Lunny Xiao | 2019-06-16 | 1 | -3/+7 |
* | Add LastLogin to the User API (#7196) | zeripath | 2019-06-15 | 1 | -0/+2 |
* | fix drone build bug (#7192) | Cherrg | 2019-06-13 | 1 | -1/+1 |
* | Add golangci (#6418) | kolaente | 2019-06-12 | 29 | -159/+306 |
* | Fixes diff on merged pull requests (#7171) | Mario Lubenka | 2019-06-11 | 1 | -8/+8 |
* | if milestone id is zero don't get it from database (#7169) | Lunny Xiao | 2019-06-10 | 1 | -6/+8 |
* | Move PushUpdate dependency from models to repofiles (#6763) | Lunny Xiao | 2019-06-10 | 3 | -10/+78 |
* | archived repos can be starred and watched (#7163) | Lanre Adelowo | 2019-06-10 | 1 | -1/+1 |
* | Fixes #2738 - Adds the /git/tags API endpoint (#7138) | Richard Mahn | 2019-06-08 | 5 | -31/+133 |
* | Compare branches, commits and tags with each other (#6991) | Mario Lubenka | 2019-06-07 | 5 | -337/+360 |
* | Add state param to milestone listing API (#7131) | Lanre Adelowo | 2019-06-06 | 2 | -3/+8 |
* | Repository avatar fallback configuration (#7087) | Mario Lubenka | 2019-06-02 | 1 | -0/+4 |
* | Move serv hook functionality & drop GitLogger (#6993) | zeripath | 2019-06-01 | 10 | -303/+515 |
* | Validate External Tracker URL Format (#7089) | mrsdizzie | 2019-05-31 | 1 | -1/+1 |
* | Fixes #7023 - API Org Visibility (#7028) | Richard Mahn | 2019-05-30 | 4 | -5/+23 |
* | Fixes #5960 - Adds API Endpoint for Repo Edit (#7006) | Richard Mahn | 2019-05-30 | 4 | -1/+364 |
* | Repository avatars (#6986) | Sergey Dryabzhinsky | 2019-05-29 | 3 | -0/+74 |
* | refactor: append, build variable and type switch (#4940) | Bo-Yi Wu | 2019-05-28 | 1 | -4/+4 |
* | Fix LFS Locks over SSH (#6999) | zeripath | 2019-05-28 | 1 | -1/+1 |
* | Install page - Handle invalid administrator username better (#7060) | zeripath | 2019-05-28 | 1 | -12/+36 |
* | fix issuer of OTP URI should be URI-encoded. (#6634) | Hui Hui | 2019-05-27 | 1 | -1/+3 |
* | fix charset was not saved after installation finished (#7048) | Lunny Xiao | 2019-05-26 | 1 | -0/+2 |
* | Fix wrong init dependency on markup extensions (#7038) | Lunny Xiao | 2019-05-25 | 1 | -0/+2 |
* | Show git-notes (#6984) | Vladimir Panteleev | 2019-05-24 | 1 | -0/+10 |
* | Add support of utf8mb4 for mysql (#6992) | Lunny Xiao | 2019-05-24 | 1 | -0/+1 |
* | Fix index produces problem when issues/pulls deleted (#6973) | Lunny Xiao | 2019-05-18 | 2 | -2/+14 |
* | SearchRepositoryByName improvements and unification (#6897) | zeripath | 2019-05-15 | 3 | -143/+60 |
* | Webhook Logs show proper HTTP Method, and allow change HTTP method in form (#... | techknowlogick | 2019-05-15 | 2 | -0/+2 |
* | Refactor models.NewRepoContext to extract git related codes to modules/git (#... | Lunny Xiao | 2019-05-15 | 2 | -2/+2 |
* | Remove macaron dependent on modules/log (#6933) | Lunny Xiao | 2019-05-13 | 1 | -1/+18 |
* | Handle CORS requests (#6289) | Tamal Saha | 2019-05-13 | 1 | -2/+19 |
* | Change drone token name to let users know to use oauth2 (#6912) | techknowlogick | 2019-05-12 | 1 | -3/+10 |