Search results

  1. adam

    YetiShare v5.0.0 Beta Feedback Tracker

    This works fine for me. Have you cleared the browser cache, it was a JS file that was updated?
  2. adam

    YetiShare v5.0.0 Beta Feedback Tracker

    I've increased the area which the draggable selector starts, so you should be able to do this now in list view. It's on the demo site if you want to test.
  3. adam

    YetiShare v5.0.0 Beta Feedback Tracker

    This ones fixed and in the beta code.
  4. adam

    YetiShare v5.0.0 Beta Feedback Tracker

    Thanks, I know what that one is now. I'll get a fix for that one up tomorrow morning.
  5. adam

    YetiShare v5.0.0 Beta Feedback Tracker

    Looks like you're using rocket loader in cloudflare? It's always caused issues, even with v4. Can you see if disabling it fixes the issue?
  6. adam

    YetiShare v5.0.0 Beta Feedback Tracker

    This is on the todo list, just didn't have time to add it before getting v5 out :)
  7. adam

    YetiShare v5.0.0 Beta Feedback Tracker

    If you hold down the ctrl key and click, you should be able to select multiple items. I couldn't reproduce this one. Which browser are you using? If you press F12 in Chrome and look at the console, do you see any error messages? Now fixed in the latest beta code. There are legacy routes in...
  8. adam

    YetiShare v5.0.0 Beta Feedback Tracker

    Looks like this may be MySQL version related, pre 5.6 didn't support fulltext for InnoDB. I've allowed for it and updated the beta code. Do you know what version of MySQL you're using out of interest?
  9. adam

    YetiShare v5.0.0 Beta Feedback Tracker

    I'd started moving away from file passwords in favour of setting them on either folders or shared links, but there's been some requests to keep it. I've added back into the file uploader again.
  10. adam

    YetiShare v5.0.0 Beta Feedback Tracker

    Hi all, Quick update... the beta plugins have been uploaded and should be available via your account on yetishare.com, if you're in support and purchased them previously. The latest beta copy of the core script is also updated and available for download. You'll notice a prompt on a fresh...
  11. adam

    YetiShare v5.0.0 Beta Feedback Tracker

    It seemed to get blocked when I tried it, although I did need to restart Opera after enabling the block ads setting. Embeds have the adblock code in the latest beta (uploading in about 10 minutes...). That's video, audio and document embeds.
  12. adam

    YetiShare v5.0.0 Beta Feedback Tracker

    I'm sure something can be done given your beta feedback ;) Drop me a ticket via the support system and I'll look into it
  13. adam

    YetiShare v5.0.0 Beta Feedback Tracker

    This has now been fixed in the beta dev code for info, it'll be available to download on the site soon.
  14. adam

    YetiShare v5.0.0 Beta Feedback Tracker

    I'm hoping to have it all ready by Monday. The final plugins were finished today so just (lots of!) testing and final fixes to go.
  15. adam

    YetiShare v5.0.0 Beta Feedback Tracker

    Thanks for the feedback, I'm looking at this tomorrow.
  16. adam

    YetiShare v5.0.0 Beta Feedback Tracker

    Sorry I'm not sure I understand what you're referring to? Can you share more information.
  17. adam

    YetiShare v5.0.0 Beta Feedback Tracker

    Google Drive has some limitations that make using the api difficult, esp with larger files. You also can not integrate directly with any storage point, the script doesn't work like that. Everything is uploaded through the script for security, preview and de-duplication purposes.
  18. adam

    Does v5 support resumable upload support?

    It's not a configuration option in the script. You're best leaving it at 100mb otherwise uploads can be slightly slower with more chunks. If you really want to change it to 10mb, I'd be happy to point you at the code for it.
  19. adam

    Does v5 support resumable upload support?

    It's enabled as standard in the script. You can see chunking in progress by using the browser developer tools (press F12 in Chrome), then loading the "Network" tab. If you then start an upload > 100MB you should see a new http request every 100MB - this is the chunking. v5 is in beta but you...
  20. adam

    Does v5 support resumable upload support?

    The script already has chunked upload support, so works fine with CloudFlare. It just doesn't have resumable uploads.