summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* remove outdated notice in makefile (#14720)techknowlogick2021-02-171-1/+0
* #14699 Make branch names in PR description clickable (#14716)Jimmy Praet2021-02-183-6/+41
* Remove NULs byte arrays passed to PostProcess (#14587)zeripath2021-02-181-1/+23
* Fix github download on migration (#14703)Lunny Xiao2021-02-181-4/+19
* Reduce calls to git cat-file -s (#14682)zeripath2021-02-179-28/+141
* Use cat-file --batch in GetLanguageStats (#14685)zeripath2021-02-171-30/+100
* Vendor Update (#14696)65432021-02-16137-1310/+3346
* [skip ci] Updated translations via CrowdinGiteaBot2021-02-161-0/+5
* Add Password Algorithm option to install page (#14701)zeripath2021-02-165-1/+36
* Restore detection of branches are equal on compare page (#14586)zeripath2021-02-162-27/+18
* [skip ci] Updated translations via CrowdinGiteaBot2021-02-161-0/+2
* Add fullTextSearch to dropdowns by default (#14694)zeripath2021-02-162-4/+11
* Create DB session provider(based on xorm) (#13031)zeripath2021-02-158-2/+321
* Allow blocking some email domains from registering an account (#14667)Damien Goutte-Gattat2021-02-157-22/+61
* Fix svg spacing (#14638)Kyle D2021-02-142-1/+10
* [skip ci] Updated translations via CrowdinGiteaBot2021-02-141-4/+11
* Fix broken spans in diffs (#14678)zeripath2021-02-142-6/+228
* [skip ci] Updated licenses and gitignoresGiteaBot2021-02-143-2/+25
* Prevent template renderer from rendering error (#14646)zeripath2021-02-131-6/+7
* Prevent race in PersistableChannelUniqueQueue.Has (#14651)zeripath2021-02-131-0/+5
* Turn default hash password algorightm back to pbkdf2 from argon2 until we fou...Lunny Xiao2021-02-133-3/+3
* [skip ci] Updated translations via CrowdinGiteaBot2021-02-131-0/+7
* rm gogs relict (#14665)65432021-02-141-6/+0
* Whitespace in commits (#14650)vnkmpf2021-02-136-32/+41
* Show Gitea version in swagger (#14654)techknowlogick2021-02-122-2/+2
* Add v171 (addSortingColToProjectBoard) migration for #14634 (#14652)65432021-02-123-1/+25
* Fix truncated organization names (#14655)vnkmpf2021-02-1212-65/+71
* Fix PATCH /repos/{owner}/{repo} panic (#14637)Anton Khimich2021-02-111-2/+14
* Make fileheader sticky in diffs (#14616)vnkmpf2021-02-114-2/+56
* Added option to disable webhooks (#13176)Paweł Bogusławski2021-02-1112-25/+68
* Add dismiss review feature (#12674)a10121127962021-02-1136-39/+593
* Sort / Move project boards (#14634)Romain2021-02-116-16/+73
* [Vendor] Update go-redis to v8.5.0 (#13749)65432021-02-10139-4958/+16110
* Allow org labels to be set with issue templates (#14593)zeripath2021-02-101-1/+8
* Do not assume all 40 char strings are SHA1s (#14624)zeripath2021-02-101-11/+15
* HasPreviousCommit causes recursive load of commits unnecessarily (#14598)zeripath2021-02-102-13/+50
* Improve the comment on comment type (#14609)Lunny Xiao2021-02-101-32/+32
* Prevent adding nil label to .AddedLabels or .RemovedLabels (#14623)zeripath2021-02-104-5/+39
* Ensure memcache TTL cannot be over 30 days (#14592)zeripath2021-02-097-10/+29
* Truncated organisations name #14583 (#14615)vnkmpf2021-02-0911-28/+39
* Add support for ref parameter to get raw file API (#14602)zeripath2021-02-092-1/+27
* Fixed irritating error message related to go version (#14611)uli-heller2021-02-081-1/+1
* Use OldRef instead of CommitSHA for DeleteBranch comments (#14604)zeripath2021-02-084-6/+22
* Add information on how to build statically (#14594)zeripath2021-02-081-0/+8
* [skip ci] Updated translations via CrowdinGiteaBot2021-02-081-0/+14
* Exclude the current dump file from the dump (#14606)zeripath2021-02-082-42/+25
* Remove spurious DataAsync Error logging (#14599)zeripath2021-02-071-3/+0
* [API] Add delete release by tag & fix unreleased inconsistency (#14563)65432021-02-076-36/+157
* Fix rate limit bug when downloading assets on migrating from github (#14564)Lunny Xiao2021-02-071-0/+5
* [API] Add affected files of commits to commit struct (#14579)65432021-02-074-11/+62