summaryrefslogtreecommitdiffstats
path: root/routers
Commit message (Expand)AuthorAgeFilesLines
...
* display as error (#7724)Lunny Xiao2019-08-031-1/+1
* org/members: display 2FA members states + optimize sql requests (#7621)Antoine GIRARD2019-08-021-2/+5
* improve branches list performance and fix protected branch icon when no-login...Lunny Xiao2019-08-011-4/+12
* fix wrong email when use gitea as OAuth2 provider (#7640)renothing2019-07-2711-23/+28
* Fix #7136: Add paging and extend API GetCommitStatuses (#7141)zeripath2019-07-251-5/+46
* Swagger: Add information to API Token header (#7585)zeripath2019-07-241-0/+1
* use 403 instead of 401 for ErrUserProhibitLogin (#7591)zeripath2019-07-231-1/+1
* Removed unnecessary conversions (#7557)Christian Muehlhaeuser2019-07-231-3/+2
* Handle ErrUserProhibitLogin in http git (#7586)zeripath2019-07-231-1/+4
* Fixes #7564 - Malformed URLs in API git/commits response (#7565)Richard Mahn2019-07-221-2/+2
* Fixed ineffectual assignments (#7555)Christian Muehlhaeuser2019-07-221-1/+0
* Fixes #7474 - Handles all redirects for Web UI File CRUD (#7478)Richard Mahn2019-07-172-15/+119
* Remove settting dependency on modules/session (#7237)Lunny Xiao2019-07-171-0/+3
* Fixes #7475 - Settings pages giving UnitType error message (#7482)Richard Mahn2019-07-151-1/+1
* Support setting cookie domain (#6288)Tamal Saha2019-07-123-20/+22
* add notification placeholder (#7409)Lunny Xiao2019-07-122-0/+10
* Only show "New Pull Request" button if repo allows pulls (#7426)Gary Kim2019-07-111-0/+1
* wiki history improvements (#7391)Cherrg2019-07-111-2/+2
* add missing template variable on organisation settings (#7385)Cherrg2019-07-091-0/+1
* wiki - page revisions list (#7369)Cherrg2019-07-082-64/+189
* Refactor filetype is not allowed errors (#7309)Antoine GIRARD2019-07-064-46/+12
* Make captcha and password optional for external accounts (#6606)AJ ONeal2019-07-062-37/+63
* routers: do not leak secrets via timing side channel (#7364)leonklingele2019-07-062-2/+9
* routers/user: ensure that decryption of cookie actually suceeds (#7363)leonklingele2019-07-061-2/+2
* fix api route (#7346)Lunny Xiao2019-07-031-4/+4
* #6946 Run hooks on merge/edit and cope with protected branches (#6961)zeripath2019-07-011-1/+19
* Add commit statuses reports on pull request view (#6845)Lunny Xiao2019-06-302-9/+28
* Fixes #7292 - API File Contents bug (#7301)Richard Mahn2019-06-293-16/+55
* Fixes #7152 - Allow create/update/delete message to be empty, use default mes...Richard Mahn2019-06-291-0/+13
* Fixes #7238 - Annotated tag commit ID incorrect (#7321)Richard Mahn2019-06-291-1/+1
* Show Pull Request button or status of latest PR in branch list (#6990)Mario Lubenka2019-06-271-12/+26
* Monitor all git commands; move blame to git package and replace git as a vari...Lunny Xiao2019-06-262-16/+16
* Shadow the password on cache and session config on admin panel (#7300)Lunny Xiao2019-06-272-2/+135
* Fix error log when loading issues caused by a xorm bug (#7271)Lunny Xiao2019-06-231-1/+1
* Fix #732: Add LFS objects to base repository on merging (#7082)zeripath2019-06-222-2/+4
* Only check and config git on web subcommand but not others (#7236)Lunny Xiao2019-06-191-0/+3
* show lfs config on admin panel (#7220)Lunny Xiao2019-06-161-0/+1
* Add missing description of label on API (#7159)Lunny Xiao2019-06-161-3/+7
* Add LastLogin to the User API (#7196)zeripath2019-06-151-0/+2
* fix drone build bug (#7192)Cherrg2019-06-131-1/+1
* Add golangci (#6418)kolaente2019-06-1229-159/+306
* Fixes diff on merged pull requests (#7171)Mario Lubenka2019-06-111-8/+8
* if milestone id is zero don't get it from database (#7169)Lunny Xiao2019-06-101-6/+8
* Move PushUpdate dependency from models to repofiles (#6763)Lunny Xiao2019-06-103-10/+78
* archived repos can be starred and watched (#7163)Lanre Adelowo2019-06-101-1/+1
* Fixes #2738 - Adds the /git/tags API endpoint (#7138)Richard Mahn2019-06-085-31/+133
* Compare branches, commits and tags with each other (#6991)Mario Lubenka2019-06-075-337/+360
* Add state param to milestone listing API (#7131)Lanre Adelowo2019-06-062-3/+8
* Repository avatar fallback configuration (#7087)Mario Lubenka2019-06-021-0/+4
* Move serv hook functionality & drop GitLogger (#6993)zeripath2019-06-0110-303/+515