Commit Graph

  • 924224b749 Update https://git.quad4.io/actions/upload-artifact action to v6 renovate/https-git.quad4.io-actions-upload-artifact-6.x Renovate Bot 2025-12-31 02:41:25 +00:00
  • cf92eb66e7 Update https://git.quad4.io/actions/setup-node action to v6 renovate/https-git.quad4.io-actions-setup-node-6.x Renovate Bot 2025-12-31 00:04:14 +00:00
  • ec1c445ad2 Update https://git.quad4.io/actions/setup-java action to v5 renovate/https-git.quad4.io-actions-setup-java-5.x Renovate Bot 2025-12-31 00:04:12 +00:00
  • 56d5d534fb Update https://git.quad4.io/actions/setup-go action to v6 renovate/https-git.quad4.io-actions-setup-go-6.x Renovate Bot 2025-12-30 00:04:09 +00:00
  • 43650573cb Update https://git.quad4.io/actions/download-artifact action to v7 renovate/https-git.quad4.io-actions-download-artifact-7.x Renovate Bot 2025-12-30 00:04:07 +00:00
  • 2147a0b15f Update https://git.quad4.io/actions/checkout action to v6 renovate/https-git.quad4.io-actions-checkout-6.x Renovate Bot 2025-12-29 20:05:34 +00:00
  • 257b4b47d4 Update https://git.quad4.io/actions/cache action to v5 renovate/https-git.quad4.io-actions-cache-5.x Renovate Bot 2025-12-29 20:05:31 +00:00
  • c029404cc5 Update module modernc.org/sqlite to v1.42.2 renovate/modernc.org-sqlite-1.x Renovate Bot 2025-12-29 20:05:29 +00:00
  • ec011f7442 Merge pull request 'Update dependency cookie to v1' (#6) from renovate/cookie-1.x into master master ivan 2025-12-29 20:02:14 +00:00
  • 5228640a21 Merge pull request 'Update dependency gradle to v9' (#7) from renovate/gradle-9.x into master ivan 2025-12-29 20:02:05 +00:00
  • 49df78f553 Update CI and workflow files to use custom action URLs instead of default GitHub actions. Remove obsolete renovate.yml workflow file. Sudo-Ivan 2025-12-28 20:58:03 -06:00
  • 5549171165 Merge pull request 'Update ghcr.io/renovatebot/renovate Docker tag to v42.66.11' (#12) from renovate/ghcr.io-renovatebot-renovate-42.x into master ivan 2025-12-29 00:21:33 +00:00
  • 39f2986150 Update ghcr.io/renovatebot/renovate Docker tag to v42.66.11 Renovate Bot 2025-12-29 00:04:22 +00:00
  • e0f85b450c Merge pull request 'Update ghcr.io/renovatebot/renovate Docker tag to v42' (#9) from renovate/ghcr.io-renovatebot-renovate-42.x into master ivan 2025-12-28 18:53:37 +00:00
  • 19a9e0506d Update ghcr.io/renovatebot/renovate Docker tag to v42 Renovate Bot 2025-12-28 14:53:19 +00:00
  • a66adfa847 Update module git.quad4.io/Quad4-Software/webnews to v0.2.3 renovate/git.quad4.io-quad4-software-webnews-0.x Renovate Bot 2025-12-28 04:36:37 +00:00
  • 3cdca944ef 0.2.3 v0.2.3 Sudo-Ivan 2025-12-27 21:27:15 -06:00
  • 895fba9ded Update fetching and filtering capabilities by adding category support in GetArticles methods across multiple files. Update NewsStore to manage selected category state and integrate category filtering in article loading. Improve feed fetching with abort signal handling in fetchFeed function. Update UI components to reflect category selection and enhance user experience with new feed health management features. Sudo-Ivan 2025-12-27 21:26:28 -06:00
  • a4503563e3 Update version to 0.2.2 in package.json Sudo-Ivan 2025-12-27 21:01:03 -06:00
  • 82da01ca45 Add OPML import functionality in AddFeedModal component, including file handling and toast notifications. Update ArticleCard to display feed icons and enhance article source display. Modify NewsStore to track last articles update and improve article refresh logic. Update UI components for better user experience and consistency. Sudo-Ivan 2025-12-27 21:00:36 -06:00
  • 7e235cb9d1 Format configuration files for consistency and readability. Update docker-compose.coolify.yml to use single quotes for labels. Adjust pnpm-lock.yaml to format resolution entries uniformly. Clean up README.md by removing an empty checklist item. Standardize quotes in renovate.json and .gitea/workflows/renovate.yml. Enhance HTML structure in app.html for better readability. Sudo-Ivan 2025-12-27 20:32:18 -06:00
  • a626a7cb33 Add newlyRegisteredToken state to NewsStore and implement account number display and copy functionality in the registration flow. Update UI to show success message upon registration and allow users to copy their account number to clipboard. Sudo-Ivan 2025-12-27 20:32:06 -06:00
  • 2c6bee84b4 Add caching support in main.go and related files, including SQLite integration for cache storage. Update Docker configurations to include cache settings and enable public instance optimizations. Sudo-Ivan 2025-12-27 20:25:38 -06:00
  • 965c2b6daf Update version to 0.2.1 Sudo-Ivan 2025-12-27 20:13:28 -06:00
  • 20b83eb052 Update sidebar version display to use dynamic APP_VERSION import for improved maintainability Sudo-Ivan 2025-12-27 20:13:17 -06:00
  • 9bd06c1f70 Add rate limiting environment variables to docker-compose.coolify.yml for improved service configuration Sudo-Ivan 2025-12-27 20:09:28 -06:00
  • 0765f47083 Add rate limiting environment variables to Dockerfile for enhanced configuration Sudo-Ivan 2025-12-27 20:09:23 -06:00
  • 0b7c15f2f0 Fix rate limit environment variable handling in main.go to improve parsing logic and remove redundant code Sudo-Ivan 2025-12-27 20:09:16 -06:00
  • 7180776daa Add rate limiting configuration options in main.go and implement SetLimit method in RateLimiter to dynamically adjust rate limits based on environment variables Sudo-Ivan 2025-12-27 20:08:20 -06:00
  • 4ed6fcd752 Add GetRealIP function to improve IP retrieval in middleware; update BotBlockerMiddleware to use new function for logging blocked requests Sudo-Ivan 2025-12-27 20:01:05 -06:00
  • 4e364bec74 Fix authentication flags in main.go to support environment variable defaults for auth mode, auth file, registration allowance, hashes file, and protection settings Sudo-Ivan 2025-12-27 20:01:00 -06:00
  • 8e41a88599 Update docker-compose.coolify.yml to enhance environment variable defaults and add Traefik rate limiting labels Sudo-Ivan 2025-12-27 20:00:49 -06:00
  • eece10388a Update service worker cache version to 0.2.0 v0.2.0 Sudo-Ivan 2025-12-27 19:51:14 -06:00
  • 4e308f2e61 Add SEO and social sharing features by adding Open Graph and Twitter meta tags across app.html and share page. Update sidebar layout and version to 0.2.0. Sudo-Ivan 2025-12-27 19:51:10 -06:00
  • 3deba1ad94 Update error handling in SaveHashes method of RateLimiter to log marshaling and file writing errors Sudo-Ivan 2025-12-27 19:50:59 -06:00
  • d0c96c7ca5 Update pnpm-lock.yaml to reflect dependency version changes and improve formatting Sudo-Ivan 2025-12-27 19:50:49 -06:00
  • 5d049d38b7 Update package.json to version 0.2.0 and upgrade dependencies Sudo-Ivan 2025-12-27 19:50:44 -06:00
  • bb3ba5ecd4 Update Dockerfile to version 0.2.0 Sudo-Ivan 2025-12-27 19:50:37 -06:00
  • 25182b6831 Fix ALLOWED_ORIGINS environment variable in docker-compose.coolify.yml to remove default fallback Sudo-Ivan 2025-12-27 19:50:28 -06:00
  • a37f6fa7bf Update README.md with new feature checkboxes and build requirements Sudo-Ivan 2025-12-27 19:50:17 -06:00
  • cafe5b8fd0 Update dependency gradle to v9 Renovate Bot 2025-12-28 01:10:21 +00:00
  • 3534ba9b89 Update dependency cookie to v1 Renovate Bot 2025-12-28 01:10:07 +00:00
  • 205eb3e99d Merge pull request 'Update module git.quad4.io/Quad4-Software/webnews to v0.1.0' (#4) from renovate/git.quad4.io-quad4-software-webnews-0.x into master ivan 2025-12-28 00:42:12 +00:00
  • 6bdc0ad29c Merge pull request 'Update dependency com.android.tools.build:gradle to v8.13.2' (#2) from renovate/com.android.tools.build-gradle-8.x into master ivan 2025-12-28 00:42:04 +00:00
  • 3668aa8e78 Merge pull request 'Update ghcr.io/renovatebot/renovate Docker tag to v37.440.7' (#3) from renovate/ghcr.io-renovatebot-renovate-37.x into master ivan 2025-12-28 00:41:52 +00:00
  • ec0b6b3262 Update module git.quad4.io/Quad4-Software/webnews to v0.1.0 Renovate Bot 2025-12-28 00:02:08 +00:00
  • 6a35e95814 Update ghcr.io/renovatebot/renovate Docker tag to v37.440.7 Renovate Bot 2025-12-27 22:31:19 +00:00
  • 38398d79be Update dependency com.android.tools.build:gradle to v8.13.2 Renovate Bot 2025-12-27 22:31:17 +00:00
  • f92922ae8e Merge pull request 'Configure Renovate' (#1) from renovate/configure into master ivan 2025-12-27 20:55:00 +00:00
  • 4210e0a0c1 Add renovate.json Renovate Bot 2025-12-27 20:49:16 +00:00
  • ce13ec2d6f Add Renovate workflow Sudo-Ivan 2025-12-27 14:29:17 -06:00
  • 5bc7630673 Update Go setup action version in OSV workflows for consistency Sudo-Ivan 2025-12-27 12:42:53 -06:00
  • b402f078e7 Add Go setup step in OSV workflows for improved environment configuration Sudo-Ivan 2025-12-27 12:38:12 -06:00
  • b2306798ac Refactor OSV scan script to simplify vulnerability reporting Sudo-Ivan 2025-12-27 12:35:57 -06:00
  • 50399bcae2 Update CI and publish workflows to use specific pnpm action version and add Android SDK setup Sudo-Ivan 2025-12-27 12:32:36 -06:00
  • 3f62b36de5 Refactor code for improved readability and consistency Sudo-Ivan 2025-12-27 12:26:57 -06:00
  • c5176f9ed4 Refactor Svelte components for improved formatting and consistency Sudo-Ivan 2025-12-27 12:26:48 -06:00
  • 30c7a50240 Update build and check scripts to use pnpm for consistency Sudo-Ivan 2025-12-27 12:26:39 -06:00
  • f98fc7c618 Remove unnecessary blank line in inject-sw-version.js for cleaner code Sudo-Ivan 2025-12-27 12:26:31 -06:00
  • 402f4e676e Update wails.json to use pnpm for frontend dependency management Sudo-Ivan 2025-12-27 12:26:21 -06:00
  • 78ec006842 Update CI and publish workflows to integrate pnpm for dependency management Sudo-Ivan 2025-12-27 12:26:16 -06:00
  • 7a8674f0db Update vite.config.ts to add trailing comma for consistency in server proxy configuration Sudo-Ivan 2025-12-27 12:26:09 -06:00
  • 44b11cf3e8 Refactor tailwind.config.js to streamline plugins array formatting Sudo-Ivan 2025-12-27 12:26:03 -06:00
  • 6a6c39ce1b Update Svelte configuration files to ensure consistent formatting Sudo-Ivan 2025-12-27 12:25:58 -06:00
  • 30b5f48349 Update README.md to include To-Do list and prerequisites for pnpm Sudo-Ivan 2025-12-27 12:25:50 -06:00
  • 3258ee94cf Update Dockerfile to set user context and improve dependency installation Sudo-Ivan 2025-12-27 12:25:38 -06:00
  • db764ede58 Remove package-lock.json and update package.json to use pnpm for packaging and add cookie override Sudo-Ivan 2025-12-27 12:25:32 -06:00
  • d6bd993abd Update Makefile to use pnpm for dependency management Sudo-Ivan 2025-12-27 12:25:23 -06:00
  • 53d1fdbd21 Refactor Dockerfile to use pnpm for dependency management Sudo-Ivan 2025-12-27 12:24:42 -06:00
  • b5d0102c27 Add pnpm lockfile for dependency management Sudo-Ivan 2025-12-27 12:24:26 -06:00
  • 55d599dd2f format capacitor.config.ts to include trailing comma for consistency Sudo-Ivan 2025-12-27 12:24:16 -06:00
  • 390c70cff1 format compose files Sudo-Ivan 2025-12-27 12:24:02 -06:00
  • ec37403369 Add Android build process and CI configuration Sudo-Ivan 2025-12-27 12:11:20 -06:00
  • ab67cae648 Add build arguments to Docker workflow for enhanced image metadata Sudo-Ivan 2025-12-27 12:01:41 -06:00
  • 0ef2477403 Update Docker build process in Makefile Sudo-Ivan 2025-12-27 12:01:34 -06:00
  • dd6c743915 Add Docker Compose files for web-news service configuration Sudo-Ivan 2025-12-27 12:01:18 -06:00
  • 46fb66ca05 Update Dockerfile for improved build efficiency and runtime configuration Sudo-Ivan 2025-12-27 12:01:03 -06:00
  • 6289ffc01d Update Docker workflow to change image name from linking-tool to webnews Sudo-Ivan 2025-12-27 02:31:54 -06:00
  • 8334b4487d Replace favicons Sudo-Ivan 2025-12-27 02:28:01 -06:00
  • d07f3f7ee0 Remove npm publish workflow Sudo-Ivan 2025-12-27 02:27:50 -06:00
  • 211616ce72 Refactor Makefile to streamline build process by introducing frontend-build target and updating desktop build dependencies v0.1.0 Sudo-Ivan 2025-12-26 23:23:24 -06:00
  • 6dc4373e09 Refactor Makefile to ensure frontend distribution directory is created before copying build artifacts for desktop builds Sudo-Ivan 2025-12-26 23:14:29 -06:00
  • 11817af64b Update publish_setup.sh to use libwebkit2gtk-4.1-dev for system dependencies Sudo-Ivan 2025-12-26 23:08:09 -06:00
  • 6e795bf946 Add Gitea workflow for automated publishing Sudo-Ivan 2025-12-26 22:50:07 -06:00
  • f94be974fc Add publishing scripts for build and release process Sudo-Ivan 2025-12-26 22:50:02 -06:00
  • fe3d850567 Update go.mod and go.sum to replace modernc.org/sqlite dependency with a new source Sudo-Ivan 2025-12-26 21:47:03 -06:00
  • 61fa5a90d0 Update go.mod and go.sum to replace go-readability dependency with a new source Sudo-Ivan 2025-12-26 21:40:20 -06:00
  • 0f98ae523d Update CI workflow by adding frontend asset upload and download steps Sudo-Ivan 2025-12-26 21:35:33 -06:00
  • 28273473e1 0.1.0 Sudo-Ivan 2025-12-26 21:31:05 -06:00
  • 10ea615b8f first commit Sudo-Ivan 2025-12-26 21:30:45 -06:00