aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Prevent panic on prohibited user login with oauth2 (#18562) (#18563)zeripath2022-02-031-1/+1
* Make docker gitea/gitea:v1.16-dev etc refer to the latest build on that branc...zeripath2022-02-035-9/+10
* Add dropdown icon to template loading dropdown (#18571)fnetX (aka fralix)2022-02-031-6/+1
* Detect conflicts with 3way merge (#18536) (#18537)zeripath2022-02-021-0/+13
* Update JS dependencies, fix lint (#18389) (#18540)silverwind2022-02-026-362/+392
* Add `GetUserTeams` (#18499) (#18531)zeripath2022-02-025-18/+62
* Fix review excerpt (#18502) (#18530)zeripath2022-02-023-14/+13
* Fix for AvatarURL database type (#18487) (#18529)zeripath2022-02-021-1/+1
* In docker rootless use $GITEA_APP_INI if provided (#18524) (#18535)zeripath2022-02-011-1/+1
* Update 1.16.0 changelog to set #17846 as breaking (#18533) (#18534)zeripath2022-02-011-1/+1
* Use "read" value for General Access (#18496) (#18500)Gusted2022-02-011-1/+1
* Use `ImagedProvider` for gplus oauth2 provider (#18504) (#18505)Gusted2022-02-011-3/+2
* point to s3 endpoint directly (#18497) (#18510)techknowlogick2022-01-311-3/+3
* Fix OAuth Source Edit Page (#18495) (#18503)zeripath2022-01-312-0/+7
* Prevent NPE on partial match of compare URL and allow short SHA1 compare URLs...Gusted2022-01-312-1/+21
* Changelog 1.16.0 (#18468)v1.16.0zeripath2022-01-312-2/+27
* GitLab reviews may not have the updated_at field set (#18450) (#18461)Aravinth Manivannan2022-01-303-33/+181
* Fix broken when no commits and default branch is not master (#18423)Lunny Xiao2022-01-281-7/+12
* Fix broken oauth2 authentication source edit page (#18412) (#18419)zeripath2022-01-261-0/+4
* Only view milestones from current repo (#18414) (#18417)zeripath2022-01-263-19/+3
* Place inline diff comment dialogs on split diff in 4th and 8th columns (#1840...zeripath2022-01-251-0/+2
* Fix restore without topic failure (#18387) (#18400)Lunny Xiao2022-01-251-0/+3
* Fix commit's time (#18375) (#18392)Gusted2022-01-252-2/+6
* Prevent showing webauthn error for every time visiting `/user/settings/securi...wxiaoguang2022-01-251-4/+3
* Fix partial cloning a repo (#18373) (#18377)Gusted2022-01-235-9/+33
* Fix mime-type detection for HTTP server (#18371)wxiaoguang2022-01-234-20/+61
* Backport: Disable content sniffing on `PlainTextBytes` (#18365)Gusted2022-01-231-0/+1
* Update github.com/duo-labs/webauthn (#18357) (#18364)65432022-01-222-9/+6
* [skip ci] Updated translations via CrowdinGiteaBot2022-01-191-56/+20
* Stop trimming preceding and suffixing spaces from editor filenames (#18334)v1.16.0-rc1zeripath2022-01-193-2/+3
* [skip ci] Updated translations via CrowdinGiteaBot2022-01-192-10/+7
* Left-Align text in Unicode warning boxes (#18331)silverwind2022-01-191-2/+2
* Only warn on bidi but still escape non-bidi (#18333)zeripath2022-01-191-1/+1
* Fix incorrect OAuth message (#18332)wxiaoguang2022-01-192-3/+3
* [skip ci] Updated translations via CrowdinGiteaBot2022-01-1910-49/+3661
* Changelog for 1.16.0-rc1 (#18309)techknowlogick2022-01-191-0/+294
* Restore propagation of ErrDependenciesLeft (#18325)zeripath2022-01-193-6/+9
* Fix PR comments UI (#18323)wxiaoguang2022-01-197-27/+64
* Make the height of the editor in Review Box smaller (4 lines as GitHub) (#18319)wxiaoguang2022-01-193-11/+20
* Fix commit links on compare page (#18310)Gusted2022-01-181-5/+6
* Update JS dependencies, remove eslint-plugin-github (#18317)silverwind2022-01-184-2910/+1660
* Add MirrorUpdated field to Repository API type (#18267)Peter GardfjÀll2022-01-183-1/+13
* replace satori/go.uuid with gofrs/uuid (#18311)zeripath2022-01-182-5/+10
* Place inline diff comment dialogs in the 4th column. (#18321)JonRB2022-01-181-1/+1
* Use indirect comparison when showing pull requests (#18313)zeripath2022-01-183-7/+7
* Prevent ambiguous column error in organizations page (#18314)zeripath2022-01-181-5/+5
* Correctly upload LFS files (#18316)zeripath2022-01-182-0/+2
* [skip ci] Updated translations via CrowdinGiteaBot2022-01-182-1/+21
* update description about vendoring in CONTRIBUTING.md (#18280)a10121127962022-01-172-9/+9
* Fix CheckRepoStats and reuse it during migration (#18264)Aravinth Manivannan2022-01-1710-168/+219