summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Support pagination of organizations on user settings pages (#16083)Lunny Xiao2021-11-227-34/+108
* Make `bind` error more readable (#17750)Gusted2021-11-221-1/+2
* Improvements to content history (#17746)Jimmy Praet2021-11-226-22/+64
* Fix project board bug and improve documents (#17753)wxiaoguang2021-11-222-9/+38
* Fix navbar on project view (#17749)Gusted2021-11-221-1/+1
* Exclude from watching tests (#17744)Gusted2021-11-221-0/+1
* Add user settings key/value DB table (#16834)techknowlogick2021-11-228-2/+198
* Add new JS linter rules (#17699)silverwind2021-11-2223-109/+845
* Use `f` variant to parse formatting (#17751)Gusted2021-11-221-1/+1
* [skip ci] Updated translations via CrowdinGiteaBot2021-11-223-0/+16
* Allow Loading of Diffs that are too large (#17739)zeripath2021-11-228-62/+146
* Remove NewSession method from db.Engine interface (#17577)Lunny Xiao2021-11-2144-570/+550
* Fix close issue but time watcher still running (#17643)Lunny Xiao2021-11-216-115/+156
* [skip ci] Updated licenses and gitignoresGiteaBot2021-11-213-2/+5
* Reset locale on login (#17734)zeripath2021-11-203-0/+10
* Extract constant names out for the ReverseProxy and Basic authentication meth...zeripath2021-11-205-5/+11
* Enable show more files in diff for git <2.31 (#17733)zeripath2021-11-204-32/+253
* Make a.add-code-comment click handler an event handler (#17737)zeripath2021-11-201-1/+1
* Use `hostmatcher` to replace `matchlist`, improve security (#17605)wxiaoguang2021-11-2033-292/+376
* Make SSL cipher suite configurable (#17440)zeripath2021-11-209-54/+266
* Fix correct usage of teams (#17732)Gusted2021-11-202-2/+8
* [skip ci] Updated translations via CrowdinGiteaBot2021-11-202-0/+55
* Better builtin avatar generator (#17707)wxiaoguang2021-11-2019-376/+417
* Add settings to allow different SMTP envelope from address (#17479)zeripath2021-11-194-10/+43
* Allow Token API calls be authorized using the reverse-proxy header (#15119)Paweł Bogusławski2021-11-191-3/+6
* Move attachment into models/repo/ (#17650)Lunny Xiao2021-11-1939-408/+471
* Use a standalone struct name for Organization (#17632)Lunny Xiao2021-11-1943-259/+335
* Prevent double sanitize (#16386)KN4CK3R2021-11-193-64/+48
* Added comment for changing issue ref (#17672)Gusted2021-11-194-1/+41
* Remove unused `user` paramater (#17723)Gusted2021-11-191-3/+3
* Prepare and check test env during CI (#17725)wxiaoguang2021-11-193-14/+69
* Fix bug when project board get open issue number (#17703)Lunny Xiao2021-11-191-1/+3
* perf: sent `data-path` once for each file (#17657)Gusted2021-11-195-11/+11
* Prevent deadlock in TestPersistableChannelQueue (#17717)zeripath2021-11-191-0/+33
* [skip ci] Updated translations via CrowdinGiteaBot2021-11-191-0/+2
* Move user/org deletion to services (#17673)KN4CK3R2021-11-1924-301/+382
* Refactor repo-legacy.js, remove messy global variables. Fix errors. (#17646)wxiaoguang2021-11-194-202/+199
* Fix Migrate Description (#17692)99rgosse2021-11-181-0/+1
* Add pagination to fork list (#17639)Gusted2021-11-182-2/+15
* Fix possible panic (#17694)Gusted2021-11-181-5/+4
* Simplify code for wrting SHA to name-rev (#17696)Gusted2021-11-181-17/+8
* Prevent NPE due to missing repo in regression in #17551 (#17697)zeripath2021-11-181-2/+14
* Move task from modules to services (#17680)Lunny Xiao2021-11-184-2/+2
* Move user functions into user.go (#17659)Lunny Xiao2021-11-1814-72/+101
* Cleanup and use global style on popups (#17674)silverwind2021-11-1838-121/+129
* Remove unnecessary variable assignments (#17695)Gusted2021-11-1832-72/+59
* [skip ci] Updated translations via CrowdinGiteaBot2021-11-1827-507/+124
* Fixed commit count. (#17698)KN4CK3R2021-11-178-32/+35
* Add .gitattribute assisted language detection to blame, diff and render (#17590)zeripath2021-11-1713-95/+221
* Return 400 but not 500 when request archive with wrong format (#17691)Lunny Xiao2021-11-174-9/+80