| Commit message (Expand) | Author | Age | Files | Lines |
* | Refactor markup render to fix various path problems (#34114) | wxiaoguang | 8 days | 1 | -5/+5 |
* | Only keep popular licenses (#33832) | wxiaoguang | 2025-03-10 | 1 | -1/+0 |
* | Refactor error system (#33626) | wxiaoguang | 2025-02-17 | 1 | -3/+2 |
* | Refactor error system (#33610) | wxiaoguang | 2025-02-16 | 6 | -9/+9 |
* | Fix markup render regression and fix some tests (#32640) | wxiaoguang | 2024-11-26 | 1 | -17/+31 |
* | Refactor markup render system (#32612) | wxiaoguang | 2024-11-24 | 1 | -3/+5 |
* | Refactor markup render system (#32589) | wxiaoguang | 2024-11-22 | 1 | -3/+1 |
* | Refactor render system (#32492) | wxiaoguang | 2024-11-14 | 2 | -13/+12 |
* | Support quote selected comments to reply (#32431) | wxiaoguang | 2024-11-07 | 1 | -2/+4 |
* | Refactor names (#31405) | wxiaoguang | 2024-06-19 | 3 | -3/+3 |
* | Fix missing images in editor preview due to wrong links (#31299) | Brecht Van Lommel | 2024-06-17 | 1 | -39/+61 |
* | Refactor cache and disable go-chi cache (#30417) | wxiaoguang | 2024-04-13 | 1 | -4/+2 |
* | Fix wrong test usage of `AppSubURL` (#29459) | KN4CK3R | 2024-02-29 | 1 | -9/+9 |
* | Move context from modules to services (#29440) | Lunny Xiao | 2024-02-27 | 8 | -8/+8 |
* | Always enable caches (#28527) | Lunny Xiao | 2023-12-19 | 1 | -9/+7 |
* | More `db.DefaultContext` refactor (#27265) | JakobDev | 2023-09-29 | 1 | -1/+1 |
* | Reduce usage of `db.DefaultContext` (#27073) | JakobDev | 2023-09-14 | 1 | -3/+3 |
* | Move web/api context related testing function into a separate package (#26859) | wxiaoguang | 2023-09-01 | 1 | -5/+5 |
* | Refactor web package and context package (#25298) | wxiaoguang | 2023-06-18 | 1 | -51/+7 |
* | Add API for Label templates (#24602) | JakobDev | 2023-05-23 | 1 | -0/+60 |
* | Decouple the different contexts from each other (#24786) | wxiaoguang | 2023-05-21 | 2 | -26/+11 |
* | Improve template system and panic recovery (#24461) | wxiaoguang | 2023-05-04 | 1 | -1/+2 |
* | Use globally shared HTMLRender (#24436) | wxiaoguang | 2023-04-30 | 1 | -1/+1 |
* | Add API for gitignore templates (#22783) | JakobDev | 2023-04-27 | 1 | -0/+56 |
* | Add API for License templates (#23009) | JakobDev | 2023-04-26 | 1 | -0/+76 |
* | Editor preview support for external renderers (#23333) | Brecht Van Lommel | 2023-03-24 | 2 | -80/+115 |
* | Implement FSFE REUSE for golang files (#21840) | flynnnnnnnnnn | 2022-11-27 | 5 | -10/+5 |
* | Add `context.Context` to more methods (#21546) | KN4CK3R | 2022-11-19 | 1 | -1/+1 |
* | Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551) | delvh | 2022-10-24 | 1 | -1/+1 |
* | Add link to user profile in markdown mention only if user exists (#21533) | Yarden Shoham | 2022-10-23 | 1 | -0/+7 |
* | Share HTML template renderers and create a watcher framework (#20218) | zeripath | 2022-08-28 | 1 | -1/+1 |
* | Move issues related files into models/issues (#19931) | Lunny Xiao | 2022-06-13 | 1 | -3/+3 |
* | Fix nodeinfo caching and prevent NPE if cache non-existent (#19721) | zeripath | 2022-05-16 | 1 | -7/+11 |
* | Call MultipartForm.RemoveAll when request finishes (#19606) | wxiaoguang | 2022-05-05 | 1 | -0/+2 |
* | Federation: return useful statistic information for nodeinfo (#19561) | 6543 | 2022-05-02 | 1 | -4/+38 |
* | Remove dependent on session auth for api/v1 routers (#19321) | Lunny Xiao | 2022-04-08 | 1 | -21/+0 |
* | format with gofumpt (#18184) | 6543 | 2022-01-20 | 1 | -4/+6 |
* | Propagate context and ensure git commands run in request context (#17868) | zeripath | 2022-01-19 | 2 | -2/+6 |
* | Move keys to models/asymkey (#17917) | Lunny Xiao | 2021-12-10 | 1 | -2/+2 |
* | Add nodeinfo endpoint for federation purposes (#16953) | techknowlogick | 2021-09-28 | 1 | -0/+45 |
* | refactor: move from io/ioutil to io and os package (#17109) | Eng Zer Jun | 2021-09-22 | 1 | -2/+2 |
* | Refactor renders (#15175) | Lunny Xiao | 2021-04-19 | 1 | -24/+14 |
* | Move macaron to chi (#14293) | Lunny Xiao | 2021-01-26 | 2 | -20/+22 |
* | Not using "ctx.ServerError" in api (#12907) | 赵智超 | 2020-09-20 | 1 | -5/+3 |
* | API: Move AllowedReactions endpoint into GetGenneralUI endpoint + creat new s... | 6543 | 2020-06-22 | 1 | -42/+0 |
* | API expose usefull General Repo settings settings (#11758) | 6543 | 2020-06-10 | 1 | -0/+17 |
* | Fix bug with globally disabling mirror (#11760) | 6543 | 2020-06-04 | 1 | -1/+3 |
* | [API] Expose allowed Reactions (#11735) | 6543 | 2020-06-04 | 1 | -0/+23 |
* | Allow different HardBreaks settings for documents and comments (#11515) | zeripath | 2020-05-24 | 2 | -3/+13 |
* | enable ENABLE_HARD_LINE_BREAK by default (#11162) | silverwind | 2020-04-21 | 1 | -1/+1 |