| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Add gitea-vet (#10948) | John Olheiser | 2020-04-05 | 2 | -0/+8 |
* | Change markdown rendering from blackfriday to goldmark (#9533) | zeripath | 2019-12-31 | 1 | -5/+0 |
* | Prefix all user-generated IDs in markup (#9477) | John Olheiser | 2019-12-23 | 1 | -2/+2 |
* | Swagger info corrections (#9441) | 6543 | 2019-12-20 | 3 | -8/+14 |
* | Sign merges, CRUD, Wiki and Repository initialisation with gpg key (#7631) | zeripath | 2019-10-16 | 1 | -0/+62 |
* | Use gitea forked macaron (#7933) | Tamal Saha | 2019-08-23 | 2 | -4/+3 |
* | Add golangci (#6418) | kolaente | 2019-06-12 | 1 | -5/+22 |
* | Move sdk structs to modules/structs (#6905) | Lunny Xiao | 2019-05-11 | 3 | -4/+4 |
* | Improve issue autolinks (#6273) | mrsdizzie | 2019-04-12 | 1 | -3/+19 |
* | Markdown: enable some more extensions (#6362) | Roland Koebler | 2019-03-21 | 1 | -2/+2 |
* | Fix serving of raw wiki files other than .md (#5814) | Gabriel Silva Simões | 2019-02-05 | 1 | -1/+1 |
* | Swagger.v1.json template (#3572) | Piotr Orzechowski | 2018-07-28 | 1 | -1/+1 |
* | Fix swagger errors (#4220) | Antoine GIRARD | 2018-06-12 | 1 | -3/+6 |
* | Rework special link parsing in the post-processing of markup (#3354) | Morgan Bazalgette | 2018-02-27 | 1 | -2/+2 |
* | Populate URL field of API commits (#3546) | Ethan Koenig | 2018-02-20 | 2 | -6/+6 |
* | Update swagger documentation (#2899) | Ethan Koenig | 2017-11-13 | 2 | -32/+38 |
* | Move swagger-ui under /api/v1 (#2746) | Antoine GIRARD | 2017-10-21 | 1 | -0/+19 |
* | Add init support of orgmode document type on file view and readme (#2525) | Lunny Xiao | 2017-09-21 | 1 | -1/+1 |
* | Restructure markup & markdown to prepare for multiple markup language… (#2411) | Lunny Xiao | 2017-09-16 | 2 | -11/+10 |
* | Improve swagger doc (#2274) | Antoine GIRARD | 2017-08-21 | 2 | -3/+3 |
* | Fix rendering of external links (#2292) | Ethan Koenig | 2017-08-13 | 1 | -1/+1 |
* | gofmt (#1662) | Ethan Koenig | 2017-05-04 | 1 | -1/+1 |
* | Generate swagger json (#1402) | Antoine GIRARD | 2017-05-02 | 2 | -2/+35 |
* | Add basic integration test infrastructure (and new endpoint `/api/v1/version`... | Mura Li | 2017-03-06 | 1 | -0/+16 |
* | Fix go vet faults (#1060) | Ethan Koenig | 2017-02-26 | 1 | -2/+2 |
* | Fix URL handling in the whole markdown module, improve test coverage (#1027) | Andrew Boyarshin | 2017-02-24 | 2 | -3/+10 |
* | Markdown rendering overhaul (#186) | Andrew Boyarshin | 2017-02-14 | 2 | -3/+188 |
* | Golint fixed for modules/context | Lunny Xiao | 2016-11-25 | 1 | -1/+1 |