summaryrefslogtreecommitdiffstats
path: root/models/activities (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix linting issuesGusted2024-08-181-2/+1
* Add testifylint to lint checks (#4535)TheFox0x72024-07-303-62/+64
* Fix web notification icon not updated once you read all notifications (#31447)kiatt2102024-06-291-4/+5
* Rename project board -> column to make the UI less confusing (#30170)Lunny Xiao2024-06-021-2/+2
* Teach activities.GetFeeds() how to avoid returning duplicatesGergely Nagy2024-05-091-8/+13
* Reduce unnecessary database queries on actions table (#30509)Lunny Xiao2024-04-211-0/+6
* simplify getPendingRepoIDsoliverpool2024-04-161-4/+2
* Refactor more filterslice (gitea#30370)Lunny Xiao2024-04-161-7/+5
* Add container.FilterSlice function (gitea#30339)oliverpool2024-04-161-18/+12
* [CHORE] Remove Microsoft SQL Server SupportGusted2024-04-051-6/+2
* [Port] gitea#29930: Move notifications to a standalone fileLunny Xiao2024-03-282-466/+480
* Performance improvements for pull request list page (#29900)Lunny Xiao2024-03-261-0/+29
* Add more stats tables (#29730)Lunny Xiao2024-03-201-1/+6
* Some performance optimization on dashboard and issues page (#29010)Lunny Xiao2024-03-202-74/+166
* Avoid issue info panic (#29625)wxiaoguang2024-03-111-3/+7
* Rename Action.GetDisplayName to GetActDisplayName (#29540)wxiaoguang2024-03-061-4/+4
* [MODERATION] Refactor excluding watchers mechanism (squash)Gusted2024-02-051-1/+18
* [MODERATION] User blockingGusted2024-02-052-1/+10
* Revert "Speed up loading the dashboard on mysql/mariadb (#28546)" (#29006)Lunny Xiao2024-02-011-6/+3
* Simplify how git repositories are opened (#28937)Lunny Xiao2024-01-271-2/+3
* Speed up loading the dashboard on mysql/mariadb (#28546)Lunny Xiao2024-01-141-3/+6
* Refactor timeutil package (#28623)wxiaoguang2023-12-281-2/+2
* Use db.Find instead of writing methods for every object (#28084)Lunny Xiao2023-11-243-104/+130
* Refactor Find Sources and fix bug when view a user who belongs to an unactive...Lunny Xiao2023-11-031-1/+1
* Upgrade to golangci-lint@v1.55.0 (#27756)silverwind2023-10-241-2/+1
* Penultimate round of `db.DefaultContext` refactor (#27414)JakobDev2023-10-111-1/+1
* Add Index to `action.user_id` (#27403)JakobDev2023-10-041-1/+1
* Even more `db.DefaultContext` refactor (#27352)JakobDev2023-10-032-2/+2
* More `db.DefaultContext` refactor (#27265)JakobDev2023-09-295-67/+66
* make writing main test easier (#27270)Lunny Xiao2023-09-281-4/+1
* Another round of `db.DefaultContext` refactor (#27103)JakobDev2023-09-252-7/+9
* Quote table `release` in sql queries (#27205)KN4CK3R2023-09-231-5/+5
* Reduce usage of `db.DefaultContext` (#27073)JakobDev2023-09-141-4/+6
* move repository deletion to service layer (#26948)Lunny Xiao2023-09-081-0/+1
* Refactor dashboard/feed.tmpl (#26956)CaiCandong2023-09-071-0/+9
* Bypass MariaDB performance bug of the "IN" sub-query, fix incorrect IssueInde...wxiaoguang2023-08-072-8/+58
* Fix bug with sqlite load read (#26305)Lunny Xiao2023-08-052-5/+20
* Add context parameter to some database functions (#26055)Lunny Xiao2023-07-222-31/+31
* Update tool dependencies, lock govulncheck and actionlint (#25655)silverwind2023-07-091-5/+5
* Use a separate admin page to show global stats, remove `actions` stat (#25062)wxiaoguang2023-06-031-3/+2
* Use the type RefName for all the needed places and fix pull mirror sync bugs ...Lunny Xiao2023-05-261-12/+1
* Fix commits pushed with deploy keys not shown in dashboard (#24521)Zettat1232023-05-101-6/+21
* Localize activity heatmap (except tooltip) (#24131)Yarden Shoham2023-04-171-0/+9
* Add activity feeds API (#23494)Zettat1232023-04-041-0/+61
* Improve indices for `action` table (#23532)Zettat1232023-03-241-6/+4
* Refactor `setting.Database.UseXXX` to methods (#23354)Jason Song2023-03-073-6/+6
* Add pagination for dashboard and user activity feeds (#22937)Brecht Van Lommel2023-02-243-18/+28
* Rename `repo.GetOwner` to `repo.LoadOwner` (#22967)yp053272023-02-181-1/+1
* Add context cache as a request level cache (#22294)Lunny Xiao2023-02-151-3/+3
* Use link in UI which returned a relative url but not html_url which contains ...Lunny Xiao2023-02-063-6/+63