Skip to content

Commit

Permalink
Fixed issue caused by recent database changes (ref #116)
Browse files Browse the repository at this point in the history
Cleaned up code and resources
Improved logging messages
  • Loading branch information
ohhsodead committed Nov 3, 2018
1 parent 1ac5e0a commit 27f1a97
Show file tree
Hide file tree
Showing 15 changed files with 161 additions and 172 deletions.
2 changes: 2 additions & 0 deletions FileMasta/Extensions/WebExtensions.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
using System;
using System.Net;
using System.Net.Http;
using System.Threading.Tasks;

namespace FileMasta.Extensions
{
Expand Down
2 changes: 1 addition & 1 deletion FileMasta/FileMasta.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@
<Compile Include="Files\Bookmarks.cs" />
<Compile Include="Extensions\StringExtensions.cs" />
<Compile Include="Utilities\TextLineRemover.cs" />
<Compile Include="Utilities\Update.cs" />
<Compile Include="Utilities\Updates.cs" />
<EmbeddedResource Include="Windows\FileDetailsWindow.resx">
<DependentUpon>FileDetailsWindow.cs</DependentUpon>
</EmbeddedResource>
Expand Down
2 changes: 1 addition & 1 deletion FileMasta/Files/Database.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class Database
/// </summary>
const string DbOpenFiles = "https://www.dropbox.com/s/0dwmqk1pkj2ndkz/ftp-files.json?raw=true";
const string DbOpenServers = "https://raw.githubusercontent.com/HerbL27/FileMasta/master/Public/ftp-servers.txt";
public const string DbTopSearches = "https://www.dropbox.com/s/512qe4ogan92vea/top-searches.txt?raw=true";
public const string DbTopSearches = "https://www.dropbox.com/s/4x2nypfiyuoyxjj/searches.txt?raw=true";

/// <summary>
/// Database file names
Expand Down
87 changes: 42 additions & 45 deletions FileMasta/MainForm.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 27f1a97

Please sign in to comment.