mirror of
https://github.com/NickeManarin/ScreenToGif.git
synced 2026-04-25 23:25:52 +03:00
[PR #238] [MERGED] Upload to cloud #1092
Labels
No labels
copy cats
duplicated
future feature
pull-request
⬜ Accepted
⬜ Completed
⬜ Help Wanted 💪
⬜ In Progress
⬜ Missing Details
⬜ Pending
⬜ Waiting For Answer ⏳
🆕 feature preview
🔷 Bug 🐛
🔷 Out Of Scope
🔷 Out Of Scope
🔷 Question
🔷Enhancement
🔷Enhancement
🔷Invalid / External
🔷Knowledge Base
🔷Won't Fix
🕑 High
🕑 High
🕑 High
🕕 Medium
🕙 Low
🕛 Critical
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ScreenToGif#1092
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/NickeManarin/ScreenToGif/pull/238
Author: @om2804
Created: 1/12/2018
Status: ✅ Merged
Merged: 1/20/2018
Merged by: @NickeManarin
Base:
master← Head:upload_to_cloud📝 Commits (8)
540076dDelete useless exception handlingb25ec12Refactoring of uploading file. Add Yandex.Disk stub14917a6Add uploading to Yandeks.Disk78d3fd3Add menu item "Copy link" in Encoder.6c77656Handle failed response. Use app folder for uploading. Fix getting of token.f04ad13Use DataContractJsonSerializer instead of Newtonsoft.Json6c787e0ScreenToGif.Cloud and ScreenToGif.Cloud.Yandex can be merged with the main project0e77edfMerge branch 'master' into upload_to_cloud📊 Changes
26 files changed (+552 additions, -104 deletions)
View changed files
📝
.gitignore(+4 -17)📝
GifRecorder.sln(+25 -1)➕
ScreenToGif.Cloud.YandexDisk.Tests/1.txt(+1 -0)➕
ScreenToGif.Cloud.YandexDisk.Tests/Properties/AssemblyInfo.cs(+20 -0)➕
ScreenToGif.Cloud.YandexDisk.Tests/ScreenToGif.Cloud.YandexDisk.Tests.csproj(+78 -0)➕
ScreenToGif.Cloud.YandexDisk.Tests/YandexDiskTests.cs(+41 -0)➕
ScreenToGif.Cloud.YandexDisk.Tests/packages.config(+5 -0)➕
ScreenToGif/Clouds/CloudFactory.cs(+25 -0)➕
ScreenToGif/Clouds/Gfycat.cs(+72 -0)➕
ScreenToGif/Clouds/ICloud.cs(+19 -0)➕
ScreenToGif/Clouds/Imgur.cs(+35 -0)➕
ScreenToGif/Clouds/UploadedFile.cs(+8 -0)➕
ScreenToGif/Clouds/UploadingException.cs(+20 -0)➕
ScreenToGif/Clouds/YandexDisk/Error.cs(+17 -0)➕
ScreenToGif/Clouds/YandexDisk/Link.cs(+11 -0)➕
ScreenToGif/Clouds/YandexDisk/YandexDisk.cs(+98 -0)📝
ScreenToGif/Controls/EncoderListViewItem.cs(+11 -0)📝
ScreenToGif/Resources/Localization/StringResources.en.xaml(+2 -0)📝
ScreenToGif/Resources/Localization/StringResources.ru.xaml(+2 -0)📝
ScreenToGif/ScreenToGif.csproj(+9 -1)...and 6 more files
📄 Description
Refactoring of uploading (Imgur, Gfycat). Add Yandex.Disk service.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.