summaryrefslogtreecommitdiffstats
path: root/modules
Commit message (Expand)AuthorAgeFilesLines
...
* Removed SizeFmt. (#17890)KN4CK3R2021-12-031-1/+0
* Add migrate from Codebase (#16768)KN4CK3R2021-12-021-0/+4
* Use fmt.Sprintf correctly (#17886)delvh2021-12-022-2/+2
* Refactor various strings (#17784)mscherer2021-12-028-19/+30
* Improve install code to avoid low-level mistakes. (#17779)wxiaoguang2021-12-016-50/+144
* Make Requests Processes and create process hierarchy. Associate OpenRepositor...zeripath2021-11-3041-224/+503
* Make Co-committed-by and co-authored-by trailers optional (#17848)zeripath2021-11-291-0/+3
* Move accessmode into models/perm (#17828)Lunny Xiao2021-11-2810-34/+43
* Handle relative unix socket paths (#17836)zeripath2021-11-271-3/+10
* Replace regex usage for MIME parsing (#17831)Gabriel Vasile2021-11-271-2/+6
* Use correct user on releases (#17806)Gusted2021-11-251-2/+2
* Move user related model into models/user (#17781)Lunny Xiao2021-11-2433-291/+363
* Use `*PushUpdateOptions` as receiver (#17724)Gusted2021-11-241-14/+14
* Move repofiles from modules/repofiles to services/repository/files (#17774)Lunny Xiao2021-11-2422-2716/+8
* Fix visibility of org avatars (#17789)qwerty2872021-11-241-7/+13
* Use correct Sender on webhook change title (#17791)Gusted2021-11-241-1/+1
* More pleasantly handle broken or missing git repositories (#17747)zeripath2021-11-221-1/+33
* Remove unnecessary attributes of User struct (#17745)Lunny Xiao2021-11-222-3/+8
* Add user settings key/value DB table (#16834)techknowlogick2021-11-221-1/+1
* Fix close issue but time watcher still running (#17643)Lunny Xiao2021-11-212-517/+0
* Reset locale on login (#17734)zeripath2021-11-202-0/+6
* Extract constant names out for the ReverseProxy and Basic authentication meth...zeripath2021-11-202-2/+2
* Enable show more files in diff for git <2.31 (#17733)zeripath2021-11-201-1/+1
* Use `hostmatcher` to replace `matchlist`, improve security (#17605)wxiaoguang2021-11-2010-140/+247
* Make SSL cipher suite configurable (#17440)zeripath2021-11-203-44/+11
* Fix correct usage of teams (#17732)Gusted2021-11-201-0/+6
* Better builtin avatar generator (#17707)wxiaoguang2021-11-207-17/+1109
* Add settings to allow different SMTP envelope from address (#17479)zeripath2021-11-191-7/+25
* Move attachment into models/repo/ (#17650)Lunny Xiao2021-11-193-5/+7
* Use a standalone struct name for Organization (#17632)Lunny Xiao2021-11-195-21/+16
* Prevent double sanitize (#16386)KN4CK3R2021-11-193-64/+48
* Prevent deadlock in TestPersistableChannelQueue (#17717)zeripath2021-11-191-0/+33
* Move user/org deletion to services (#17673)KN4CK3R2021-11-191-1/+2
* Simplify code for wrting SHA to name-rev (#17696)Gusted2021-11-181-17/+8
* Move task from modules to services (#17680)Lunny Xiao2021-11-182-273/+0
* Move user functions into user.go (#17659)Lunny Xiao2021-11-181-6/+7
* Remove unnecessary variable assignments (#17695)Gusted2021-11-183-6/+2
* Fixed commit count. (#17698)KN4CK3R2021-11-171-7/+11
* Add .gitattribute assisted language detection to blame, diff and render (#17590)zeripath2021-11-178-71/+134
* Move some functions into services/repository (#17677)Lunny Xiao2021-11-174-314/+0
* A better go code formatter, and now `make fmt` can run in Windows (#17684)wxiaoguang2021-11-1723-10/+21
* Fix bug when read mysql database max lifetime (#17682)Lunny Xiao2021-11-171-2/+2
* Multiple Escaping Improvements (#17551)zeripath2021-11-1613-50/+71
* Move migrations into services and base into modules/migration (#17663)Lunny Xiao2021-11-1640-7622/+20
* Move some functions into services/repository (#17660)Lunny Xiao2021-11-1610-1258/+0
* Decouple unit test, remove intermediate `unittestbridge` package (#17662)wxiaoguang2021-11-1613-135/+79
* Add copy button to markdown code blocks (#17638)silverwind2021-11-162-13/+9
* Fix nil checking on typed interface (#17598)Gusted2021-11-153-7/+8
* Remove unnecassary calls to `filepath.Join` (#17608)Gusted2021-11-151-1/+1
* Add migration from GitBucket (#16767)KN4CK3R2021-11-144-106/+195