summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Refactor CSRF protection modules, make sure CSRF tokens can be up-to-date. (#...wxiaoguang2022-04-0810-192/+166
* Remove dependent on session auth for api/v1 routers (#19321)Lunny Xiao2022-04-0822-161/+219
* API: Search Issues, dont show 500 if filter result in empty list (#19244)65432022-04-081-15/+16
* [skip ci] Updated translations via CrowdinGiteaBot2022-04-0811-11/+0
* Never use /api/v1 from Gitea UI Pages (#19318)Lunny Xiao2022-04-0732-74/+1082
* [skip ci] Updated translations via CrowdinGiteaBot2022-04-071-0/+20
* Show ssh command directly in template instead of i18n translation (#19335)原俊杰2022-04-062-2/+1
* Package registry changes (#19305)KN4CK3R2022-04-0617-150/+185
* [skip ci] Updated translations via CrowdinGiteaBot2022-04-061-0/+8
* Add `ENABLE_SSH_LOG` to debugging problems (#19316)Gusted2022-04-051-1/+2
* Warn on SSH connection for incorrect configuration (#19317)Gusted2022-04-051-0/+9
* escape fake linktechknowlogick2022-04-051-1/+1
* Allow custom redirect for landing page (#19324)techknowlogick2022-04-053-5/+9
* [skip ci] Updated translations via CrowdinGiteaBot2022-04-053-42/+130
* [skip ci] Updated translations via CrowdinGiteaBot2022-04-043-7/+532
* Fix links to packages documentation (#19315)Steven2022-04-041-9/+9
* Remove legacy unmaintained packages, refactor to support change default local...wxiaoguang2022-04-0326-42/+758
* [skip ci] Updated translations via CrowdinGiteaBot2022-04-031-0/+66
* Prevent intermittent NPE in queue tests (#19301)zeripath2022-04-022-28/+97
* Upgrade xorm/builder from v0.3.9 to v0.3.10 (#19296)Lunny Xiao2022-04-022-2/+3
* An attempt to sync a non-mirror repo must give 400 (Bad Request) (#19300)Peter Gardfjäll2022-04-012-0/+32
* Remove legacy `unknwon/com` package (#19298)wxiaoguang2022-04-0217-58/+353
* Improve package registry docs (#19273)Norwin2022-04-011-0/+23
* A pull-mirror repo should be marked as such on creation (#19295)Peter Gardfjäll2022-04-012-0/+2
* Refactor legacy `unknwon/com` package, improve golangci lint (#19284)wxiaoguang2022-04-0122-81/+397
* Skip frontend ROOT_URL check on installation page, remove unnecessary global ...wxiaoguang2022-04-012-9/+10
* Fix broken of team create (#19288)Lunny Xiao2022-04-013-7/+9
* Remove `git.Command.Run` and `git.Command.RunInDir*` (#19280)wxiaoguang2022-04-0178-672/+594
* Performance improvement for add team user when org has more than 1000 reposit...Lunny Xiao2022-04-011-12/+42
* [skip ci] Updated translations via CrowdinGiteaBot2022-04-0127-0/+85
* Update JS dependencies (#19281)silverwind2022-04-0116-193/+188
* Fix container download counter (#19287)KN4CK3R2022-04-014-14/+7
* go.mod: update kevinburke/ssh_config to v1.2.0 (#19286)Kevin Burke2022-04-012-3/+3
* Fix global packages enabled avaiable (#19276)Lunny Xiao2022-03-315-19/+32
* Add Goroutine stack inspector to admin/monitor (#19207)zeripath2022-03-3148-595/+1479
* Move checks for pulls before merge into own function (#19271)65432022-03-319-211/+217
* Restore user autoregistration with email addresses (#19261)zeripath2022-03-311-29/+39
* Improve sync performance for pull-mirrors (#19125)Peter Gardfjäll2022-03-317-19/+834
* Refactor `git.Command.Run*`, introduce `RunWithContextString` and `RunWithCon...wxiaoguang2022-03-318-126/+126
* Move reaction to models/issues/ (#19264)Lunny Xiao2022-03-3118-273/+279
* Update reserved usernames list (#18438)Gusted2022-03-312-10/+26
* Configure OpenSSH log level via Environment in Docker (#19274)Gusted2022-03-312-1/+2
* Use a more general (and faster) method to sanitize URLs with credentials (#19...wxiaoguang2022-03-3112-194/+103
* [skip ci] Updated translations via CrowdinGiteaBot2022-03-312-0/+3
* fix link to package registry docs (#19268)Norwin2022-03-301-2/+2
* Add Redis Sentinel Authentication Support (#19213)Justin Sievenpiper2022-03-304-68/+169
* Add Package Registry (#16510)KN4CK3R2022-03-30197-55/+18563
* Show messages for users if the ROOT_URL is wrong, show JavaScript errors (#18...wxiaoguang2022-03-307-52/+118
* [skip ci] Updated translations via CrowdinGiteaBot2022-03-301-0/+1
* Make git.OpenRepository accept Context (#19260)65432022-03-3089-170/+176