aboutsummaryrefslogtreecommitdiffstats
path: root/services
Commit message (Expand)AuthorAgeFilesLines
* Move user functions into user.go (#17659)Lunny Xiao2021-11-185-14/+18
* Add .gitattribute assisted language detection to blame, diff and render (#17590)zeripath2021-11-172-22/+25
* Return 400 but not 500 when request archive with wrong format (#17691)Lunny Xiao2021-11-172-8/+23
* Move some functions into services/repository (#17677)Lunny Xiao2021-11-176-4/+316
* A better go code formatter, and now `make fmt` can run in Windows (#17684)wxiaoguang2021-11-1711-2/+11
* Multiple Escaping Improvements (#17551)zeripath2021-11-167-24/+32
* Move migrations into services and base into modules/migration (#17663)Lunny Xiao2021-11-1622-1/+7603
* Move some functions into services/repository (#17660)Lunny Xiao2021-11-1610-30/+1268
* Decouple unit test, remove intermediate `unittestbridge` package (#17662)wxiaoguang2021-11-169-66/+57
* Remove unnecassary calls to `filepath.Join` (#17608)Gusted2021-11-151-2/+2
* Minor readability patch. (#17627)Michael Grigoryan2021-11-121-1/+1
* Decouple unit test code from business code (#17623)wxiaoguang2021-11-1217-42/+51
* Move EmailAddress & UserRedirect into models/user/ (#17607)Lunny Xiao2021-11-113-4/+7
* Move oauth2 error to oauth2 service package (#17603)Lunny Xiao2021-11-111-2/+19
* Move webhook into models/webhook/ (#17579)Lunny Xiao2021-11-1021-130/+134
* Move unit into models/unit/ (#17576)Lunny Xiao2021-11-098-16/+23
* Make ParsePatch more robust (#17573)Gusted2021-11-072-1/+30
* Simplify Gothic to use our session store instead of creating a different stor...zeripath2021-11-032-18/+98
* Only allow webhook to send requests to allowed hosts (#17482)wxiaoguang2021-11-011-4/+22
* Properly determine CSV delimiter (#17459)Richard Mahn2021-10-301-4/+4
* Add appearance section in settings (#17433)qwerty2872021-10-271-1/+11
* Read expected buffer size (#17409)KN4CK3R2021-10-241-4/+3
* Add groups scope/claim to OIDC/OAuth2 Provider (#17367)Nico Schieder2021-10-221-0/+3
* Handle broken references in mirror sync (#17013)zeripath2021-10-211-13/+105
* Prevent NPE in CSV diff rendering when column removed (#17018)Richard Mahn2021-10-202-132/+322
* Use a variable but a function for IsProd because of a slight performance incr...Lunny Xiao2021-10-201-1/+1
* Fix some lints (#17337)Lunny Xiao2021-10-172-3/+4
* Make the Mirror Queue a queue (#17326)zeripath2021-10-171-33/+65
* Add buttons to allow loading of incomplete diffs (#16829)zeripath2021-10-153-11/+27
* Upgrade chi to v5 (#17298)Lunny Xiao2021-10-131-1/+1
* Save and view issue/comment content history (#16909)wxiaoguang2021-10-101-0/+15
* Add a simple way to rename branch like gh (#15870)a10121127962021-10-082-0/+51
* Avatar refactor, move avatar code from `models` to `models.avatars`, remove d...wxiaoguang2021-10-061-1/+2
* Add specific event type to header (#17222)John Olheiser2021-10-051-3/+8
* Always set a unique Message-ID header. (#17206)KN4CK3R2021-10-012-13/+30
* Fix missing repo link in issue/pull assigned emails (#17183)zeripath2021-09-301-0/+6
* Kanban colored boards (#16647)Romain2021-09-291-0/+1
* Don't return binary file changes in raw PR diffs by default (#17158)Norwin2021-09-271-3/+3
* Support direct comparison (git diff a..b) as well merge comparison (a...b) (#...zeripath2021-09-273-6/+11
* Allow LDAP Sources to provide Avatars (#16851)zeripath2021-09-265-6/+42
* Add SkipLocal2FA option to pam and smtp sources (#17078)zeripath2021-09-266-4/+16
* Fix bundle creation (#17079)Alexey 〒erentyev2021-09-261-2/+4
* Move login related structs and functions to models/login (#17093)Lunny Xiao2021-09-2426-82/+141
* DBContext is just a Context (#17100)zeripath2021-09-239-11/+14
* refactor: move from io/ioutil to io and os package (#17109)Eng Zer Jun2021-09-227-17/+10
* Move db related basic functions to models/db (#17075)Lunny Xiao2021-09-1932-119/+144
* Open the DingTalk link in browser (#17084)wxiaoguang2021-09-182-13/+28
* Make LDAP be able to skip local 2FA (#16954)zeripath2021-09-177-15/+34
* Improve LDAP synchronization efficiency (#16994)zeripath2021-09-152-18/+28
* Support unprotected file patterns (#16395)Jimmy Praet2021-09-112-53/+43