summaryrefslogtreecommitdiffstats
path: root/models
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add package registry quota limits (#21584)KN4CK3R2022-11-092-0/+19
* Fix tests on migrations (#21705)Lunny Xiao2022-11-082-1/+16
* Improve valid user name check (#20136)wxiaoguang2022-11-041-1/+2
* Add Webhook authorization header (#20926)oliverpool2022-11-037-0/+328
* feat: notify doers of a merge when automerging (#21553)kolaente2022-11-031-1/+2
* Alter package_version.metadata_json to LONGTEXT (#21667)KN4CK3R2022-11-033-1/+29
* Split migrations folder (#21549)Lunny Xiao2022-11-02186-1440/+1630
* Merge db.Iterate and IterateObjects (#21641)Lunny Xiao2022-10-313-18/+57
* Add index for hook_task table (#21545)Lunny Xiao2022-10-283-7/+28
* Fix issues count bug (#21557)Lunny Xiao2022-10-254-45/+27
* Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551)delvh2022-10-2498-375/+375
* Record OAuth client type at registration (#21316)M Hickford2022-10-249-26/+132
* Refactor git command arguments and make all arguments to be safe to be used (...wxiaoguang2022-10-232-10/+12
* Allow package version sorting (#21453)KN4CK3R2022-10-232-8/+34
* Update milestone counters when issue is deleted (#21459)Ashley Nelson2022-10-226-0/+158
* Decouple HookTask from Repository (#17940)KN4CK3R2022-10-215-69/+64
* Add team member invite by email (#20307)KN4CK3R2022-10-197-17/+248
* Fix viewing user subscriptions (#21482)zenofile2022-10-181-1/+2
* Make every not exist error unwrappable to a fs.ErrNotExist (#20891)zeripath2022-10-1844-17/+489
* Add some api integration tests (#18872)KN4CK3R2022-10-1810-288/+1824
* Add system setting table with cache and also add cache supports for user sett...Lunny Xiao2022-10-1720-155/+636
* Refactor GetNextResourceIndex to make it work properly with transaction (#21469)wxiaoguang2022-10-167-87/+213
* Add generic set type (#21408)KN4CK3R2022-10-1211-141/+87
* Improve OAuth integration tests (#21390)M Hickford2022-10-121-1/+1
* Make e-mail sanity check more precise (#20991)Andreas Fischer2022-10-112-20/+21
* Add Num{Issues,Pulls} stats checks (#21404)Gusted2022-10-111-1/+13
* Add user/organization code search (#19977)Lauris BH2022-10-111-10/+20
* Allow creation of OAuth2 applications for orgs (#18084)qwerty2872022-10-091-2/+3
* Set SemverCompatible to false for Conan packages (#21275)KN4CK3R2022-10-072-0/+17
* Tag list should include draft releases with existing tags (#21263)Jason Song2022-10-031-0/+8
* Add pages to view watched repos and subscribed issues/PRs (#17156)qwerty2872022-09-291-0/+35
* Check if email is used when updating user (#21289)Alexander Shimchik2022-09-292-6/+27