aboutsummaryrefslogtreecommitdiffstats
path: root/models
Commit message (Expand)AuthorAgeFilesLines
* Use ProtonMail/go-crypto to replace keybase/go-crypto (#33402) (#33410)Giteabot2025-01-275-16/+43
* Add missed auto merge feed message on dashboard (#33309) (#33405)Giteabot2025-01-261-2/+2
* Make tracked time representation display as hours (#33315) (#33334)wxiaoguang2025-01-211-2/+2
* Improve sync fork behavior (#33319) (#33332)wxiaoguang2025-01-201-0/+3
* Fix push message behavior (#33215) (#33317)wxiaoguang2025-01-191-0/+4
* Fix missing license when sync mirror (#33255) (#33258)Giteabot2025-01-141-0/+1
* Filter reviews of one pull request in memory instead of database to reduce sl...Giteabot2025-01-083-31/+51
* fix empty repo updated time (#33120) (#33124)Giteabot2025-01-061-0/+6
* Fix empty git repo handling logic and fix mobile view (#33101) (#33102)wxiaoguang2025-01-051-0/+2
* Use project's redirect url instead of composing url (#33058) (#33064)Giteabot2024-12-311-2/+10
* Refactor maven package registry (#33049) (#33057)wxiaoguang2024-12-311-0/+12
* Fix issue comment number (#30556) (#33055)Giteabot2024-12-315-19/+89
* Refactor testfixtures (#33028)wxiaoguang2024-12-304-42/+214
* Fix bug on activities (#33008) (#33016)Giteabot2024-12-281-2/+5
* Support for email addresses containing uppercase characters when activating u...Giteabot2024-12-272-19/+35
* Support org labels when adding labels by label names (#32988) (#32996)Giteabot2024-12-272-0/+22
* Use env GITEA_RUNNER_REGISTRATION_TOKEN as global runner token (#32946) (#32964)Giteabot2024-12-241-8/+13
* Backport 1.23 (#32868)wxiaoguang2024-12-171-1/+1
* Improve Actions status aggregations (#32860)v1.24.0-devwxiaoguang2024-12-162-9/+31
* Fix incomplete Actions status aggregations (#32859)wxiaoguang2024-12-162-19/+88
* Fix bug on action list deleted branch (#32848)Lunny Xiao2024-12-162-0/+31
* Enable tenv and testifylint rules (#32852)TheFox0x72024-12-1531-70/+64
* Update golangci-lint to v1.62.2, fix issues (#32845)silverwind2024-12-151-3/+3
* Fix missing outputs for jobs with matrix (#32823)Zettat1232024-12-145-2/+144
* Fix bug of branch/tag selector in the issue sidebar (#32744)hiifong2024-12-131-2/+5
* Detect whether action view branch was deleted (#32764)Lunny Xiao2024-12-122-2/+17
* chore: use errors.New to replace fmt.Errorf with no parameters (#32800)RiceChuan2024-12-121-3/+3
* Add label/author/assignee filters to the user/org home issue list (#32779)wxiaoguang2024-12-114-30/+34
* Use batch database operations instead of one by one to optimze api pulls (#32...Lunny Xiao2024-12-118-41/+195
* Issue time estimate, meaningful time tracking (#23113)Illya Marchenko2024-12-054-0/+48
* Add Arch package registry (#32692)KN4CK3R2024-12-044-0/+52
* Remove outdated code about fixture generation (#32708)Lunny Xiao2024-12-042-87/+0
* Fix issue title rendering and refactor legacy function names (#32703)wxiaoguang2024-12-041-1/+1
* Move GetFeeds to service layer (#32526)Lunny Xiao2024-11-294-203/+54
* Refactor render system (orgmode) (#32671)wxiaoguang2024-11-291-0/+39
* Move team related functions to service layer (#32537)Lunny Xiao2024-11-275-919/+5
* Add priority to protected branch (#32286)65432024-11-276-2/+170
* Introduce OrgList and add LoadTeams, optimaze Load teams for orgs (#32543)Lunny Xiao2024-11-263-0/+41
* Fix: passkey login not working anymore (#32623)hiifong2024-11-263-5/+28
* Fix markup render regression and fix some tests (#32640)wxiaoguang2024-11-263-4/+4
* Strict pagination check (#32548)Lunny Xiao2024-11-259-11/+11
* Refactor markup render system (#32612)wxiaoguang2024-11-2413-14/+614
* Fix get reviewers' bug (#32415)Lunny Xiao2024-11-224-95/+45
* Refactor markup render system (#32589)wxiaoguang2024-11-222-12/+7
* Fix GetInactiveUsers (#32540)Lunny Xiao2024-11-213-6/+27
* disable gravatar in test (#32529)Rowan Bohde2024-11-212-83/+84
* allow the actions user to login via the jwt token (#32527)Rowan Bohde2024-11-201-0/+19
* Refactor push mirror find and add check for updating push mirror (#32539)Lunny Xiao2024-11-182-17/+36
* Refactor find forks and fix possible bugs that weak permissions check (#32528)Lunny Xiao2024-11-182-23/+18
* Fix and refactor markdown rendering (#32522)wxiaoguang2024-11-162-52/+64