Commit Graph

  • ccc63e6c14 Merge branch 'i18n' into 'develop' crowdin 2024-05-31 11:24:33 +0000
  • fc6bffb01c Merge branch 'feat/generator-user-agent' into 'develop' Yassine Doghri 2024-05-30 16:31:11 +0000
  • f1ed5af3bd Merge branch 'next' into 'develop' Yassine Doghri 2024-05-30 10:02:56 +0000
  • b99e86c658 docs(ci): build and deploy docs for next branch next Yassine Doghri 2024-05-29 15:57:22 +0000
  • e1ba285b47 build(php): upgrade min php version to 8.3 Yassine Doghri 2024-05-29 10:24:13 +0000
  • 694296b526 test(plugins): add test cases for loading manifest data Yassine Doghri 2024-05-28 15:57:04 +0000
  • 0f95c6fc26 refactor(plugins): rename manifest schema Yassine Doghri 2024-05-26 15:40:53 +0000
  • a93eb6d104 feat(plugins): add before channel/item hooks to allow podcast/episode data edit when generating rss Yassine Doghri 2024-05-17 14:01:04 +0000
  • 1390b4a340 feat(plugins): display errors when plugin is invalid instead of crashing Yassine Doghri 2024-05-16 15:53:42 +0000
  • ded0f719b7 feat(plugins): handle empty states and long strings in UI Yassine Doghri 2024-05-15 18:30:56 +0000
  • ceb19d29ca feat(plugins): abstract settings form for general, podcast and episode types Yassine Doghri 2024-05-13 16:17:18 +0000
  • cbdff1cecb feat(plugins): add new field types + validate & cast user data before storing settings Yassine Doghri 2024-05-12 18:38:33 +0000
  • 0bb279afb5 style(buttons): add tint to variants Yassine Doghri 2024-05-10 09:06:10 +0000
  • e1ad8d38b5 feat(plugins): add aside with plugin metadata next to plugin's readme Yassine Doghri 2024-05-09 17:55:41 +0000
  • 1a40d147db feat(plugins): load README.md file to view plugin's instructions in UI Yassine Doghri 2024-05-07 16:01:03 +0000
  • b2220f9a1a feat(plugins): load and validate plugin manifest.json Yassine Doghri 2024-05-06 16:00:47 +0000
  • 3ffff92c41 feat(plugins): add json schema definition for plugin manifest Yassine Doghri 2024-05-05 17:10:20 +0000
  • ed2613a30d refactor(plugins): redefine plugins folder structure to vendor/package Yassine Doghri 2024-05-05 13:10:59 +0000
  • 6f38635953 feat(plugins): uninstall plugins via CLI and admin UI Yassine Doghri 2024-05-05 09:14:30 +0000
  • 176f1fd334 feat(plugins): add settings page for podcast and episode if defined in the plugin's manifest Yassine Doghri 2024-05-02 15:32:27 +0000
  • 7b44ea7657 feat(plugins): add options to manifest for building forms and storing plugin settings Yassine Doghri 2024-05-01 18:37:38 +0000
  • 449bb8b761 feat(plugins): add siteHead hook to add custom meta tags to public pages Yassine Doghri 2024-05-01 15:41:13 +0000
  • b4b81e07dd feat(plugins): activate / deactivate plugin using settings table Yassine Doghri 2024-05-01 14:48:05 +0000
  • 0ecce91f5f feat(plugins): load plugins using file locator service Yassine Doghri 2024-04-29 16:03:00 +0000
  • 3fc5ab8056 feat: add Plugins module with base files for plugins architecture Yassine Doghri 2024-04-28 17:14:45 +0000
  • 281eefc6a3 build(docs): add type declarations for virtual:starlight develop Yassine Doghri 2024-05-30 09:42:03 +0000
  • 083a766e4e docs: add DocsVersion component to navigate through different docs versions Yassine Doghri 2024-05-29 17:28:24 +0000
  • b9bb4ea68c docs(ci): build and deploy docs for next branch Yassine Doghri 2024-05-29 15:57:22 +0000
  • 427ae3c9ad build(php): upgrade min php version to 8.3 Yassine Doghri 2024-05-29 10:24:13 +0000
  • 99152ed0d9 Merge branch 'feat/plugins' into 'develop' Yassine Doghri 2024-05-29 10:27:24 +0000
  • b4718a93b2 build(php): upgrade min php version to 8.3 feat/plugins Yassine Doghri 2024-05-29 10:24:13 +0000
  • ff6a699beb test(plugins): add test cases for loading manifest data Yassine Doghri 2024-05-28 15:57:04 +0000
  • 8d9ddd76c0 refactor(plugins): rename manifest schema Yassine Doghri 2024-05-26 15:40:53 +0000
  • ee7808ec70 feat(plugins): add before channel/item hooks to allow podcast/episode data edit when generating rss Yassine Doghri 2024-05-17 14:01:04 +0000
  • c604f0426f feat(plugins): display errors when plugin is invalid instead of crashing Yassine Doghri 2024-05-16 15:53:42 +0000
  • f18d054ad1 feat(plugins): handle empty states and long strings in UI Yassine Doghri 2024-05-15 18:30:56 +0000
  • adbc7e78c0 feat(plugins): abstract settings form for general, podcast and episode types Yassine Doghri 2024-05-13 16:17:18 +0000
  • 8917bdb655 feat(plugins): add new field types + validate & cast user data before storing settings Yassine Doghri 2024-05-12 18:38:33 +0000
  • da4c1e2cfd style(buttons): add tint to variants Yassine Doghri 2024-05-10 09:06:10 +0000
  • 9da1d0a1b6 feat(plugins): add aside with plugin metadata next to plugin's readme Yassine Doghri 2024-05-09 17:55:41 +0000
  • f033468981 feat(plugins): load README.md file to view plugin's instructions in UI Yassine Doghri 2024-05-07 16:01:03 +0000
  • 895acb9c1a feat(plugins): load and validate plugin manifest.json Yassine Doghri 2024-05-06 16:00:47 +0000
  • 4d90e10c9f feat(plugins): add json schema definition for plugin manifest Yassine Doghri 2024-05-05 17:10:20 +0000
  • ea9685faad refactor(plugins): redefine plugins folder structure to vendor/package Yassine Doghri 2024-05-05 13:10:59 +0000
  • fe48bbbda5 feat(plugins): uninstall plugins via CLI and admin UI Yassine Doghri 2024-05-05 09:14:30 +0000
  • 3f204819f3 feat(plugins): add settings page for podcast and episode if defined in the plugin's manifest Yassine Doghri 2024-05-02 15:32:27 +0000
  • b9aa6a4d3e feat(plugins): add options to manifest for building forms and storing plugin settings Yassine Doghri 2024-05-01 18:37:38 +0000
  • fc67af19cb feat(plugins): add siteHead hook to add custom meta tags to public pages Yassine Doghri 2024-05-01 15:41:13 +0000
  • dfd5fe73cb feat(plugins): activate / deactivate plugin using settings table Yassine Doghri 2024-05-01 14:48:05 +0000
  • 30edf698d7 feat(plugins): load plugins using file locator service Yassine Doghri 2024-04-29 16:03:00 +0000
  • bb1f8a740d feat: add Plugins module with base files for plugins architecture Yassine Doghri 2024-04-28 17:14:45 +0000
  • fe676590f2 fix(docs): add base to og image using env variable Yassine Doghri 2024-05-28 09:51:28 +0000
  • d6bd6cbbf8 New translations index.mdx (French traditional) [ci skip] i18n crowdin 2024-05-26 11:37:35 +0000
  • eff97050d1 New translations index.mdx (Serbian (Latin)) [ci skip] crowdin 2024-05-26 11:37:33 +0000
  • 74dbd93eb6 New translations index.mdx (Occitan) [ci skip] crowdin 2024-05-26 11:37:31 +0000
  • f9c23142f0 New translations index.mdx (Scottish Gaelic) [ci skip] crowdin 2024-05-26 11:37:30 +0000
  • 6797ad2d64 New translations index.mdx (Breton) [ci skip] crowdin 2024-05-26 11:37:28 +0000
  • 660bb88a77 New translations index.mdx (French, Canada) [ci skip] crowdin 2024-05-26 11:37:27 +0000
  • 6109bc4a38 New translations index.mdx (Kazakh) [ci skip] crowdin 2024-05-26 11:37:25 +0000
  • ffe4217007 New translations index.mdx (Norwegian Nynorsk) [ci skip] crowdin 2024-05-26 11:37:24 +0000
  • eca3eb45a6 New translations index.mdx (Persian) [ci skip] crowdin 2024-05-26 11:37:22 +0000
  • 9478980ed2 New translations update.mdx (French traditional) [ci skip] crowdin 2024-05-26 11:37:20 +0000
  • 9c809ee0b0 New translations update.mdx (Serbian (Latin)) [ci skip] crowdin 2024-05-26 11:37:19 +0000
  • da68c9b7d4 New translations index.mdx (Indonesian) [ci skip] crowdin 2024-05-26 11:37:18 +0000
  • bb6dcd1a78 New translations index.mdx (Portuguese, Brazilian) [ci skip] crowdin 2024-05-26 11:37:16 +0000
  • 71975042fe New translations index.mdx (Galician) [ci skip] crowdin 2024-05-26 11:37:15 +0000
  • de9e4cba93 New translations index.mdx (Chinese Traditional) [ci skip] crowdin 2024-05-26 11:37:13 +0000
  • 879f6b8793 New translations index.mdx (Chinese Simplified) [ci skip] crowdin 2024-05-26 11:37:12 +0000
  • 0da819c92f New translations index.mdx (Ukrainian) [ci skip] crowdin 2024-05-26 11:37:10 +0000
  • 122ba1de06 New translations index.mdx (Swedish) [ci skip] crowdin 2024-05-26 11:37:08 +0000
  • e5e99dd670 New translations index.mdx (Slovak) [ci skip] crowdin 2024-05-26 11:37:07 +0000
  • 15ea5e3b52 New translations index.mdx (Russian) [ci skip] crowdin 2024-05-26 11:37:05 +0000
  • 36245b998e New translations index.mdx (Portuguese) [ci skip] crowdin 2024-05-26 11:37:03 +0000
  • 0407c05f5f New translations index.mdx (Polish) [ci skip] crowdin 2024-05-26 11:37:01 +0000
  • 0f2daf49c4 New translations index.mdx (Dutch) [ci skip] crowdin 2024-05-26 11:37:00 +0000
  • 11c2f5b0fb New translations index.mdx (Korean) [ci skip] crowdin 2024-05-26 11:36:58 +0000
  • fcae59f6f4 New translations index.mdx (Japanese) [ci skip] crowdin 2024-05-26 11:36:56 +0000
  • ca99b1916e New translations index.mdx (Italian) [ci skip] crowdin 2024-05-26 11:36:54 +0000
  • 5e768a9ae4 New translations index.mdx (Basque) [ci skip] crowdin 2024-05-26 11:36:53 +0000
  • a52f41b82b New translations index.mdx (Greek) [ci skip] crowdin 2024-05-26 11:36:51 +0000
  • 6e31a5cc86 New translations index.mdx (German) [ci skip] crowdin 2024-05-26 11:36:49 +0000
  • ce91625f87 New translations index.mdx (Danish) [ci skip] crowdin 2024-05-26 11:36:48 +0000
  • 3356b50019 New translations index.mdx (Catalan) [ci skip] crowdin 2024-05-26 11:36:46 +0000
  • 6a92e6f294 New translations index.mdx (Arabic) [ci skip] crowdin 2024-05-26 11:36:44 +0000
  • 97d4d6e21e New translations index.mdx (Spanish) [ci skip] crowdin 2024-05-26 11:36:43 +0000
  • 5072b4e225 New translations index.mdx (French) [ci skip] crowdin 2024-05-26 11:36:41 +0000
  • 74318dab25 New translations index.mdx (Romanian) [ci skip] crowdin 2024-05-26 11:36:40 +0000
  • dc4e0fa509 New translations update.mdx (Occitan) [ci skip] crowdin 2024-05-26 11:36:38 +0000
  • ba0e08489f New translations update.mdx (Scottish Gaelic) [ci skip] crowdin 2024-05-26 11:36:37 +0000
  • e082612c21 New translations update.mdx (Breton) [ci skip] crowdin 2024-05-26 11:36:36 +0000
  • 4cd31308ab New translations update.mdx (French, Canada) [ci skip] crowdin 2024-05-26 11:36:34 +0000
  • cd6fdb4f03 New translations update.mdx (Kazakh) [ci skip] crowdin 2024-05-26 11:36:33 +0000
  • 154ae0cf5c New translations update.mdx (Norwegian Nynorsk) [ci skip] crowdin 2024-05-26 11:36:32 +0000
  • ebf90aef9f New translations update.mdx (Persian) [ci skip] crowdin 2024-05-26 11:36:30 +0000
  • 827b19ae56 New translations security.mdx (Breton) [ci skip] crowdin 2024-05-26 11:36:26 +0000
  • d738ba9cf3 New translations security.mdx (French, Canada) [ci skip] crowdin 2024-05-26 11:36:25 +0000
  • 3f2b7633f5 New translations update.mdx (Indonesian) [ci skip] crowdin 2024-05-26 11:36:21 +0000
  • d9272faa61 New translations update.mdx (Portuguese, Brazilian) [ci skip] crowdin 2024-05-26 11:36:20 +0000
  • 665bcf7a65 New translations update.mdx (Galician) [ci skip] crowdin 2024-05-26 11:36:19 +0000
  • 6b55315cf4 New translations update.mdx (Chinese Traditional) [ci skip] crowdin 2024-05-26 11:36:17 +0000