This repository has been archived by the owner on Apr 23, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 947
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Insert the database password into the database
Update install.docker.new.sh
This commit substitutes the dependence "teledrive-client@^2.8.2" with the original one "telegram@^2.15.5", updating it to December 28, 2022 version.
This commit updates all files that import the "teledrive-client" dependency with the new one.
This commit fixes a problem with the file sync from Telegram feature, due to API change.
This commit resolves a problem that prevents downloading files greater than 2 GB. Fast download in Firefox still doesn't work.
This commit fixes copying folders by creating symlinks. It also prevents duplicate names when creating folders.
This commit fixes the inability to get individual file information.
With this commit, a copied file is also forwarded to the user's default Telegram chat without displaying the author or sending a notification sound.
@WitherTick is attempting to deploy a commit to the Restfire Studio Team on Vercel. A member of the Team first needs to authorize it. |
Thanks very much for your contribution!! |
Thank you for fix @WitherTick . I have to question; shall i re-install everything to apply that fix? |
At the moment yes it fixes download issue to be able to download file over 2gb but the files are corrupt when doing so so we gotta fix it again so the files won't be corrupt so they download correctly. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Updated Telegram API
The last version of GramJS is not working well, so I preferred to insert the 2.15.5 version.
Also are updated imports in each file and fixed a small issue due to variable changes in API.
Big file download fix
Tried to resolve issues #438 and #425. Now big files should download correctly. "Fast Download" still doesn't work in Firefox browsers.
Folder copy fix
Tried to fix issue #361. Now when copying folders, a symlink is created in the destination folder, and at the moment of the folder/symlink creation the name is changed if already exists.
Files copy fix
Copying a file, the original one is forwarded to the user's default chat, without sending notifications or displaying author.