aboutsummaryrefslogtreecommitdiffstats
path: root/services
Commit message (Expand)AuthorAgeFilesLines
* 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
* Report the associated filter if there is an error in LDAP (#17014)zeripath2021-09-111-2/+2
* Add setting to OAuth handlers to skip local 2FA authentication (#16594)zeripath2021-09-102-0/+2
* Use git attributes to determine generated and vendored status for language st...zeripath2021-09-091-0/+78
* Return correct error response for agit force-push (#16989)a10121127962021-09-081-1/+1
* Add repo_id for attachment (#16958)Lunny Xiao2021-09-084-4/+116
* Make mirror feature more configurable (#16957)65432021-09-071-0/+13
* Prevent panic on diff generation (#16950)zeripath2021-09-051-0/+4
* Allow BASIC authentication access to /:owner/:repo/releases/download/* (#16916)zeripath2021-09-024-10/+14
* Add option to update pull request by `rebase` (#16125)a10121127962021-08-312-16/+56
* Test if LFS object is accessible (#16865)KN4CK3R2021-08-311-14/+45
* Repare and Improve GetDiffRangeWithWhitespaceBehavior (#16894)65432021-08-312-23/+14
* Fix dump and restore respository (#16698)Lunny Xiao2021-08-302-2/+2
* Simplify split diff view generation and remove JS dependency (#16775)zeripath2021-08-291-2/+16
* Refactor the fork service slightly to take ForkRepoOptions (#16744)Kyle Evans2021-08-281-3/+3