| Commit message (Expand) | Author | Age | Files | Lines |
* | fix wrong email when use gitea as OAuth2 provider (#7640) | renothing | 2019-07-27 | 11 | -23/+28 |
* | Fix #7136: Add paging and extend API GetCommitStatuses (#7141) | zeripath | 2019-07-25 | 1 | -5/+46 |
* | Swagger: Add information to API Token header (#7585) | zeripath | 2019-07-24 | 1 | -0/+1 |
* | use 403 instead of 401 for ErrUserProhibitLogin (#7591) | zeripath | 2019-07-23 | 1 | -1/+1 |
* | Removed unnecessary conversions (#7557) | Christian Muehlhaeuser | 2019-07-23 | 1 | -3/+2 |
* | Handle ErrUserProhibitLogin in http git (#7586) | zeripath | 2019-07-23 | 1 | -1/+4 |
* | Fixes #7564 - Malformed URLs in API git/commits response (#7565) | Richard Mahn | 2019-07-22 | 1 | -2/+2 |
* | Fixed ineffectual assignments (#7555) | Christian Muehlhaeuser | 2019-07-22 | 1 | -1/+0 |
* | Fixes #7474 - Handles all redirects for Web UI File CRUD (#7478) | Richard Mahn | 2019-07-17 | 2 | -15/+119 |
* | Remove settting dependency on modules/session (#7237) | Lunny Xiao | 2019-07-17 | 1 | -0/+3 |
* | Fixes #7475 - Settings pages giving UnitType error message (#7482) | Richard Mahn | 2019-07-15 | 1 | -1/+1 |
* | Support setting cookie domain (#6288) | Tamal Saha | 2019-07-12 | 3 | -20/+22 |
* | add notification placeholder (#7409) | Lunny Xiao | 2019-07-12 | 2 | -0/+10 |
* | Only show "New Pull Request" button if repo allows pulls (#7426) | Gary Kim | 2019-07-11 | 1 | -0/+1 |
* | wiki history improvements (#7391) | Cherrg | 2019-07-11 | 1 | -2/+2 |
* | add missing template variable on organisation settings (#7385) | Cherrg | 2019-07-09 | 1 | -0/+1 |
* | 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 |