gitea/services
bytedream ede7f1a069
Fix incorrect viewed files counter if file has changed (#36009)
File changes since last review didn't decrease the viewed files counter

---
<img width="440" height="178" alt="image"
src="https://github.com/user-attachments/assets/da34fcf4-452f-4f71-8da2-97edbfc31fdd"
/>

Also reported here ->
https://github.com/go-gitea/gitea/issues/35803#issuecomment-3567850285

---------

Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
2025-11-27 14:02:03 +07:00
..
actions Fix actions schedule update issue (#35767) 2025-10-29 16:04:40 +07:00
agit Use git model to detect whether branch exist instead of gitrepo method (#35459) 2025-10-25 10:08:25 +07:00
asymkey Refactor legacy code (#35708) 2025-10-20 11:43:08 +07:00
attachment fix attachment file size limit in server backend (#35519) 2025-10-21 15:07:11 +07:00
auth Fix oauth2 session gob register (#36017) 2025-11-26 23:25:34 +07:00
automerge Remove unnecessary function parameter (#35765) 2025-10-31 21:56:08 +07:00
automergequeue Fix various trivial problems (#35714) 2025-10-21 13:19:29 +07:00
context Update tab title when navigating file tree (#35757) 2025-10-29 13:38:09 +07:00
contexttest Fix session gob (#35128) 2025-07-20 01:49:36 +07:00
convert Fix various permission & login related bugs (#36002) 2025-11-22 07:16:08 +07:00
cron Use global lock instead of status pool for cron lock (#35507) 2025-09-27 10:11:52 +07:00
doctor Add a doctor command to fix inconsistent run status (#35840) 2025-11-04 03:32:26 +07:00
externalaccount Refactor OpenIDConnect to support SSH/FullName sync (#34978) 2025-07-10 18:35:59 +07:00
feed Remove incorrect "db.DefaultContext" usages (#35366) 2025-08-28 03:52:43 +07:00
forms Remove unnecessary code and fix comments (#35761) 2025-10-28 18:03:57 +07:00
git Fix git commit committer parsing and add some tests (#35007) 2025-07-10 19:03:36 +07:00
gitdiff Fix incorrect viewed files counter if file has changed (#36009) 2025-11-27 14:02:03 +07:00
indexer
issue Limit reading bytes instead of ReadAll (#35928) 2025-11-12 19:44:49 +07:00
lfs Refactor Actions Token Access (#35688) 2025-10-22 11:12:31 +07:00
mailer upgrade go mail to 0.7.2 and fix the bug (#35833) 2025-11-03 11:32:45 +07:00
markup Improve and fix markup code preview rendering (#35777) 2025-10-30 05:15:42 +07:00
migrations Move some functions to gitrepo package (#35543) 2025-10-07 17:06:51 +07:00
mirror Use gitrepo.Repository instead of wikipath (#35398) 2025-10-17 20:00:44 +07:00
notify Don't send trigger for a pending review's comment create/update/delete (#34928) 2025-07-03 10:35:45 +07:00
oauth2_provider Make OAuth2 issuer configurable (#35915) 2025-11-10 23:45:01 +07:00
org Use db.WithTx/WithTx2 instead of TxContext when possible (#35428) 2025-09-10 03:15:01 +07:00
packages feat: adds option to force update new branch in contents routes (#35592) 2025-10-06 21:23:14 +07:00
projects Remove incorrect "db.DefaultContext" usages (#35366) 2025-08-28 03:52:43 +07:00
pull Use GitHub-style commit message for squash merge (#35987) 2025-11-22 09:20:45 +07:00
release Fix various permission & login related bugs (#36002) 2025-11-22 07:16:08 +07:00
repository Limit reading bytes instead of ReadAll (#35928) 2025-11-12 19:44:49 +07:00
secrets Fix various bugs (#35684) 2025-10-19 00:37:50 +07:00
task Remove incorrect "db.DefaultContext" usages (#35366) 2025-08-28 03:52:43 +07:00
uinotification Remove incorrect "db.DefaultContext" usages (#35366) 2025-08-28 03:52:43 +07:00
user Allow admins to rename non-local users (#35970) 2025-11-23 20:59:55 +07:00
versioned_migration Remove wrong "git.DefaultContext" (#35364) 2025-08-27 16:31:21 +07:00
webhook Limit reading bytes instead of ReadAll (#35928) 2025-11-12 19:44:49 +07:00
webtheme Support blue yellow colorblind theme (#35910) 2025-11-11 18:21:15 +07:00
wiki Add GITEA_PR_INDEX env variable to githooks (#35938) 2025-11-14 04:21:05 +07:00