Fetch/store Web App metadata and icons, finish RS integration #153

Merged
raucao merged 39 commits from feature/142-webapp_database into master 2024-01-01 13:18:48 +00:00
Showing only changes of commit 0a69603643 - Show all commits

View File

@@ -12,7 +12,7 @@ class AppCatalog::WebApp < ApplicationRecord
validates :url, format: { with: URI.regexp },
if: Proc.new { |a| a.url.present? }
# before_create :update_metadata
before_create :update_metadata
def update_metadata
AppCatalogManager::UpdateMetadata.call(self)