1
0
mirror of https://github.com/go-gitea/gitea.git synced 2025-05-08 16:38:06 +00:00
gitea/services
JonRB d7a6133825
add additional ReplaceAll in pathsep to cater for different pathsep ()
The doctor storage check reconstructs the lfs oid by producing a string
where the path separator is stripped
ab/dc/efg -> abdcefg. Windows however uses a backslash and thus the
ReplaceAll call doesn't produce the correct oid resulting in all lfs
objects being classed as orphaned.
This PR allows this to be more OS agnostic.

Closes 

---------

Co-authored-by: Giteabot <teabot@gitea.io>
2025-03-30 12:46:28 +08:00
..
actions Added Description Field for Secrets and Variables () 2025-03-17 19:24:54 +00:00
agit Move git references checking to gitrepo packages to reduce expose of repository path () 2025-03-15 19:48:59 -07:00
asymkey Don't create duplicated functions for code repositories and wiki repositories () 2025-03-19 11:17:19 -07:00
attachment Include file extension checks in attachment API () 2024-11-06 21:34:32 +00:00
auth Fix some migration and repo name problems () 2025-03-24 20:26:58 -07:00
automerge Move git references checking to gitrepo packages to reduce expose of repository path () 2025-03-15 19:48:59 -07:00
context enable staticcheck QFxxxx rules () 2025-03-29 17:32:28 -04:00
contexttest Add file tree to file view page () 2025-03-15 16:26:49 +08:00
convert Decouple diff stats query from actual diffing () 2025-03-08 17:36:08 +08:00
cron Use default Git timeout when checking repo health () 2025-02-14 15:13:56 +00:00
doctor add additional ReplaceAll in pathsep to cater for different pathsep () 2025-03-30 12:46:28 +08:00
externalaccount allow synchronizing user status from OAuth2 login providers () 2024-07-16 20:33:16 +02:00
feed Only use prev and next buttons for pagination on user dashboard () 2025-03-23 19:52:43 +00:00
forms Add anonymous access support for private/unlisted repositories () 2025-03-29 13:26:41 +08:00
git Move commits signature and verify functions to service layers () 2025-02-16 12:24:07 +00:00
gitdiff enable staticcheck QFxxxx rules () 2025-03-29 17:32:28 -04:00
indexer Update issue indexer after merging a PR () 2024-05-08 14:45:15 +00:00
issue Pull request updates will also trigger code owners review requests () 2025-03-13 19:36:14 -07:00
lfs enable staticcheck QFxxxx rules () 2025-03-29 17:32:28 -04:00
mailer enable staticcheck QFxxxx rules () 2025-03-29 17:32:28 -04:00
markup Use test context in tests and new loop system in benchmarks () 2025-02-20 09:57:40 +00:00
migrations Fix some migration and repo name problems () 2025-03-24 20:26:58 -07:00
mirror Fail mirroring more gracefully () 2025-03-26 18:04:46 +00:00
notify Add workflow_job webhook () 2025-03-11 10:40:38 -07:00
oauth2_provider Introduce OrgList and add LoadTeams, optimaze Load teams for orgs () 2024-11-26 21:55:06 +00:00
org Decouple context from repository related structs () 2025-03-08 13:12:46 -08:00
packages Decouple context from repository related structs () 2025-03-08 13:12:46 -08:00
projects Fix project issues list and counting () 2025-02-17 05:14:56 +00:00
pull Move git references checking to gitrepo packages to reduce expose of repository path () 2025-03-15 19:48:59 -07:00
release Move git references checking to gitrepo packages to reduce expose of repository path () 2025-03-15 19:48:59 -07:00
repository enable staticcheck QFxxxx rules () 2025-03-29 17:32:28 -04:00
secrets Added Description Field for Secrets and Variables () 2025-03-17 19:24:54 +00:00
task Fix "force private" logic () 2024-05-20 00:56:45 +00:00
uinotification Penultimate round of db.DefaultContext refactor () 2023-10-11 04:24:07 +00:00
user Refactor repository transfer () 2025-01-30 05:40:44 +00:00
versioned_migration Add global lock for migrations to make upgrade more safe with multiple replications () 2025-03-07 21:08:53 +00:00
webhook enable staticcheck QFxxxx rules () 2025-03-29 17:32:28 -04:00
webtheme Improve theme display () 2025-03-08 21:38:11 +00:00
wiki Don't create duplicated functions for code repositories and wiki repositories () 2025-03-19 11:17:19 -07:00