| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | refactor: move from io/ioutil to io and os package (#17109) | Eng Zer Jun | 2021-09-22 | 11 | -27/+23 |
* | Move db related basic functions to models/db (#17075) | Lunny Xiao | 2021-09-19 | 18 | -80/+91 |
* | Render full plain readme. (#17083) | KN4CK3R | 2021-09-17 | 1 | -0/+4 |
* | Notifications API: respond with updated notifications (#17064) | Norwin | 2021-09-17 | 1 | -1/+1 |
* | Make LDAP be able to skip local 2FA (#16954) | zeripath | 2021-09-17 | 4 | -4/+15 |
* | Decrement Fork Num when converting from Fork (#17035) | zeripath | 2021-09-14 | 1 | -4/+2 |
* | Use common sessioner for API and Web (#17027) | zeripath | 2021-09-12 | 1 | -13/+2 |
* | Support unprotected file patterns (#16395) | Jimmy Praet | 2021-09-11 | 1 | -0/+1 |
* | Add skip and limit to git.GetTags (#16897) | 6543 | 2021-09-10 | 2 | -15/+16 |
* | Add setting to OAuth handlers to skip local 2FA authentication (#16594) | zeripath | 2021-09-10 | 2 | -8/+13 |
* | Add repo_id for attachment (#16958) | Lunny Xiao | 2021-09-08 | 2 | -20/+11 |
* | Make mirror feature more configurable (#16957) | 6543 | 2021-09-07 | 3 | -10/+30 |
* | Add Cache-Control to avatar redirects (#16973) | silverwind | 2021-09-06 | 1 | -3/+9 |
* | Ensure that rebase conflicts are handled in updates (#16952) | zeripath | 2021-09-05 | 1 | -0/+15 |
* | Correctly return the number of Repositories for Organizations (#16807) | zeripath | 2021-09-01 | 1 | -1/+1 |
* | Add option to update pull request by `rebase` (#16125) | a1012112796 | 2021-08-31 | 1 | -4/+6 |
* | Fix git.Blob.DataAsync(): close pipe since we return a NopCloser (#16899) | 6543 | 2021-08-31 | 3 | -5/+5 |
* | Repare and Improve GetDiffRangeWithWhitespaceBehavior (#16894) | 6543 | 2021-08-31 | 3 | -14/+12 |
* | Fix wiki raw commit diff/patch view (#16891) | 6543 | 2021-08-31 | 1 | -1/+1 |
* | Ensure wiki repos are all closed (#16886) | zeripath | 2021-08-30 | 1 | -32/+34 |
* | Paginate releases page & set default page size to 10 (#16857) | Lunny Xiao | 2021-08-29 | 1 | -2/+8 |
* | In Render tolerate not being passed a context (#16842) | zeripath | 2021-08-28 | 6 | -0/+13 |
* | Refactor the fork service slightly to take ForkRepoOptions (#16744) | Kyle Evans | 2021-08-28 | 1 | -1/+5 |
* | Decoupled code from DefaultSigningKey (#16743) | KN4CK3R | 2021-08-27 | 2 | -18/+18 |
* | Add modals to Organization and Team remove/leave (#16471) | zeripath | 2021-08-26 | 2 | -6/+47 |
* | Add EdDSA JWT signing algorithm (#16786) | Aliaksandr Mianzhynski | 2021-08-25 | 2 | -2/+2 |
* | Fix branch pagination error (#16805) | Lunny Xiao | 2021-08-24 | 1 | -1/+1 |
* | Add missing return to handleSettingRemoteAddrError (#16794) | zeripath | 2021-08-23 | 1 | -0/+1 |
* | Download lfs in git and web workflow from minio/s3 directly (#16731) | Abner | 2021-08-21 | 1 | -0/+12 |
* | when the update request doesn't intend to update attachments (eg: change chec... | wxiaoguang | 2021-08-21 | 1 | -10/+12 |
* | Added introspection endpoint. (#16752) | KN4CK3R | 2021-08-20 | 2 | -55/+44 |
* | Keep attachments on tasklist update (#16750) | KN4CK3R | 2021-08-20 | 1 | -7/+11 |
* | Fix wrong user in OpenID response (#16736) | KN4CK3R | 2021-08-19 | 2 | -10/+85 |
* | [API] generalize list header (#16551) | 6543 | 2021-08-12 | 8 | -24/+19 |
* | Improve SMTP authentication and Fix user creation bugs (#16612) | zeripath | 2021-08-11 | 1 | -1/+3 |
* | Related refactors to ctx.FormX functions (#16567) | 6543 | 2021-08-11 | 15 | -37/+25 |
* | Rename ctx.Form() to ctx.FormString() and move code into own file (#16571) | 6543 | 2021-08-11 | 40 | -161/+161 |
* | Replace `list.List` with slices (#16311) | KN4CK3R | 2021-08-09 | 5 | -48/+25 |
* | Allow setting X-FRAME-OPTIONS (#16643) | zeripath | 2021-08-06 | 1 | -1/+1 |
* | Add microsoft oauth2 providers (#16544) | zeripath | 2021-08-05 | 2 | -17/+34 |
* | Pre-fill suggested New File 'name' and 'content' with Query Params (#16556) | AJ ONeal | 2021-07-29 | 1 | -2/+7 |
* | Show correct text when comparing commits on empty pull request (#16569) | Marty | 2021-07-29 | 1 | -0/+4 |
* | Rename context.Query to context.Form (#16562) | Lunny Xiao | 2021-07-29 | 53 | -282/+282 |
* | Add agit flow support in gitea (#14295) | a1012112796 | 2021-07-28 | 6 | -4/+43 |
* | Handle too long PR titles correctly (#16517) | zeripath | 2021-07-25 | 2 | -0/+25 |
* | Add an abstract json layout to make it's easier to change json library (#16528) | Lunny Xiao | 2021-07-24 | 7 | -21/+10 |
* | switch to maintained lib (#16532) | techknowlogick | 2021-07-24 | 1 | -1/+1 |
* | Refactor: Move login out of models (#16199) | zeripath | 2021-07-24 | 6 | -83/+87 |
* | Fix issue pasted image missing if no release permission (#16520) | Lunny Xiao | 2021-07-23 | 1 | -1/+6 |
* | Add support for corporate WeChat webhooks (#15910) | lengyuqu | 2021-07-23 | 2 | -0/+82 |