aboutsummaryrefslogtreecommitdiffstats
path: root/models
Commit message (Expand)AuthorAgeFilesLines
* Fix inconsistent user profile layout across tabs (#25625)puni98692023-07-061-1/+1
* Replace `interface{}` with `any` (#25686)silverwind2023-07-0434-121/+121
* some less naked returns (#25682)65432023-07-042-20/+22
* Add unit test for repository collaboration (#25640)Earl Warren2023-07-031-0/+88
* Fix bug when change user name (#25637)Lunny Xiao2023-07-031-0/+4
* Make FindBranches have stable result (#25631)wxiaoguang2023-07-031-6/+2
* Display branch commit status (#25608)Lunny Xiao2023-07-031-0/+47
* Get latest commit statuses from database instead of git data on dashboard for...Lunny Xiao2023-07-031-0/+17
* Following-up improvments for various PRs (#25620)wxiaoguang2023-07-011-2/+2
* Fix bug of branches API with tests (#25578)Lunny Xiao2023-07-012-1/+50
* Fix branch commit message too long problem (#25588)Lunny Xiao2023-06-302-8/+18
* Sync branches into databases (#22743)Lunny Xiao2023-06-2912-326/+710
* Split lfs size from repository size (#22900)a10121127962023-06-285-3/+91
* Fix content holes in Actions task logs file (#25560)Jason Song2023-06-284-0/+69
* Support `pull_request_target` event (#25229)Zettat1232023-06-263-7/+25
* Improve loadprojects for issue list (#25468)Lunny Xiao2023-06-243-23/+24
* Fix wrong warn messages in migration steps (#25475)Lunny Xiao2023-06-241-1/+4
* Store and use seconds for timeline time comments (#25392)65432023-06-232-13/+20
* Make "dismiss" content shown correctly (#25461)wxiaoguang2023-06-231-1/+1
* Show outdated comments in files changed tab (#24936)sebastian-sauer2023-06-214-11/+15
* Refactor path & config system (#25330)wxiaoguang2023-06-212-7/+9
* Add actor and status dropdowns to run list (#25118)HesterG2023-06-211-0/+35
* Support configuration variables on Gitea Actions (#24724)sillyguodong2023-06-204-38/+128
* Refactor: TotalTimest return seconds (#25370)65432023-06-192-10/+10
* Fix index generation parallelly failure (#25235)Lunny Xiao2023-06-152-0/+63
* Add missing `v` in migrations.go (#25252)yp053272023-06-141-2/+2
* Fix description of drop custom_labels migration (#25243)sillyguodong2023-06-142-3/+3
* Fix all possible setting error related storages and added some tests (#23911)Lunny Xiao2023-06-143-6/+6
* Support changing labels of Actions runner without re-registration (#24806)sillyguodong2023-06-135-13/+50
* Fix profile render when the README.md size is larger than 1024 bytes (#25131)yp053272023-06-131-1/+1
* Hide limited users if viewed by anonymous ghost (#25214)KN4CK3R2023-06-131-0/+4
* Fix duplicate Reviewed-by trailers (#24796)Cory Todd2023-06-095-1/+73
* Add codeowners feature (#24910)Vladimir Buyanov2023-06-082-0/+243
* Remove stars when repo goes private (#19904)Wim2023-06-052-0/+32
* Fix parallelly generating index failure with Mysql (#24567)Lunny Xiao2023-06-052-7/+50
* Use RepositoryList instead of []*Repository (#25074)Lunny Xiao2023-06-055-9/+9
* Add ability to set multiple redirect URIs in OAuth application UI (#25072)Denys Konovalov2023-06-051-8/+0
* Redesign Scoped Access Tokens (#24767)Jack Hay2023-06-047-187/+762
* Use a separate admin page to show global stats, remove `actions` stat (#25062)wxiaoguang2023-06-032-28/+2
* Add user level action runners (#24995)HesterG2023-05-311-1/+5
* Followup to pinned Issues (#24945)JakobDev2023-05-301-2/+9
* Test query must have "order by" explicitly to avoid unstable results (#24963)wxiaoguang2023-05-291-17/+27
* Show `bot` label next to username when rendering autor link if the user is a ...Yarden Shoham2023-05-261-0/+5
* Use the type RefName for all the needed places and fix pull mirror sync bugs ...Lunny Xiao2023-05-262-14/+3
* Add the ability to pin Issues (#24406)JakobDev2023-05-254-0/+201
* New webhook trigger for receiving Pull Request review requests (#24481)谈笑风生间2023-05-247-9/+130
* Add missing test case and fix typo in tests (#24915)Philip Peterson2023-05-242-2/+8
* Only validate changed columns when update user (#24867)Lunny Xiao2023-05-242-9/+34
* Fix 500 error when select `No assignee` filter in issue list page (#24854)yp053272023-05-221-1/+1
* Add CRAN package registry (#22331)KN4CK3R2023-05-223-0/+99