biotorrents / gazelle

BioTorrents.de’s version of Gazelle
https://torrents.bio
ISC License
19 stars 3 forks source link

Remove references to Users::user_info and Users::user_heavy_info #88

Open pjc09h opened 1 year ago

pjc09h commented 1 year ago

These are included for legacy compatibility, but may cause problems down the line. All the same info is available in $app->user->core and $app->user->extra. The task involves finding the (few) direct function calls, and more importantly, tracking down all the places where the info is used in variables from earlier in the request execution path.