Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove MetaWeblog API #790

Merged
merged 1 commit into from
Apr 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
remove MetaWeblog API
  • Loading branch information
EdiWang committed Apr 23, 2024
commit 3354ad9bfccc5539a5b662196fed6077480d4fc9
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,8 +152,8 @@ Open Search | Search | Supported | `/opensearch`
Pingback | Social | Supported | `/pingback`
Reader View | Reader mode | Supported | N/A
FOAF | Social | Supported | `/foaf.xml`
RSD | Service Discovery | Supported | `/rsd` *If MetaWeblog is enabled*
MetaWeblog | Blogging | Basic Support | `/metaweblog`
RSD | Service Discovery | Deprecated | N/A
MetaWeblog | Blogging | Deprecated | N/A
Dublin Core Metadata | SEO | Basic Support | N/A
BlogML | Blogging | Not planned |
APML | Social | Not planned |
Expand Down
9 changes: 0 additions & 9 deletions src/Moonglade.Configuration/AdvancedSettings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@ public class AdvancedSettings : IBlogSettings
[Display(Name = "Enable Pingback")]
public bool EnablePingback { get; set; } = true;

[Display(Name = "Enable MetaWeblog API")]
public bool EnableMetaWeblog { get; set; } = true;

[Display(Name = "Enable OpenSearch")]
public bool EnableOpenSearch { get; set; } = true;

Expand All @@ -33,15 +30,9 @@ public class AdvancedSettings : IBlogSettings
[Display(Name = "Enable Site Map")]
public bool EnableSiteMap { get; set; } = true;

[MinLength(8), MaxLength(16)]
[Display(Name = "MetaWeblog password")]
public string MetaWeblogPassword { get; set; }

[Display(Name = "Show warning when clicking external links")]
public bool WarnExternalLink { get; set; }

public string MetaWeblogPasswordHash { get; set; }

[JsonIgnore]
public static AdvancedSettings DefaultValue => new();
}
41 changes: 0 additions & 41 deletions src/Moonglade.MetaWeblog/DateTime8601.cs

This file was deleted.

34 changes: 0 additions & 34 deletions src/Moonglade.MetaWeblog/IMetaWeblogProvider.cs

This file was deleted.

6 changes: 0 additions & 6 deletions src/Moonglade.MetaWeblog/MetaWeblogException.cs

This file was deleted.

19 changes: 0 additions & 19 deletions src/Moonglade.MetaWeblog/MetaWeblogExtensions.cs

This file was deleted.

36 changes: 0 additions & 36 deletions src/Moonglade.MetaWeblog/MetaWeblogMiddleware.cs

This file was deleted.

126 changes: 0 additions & 126 deletions src/Moonglade.MetaWeblog/MetaWeblogService.cs

This file was deleted.

13 changes: 0 additions & 13 deletions src/Moonglade.MetaWeblog/Moonglade.MetaWeblog.csproj

This file was deleted.

Loading
Loading