Search results

  1. adam

    YetiShare v4.3 Beta Bug Tracker

    Yes I'm fairly sure this was fixed. I'll test now...
  2. adam

    Forum Notifications?

    Great. Just me then :)
  3. adam

    YetiShare v4.3 Beta Bug Tracker

    Fixed for the final release tomorrow. Yes. We also include a diff file on each final release. It's in \install\resources\upgrade_file_diffs
  4. adam

    Forum Notifications?

    Hi all, Quick question... does anyone get email notifications from the forum? i.e. on thread responses. I don't but I've not heard of anyone else having issues. Thanks, Adam.
  5. adam

    end to end encryption

    I've looked at this before and it's a HUGE job. To do it properly we'd need to allow for the file to be encrypted in the client browser, then uploaded. When it's downloaded, it would have to decrypted in the browser also. Getting this to work cross browser, for large files, without Flash and to...
  6. adam

    PHP Code for API key generation

    The API is currently used for comms between file servers. You could probably extend it for your own use though. Have a look in: \core\includes\api.class.php + \api\index.php
  7. adam

    xsendfile or xAccelRedirect and the downloads page

    Downloads are still logged, it's just current downloads you can't see. If you look at the download stats for each file you'll still see them. Unfortunately as PHP hands off to xSendFile there's no way to know if the file is still being downloaded.
  8. adam

    YetiShare v4.3 Beta Bug Tracker

    Thanks again for the feedback. I've just released a beta update which fixes most of these. It's also on the demo site. Unfortunately the drag and drop still only works on the left menu and this was the most important thing to fix. >>> This has been added to the latest beta release. So you can...
  9. adam

    YetiShare v4.3 Beta Bug Tracker

    Yes they should be, apart from the media converter and archive plugin.
  10. adam

    Suggestion of improvement next update

    There's a lot of RFCs and not enough time for them all unfortunately. If others +1 your suggestions they'll get more interest. They've not be declined though so they may appear in the next release.
  11. adam

    YetiShare v4.3 Beta Bug Tracker

    No you can put the converters on any servers you want. So they can exist on their own dedicated servers away from the file storage if you want. The converter script will grab the file to be converted from the file server, convert it and transfer it back.
  12. adam

    YetiShare v4.3 Beta Bug Tracker

    They'll be part of the final release. Thanks for all the feedback so far, we'll be working over these next week when we're back in the office. :)
  13. adam

    Error : Database Table Sessions - YS Challenge

    No problem I was just going to explain it further then saw your update. The stuff in the sessions that was taking up room was the plugin & theme 'cache'. It's been moved into a separate cache in just one place, instead of every single user session. So it should be a lot more efficient now...
  14. adam

    YetiShare v4.3 Beta Now Available!

    Hi all, The beta for YetiShare v4.3 is available for download via your yetishare.com account. For more information see our blog...
  15. adam

    YetiShare v4.3 Beta Bug Tracker

    Hi all, Please use this thread to post any issues you've spotted with the latest YetiShare v3.4 beta release. Full info on this release on our blog: -...
  16. adam

    Error : Database Table Sessions - YS Challenge

    Hi all, This is indeed resolved in v4.3. The plugin & theme config cache has been moved elsewhere so it's not set in the session for every entry. In our dev server we've gone from around 65k in each session record down to around 1k. We've also reduced the clean up time for sessions in the...
  17. adam

    [ADDED][v4.3] resellers tab in account home doesnt have an icon image to its left

    Re: resellers tab in account home doesnt have an icon image to its left The css for this is part of the main code so not in the current release. It's added for v4.3.
  18. adam

    [ADDED][v4.3] persistent account_home toolbar

    Re: persistent account_home toolbar This is also fixed for the next v4.3 release.
  19. adam

    [ADDED][v4.3] adding nested folders

    Re: adding nested folders Adding a folder in the next release will revert into the actual folder itself now. Thanks, Adam.
  20. adam

    [ADDED][v4.3] non flash copy all links and copy link button in the file details popup

    Re: non flash copy all links and copy link button in the file details popup This has been improved for v4.3. We've added a new library which will only use Flash as a fallback. Most modern browsers are adding native support.