summaryrefslogtreecommitdiffstats
path: root/modules
Commit message (Expand)AuthorAgeFilesLines
* Detect truncated utf-8 characters at the end of content as still representing...zeripath2022-05-212-1/+164
* Nuke the incorrect permission report on /api/v1/notifications (#19761)zeripath2022-05-201-0/+5
* Move almost all functions' parameter db.Engine to context.Context (#19748)Lunny Xiao2022-05-2013-19/+23
* [doctor] pq: syntax error at or near "." quote user table name (#19765)silentcodeg2022-05-201-2/+2
* Enable packages by default again (as described by docs) (#19746)delvh2022-05-201-1/+1
* Fix org package owner permissions (#19742)KN4CK3R2022-05-191-13/+21
* [doctor] do not update User Stars numbers unless --fix (#19750)silentcodeg2022-05-191-3/+8
* [doctor] explain what enable-push-options does (#19740)silentcodeg2022-05-181-1/+1
* Add doctor orphan check for orphaned pull requests without an existing base r...silentcodeg2022-05-181-0/+3
* Update go-chi/cache to utilize Ping() (#19719)65432022-05-153-26/+11
* [Refactor] convert team(s) to apiTeam(s) (#13745)65432022-05-134-19/+52
* Delete user related oauth stuff on user deletion too (#19677)65432022-05-111-0/+9
* Move access and repo permission to models/perm/access (#19350)Lunny Xiao2022-05-118-35/+44
* Update go tool dependencies (#19676)silverwind2022-05-105-5/+21
* [doctor] Add check/fix for bogus action rows (#19656)singuliere2022-05-101-0/+9
* Set the LastModified header for raw files (#18356)zeripath2022-05-091-2/+37
* Calculate filename hash only once (#19654)KN4CK3R2022-05-091-6/+0
* Move some helper files out of models (#19355)Lunny Xiao2022-05-083-1/+127
* Repository level enable package or disable (#19323)Lunny Xiao2022-05-082-0/+5
* Allow custom default merge message with .gitea/default_merge_message/<merge_s...Lunny Xiao2022-05-081-0/+30
* Allow to mark files in a PR as viewed (#19007)delvh2022-05-071-0/+9
* Auto merge pull requests when all checks succeeded via API (#9307)kolaente2022-05-0825-0/+102
* Hide private repositories in packages (#19584)KN4CK3R2022-05-072-14/+26
* Only show accessible teams in dashboard dropdown list (#19642)Jimmy Praet2022-05-071-6/+0
* Simplify `IsVendor` (#19626)Gusted2022-05-061-58/+2
* Call MultipartForm.RemoveAll when request finishes (#19606)wxiaoguang2022-05-055-0/+17
* Add health check endpoint (#18465)ttys32022-05-041-12/+25
* Only check for non-finished migrating task (#19601)Gusted2022-05-041-5/+5
* Use for a repo action one database transaction (#19576)65432022-05-032-1/+3
* Only set CanColorStdout / CanColorStderr to true if the stdout/stderr is a te...wxiaoguang2022-05-031-0/+21
* Don't fetch Mirror when it's migrating (#19588)Gusted2022-05-031-5/+14
* Remove legacy `+build:` constraint (#19582)wxiaoguang2022-05-0271-71/+0
* Federation: return useful statistic information for nodeinfo (#19561)65432022-05-022-2/+6
* Upgrade required git version to 2.0 (#19577)wxiaoguang2022-05-021-6/+16
* Simplify loops to copy (#19569)Gusted2022-05-011-3/+2
* fix #19545 (#19563)65432022-04-301-4/+5
* Respect DefaultUserIsRestricted system default when creating new user (#19310)Jimmy Praet2022-04-291-0/+1
* Add API to query collaborators permission for a repository (#18761)Florin Hillebrand2022-04-292-0/+16
* Support `hostname:port` to pass host matcher's check #19543 (#19543)wxiaoguang2022-04-292-2/+9
* Add "Allow edits from maintainer" feature (#18002)qwerty2872022-04-286-10/+51
* more context for models (#19511)65432022-04-286-10/+11
* Prevent intermittent race in attribute reader close (#19537)zeripath2022-04-281-16/+1
* Fix 64-bit atomic operations on 32-bit machines (#19531)Gusted2022-04-271-1/+4
* Prevent dangling archiver goroutine (#19516)zeripath2022-04-262-2/+2
* Use router param for filepath in GetRawFile (#19499)John Olheiser2022-04-261-0/+1
* Improve Stopwatch behavior (#18930)Gusted2022-04-251-0/+27
* Pass gitRepo down to GetRawDiff, since its used for main repo and wiki (#19461)65432022-04-251-13/+2
* Use queue instead of memory queue in webhook send service (#19390)Lunny Xiao2022-04-251-104/+0
* User specific repoID or xorm builder conditions for issue search (#19475)65432022-04-251-1/+1
* use IsLoopback (#19477)65432022-04-251-23/+1