the frontend of springfiles.com wasn't maintained for a way to long time: it contained a lot of security holes, bugs, etc. Thanks to raaar it now has a new and very lightweight frontend.
The old springfiles.com is still available at a new location and was made read only: it will be removed at some point.
Some work still needs to be done , but for now it should be working and allow map and game uploads again with hopefully less problems and bugs.
[misc] springfiles.com maintenance
- Silentwings
- Moderator
- Posts: 3697
- Joined: 25 Oct 2008, 00:23
Re: [misc] springfiles.com maintenance
Could the new SF frontend display the authors/uploaders of content please? And have a page to see all content associated to a given author?
For some content the licenses want that the author is made clear - and our GDPR compliance requires that we can associate hosted content to its uploaders/authors. My bigger interest is that searching by author is the best way to discover good maps hidden within the archives.
I guess in the long run uploading should be tied to a lobby account via xmlrpc.
For some content the licenses want that the author is made clear - and our GDPR compliance requires that we can associate hosted content to its uploaders/authors. My bigger interest is that searching by author is the best way to discover good maps hidden within the archives.
I guess in the long run uploading should be tied to a lobby account via xmlrpc.
Re: [misc] springfiles.com maintenance
I like it very much, thank you raaar for spicing it up. It would indeed be very nice to have the description and author tags, and I also like Silentwingses method of navigating an author (its how I search for gems too).
Re: [misc] springfiles.com maintenance
I'll try to do another PR with improvements soon.
Some fields that'd be useful to have and show would be
- description
- authors
- uploader name (may not be the author)
- thumbnail
As far as i know only the map results have images, i've put a fallback thumbnail for games and engine versions.
I think these fields are missing from the result data and may be missing from the DB itself atm
(https://github.com/spring/upq/blob/mast ... search.inc)
There's also the issue about rapid entries without the sdz being hidden on the api:
https://github.com/spring/upq/issues/61
I could perhaps modify the result details view to get data from a buildbot link (scraping) and add in an sdz link for the latest few versions (I think it keeps the latest 3), but that'd require them to show in the results properly in the first place.
Some fields that'd be useful to have and show would be
- description
- authors
- uploader name (may not be the author)
- thumbnail
As far as i know only the map results have images, i've put a fallback thumbnail for games and engine versions.
I think these fields are missing from the result data and may be missing from the DB itself atm
(https://github.com/spring/upq/blob/mast ... search.inc)
There's also the issue about rapid entries without the sdz being hidden on the api:
https://github.com/spring/upq/issues/61
I could perhaps modify the result details view to get data from a buildbot link (scraping) and add in an sdz link for the latest few versions (I think it keeps the latest 3), but that'd require them to show in the results properly in the first place.