29 Commits

Author SHA1 Message Date
Sam Chau
7bd2ee2493 fix: fallback to execCommand to copy logs to clipboard 2026-01-22 18:01:46 +10:30
Sam Chau
4efefe63ca feat: simplify language support in quality profiles
- moved language field in quality profile general page
- simplify transformation for sonarr by making languages optional
2026-01-22 14:02:43 +10:30
Sam Chau
12ba7540f7 docs: font/squish 2026-01-22 12:15:33 +10:30
Sam Chau
7ad2da8739 feat: github caching with tll, improves loading times on databases/changes/about pages 2026-01-22 12:13:04 +10:30
Sam Chau
e011c2df1a fix: ocd 2026-01-22 11:49:47 +10:30
Sam Chau
6577174a22 feat: implement basic cooldown, remove old time based one 2026-01-22 11:37:05 +10:30
Sam Chau
d41971dfc1 feat: add pagination to settings > logs 2026-01-22 09:33:07 +10:30
Sam Chau
46e5e2a059 refactor: moved upgrade/filter info into a seperate page on upgrades/info 2026-01-22 09:25:39 +10:30
Sam Chau
76e51c9194 feat: add default delay profiles for arrs, with feedback mechanism 2026-01-22 08:24:58 +10:30
Sam Chau
627a673453 style: use dropdown select instead of toggle on upgrades / rename page 2026-01-21 17:18:20 +10:30
Sam Chau
0d1e95532b docs(scratchpad): adding feedback tasks from seraphys 2026-01-21 07:54:20 +10:30
Sam Chau
9b5b00fd99 fix: entrypoint - only make group if does not exist at GID 100. Also other docs rambling because i can't be bothered to make another commit 2026-01-21 03:36:41 +10:30
Sam Chau
793b2b6bce docs(scratchpad): floating some thoughts for more fleshed out filter cooldown (exponential backoff) 2026-01-21 00:53:19 +10:30
Sam Chau
facf391f16 style: improve platform/version card in sidebar 2026-01-20 00:56:51 +10:30
Sam Chau
f29d80c7ab chore: docker build workflows 2026-01-19 21:56:39 +10:30
Sam Chau
221d0fffb4 chore: formatting 2026-01-19 09:54:41 +10:30
Sam Chau
5c529e665a fix: require media management settings before quality profile sync 2026-01-18 18:10:53 +10:30
Sam Chau
de39481d4d feat: renaminatorr logic, jobs, long notif support 2026-01-18 02:06:51 +10:30
Sam Chau
47ba9dd7e9 feat: manual incoming changes handling
- Enhanced Git class to include method for fetching incoming changes from remote repository.
- Implemented logic to retrieve and display incoming commits in the changes page.
- Updated API routes to handle incoming changes and pull requests.
- Modified UI components to show incoming changes and allow users to pull updates.
- Improved actions bar to disable commit actions when there are incoming changes.
- Added sync button to refresh repository status and check for updates.
2026-01-17 15:25:24 +10:30
Sam Chau
7c1952d264 refactor: add date utility for consistent UTC handling 2026-01-17 14:31:48 +10:30
Sam Chau
656a3e3114 feat: enhance entity testing with auto import releases functionality 2026-01-16 19:05:57 +10:30
Sam Chau
93259d3ce0 chore: license (AGPL-3.0), contributing and readme complete
- removed old dev docs
2026-01-15 19:25:42 +10:30
Sam Chau
456ecc298b feat(api): add health check and OpenAPI docs
- Implemented health check endpoint to monitor application status and components.
- Added OpenAPI specification endpoint to serve the API documentation.
- Introduced new TypeScript definitions for API paths and components.
2026-01-15 16:50:28 +10:30
Sam Chau
74b38df686 feat: add entity and release management components
- Created EntityTable component for displaying test entities with expandable rows for releases.
- Implemented ReleaseTable component to manage and display test releases with actions for editing and deleting.
- Added ReleaseModal component for creating and editing releases
- Introduced types for TestEntity, TestRelease, and related evaluations
- Enhanced general settings page to include TMDB API configuration with connection testing functionality.
- Added TMDBSettings component for managing TMDB API access token with reset and test connection features.
2026-01-14 23:50:20 +10:30
Sam Chau
b360dfbcae feat(docs): add database schema and manifest specification 2025-12-31 00:02:50 +10:30
Sam Chau
5c26d6d7b2 feat(parser): implement C# parser microservice with regex-based title parsing
- Added RegexReplace class for handling regex replacements.
- Created ReleaseGroupParser for extracting release groups from titles.
- Developed TitleParser for parsing movie titles, including editions and IDs.
- Introduced QualitySource, Resolution, QualityModifier enums and QualityResult class for quality metadata.
- Set up Dockerfile and docker-compose for containerized deployment.
- Implemented ASP.NET Core web API for parsing requests.
- Added TypeScript client for interacting with the parser service.
- Enhanced configuration to support dynamic parser service URL.
2025-12-30 10:33:52 +10:30
Sam Chau
7a6f8cfd08 feat(docs): add comprehensive architecture guide for Profilarr 2025-12-29 19:00:20 +10:30
Sam Chau
0622046e53 chore(setup): remove existing codebase 2025-10-18 00:09:35 +10:30
Sam Chau
ca84a1c95b feature: merge conflict detection and resolution (#6)
- pulls now correctly identify merge conflicts and enter a merge state
- user resolves each file individually
- commit resolve merge state
- allows users to keep custom changes and pull in updates
- improve commit message component
- seperated commit / add functionality
2025-02-05 16:09:58 +10:30