Giter Club home page Giter Club logo

goindex's People

Contributors

alx-xlx avatar dependabot[bot] avatar itz-fork avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

goindex's Issues

Sorting Issue

The Files are not sort in specific order.
When Number is used like in My cases they sorting is like A-Z. Cant we add 1-9 way.

Improve

It's working great on pc web browser but when I tried on mobile it doesn't show all functions.

Can we make it Read Only?

HI..
can we make it read only?
i mean users can view all the content like file names and their sizes but they cant download anything, they cant watch videos or play audio files.

Just a Directory listing??

Showing empty

Thanks for this. I tried but showing blank. I rechcked drive id.
IMG_20200529_220732

Folder thumbnail?

Hello, i wondering if it's possible to add thumbnail on folder with images / video?

Portuguese Brazilian Language

Here is the Portuguese translation file. Please add.

{
  "_name": "Português Brasileiro",
  "languages": "Línguas",
  "index": "Início",
  "folder": "Pasta",
  "notify": {
    "title": "Notificação"
  },
  "copy": {
    "success": "Cópia bem sucedida",
    "error": "Falha em copiar"
  },
  "list": {
    "view": {
      "gridMode": "Exibição em grade",
      "listMode": "Exibição em lista"
    },
    "auth": "Diretório criptografado, digite a senha",
    "title": {
      "file": "Arquivo",
      "moditime": "Hora modificada",
      "size": "Tamanho",
      "operation": "Ações"
    },
    "loading": "Carregando...",
    "opt": {
      "copy": "Copiar link",
      "newTab": "Abrir em uma nova aba",
      "download": "Baixar"
    },
    "total": "Total",
    "item": "item"
  },
  "search": {
    "placeholder": "Pesquisar recursos..."
  },
  "page": {
    "video": {
      "play": "Reproduzir",
      "download": "Baixar",
      "link": "Link para baixar"
    },
    "text": {
      "loading": "Carregando..."
    }
  },
  "setting": {
    "clear": {
      "text": "Limpar cache",
      "success": "Limpeza de cache bem-sucedida"
    }
  },
  "checkVersion": {
    "tips": "Nova versão detectada, <a href='${url}'>Vá para o GitHub</a>"
  }
}

Downloading a folder

Hello and thank you for the code.

I'm wondering if I can add the download option to a whole folder instead of just the files.

Is there a way to do that? and how?

Thank you again.

Download Issue

whenever I try to download I keep getting the error message

{
"error": {
"errors": [
{
"domain": "global",
"reason": "downloadQuotaExceeded",
"message": "The download quota for this file has been exceeded."
}
],
"code": 403,
"message": "The download quota for this file has been exceeded."
}
}

Remove Ads

Can you remove the video ads ? It annoying.

File doesnt displayed sometime

Hello, i have an issue here. Where sometime, when i enter a folder, it goes blank, or the subfolders and files doesnt displayed. I need to refresh the page in order to display it. How to solve this problem? Thank you

Can you help with this error i am getting in cloudflare

Uncaught (in promise) TypeError: Cannot read property '0' of undefined
at googleDrive._findDirId (worker.js:854)
at async googleDrive.findPathId (worker.js:824)
at async googleDrive.list (worker.js:547)
at async apiRequest (worker.js:344)

Subtitle (closed caption) support

Please, if possible, add Closed Caption (Subtitle) support. Example: A video called example.mp4 and have a file called example.vtt - the player can recognize the subtitle name as the same of the video, so, always when a file directory has a video and a .vtt file, will show the subtitle, if don't have it, won't show nothing.

donwa classic mode broken password dialogue

for your donwa worker js in classic mode, i have the "root_pass": ""
but at the site, its still asking for a password. If you put empty password in the dialogue, it will direct me to home browser page

im using edge chromium browser

at chrome, is you enter nothing in the dialogue/prompt it will just stuck

Password for website

Is there any way to make you have to use a password to access the site where the indexed drive are located?

Rclone crypt support

Hello,
is there any way to support the decryption of files with goindex? Would be super useful.

Quick Fix: Remove leaking of the Google Drive ID

I found out that you can see the Google Drive IDs of the files/folders when you make a request to list a folder.
Changing files(id, name, mimeType, to files(name, mimeType, on line 565 (folder listing) and 680 (search) fixes it as these are not used at all.
The website still runs absolutely fine. Just without the ID.

Would it be possible to change this in your Auto Builder?

cota api

it doesn't use the api's quota correctly, when I generate a new "refresh_token" from another account it works, but it doesn't last long and ends, any solution to this problem?
can you make this script work iqual rclone? because somehow the rclone controls the quotas better

Search feature in donwa/material

As i don't want multiple drive option and want to use different video player, can you please add search feature to this.

The problem is i want the file id in my app.js from the worker.js. Only in donwa it is possible. All other index don't return file id to app.js.

P.S: I am using the file id to directly play video from the drive instead of using the inbuilt HTML5 player.

I tried on other index but i was unable to get it working as don't know the code too well.

Add pagination

please add item limit for faster loading, in light mode
ex. 50 items per page
100 files = 2 pages

1080p and above videos aren't playing!

I mean, videos are playing but its just a blank screen!!
and if possible please add a subtitle file manually option...so I can enjoy movies with subtitle if they don't have one.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.