Commit Graph

  • 451519289a fix: prefer the resolved audio file over the Spotify embed fix/podcast-spotify jinhojang6 2026-08-08 00:26:57 +09:00
  • ecd92c9699 fix: render Spotify/Apple Podcasts player on episodes without Youtube (#273) develop master Jinho Jang 2026-08-07 01:19:56 +09:00
  • 51ea691868 chore: ignore env files jinhojang6 2026-08-07 01:18:24 +09:00
  • ad628f0e76 fix: prefer the Spotify embed over the resolved audio file jinhojang6 2026-08-07 01:06:43 +09:00
  • 767f3eb1e7 feat: play Apple Podcasts episodes from the resolved audio file jinhojang6 2026-08-07 00:51:36 +09:00
  • d635b0c3cf fix: drop the Apple Podcasts embed jinhojang6 2026-08-07 00:40:17 +09:00
  • 8579b25af3 feat: render Spotify and Apple Podcasts embeds on episode pages jinhojang6 2026-08-07 00:03:28 +09:00
  • 6f706abfe8 fix: allow cross-origin blog search jinhojang6 2026-07-16 01:23:51 +09:00
  • 7369367c92 fix: update references from "Logos Press Engine" to "The Logos Blog" across multiple files (#272) Jinho Jang 2026-06-06 13:48:57 +09:00
  • 22132f0f35 feat: add HTML reading time calculation for articles with external HTML files jinhojang6 2026-06-04 02:32:06 +09:00
  • 7643d61d01 fix: remove NEXT_PUBLIC_SITE_URL from environment variables jinhojang6 2026-05-21 03:05:57 +09:00
  • 4c007c89b3 fix: update website URL retrieval to use siteConfigs for consistency jinhojang6 2026-05-21 03:04:35 +09:00
  • 67afa4add4 refactor: remove unused Odoo environment variables and clean up security origin validation jinhojang6 2026-05-20 22:46:05 +09:00
  • c6e0822a8d fix: update domain references from press.logos.co to blog.logos.co across multiple files jinhojang6 2026-05-20 22:36:23 +09:00
  • 3e86be7c1e feat: update Article component styles for improved layout and spacing jinhojang6 2026-04-23 02:29:40 +09:00
  • 73ae9d00cc feat: refactor highlighted posts fetching into a reusable function jinhojang6 2026-04-23 01:49:07 +09:00
  • bf02f1cbb7 feat: enhance OG image overlay styles with gradient backgrounds and text shadows jinhojang6 2026-04-13 16:31:11 +09:00
  • 6110d6c25d refactor: update styled components to use :first-of-type selector for consistency jinhojang6 2026-04-09 22:03:00 +09:00
  • 25c2d06758 feat: enhance OG image handling by adding support for CMS upload paths and validating image URLs jinhojang6 2026-04-09 21:51:08 +09:00
  • 3bc554d16f feat: add image fetching and conversion to PNG for unsupported formats in OG image handler jinhojang6 2026-04-09 19:34:29 +09:00
  • f7175efe7e feat: enhance OG image URL validation and support additional format query parameters jinhojang6 2026-04-09 01:12:22 +09:00
  • b6c6c0a903 refactor: clean up comments and remove unnecessary documentation for OG image handling in SEO and Post transformer jinhojang6 2026-04-09 00:34:01 +09:00
  • 568c914d90 feat: add support for pre-generated OG images in SEO component and API handler jinhojang6 2026-04-08 03:39:31 +09:00
  • ebdf7c9b47 feat(calendar): shift dates and times according to browser's time zone Jules 2026-04-10 14:49:36 +09:00
  • 2bb9977457 feat: enhance Calendar event details display by adding time formatting and improved layout for event items jinhojang6 2026-03-25 00:45:47 +09:00
  • 9a4aaee276 refactor: move HTML escaping logic to utils for better reusability and maintainability jinhojang6 2026-03-18 02:14:42 +09:00
  • 20a36e9467 fix: improve HTML escaping logic in Post transformer to handle various input types jinhojang6 2026-03-18 02:11:52 +09:00
  • 6e9594adbf feat: implement HTML escaping for markdown rendering and improve pre-placeholder handling in HTML content transformation jinhojang6 2026-03-18 02:05:33 +09:00
  • 67f955ae4e refactor: replace regex-based HTML tag stripping with htmlParser for text content extraction. jinhojang6 2026-03-18 01:46:54 +09:00
  • 51a086402f feat: enhance markdown processing by wrapping <table> in <figure> and preserving <pre> blocks jinhojang6 2026-03-18 00:02:49 +09:00
  • ac6673328c feat: add syntax highlighting support for code blocks using highlight.js and marked-highlight jinhojang6 2026-03-17 23:44:32 +09:00
  • 5d66587bd3 feat: add markdown_body field to Post type and implement markdown parsing in postTransformer jinhojang6 2026-03-17 23:11:36 +09:00
  • b926e8ec3f feat: enable unoptimized images in next.config.js and improve article loading state handling logos-blog jinhojang6 2026-03-18 21:57:05 +09:00
  • c2eeb22be4 feat: add new image source to next.config.js for improved asset handling jinhojang6 2026-03-18 21:49:22 +09:00
  • 02a4ea4772 fix: correct asset URL handling and improve image source parsing in Strapi transformer jinhojang6 2026-03-18 21:37:53 +09:00
  • 40f0426982 feat: enhance ResponsiveImage component with dynamic sizing and fill handling jinhojang6 2026-03-18 21:16:00 +09:00
  • ef1622722a feat: integrate KaTeX for LaTeX rendering in articles jinhojang6 2026-03-18 20:33:32 +09:00
  • cc5835c51f chore: scripts to profile memory profile-memory Siddarth Kumar 2026-03-13 18:28:25 +05:30
  • 6169be41e3 fix: memory leak by og component Siddarth Kumar 2026-03-12 16:34:18 +05:30
  • 716db8ea09 feat: add external link for 'Book' in NavLinksItems jinhojang6 2026-02-23 23:21:27 +09:00
  • df26744e40 feat: refactor ArticleHtmlDocument to use Head for meta tags and improve external link handling jinhojang6 2026-02-20 22:35:59 +09:00
  • 900b93440a feat: wrap HTMLDocument in HTMLDocumentContainer for improved styling and responsiveness jinhojang6 2026-02-20 22:17:51 +09:00
  • 85f44880d4 feat: replace Typography with CustomTypography for consistent styling in SearchBoxInput jinhojang6 2026-02-20 08:40:46 +09:00
  • d4d31e73cc feat: enhance ArticleImageBlockWrapper and ResponsiveImage with nextImageProps support jinhojang6 2026-02-20 03:04:49 +09:00
  • 797a7b62c2 feat: enhance ArticleFooter and related components with conditional border handling jinhojang6 2026-02-20 02:28:18 +09:00
  • a95f3ea500 feat: add external link handling script to enhance security in ArticleHtmlDocument jinhojang6 2026-02-19 12:29:49 +09:00
  • c076646de6 fix: update sandbox attribute in ArticleHtmlDocument for improved security jinhojang6 2026-02-19 12:24:05 +09:00
  • 74be15b4d8 fix: update sandbox attribute in InteractiveEmbedFrame for improved security jinhojang6 2026-02-19 12:21:37 +09:00
  • fa797e0b0a fix: enhance HTML document handling and improve error logging in article and podcast pages jinhojang6 2026-02-19 12:18:22 +09:00
  • ff86524b6d feat: update src/components/Article/Article.Body.tsx Jinho JangandCopilot 2026-02-19 12:11:11 +09:00
  • c3d4eb26d7 fix: remove unnecessary padding from ArticleContainer and clean up console log in ArticleHeader jinhojang6 2026-02-17 08:02:11 +09:00
  • b4356e9901 fix: update ArticleHeader summary condition to require more than one character for display jinhojang6 2026-02-17 07:55:49 +09:00
  • d1d2de9f11 fix: improve HTML document parsing and cleanup; handle missing elements and remove unnecessary tags jinhojang6 2026-02-17 07:50:02 +09:00
  • 89947fc25d fix: fix misc. ui warnings jinhojang6 2026-02-06 02:32:57 +09:00
  • de08b58de3 refactor: update Main component props and styled components for improved spacing and padding handling; enhance ShareButton and TableOfContents for better active state management jinhojang6 2026-02-06 02:11:57 +09:00
  • 319c1fe03c chore: add new allowed image domain for external resources in next.config.js jinhojang6 2026-02-06 02:02:23 +09:00
  • 4c74757a94 fix: handle non-article types in getStaticProps and adjust HTML parsing options jinhojang6 2026-02-06 01:00:40 +09:00
  • f3c1679944 feat: implement HTML document handling in Article component and related utilities jinhojang6 2026-02-06 00:50:10 +09:00
  • 123fe0af7a fix: hide scrollbar in iframe for dynamic blocks jinhojang6 2026-02-05 02:02:18 +09:00
  • 0d74f1d3fe refactor: update iframe and document styles to prevent overflow in Article.DynamicBlocks component jinhojang6 2026-02-05 01:58:29 +09:00
  • 56a6c2561c refactor: improve data handling in getStaticProps for articles and episodes jinhojang6 2026-02-05 01:45:53 +09:00
  • 505038b4a0 refactor: enhance error handling and data safety in getStaticPaths and getStaticProps across pages jinhojang6 2026-02-05 01:42:28 +09:00
  • 63bb473929 refactor: streamline path generation in getStaticPaths for podcast episodes jinhojang6 2026-02-05 01:39:40 +09:00
  • bf2e5aea84 refactor: improve type filtering for dynamic rich text blocks in post transformer jinhojang6 2026-02-05 01:34:12 +09:00
  • f92c7b39c9 feat: implement dynamic block rendering in Article component and related services jinhojang6 2026-02-05 01:17:36 +09:00
  • 03d0992d41 feat: add table and figure rendering support in Article.Block component jinhojang6 2026-01-29 21:25:54 +09:00
  • 8715d9b69c refactor: update navigation links to reposition Calendar and rename Discuss to Forum jinhojang6 2026-01-29 21:12:46 +09:00
  • 14f26efdea refactor: enhance CalendarEventDetails layout with styled components and improve event display structure jinhojang6 2026-01-24 00:25:06 +09:00
  • b92a9545c7 fix: adjust FooterSection margin and remove border from CalendarSection header jinhojang6 2026-01-22 03:12:13 +09:00
  • f434b7d432 feat: update CalendarEvent type Jinho JangandCopilot 2026-01-22 02:48:06 +09:00
  • 86ff269421 feat: update CalendarEvent type Jinho JangandCopilot 2026-01-22 02:47:12 +09:00
  • f13c607a23 feat: update getEventTypeLabel Jinho JangandCopilot 2026-01-22 02:46:51 +09:00
  • f9ada88c42 feat: refactor Calendar component to use CalendarEvent type jinhojang6 2026-01-22 02:33:32 +09:00
  • 62a452e131 ci: fix the branch condition for admin acid api url marko 2026-01-21 09:41:01 +01:00
  • 0411a290d5 fix: initialize selectedDate state to the current date in Calendar component jinhojang6 2026-01-19 20:07:57 +09:00
  • 19e6777073 chore: simplify api url selection Siddarth Kumar 2026-01-19 14:50:12 +04:00
  • 335c45d52e fix: update adminAcidApiUrl to use production endpoint for non-develop branches in Jenkinsfile jinhojang6 2026-01-19 19:38:11 +09:00
  • 9e1e879d6d feat: dynamically set NEXT_PUBLIC_ADMIN_ACID_API_URL based on the Git branch jinhojang6 2026-01-19 19:36:39 +09:00
  • 136229f730 feat: add NEXT_PUBLIC_ADMIN_ACID_API_URL as a build argument in Dockerfile and Jenkinsfile for API integration jinhojang6 2026-01-19 19:30:01 +09:00
  • eaa0780c82 feat: refactor API integration in Calendar component to use new ADMIN_ACID_API_URL and update method names for clarity jinhojang6 2026-01-19 19:25:54 +09:00
  • 39031cbe81 feat: dynamically calculate available years in Calendar component based on event dates jinhojang6 2026-01-16 21:00:24 +09:00
  • df4764e130 feat: add error handling to Calendar component and improve event details layout jinhojang6 2026-01-14 22:49:45 +09:00
  • a2f45b31bc chore: add aria-label attributes to calendar navigation Jinho JangandCopilot 2026-01-14 22:38:42 +09:00
  • f5798ec3b5 fix: update SPACES_CALENDAR_API_URL to dynamically select between production and development endpoints jinhojang6 2026-01-14 22:14:21 +09:00
  • 53d7c282d5 fix: update SPACES_CALENDAR_API_URL to use the production API endpoint jinhojang6 2026-01-12 22:11:42 +09:00
  • f4a255b348 feat: enhance event details in Calendar component by adding time display and validating topic strings jinhojang6 2026-01-12 22:11:12 +09:00
  • 0327488dc8 feat: implement Calendar component with event details, date navigation, and server-side data fetching jinhojang6 2026-01-12 21:47:29 +09:00
  • 76c173aeb0 feat: enhance event details in SpacesCalendar by adding support for links and improving topic handling jinhojang6 2026-01-12 21:19:12 +09:00
  • a31dbdb887 feat: enhance responsive design in SpacesCalendar with breakpoint adjustments for improved mobile experience jinhojang6 2026-01-12 20:47:49 +09:00
  • 1c3f9e8c36 fix: adjust week start and end calculations in SpacesCalendar for correct day alignment jinhojang6 2026-01-12 20:23:31 +09:00
  • 345a9a7116 feat: add year and month dropdown selectors to SpacesCalendar for improved date navigation jinhojang6 2026-01-12 20:06:41 +09:00
  • fb15a5d97a feat: implement Spaces Calendar component with event details and API integration jinhojang6 2026-01-12 20:02:21 +09:00
  • 32479b2f82 refactor: introduce and use constants for search pagination defaults and maximums in schema validation. jinhojang6 2026-01-07 23:02:23 +09:00
  • 6838212370 feat: implement server-side search results jinhojang6 2026-01-07 22:49:25 +09:00
  • 200c6755ac feat: add Zod validation for search API parameters and introduce utility functions for string normalization jinhojang6 2026-01-07 21:46:07 +09:00
  • 8f8e511223 feat: update src/containers/Search/ListView.tsx Jinho JangandCopilot 2026-01-07 21:46:39 +09:00
  • 5cc87818fd feat: implement pagination jinhojang6 2026-01-05 21:47:36 +09:00
  • 62a3c6f7ac ci: disable restart from stage Siddarth Kumar 2026-01-04 17:15:19 +04:00
  • ab92e72dc4 chore: remove hardcoded token chore/ci-build-args JulesFILIOT 2025-12-22 17:40:12 +09:00
  • 83b17707d6 chore(CI): remove credential build arguments to move docker image to public registry JulesFILIOT 2025-12-22 12:45:55 +09:00