summaryrefslogtreecommitdiffstats
path: root/routers
Commit message (Expand)AuthorAgeFilesLines
* Only show "New Pull Request" button if repo allows pulls (#7426) (#7432)Gary Kim2019-07-121-0/+1
* backport of #7385 - add missing template variable on organisation settings (#...Cherrg2019-07-081-0/+1
* 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
* Validate External Tracker URL Format (#7089)mrsdizzie2019-05-311-1/+1
* Fixes #7023 - API Org Visibility (#7028)Richard Mahn2019-05-304-5/+23
* Fixes #5960 - Adds API Endpoint for Repo Edit (#7006)Richard Mahn2019-05-304-1/+364
* Repository avatars (#6986)Sergey Dryabzhinsky2019-05-293-0/+74
* refactor: append, build variable and type switch (#4940)Bo-Yi Wu2019-05-281-4/+4
* Fix LFS Locks over SSH (#6999)zeripath2019-05-281-1/+1
* Install page - Handle invalid administrator username better (#7060)zeripath2019-05-281-12/+36
* fix issuer of OTP URI should be URI-encoded. (#6634)Hui Hui2019-05-271-1/+3
* fix charset was not saved after installation finished (#7048)Lunny Xiao2019-05-261-0/+2
* Fix wrong init dependency on markup extensions (#7038)Lunny Xiao2019-05-251-0/+2
* Show git-notes (#6984)Vladimir Panteleev2019-05-241-0/+10
* Add support of utf8mb4 for mysql (#6992)Lunny Xiao2019-05-241-0/+1
* Fix index produces problem when issues/pulls deleted (#6973)Lunny Xiao2019-05-182-2/+14
* SearchRepositoryByName improvements and unification (#6897)zeripath2019-05-153-143/+60
* Webhook Logs show proper HTTP Method, and allow change HTTP method in form (#...techknowlogick2019-05-152-0/+2
* Refactor models.NewRepoContext to extract git related codes to modules/git (#...Lunny Xiao2019-05-152-2/+2
* Remove macaron dependent on modules/log (#6933)Lunny Xiao2019-05-131-1/+18
* Handle CORS requests (#6289)Tamal Saha2019-05-131-2/+19
* Change drone token name to let users know to use oauth2 (#6912)techknowlogick2019-05-121-3/+10