Skip to content

Commit a9cca8a

Browse files
committed
Fix image settings persistence and enhance server selection UI
* Fixed bug with image conversion settings and selected thumbnail template not being saved * Changed additional servers link text on upload settings wizard page * Added count of additional selected servers to server selection button on upload settings wizard page * Hide 'imgur.com' hosting
1 parent 845f5ac commit a9cca8a

File tree

25 files changed

+2177
-2057
lines changed

25 files changed

+2177
-2057
lines changed

Data/servers.xml

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
</Actions>
5050
<Result ImageUrlTemplate="stub" ThumbUrlTemplate="stub"/>
5151
</Server>
52-
<Server Name="imgur.com" Type="image" Types="image file video" Authorize="1" Plugin="imgur" NeedPassword="0" WebsiteUrl="https://imgur.com"
52+
<!--<Server Name="imgur.com" Type="image" Types="image file video" Authorize="1" Plugin="imgur" NeedPassword="0" WebsiteUrl="https://imgur.com"
5353
RegistrationUrl="https://imgur.com/register" MaxThreads="1">
5454
<Info>
5555
<SupportedFormats>
@@ -63,17 +63,10 @@
6363
<Format MimeType="video/mp4">*.mp4</Format>
6464
<Format MimeType="video/webm">*.webm</Format>
6565
<Format MimeType="video/mpeg">*.mpeg,*.vob,*.mpg</Format>
66-
<!--<Format MimeType="video/x-msvideo">*.avi</Format>-->
67-
<!--<Format MimeType="video/quicktime">*.mov</Format>-->
6866
<Format MimeType="video/x-matroska,application/x-matroska">*.mkv</Format>
69-
<!--<Format MimeType="video/x-flv">*.flv</Format>-->
67+
7068
<Format MimeType="video/x-ms-wmv,application/vnd.ms-asf">*.wmv</Format>
7169
</FormatGroup>
72-
<!--
73-
<FormatGroup UserTypes="reg">
74-
<Format MimeType="video/quicktime">*.mov</Format>
75-
</FormatGroup>
76-
-->
7770
</SupportedFormats>
7871
<StorageTimeInfo>
7972
<StorageTime UserTypes="anon">0</StorageTime>
@@ -83,7 +76,7 @@
8376
<Actions>
8477
</Actions>
8578
<Result ImageUrlTemplate="stub" ThumbUrlTemplate="stub"/>
86-
</Server>
79+
</Server>-->
8780
<Server Name="Imageshack.us" Authorize="2" MaxFileSize="26214400" Debug="0" Plugin="imageshack" SupportsFolders="1" WebsiteUrl="https://imageshack.com"
8881
RegistrationUrl="https://imageshack.com/signup">
8982
<Actions>

0 commit comments

Comments
 (0)