aboutsummaryrefslogtreecommitdiffstats
path: root/modules
Commit message (Expand)AuthorAgeFilesLines
* Fix empty commits now showing in repo overview (#7521)silverwind2019-07-227-13/+24
* Un-lambda base.FileSize (#7556)Christian Muehlhaeuser2019-07-221-4/+2
* Fix markdown invoke sequence (#7513)Lunny Xiao2019-07-181-1/+1
* remove duplicated webhook trigger (#7511)Lunny Xiao2019-07-181-1/+0
* Remove settting dependency on modules/session (#7237)Lunny Xiao2019-07-173-10/+3
* Move status table to cron package (#7370)Lunny Xiao2019-07-151-14/+42
* only create opened pull request when migrating from github (#7463)Lunny Xiao2019-07-141-1/+1
* Support setting cookie domain (#6288)Tamal Saha2019-07-122-1/+5
* wiki history improvements (#7391)Cherrg2019-07-111-0/+10
* Fix migration tests since #7 fixed (#7375)Lunny Xiao2019-07-081-2/+4
* Display original author and URL information when showing migrated issues/comm...mrsdizzie2019-07-0814-87/+105
* Support git.PATH entry in app.ini (#6772)Mura Li2019-07-072-4/+15
* Add additional password hash algorithms (closes #5859) (#6023)EpicCoder2019-07-071-0/+2
* Refactor filetype is not allowed errors (#7309)Antoine GIRARD2019-07-061-0/+49
* switch to use gliderlabs/ssh for builtin server (#7250)techknowlogick2019-07-061-156/+135
* Fix typo in PR migration check (#7368)mrsdizzie2019-07-061-1/+1
* Make captcha and password optional for external accounts (#6606)AJ ONeal2019-07-062-1/+6
* Detect migrating batch size (#7353)Lunny Xiao2019-07-063-17/+67
* Use commit graph files for listing pages (#7314)Filip Navara2019-07-023-12/+73
* Fix bug conflict between SyncReleasesWithTags and InsertReleases (#7337)Lunny Xiao2019-07-013-10/+16
* #6946 Run hooks on merge/edit and cope with protected branches (#6961)zeripath2019-07-012-2/+14
* Add commit statuses reports on pull request view (#6845)Lunny Xiao2019-06-301-0/+39
* Fixes #7292 - API File Contents bug (#7301)Richard Mahn2019-06-297-81/+372
* Fixes #7152 - Allow create/update/delete message to be empty, use default mes...Richard Mahn2019-06-292-1/+6
* Use batch insert on migrating repository to make the process faster (#7050)Lunny Xiao2019-06-296-187/+259
* add commitgraph support global default true when git version >= 2.18 (#7313)Lunny Xiao2019-06-291-0/+12
* Fixes #7238 - Annotated tag commit ID incorrect (#7321)Richard Mahn2019-06-291-3/+4
* Monitor all git commands; move blame to git package and replace git as a vari...Lunny Xiao2019-06-2625-12/+959
* fix API link header (#7298)Lunny Xiao2019-06-262-7/+85
* Fix #732: Add LFS objects to base repository on merging (#7082)zeripath2019-06-222-0/+565
* Fix Submodule dection in subdir (#7275)mrsdizzie2019-06-211-1/+7
* Only check and config git on web subcommand but not others (#7236)Lunny Xiao2019-06-192-3/+32
* fix hljs unintenionally highlighting commit links (#7244)silverwind2019-06-182-4/+5
* Fix migration panic when Head.User is not exist (#7226)Lunny Xiao2019-06-181-7/+26
* Add missing description of label on API (#7159)Lunny Xiao2019-06-161-5/+9
* Add LastLogin to the User API (#7196)zeripath2019-06-151-0/+5
* setting: don't require same running user for internal SSH (like win platform)...Antoine GIRARD2019-06-161-1/+1
* API error cleanup (#7186)John Olheiser2019-06-123-17/+11
* Add golangci (#6418)kolaente2019-06-1259-317/+237
* Fixes diff on merged pull requests (#7171)Mario Lubenka2019-06-111-4/+4
* Various fixes for issue mail notifications (#7165)silverwind2019-06-111-3/+3
* Revert "make modules/structs as a spereate go mod (#7127)" (#7175)Lunny Xiao2019-06-102-4/+0
* make modules/structs as a spereate go mod (#7127)Lunny Xiao2019-06-102-0/+4
* Move PushUpdate dependency from models to repofiles (#6763)Lunny Xiao2019-06-103-7/+20
* Fixes #2738 - Adds the /git/tags API endpoint (#7138)Richard Mahn2019-06-085-31/+241
* fix GCArgs load from ini (#7156)Lunny Xiao2019-06-081-1/+1
* Compare branches, commits and tags with each other (#6991)Mario Lubenka2019-06-073-21/+43
* Add state param to milestone listing API (#7131)Lanre Adelowo2019-06-061-0/+2
* Add Rust highlighting (#7125)Rob Watson2019-06-041-0/+1
* Refactor submodule URL parsing (#7100)mrsdizzie2019-06-032-27/+74