summaryrefslogtreecommitdiffstats
path: root/routers
Commit message (Expand)AuthorAgeFilesLines
* Display ui time with customize time location (#7792)Lunny Xiao2019-08-1515-46/+52
* Convert files to utf-8 for indexing (#7814)guillep2k2019-08-153-8/+8
* fix non existent milestone with 500 error (#7867)Lanre Adelowo2019-08-141-0/+5
* move CreateReview to moduels/pull (#7841)Lunny Xiao2019-08-141-1/+3
* Attempt to fix hook problem (#7854)zeripath2019-08-141-5/+14
* Enable switching to a different source branch when PR already exists (#7819)Mario Lubenka2019-08-111-7/+7
* Rewrite existing repo units if setting is not included in api body (#7763)David Svantesson2019-08-101-73/+86
* api: fix multiple bugs with statuses endpoints (#7785)Antoine GIRARD2019-08-092-10/+41
* Display error as string but not bytes (#7780)Lunny Xiao2019-08-071-1/+1
* add pagination for admin api get orgs and fix only list public orgs bug (#7742)Lunny Xiao2019-08-041-1/+12
* 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