| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Use inline SVG for built-in OAuth providers (#25171) | silverwind | 2023-06-13 | 1 | -1/+1 |
* | Fix profile render when the README.md size is larger than 1024 bytes (#25131) | yp05327 | 2023-06-13 | 3 | -7/+111 |
* | Fix task list checkbox toggle to work with YAML front matter (#25184) | Jonathan Tran | 2023-06-13 | 5 | -7/+58 |
* | Fix compatible for webhook ref type (#25195) | Lunny Xiao | 2023-06-13 | 1 | -0/+14 |
* | Fix open redirect check for more cases (#25143) | Lauris BH | 2023-06-08 | 1 | -2/+2 |
* | fix swagger documentation for multiple files API endpoint (#25110)v1.20.0-rc0 | Denys Konovalov | 2023-06-07 | 1 | -4/+6 |
* | Remove stars when repo goes private (#19904) | Wim | 2023-06-05 | 1 | -0/+4 |
* | Use git command instead of the ini package to remove the `origin` remote (#25... | Lunny Xiao | 2023-06-05 | 1 | -12/+9 |
* | Add ability to set multiple redirect URIs in OAuth application UI (#25072) | Denys Konovalov | 2023-06-05 | 1 | -1/+18 |
* | Redesign Scoped Access Tokens (#24767) | Jack Hay | 2023-06-04 | 1 | -10/+18 |
* | Use a separate admin page to show global stats, remove `actions` stat (#25062) | wxiaoguang | 2023-06-03 | 1 | -12/+0 |
* | Refactor INI package (first step) (#25024) | wxiaoguang | 2023-06-02 | 7 | -68/+209 |
* | Rename NotifyPullReviewRequest to NotifyPullRequestReviewRequest (#24988) | 谈笑风生间 | 2023-05-31 | 5 | -8/+8 |
* | Remove the service worker (#25010) | silverwind | 2023-05-31 | 2 | -5/+0 |
* | revert the removed method to fix tmpl break on graph page (#25005) | Lunny Xiao | 2023-05-30 | 1 | -0/+5 |
* | Fix admin config page error, use tests to cover the admin config and 500 erro... | wxiaoguang | 2023-05-29 | 1 | -0/+5 |
* | API endpoint for changing/creating/deleting multiple files (#24887) | Denys Konovalov | 2023-05-29 | 1 | -0/+36 |
* | Help to recover from corrupted levelqueue (#24912) | wxiaoguang | 2023-05-29 | 5 | -55/+162 |
* | Remove meta tags `theme-color` and `default-theme` (#24960) | silverwind | 2023-05-28 | 2 | -5/+0 |
* | Use `[git.config]` for reflog cleaning up (#24958) | wxiaoguang | 2023-05-28 | 3 | -50/+58 |
* | Improve logger Pause handling (#24946) | wxiaoguang | 2023-05-27 | 1 | -9/+9 |
* | Do not output "Trace" level logs from process manager by default (#24952) | wxiaoguang | 2023-05-27 | 5 | -27/+36 |
* | Improve queue and logger context (#24924) | wxiaoguang | 2023-05-26 | 21 | -213/+158 |
* | Use the type RefName for all the needed places and fix pull mirror sync bugs ... | Lunny Xiao | 2023-05-26 | 14 | -177/+210 |
* | Add the ability to pin Issues (#24406) | JakobDev | 2023-05-25 | 4 | -0/+13 |
* | Allow skipping forks and mirrors from being indexed (#23187) | techknowlogick | 2023-05-25 | 2 | -16/+46 |
* | Improve RunMode / dev mode (#24886) | wxiaoguang | 2023-05-25 | 3 | -12/+32 |
* | New webhook trigger for receiving Pull Request review requests (#24481) | 谈笑风生间 | 2023-05-24 | 4 | -42/+50 |
* | Merge different languages for language stats (#24900) | wxiaoguang | 2023-05-24 | 5 | -6/+59 |
* | Make environment-to-ini support loading key value from file (#24832) | wxiaoguang | 2023-05-24 | 2 | -0/+239 |
* | Support changing git config through `app.ini`, use `diff.algorithm=histogram`... | wxiaoguang | 2023-05-23 | 4 | -6/+83 |
* | Fix flakey test in logger test (#24883) | wxiaoguang | 2023-05-23 | 1 | -0/+1 |
* | Do not call nil handler for a dummy queue (#24880) | wxiaoguang | 2023-05-23 | 1 | -1/+4 |
* | Add API for Label templates (#24602) | JakobDev | 2023-05-23 | 1 | -0/+10 |
* | Fix install page context, make the install page tests really test (#24858) | wxiaoguang | 2023-05-23 | 3 | -8/+8 |
* | Add gitea manager reload-templates command (#24843) | Brecht Van Lommel | 2023-05-22 | 2 | -3/+16 |
* | Add CRAN package registry (#22331) | KN4CK3R | 2023-05-22 | 3 | -0/+398 |
* | Fix regression: access log template, gitea manager cli command (#24838) | wxiaoguang | 2023-05-22 | 8 | -33/+35 |
* | Support wildcard in email domain allow/block list (#24831) | wxiaoguang | 2023-05-22 | 2 | -4/+69 |
* | Rewrite logger system (#24726) | wxiaoguang | 2023-05-21 | 69 | -4196/+3162 |
* | Fix video width overflow in markdown, and other changes to match img (#24834) | Brecht Van Lommel | 2023-05-21 | 1 | -1/+1 |
* | Decouple the different contexts from each other (#24786) | wxiaoguang | 2023-05-21 | 17 | -516/+625 |
* | Add RTL rendering support to Markdown (#24816) | silverwind | 2023-05-20 | 3 | -3/+15 |
* | Allow all URL schemes in Markdown links by default (#24805) | Yarden Shoham | 2023-05-19 | 2 | -1/+10 |
* | Some refactors for issues stats (#24793) | Lunny Xiao | 2023-05-19 | 1 | -1/+1 |
* | Implement actions artifacts (#22738) | FuXiaoHei | 2023-05-19 | 2 | -4/+16 |
* | Fix Actions being enabled accidentally (#24802) | Jason Song | 2023-05-19 | 1 | -2/+2 |
* | Fix TestMinioStorageIterator skip message (#24765) | silverwind | 2023-05-17 | 1 | -1/+1 |
* | Skip TestMinioStorageIterator on CI (#24762) | Lunny Xiao | 2023-05-17 | 1 | -0/+5 |
* | Make mailer SMTP check have timed context (#24751) | wxiaoguang | 2023-05-16 | 1 | -7/+9 |