aboutsummaryrefslogtreecommitdiffstats
path: root/models
Commit message (Expand)AuthorAgeFilesLines
* Add support for incoming emails (#22056)KN4CK3R2023-01-141-0/+2
* Fix error when calculate the repository size (#22392)Lunny Xiao2023-01-132-2/+2
* Replace deprecated Webauthn library (#22400)techknowlogick2023-01-112-2/+2
* Improve utils of slices (#22379)Jason Song2023-01-117-41/+27
* Fix halfCommitter and WithTx (#22366)Jason Song2023-01-092-5/+124
* Use context parameter in models/git (#22367)Jason Song2023-01-098-92/+92
* Fix set system setting failure once it cached (#22333)Lunny Xiao2023-01-082-13/+20
* Always reuse transaction (#22362)Jason Song2023-01-088-39/+101
* Remove old HookEventType (#22358)Jason Song2023-01-061-63/+0
* fix gravatar disable bug (#22336)Lunny Xiao2023-01-041-1/+1
* Fix get system setting bug when enabled redis cache (#22295)Lunny Xiao2023-01-024-20/+16
* Restructure `webhook` module (#22256)delvh2023-01-015-118/+58
* Fix bug of DisableGravatar default value (#22296)Lunny Xiao2023-01-011-1/+1
* Use ErrInvalidArgument in packages (#22268)KN4CK3R2022-12-3120-46/+36
* Support estimated count with multiple schemas (#22276)Jason Song2022-12-301-1/+4
* Fix key signature error page (#22229)Gusted2022-12-301-3/+8
* Add option to prohibit fork if user reached maximum limit of repositories (#2...Xinyu Zhou2022-12-271-0/+9
* Use complete SHA to create and query commit status (#22244)Jason Song2022-12-272-1/+5
* Check primary keys for all tables and drop ForeignReference (#21721)Jason Song2022-12-2310-192/+55
* Test views of LFS files (#22196)Nick2022-12-235-2/+51
* Secrets storage with SecretKey encrypted (#22142)Jason Song2022-12-205-0/+153
* Add doctor command for full GC of LFS (#21978)zeripath2022-12-151-0/+54
* Fix condition for is_internal (#22095)KN4CK3R2022-12-141-1/+6
* Add a simple test for external renderer (#20033)Lunny Xiao2022-12-125-5/+38
* Update xorm (#22094)KN4CK3R2022-12-101-1/+1
* Rename almost all Ctx functions (#22071)Lunny Xiao2022-12-1024-421/+162
* Add API management for issue/pull and comment attachments (#21783)KN4CK3R2022-12-092-6/+8
* Update go dev dependencies (#22064)silverwind2022-12-0838-39/+41
* Round language stats percentage using largest remainder (#22026)hr-982022-12-081-4/+36
* Fix issue/PR numbers (#22037)Jason Song2022-12-062-8/+3
* Use GhostUser if needed for TrackedTimes (#22021)zeripath2022-12-041-9/+18
* refactor some functions to support ctx as first parameter (#21878)Lunny Xiao2022-12-0347-146/+123
* Update gitea-vet to check FSFE REUSE (#22004)Jason Song2022-12-023-6/+3
* Fix generate index failure possibility on postgres (#21998)Lunny Xiao2022-12-022-0/+38
* Fix parallel creating commit status bug with tests (#21911)Lunny Xiao2022-12-012-70/+36
* Use random bytes to generate access token (#21959)Jason Song2022-11-281-3/+6
* Replace fmt.Sprintf with hex.EncodeToString (#21960)Jason Song2022-11-284-6/+7
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-27435-870/+436
* Add index for access_token (#21908)Jason Song2022-11-233-1/+20
* Fix vertical align of committer avatar rendered by email address (#21884)Xinyu Zhou2022-11-231-2/+6
* Ensure that Webhook tasks are not double delivered (#21558)zeripath2022-11-231-3/+19
* Move migration test fixtures to the correct directories (#21901)zeripath2022-11-2320-0/+0
* Add package registry cleanup rules (#21658)KN4CK3R2022-11-205-0/+165
* Add `context.Context` to more methods (#21546)KN4CK3R2022-11-1939-442/+348
* Prevent dangling user redirects (#21856)Gusted2022-11-181-0/+1
* Do not allow Ghost access to limited visible user/org (#21849)KN4CK3R2022-11-171-2/+3
* Adjust gitea doctor --run storages to check all storage types (#21785)zeripath2022-11-156-6/+63
* Allow detect whether it's in a database transaction for a context.Context (#2...Lunny Xiao2022-11-1262-134/+210
* Init git module before database migration (#21764)wxiaoguang2022-11-101-0/+9
* Fix dashboard ignored system setting cache (#21621)Lunny Xiao2022-11-106-20/+80