summaryrefslogtreecommitdiffstats
path: root/modules
Commit message (Expand)AuthorAgeFilesLines
* Don't return binary file changes in raw PR diffs by default (#17158)Norwin2021-09-271-6/+14
* Nicely handle missing user in collaborations (#17049)zeripath2021-09-271-253/+138
* Create doctor command to fix repo_units broken by dumps from 1.14.3-1.14.6 (#...zeripath2021-09-272-0/+589
* Use light/dark theme based on system preference (#17051)Gwyneth Morgan2021-09-271-2/+2
* Support direct comparison (git diff a..b) as well merge comparison (a...b) (#...zeripath2021-09-271-5/+17
* Fix bundle creation (#17079)Alexey 〒erentyev2021-09-261-7/+17
* Move twofactor to models/login (#17143)Lunny Xiao2021-09-252-5/+6
* Prevent panic in Org mode HighlightCodeBlock (#17140)zeripath2021-09-243-12/+46
* Move login related structs and functions to models/login (#17093)Lunny Xiao2021-09-246-21/+37
* DBContext is just a Context (#17100)zeripath2021-09-2311-23/+27
* 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