summaryrefslogtreecommitdiffstats
path: root/modules
Commit message (Expand)AuthorAgeFilesLines
* Prevent redirect to Host (2) (#19175)zeripath2022-03-231-0/+6
* Prevent start panic due to missing DotEscape functionAndrew Thornton2022-03-231-0/+1
* Redirect .wiki/* ui link to /wiki (#18831)a10121127962022-03-231-0/+20
* Try to prevent autolinking of displaynames by email readers (#19169)zeripath2022-03-231-0/+5
* Update HTTP status codes to modern codes (#18063)KN4CK3R2022-03-236-9/+9
* Clean paths when looking in Storage (#19124)zeripath2022-03-223-40/+30
* Ensure that setting.LocalURL always has a trailing slash (#19171)zeripath2022-03-221-1/+4
* Use `ctx` instead of `db.DefaultContext` in some packages(routers/services/mo...wxiaoguang2022-03-227-19/+17
* Fix the bug: deploy key with write access can not push (#19010)wxiaoguang2022-03-222-4/+4
* Renamed ctx.User to ctx.Doer. (#19161)KN4CK3R2022-03-227-56/+56
* Cleanup protected branches when deleting users & teams (#19158)Norwin2022-03-221-0/+18
* Make migrations SKIP_TLS_VERIFY apply to git too (#19132)zeripath2022-03-192-16/+22
* remove not needed (#19128)65432022-03-183-73/+2
* nit fix (#19116)65432022-03-171-2/+1
* Store the foreign ID of issues during migration (#18446)Aravinth Manivannan2022-03-177-53/+59
* rm .sample hooks which aren't used (#19101)techknowlogick2022-03-1634-1950/+0
* use go1.18 to build gitea (#19099)techknowlogick2022-03-162-7/+57
* Update golang.org/x/crypto (#19097)Gusted2022-03-162-57/+1
* Fix lfs bug (#19072)Lunny Xiao2022-03-142-0/+68
* RSS/Atom support for Repos (#19055)65432022-03-132-3/+5
* If rendering has failed due to a net.OpError stop rendering (attempt 2) (#19049)zeripath2022-03-101-1/+1
* Improve SyncMirrors logging (#19045)zeripath2022-03-102-20/+33
* fix pam authorization (#19040)zeripath2022-03-101-0/+4
* Don't show context cancelled errors in attribute reader (#19006)zeripath2022-03-081-1/+3
* Add Index to comment for migrations and mirroring (#18806)singuliere2022-03-061-1/+2
* Support ignore all santize for external renderer (#18984)Lunny Xiao2022-03-066-18/+54
* Add config option to disable "Update branch by rebase" (#18745)Jimmy Praet2022-03-041-0/+2
* git backend ignore replace objects (#18979)65432022-03-021-0/+2
* Refactor admin user filter query parameters (#18965)wxiaoguang2022-03-021-9/+0
* Fix admin user list pagination (#18957)Otto Richter (fnetX)2022-03-011-0/+9
* [API] Allow removing issues (#18879)Otto Richter (fnetX)2022-03-014-0/+13
* Refactor SecToTime() function (#18863)René Schaar2022-02-282-35/+59
* Adjust error for already locked db and prevent level db lock on malformed con...zeripath2022-02-271-6/+42
* Allow adminstrator teams members to see other teams (#18918)Gusted2022-02-261-0/+16
* Don't treat BOM escape sequence as hidden character. (#18909)Gusted2022-02-262-4/+25
* Disable service worker by default (#18914)silverwind2022-02-261-1/+1
* Correctly link URLs to users/repos with dashes, dots or underscores (#18890)Alexander Neumann2022-02-262-1/+10
* migrations: add test for importing pull requests in gitea uploader (#18752)singuliere2022-02-258-0/+167
* Prevent Stats Indexer reporting error if repo dir missing (#18870)zeripath2022-02-241-0/+3
* Lock gofumpt to v0.3.0 and run it (#18866)silverwind2022-02-238-10/+18
* Immediately Hammer if second kill is sent (#18823)zeripath2022-02-192-2/+7
* Fix panic in EscapeReader (#18820)zeripath2022-02-192-0/+10
* Fix problem when self-assign notification (#18797)Lunny Xiao2022-02-181-1/+1
* Fix redirect when using lowercase reponame (#18775)Ghanem2022-02-181-1/+1
* Fix display time of milestones (#18753)René Schaar2022-02-163-2/+66
* Prevent dangling GetAttribute calls (#18754)zeripath2022-02-142-7/+12
* Fix isempty detection of git repository (#18746)Lunny Xiao2022-02-141-6/+5
* Send mail to issue/pr assignee/reviewer also when OnMention is set (#18707)flozzone2022-02-121-2/+2
* Add number in queue status to monitor page (#18712)zeripath2022-02-123-0/+22
* Display template path of current page in dev mode (#18717)Lunny Xiao2022-02-121-1/+4