aboutsummaryrefslogtreecommitdiffstats
path: root/modules
Commit message (Expand)AuthorAgeFilesLines
* Add bundle download for repository (#14538)John Olheiser2021-08-2468-29/+130
* Just use a slice when rendering file (#16774)zeripath2021-08-232-41/+39
* Add migrate from OneDev (#16356)KN4CK3R2021-08-2220-92/+932
* Return nil proxy function if proxy not enabled (#16742)zeripath2021-08-191-1/+3
* Add proxy settings and support for migration and webhook (#16704)Lunny Xiao2021-08-1814-34/+258
* Refactored and fixed migration tests. (#16714)KN4CK3R2021-08-1710-485/+744
* Add API Token Cache (#16547)zeripath2021-08-171-0/+2
* Fix spelling of HookProcReceiveResult (#16690)Lunny Xiao2021-08-141-7/+7
* Ensure empty lines are copiable and final new line too (#16678)zeripath2021-08-142-0/+116
* Update issue_index to finish migration (#16685)65432021-08-131-0/+5
* Fix NPE in fuzzer (#16680)zeripath2021-08-132-1/+17
* [API] generalize list header (#16551)65432021-08-125-17/+30
* Add an api endpoint to fetch git notes (#15373) (#16649)nitul19912021-08-113-1/+32
* Rename ctx.Form() to ctx.FormString() and move code into own file (#16571)65432021-08-113-244/+31
* Upgrade github.com/google/go-github v32.1.0 -> v37.0.0 (#16661)65432021-08-102-157/+73
* Replace `list.List` with slices (#16311)KN4CK3R2021-08-098-87/+51
* Change the implementation of the go-git version of GetNote to mirror the non ...nitul19912021-08-092-0/+15
* Separate open and closed issue in metrics (#16637)Romain2021-08-071-0/+24
* Allow setting X-FRAME-OPTIONS (#16643)zeripath2021-08-063-4/+6
* Fixes #16557 - duplicate csv import (#16631)Richard Mahn2021-08-051-3/+2
* Pass down SignedUserName down to AccessLogger context (#16605)zeripath2021-08-043-4/+28
* Fix table alignment in markdown (#16596)zeripath2021-08-021-1/+3
* Rename context.Query to context.Form (#16562)Lunny Xiao2021-07-293-22/+19
* Add agit flow support in gitea (#14295)a10121127962021-07-285-1/+143
* Handle too long PR titles correctly (#16517)zeripath2021-07-251-0/+35
* Add an abstract json layout to make it's easier to change json library (#16528)Lunny Xiao2021-07-2440-117/+200
* switch to maintained lib (#16532)techknowlogick2021-07-241-1/+2
* Refactor: Move login out of models (#16199)zeripath2021-07-247-1289/+4
* Make Mermaid.js limit configurable (#16519)zeripath2021-07-242-2/+7
* Add support for corporate WeChat webhooks (#15910)lengyuqu2021-07-232-2/+2
* Restore creation of git-daemon-export-ok files (#16508)zeripath2021-07-221-0/+73
* Restore CORS on git smart http protocol (#16496)zeripath2021-07-211-0/+20
* Fix race in log (#16490)zeripath2021-07-202-27/+30
* Make cancel from CatFileBatch and CatFileBatchCheck wait for the command to e...zeripath2021-07-202-2/+34
* Add TestPrepareWikiFileName (#16487)65432021-07-201-0/+21
* Fix data race in bleve indexer (#16474)Lunny Xiao2021-07-183-6/+69
* modules/markup/markdown: fix dropped test error (#16438)Lars Lehtonen2021-07-181-0/+1
* Prevent race in TestPersistableChannelQueue (#16468)zeripath2021-07-171-4/+31
* Retry rename on lock induced failures (re-fix) (#16461)zeripath2021-07-161-1/+1
* cleanup code `issueFullPattern` in modules/markup (#16419)Josef Fröhle2021-07-152-7/+9
* add configuration option to restrict users by default (#16256)Richard Nienaber2021-07-151-0/+2
* Change @every 24h default schedules to @midnight (#16431)v1.16.0-devJimmy Praet2021-07-151-7/+7
* Retry rename on lock induced failures (#16435)zeripath2021-07-153-3/+30
* Second attempt at preventing zombies (#16326)zeripath2021-07-149-48/+82
* Support HTTP/2 in Let's Encrypt (#16371)Stanley Hu2021-07-131-1/+1
* Add option to provide signature for a token to verify key ownership (#14054)zeripath2021-07-132-0/+13
* Fix archive error when rename repo or user (#16399)Lunny Xiao2021-07-133-1/+28
* Add checkbox to delete pull branch after successful merge (#16049)Jimmy Praet2021-07-131-0/+2
* Fix external renderer (#16401)65432021-07-121-0/+4
* Add LRU mem cache implementation (#16226)zeripath2021-07-102-1/+210