aboutsummaryrefslogtreecommitdiffstats
path: root/services
Commit message (Expand)AuthorAgeFilesLines
* 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
* Decoupled code from DefaultSigningKey (#16743)KN4CK3R2021-08-272-9/+9
* Add EdDSA JWT signing algorithm (#16786)Aliaksandr Mianzhynski2021-08-251-6/+73
* Add bundle download for repository (#14538)John Olheiser2021-08-242-7/+19
* Fix openidConnect source regression from #16544 (#16759)zeripath2021-08-221-1/+1
* Download lfs in git and web workflow from minio/s3 directly (#16731)Abner2021-08-211-0/+8
* Added introspection endpoint. (#16752)KN4CK3R2021-08-202-1/+22
* Add proxy settings and support for migration and webhook (#16704)Lunny Xiao2021-08-183-5/+6
* Use github token URL when fetching oauth token (#16709)techknowlogick2021-08-171-1/+1
* Fix spelling of HookProcReceiveResult (#16690)Lunny Xiao2021-08-141-9/+9
* [API] generalize list header (#16551)65432021-08-122-3/+11
* Send registration email on user autoregistration (#16523)zeripath2021-08-1210-3/+88
* Improve SMTP authentication and Fix user creation bugs (#16612)zeripath2021-08-115-37/+76
* Rename ctx.Form() to ctx.FormString() and move code into own file (#16571)65432021-08-111-2/+2
* Replace `list.List` with slices (#16311)KN4CK3R2021-08-093-22/+17
* Add microsoft oauth2 providers (#16544)zeripath2021-08-059-192/+475
* Fix 500 on first wiki page (#16586)zeripath2021-08-012-0/+32
* Lock goth/gothic and Re-attempt OAuth2 registration on login if registration ...zeripath2021-07-293-6/+26
* Rename context.Query to context.Form (#16562)Lunny Xiao2021-07-291-6/+6
* Add agit flow support in gitea (#14295)a10121127962021-07-285-13/+372
* Fix add authentication page (#16543)zeripath2021-07-251-0/+5
* Add an abstract json layout to make it's easier to change json library (#16528)Lunny Xiao2021-07-2417-48/+24
* switch to maintained lib (#16532)techknowlogick2021-07-243-3/+3
* Refactor: Move login out of models (#16199)zeripath2021-07-2440-80/+2804
* Add support for corporate WeChat webhooks (#15910)lengyuqu2021-07-233-0/+204