aboutsummaryrefslogtreecommitdiffstats
path: root/modules
Commit message (Expand)AuthorAgeFilesLines
* Close storage objects before cleaning (#16934)zeripath2021-09-031-0/+1
* Use immediate queues in integration tests and ensure that immediate (#16927)zeripath2021-09-031-1/+1
* Ignore review comment when ref commit is missed (#16905)Lunny Xiao2021-09-011-1/+2
* Gitlab Migrator: dont ignore reactions of last request (#16903)65432021-09-011-6/+12
* Fix git.Blob.DataAsync(): close pipe since we return a NopCloser (#16899)65432021-08-311-4/+2
* Remove ParseQueueConnStr as it is unused (#16878)zeripath2021-08-311-33/+0
* Fix dump and restore respository (#16698)Lunny Xiao2021-08-303-2/+10
* Timeout on flush in testing (#16864)zeripath2021-08-301-1/+12
* Paginate releases page & set default page size to 10 (#16857)Lunny Xiao2021-08-291-3/+6
* Simplify split diff view generation and remove JS dependency (#16775)zeripath2021-08-291-0/+3
* In Render tolerate not being passed a context (#16842)zeripath2021-08-281-1/+7
* Refactor the fork service slightly to take ForkRepoOptions (#16744)Kyle Evans2021-08-282-17/+21
* Report the correct number of pushes on the feeds (#16811)zeripath2021-08-252-1/+14
* Prevent NPE on empty commit (#16812)zeripath2021-08-241-0/+3
* 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