summaryrefslogtreecommitdiffstats
path: root/modules
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Use vfsgen instead of go-bindata (#7080)Lunny Xiao2019-06-039-19/+117
* Repository avatar fallback configuration (#7087)Mario Lubenka2019-06-021-10/+14
* Move serv hook functionality & drop GitLogger (#6993)zeripath2019-06-0110-400/+200
* Validate External Tracker URL Format (#7089)mrsdizzie2019-05-312-0/+86
* Fix Erlang and Elixir highlight mappings (#7044)Robert A. Nowak2019-05-301-35/+37
* improve github downloader on migrations (#7049)Lunny Xiao2019-05-305-144/+134
* Fixes #7023 - API Org Visibility (#7028)Richard Mahn2019-05-303-20/+49
* Fixes #5960 - Adds API Endpoint for Repo Edit (#7006)Richard Mahn2019-05-301-26/+32
* Repository avatars (#6986)Sergey Dryabzhinsky2019-05-292-8/+17
* refactor: append, build variable and type switch (#4940)Bo-Yi Wu2019-05-283-31/+30
* Fix LFS Locks over SSH (#6999)zeripath2019-05-281-32/+83
* Handle insecure and ports in go get (#7041)zeripath2019-05-274-4/+16
* when git version >= 2.18, git command could run with git wire protocol versio...Lunny Xiao2019-05-261-13/+24
* migrations: ensure rollback on error (#7039) (#7040)Rob Watson2019-05-251-1/+1
* Fix wrong init dependency on markup extensions (#7038)Lunny Xiao2019-05-251-0/+8
* Improve handling of non-square avatars (#7025)Rob Watson2019-05-254-0/+99
* Fix /verify LFS handler expecting wrong content-type (#7015)Marat Radchenko2019-05-241-18/+15
* Show git-notes (#6984)Vladimir Panteleev2019-05-248-1/+103
* Add support of utf8mb4 for mysql (#6992)Lunny Xiao2019-05-241-0/+1
* Do not attempt to return blob on submodule (#6996)zeripath2019-05-211-1/+1
* fix missing repo description when migrating (#7000)Lunny Xiao2019-05-201-0/+3
* Stop colorizing files by default (#6949)zeripath2019-05-151-2/+0
* Refactor models.NewRepoContext to extract git related codes to modules/git (#...Lunny Xiao2019-05-153-3/+29
* Add work path CLI option (#6922)zeripath2019-05-141-1/+4
* Move xorm logger bridge from log to models so that log module could be a stan...Lunny Xiao2019-05-142-115/+0
* Remove macaron dependent on modules/log (#6933)Lunny Xiao2019-05-132-103/+83
* rotate unusual logs and stop stacktracing (#6935)zeripath2019-05-141-1/+1
* Handle CORS requests (#6289)Tamal Saha2019-05-132-0/+42
* Remove local clones & make hooks run on merge/edit/upload (#6672)zeripath2019-05-1110-590/+245
* Move sdk structs to modules/structs (#6905)Lunny Xiao2019-05-1151-19/+1839
* Fix logging documentation (#6904)zeripath2019-05-111-0/+2
* internal/ssh: ignore env command totally (#6825)Antoine GIRARD2019-05-091-12/+0