aboutsummaryrefslogtreecommitdiffstats
path: root/modules
Commit message (Expand)AuthorAgeFilesLines
* refactor: move from io/ioutil to io and os package (#17109)Eng Zer Jun2021-09-2254-167/+141
* Ignore Sync errors on pipes when doing `CheckAttributeReader.CheckPath`, fix ...wxiaoguang2021-09-2035-65/+960
* Move db related basic functions to models/db (#17075)Lunny Xiao2021-09-1942-169/+198
* Switch migration icon to svg (#15954)silverwind2021-09-181-3/+3
* Add caller to cat-file batch calls (#17082)zeripath2021-09-171-2/+21
* Make LDAP be able to skip local 2FA (#16954)zeripath2021-09-172-0/+7
* Clean-up HookPreReceive and restore functionality for pushing non-standard re...zeripath2021-09-161-0/+10
* Fix bug of migrate comments which only fetch one page (#17055)Lunny Xiao2021-09-151-2/+7
* Do not show issue context popup on external issues (#17050)zeripath2021-09-153-4/+11
* Add doctor dbconsistency check for release and attachment (#16978)Lunny Xiao2021-09-141-0/+36
* Decrement Fork Num when converting from Fork (#17035)zeripath2021-09-141-0/+31
* Correctly rollback in ForkRepository (#17034)zeripath2021-09-141-16/+39
* Support unprotected file patterns (#16395)Jimmy Praet2021-09-115-62/+92
* Add skip and limit to git.GetTags (#16897)65432021-09-104-5/+17
* Calculate label URL on API (#16186)65432021-09-102-6/+33
* Fix missing close in WalkGitLog (#17008)zeripath2021-09-101-7/+16
* Use git attributes to determine generated and vendored status for language st...zeripath2021-09-096-12/+640
* Enable Malayalam, Greek, Persian, Hungarian & Indonesian by default (#16998)65432021-09-091-2/+4
* Fix bug of migrated repository not index (#16991)Lunny Xiao2021-09-081-3/+2
* Make TestOneDevDownloadRepo work again & more resistant (#16987)65432021-09-081-12/+7
* Make mirror feature more configurable (#16957)65432021-09-073-19/+60
* Resolve TODO: Enable pagination on GiteaDownloader.GetComments() & update ano...65432021-09-062-41/+37
* Fix storage Iterate bug and Add storage doctor to delete garbage attachments ...Lunny Xiao2021-09-062-2/+78
* Add missing icon set for `ActionRenameRepo` (#16972)a10121127962021-09-061-1/+1
* 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