Alexander Puzynia
a5003cb2aa
style(services): remove unused usings
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-07-23 14:11:27 -06:00
Alexander Puzynia
c1796769dc
style(services): remove unused usings
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-07-23 14:11:27 -06:00
Alexander Puzynia
0cfec8bcd8
style(services): remove unused usings
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-07-23 14:11:27 -06:00
Alexander Puzynia
f4207cf9b3
refactor(services): update BookFileProcessor to use BookFileType for processor retrieval
2025-07-23 14:11:27 -06:00
Alexander Puzynia
3f23e4a3eb
refactor(services): add LibraryFileProcessorRegistry to get processor based on scan mode
2025-07-23 14:11:27 -06:00
Alexander Puzynia
d6c3c8e4c6
test(service): add unit tests for FileAsBookProcessor to validate library file processing
2025-07-23 14:11:27 -06:00
Alexander Puzynia
31e4ae2972
refactor(service): integrate BookFileProcessorRegistry for handling multiple book file formats
2025-07-23 14:11:27 -06:00
Alexander Puzynia
3d17159c59
refactor(services): add common BookFileProcessorRegistry for all current and future book file processors
2025-07-23 14:11:27 -06:00
Alexander Puzynia
b7a17e1405
refactor(service): use full path instead of just name to sync book files
2025-07-23 14:11:27 -06:00
Alexander Puzynia
c9e05b1c28
refactor(library): extract processLibraryFiles into separate FileAsBookProcessor class
2025-07-23 14:11:27 -06:00
Alexander Puzynia
f084bb1da6
refactor(library): remove checked IOException
2025-07-23 14:11:27 -06:00
Alexander Puzynia
395fcca80d
refactor(api/services): don't scan library files twice on rescan
2025-07-23 14:11:27 -06:00
Alexander Puzynia
2e7bad742b
File processing minor refactoring ( #751 )
...
* refactor(service): remove finishAndReturnBook to avoid hash calculation twice
* refactor(service): remove forceProcess argument cause it always passed as false
* refactor(services): merge FileProcessor into BookFileProcessor
2025-07-23 12:15:13 -06:00
aditya.chandel
a15eb8684f
Fix incorrect file path resolution when using {currentFilename} in naming pattern
2025-07-21 23:09:42 -06:00
aditya.chandel
4fe00e3bce
Fix scheduled library rescan failing due to missing authentication
2025-07-21 18:42:27 -06:00
aditya.chandel
c96997c2d8
Enhance README with clear, concise key features overview
2025-07-21 18:28:18 -06:00
aditya.chandel
bfc7ae7694
Remove "Remote Authentication" from documentation section in favor of SSO
2025-07-21 18:13:27 -06:00
aditya.chandel
60e7ff8403
Responsive UI enhancements for mobile device
2025-07-21 18:08:50 -06:00
aditya.chandel
99d43bca1e
Add buttons to open BookLore documentation in topbar and mobile menu
2025-07-21 18:02:29 -06:00
aditya.chandel
65741dc855
Move logout tooltip to left
2025-07-21 17:32:00 -06:00
aditya.chandel
49c4519cf7
Persist cover scale preference per device using LocalStorage
...
- Store cover scale preference locally to allow different settings per device (desktop, mobile)
- Disabled backend saving for cover scale but kept code commented for future reference
- Load scale preference from LocalStorage on init for faster and device-specific UX
2025-07-21 17:27:32 -06:00
Taylan Tatlı
ca5a09f740
Fix dark theme detection when <html> has multiple classes ( #747 )
2025-07-21 09:31:39 -06:00
rahairston
a8ba708477
Adding minor code to Fix file permissions on Upload ( #752 )
...
Adding permission changes to temp file to allow proper upload
2025-07-21 09:25:22 -06:00
aditya.chandel
e8469fdcc2
Add documentation website link
2025-07-20 15:21:24 -06:00
aditya.chandel
06e58233b1
Progressive UI Refinements for Mobile and Desktop Layouts
2025-07-19 15:43:49 -06:00
aditya.chandel
fe2d307d2a
Use 100dvh to fix layout issue in mobile devices
2025-07-19 14:37:45 -06:00
aditya.chandel
de005398df
Adds Upload Status Label and Instructions for Book Uploads
2025-07-19 11:54:32 -06:00
aditya.chandel
28521bd757
Improve metadata editor layout
2025-07-19 11:28:32 -06:00
MBaliver
a6bc466083
Icon Changes
...
Changes all the logo assets to use #818CF8 as the primary color.
2025-07-19 11:06:35 -06:00
aditya.chandel
177528e640
Implement Bookdrop: Watch folder for file drops and auto-process uploads
2025-07-19 11:05:59 -06:00
aditya.chandel
5064706b8f
Add option to update read status from book card menu
2025-07-14 12:01:28 -06:00
aditya.chandel
084509a974
Fix correct color rendering issue in Firefox light mode
2025-07-14 11:34:05 -06:00
aditya.chandel
6b75ea7d95
Restore “Page Count” field in book edit form
2025-07-14 10:56:16 -06:00
aditya.chandel
451d0b6e50
Implement accent-insensitive search in global and library-specific search
2025-07-14 10:44:03 -06:00
aditya.chandel
c0e993c37a
Add support for updating read status of multiple books at once
2025-07-14 10:31:32 -06:00
aditya.chandel
77d68108ab
Add support for bulk reading progress reset
2025-07-14 09:19:22 -06:00
aditya.chandel
ec7846abf6
Fix: enable nested scrolling in filter accordion panel
2025-07-13 23:33:53 -06:00
aditya.chandel
116f0c950e
Implement interactive metadata review for batch updates, with progress tracking and a unified notification system
2025-07-13 23:32:08 -06:00
Juror2372
6576f3351a
Update EmailService.java
...
# Enhanced Email Service: SSL Support and Extended Timeouts
## Problem Statement
The current `EmailService` has two significant limitations:
1. **Hardcoded short timeouts (15 seconds)** that cause failures with slow SMTP servers, particularly cPanel and shared hosting providers
2. **Missing SSL support** for port 465 connections - only STARTTLS is supported
This results in timeout errors when using SMTP servers that require longer response times or SSL connections.
## Changes Made
### 1. Extended Timeouts
- **Increased default timeouts from 15 seconds to 60 seconds**
- Added configurable timeouts via system properties
- Added write timeout configuration (previously missing)
**Before:**
```java
mailProps.put("mail.smtp.connectiontimeout", 15000); // 15 seconds
mailProps.put("mail.smtp.timeout", 15000); // 15 seconds
```
**After:**
```java
mailProps.put("mail.smtp.connectiontimeout", 60000); // 60 seconds
mailProps.put("mail.smtp.timeout", 60000); // 60 seconds
mailProps.put("mail.smtp.writetimeout", 60000); // 60 seconds (new)
```
### 2. Full SSL Support
- **Added SSL configuration for port 465**
- **Auto-detection based on port and `ssl_enable` field**
- **Enhanced security with modern TLS protocols**
**New SSL Configuration:**
```java
mailProps.put("mail.transport.protocol", "smtps");
mailProps.put("mail.smtp.ssl.enable", "true");
mailProps.put("mail.smtp.ssl.trust", emailProvider.getHost());
mailProps.put("mail.smtp.ssl.protocols", "TLSv1.2,TLSv1.3");
```
### 3. Improved Connection Type Detection
- **Automatic detection** of SSL, STARTTLS, or plain connections
- **Support for `ssl_enable` database field**
- **Port-based auto-configuration** (465=SSL, 587=STARTTLS)
### 4. Enhanced Debugging and Logging
- **Configurable debug mode** via system properties
- **Detailed connection type logging**
- **Better error context** for troubleshooting
## Database Schema Compatibility
This enhancement works with the existing database schema and is **fully backward compatible**. It also supports the enhanced schema with `ssl_enable` and `connection_type` fields:
```sql
ALTER TABLE email_provider
ADD COLUMN ssl_enable BOOLEAN NOT NULL DEFAULT FALSE,
ADD COLUMN connection_type VARCHAR(20) NOT NULL DEFAULT 'STARTTLS';
```
## Configuration Examples
### SSL (Port 465)
```
Host: smtp.gmail.com
Port: 465
ssl_enable: true
start_tls: false
```
### STARTTLS (Port 587)
```
Host: smtp.gmail.com
Port: 587
ssl_enable: false
start_tls: true
```
### Auto-Detection
- **Port 465** → Automatically configured as SSL
- **Port 587 + start_tls=true** → Automatically configured as STARTTLS
- **ssl_enable=true** → Forces SSL regardless of port
## System Property Overrides
Timeouts can be customized via system properties:
```bash
-Dmail.smtp.connectiontimeout=30000
-Dmail.smtp.timeout=30000
-Dmail.smtp.writetimeout=30000
-Dmail.debug=true
```
## Benefits
1. **Broader SMTP Server Compatibility** - Works with cPanel, Exchange, and slow SMTP servers
2. **Enhanced Security** - Full SSL support with modern TLS protocols
3. **Better Reliability** - Extended timeouts prevent premature failures
4. **Improved Debugging** - Better logging and configurable debug mode
5. **Backward Compatibility** - No breaking changes to existing configurations
## Testing
This enhancement has been tested with:
- ✅ cPanel SMTP servers (both SSL and STARTTLS)
- ✅ Gmail SMTP (ports 465 and 587)
- ✅ Corporate Exchange servers
- ✅ Various shared hosting providers
## Impact
- **Fixes timeout issues** with slow SMTP servers
- **Enables SSL email providers** that were previously unsupported
- **Maintains full backward compatibility**
- **No database migration required** (but supports enhanced schema)
---
**This fix resolves timeout issues reported by users with cPanel and other slow SMTP providers while adding comprehensive SSL support for enhanced security.**
2025-07-13 00:39:51 -06:00
aditya.chandel
15970ad1b1
Accordion filter panels missing scroll for overflowing content
2025-07-10 09:44:06 -06:00
aditya.chandel
480eb92f7d
Fix read status filter showing only “Unknown” with no results
2025-07-10 09:43:36 -06:00
aditya.chandel
538854b397
Enhanced metadata viewer, editor, picker and searcher
2025-07-09 22:46:56 -06:00
aditya.chandel
ceac960943
Add ability to reset reading progress for a book
2025-07-08 17:33:19 -06:00
aditya.chandel
5afe0a1b0a
feat: move read status tracking to per-user progress entity
...
- Removed global `readStatus` field from `BookEntity`
- Added `read_status` column to `UserBookProgressEntity` for per-user tracking
- Added Flyway migration to introduce `read_status` column to `user_book_progress`
2025-07-08 17:06:45 -06:00
aditya.chandel
4899a6ccd3
Add CONTRIBUTING.md with project setup and contribution guidelines
2025-07-08 16:27:14 -06:00
aditya.chandel
2c72790334
Feature: add table column visibility configuration
...
- Introduced a multi-select dropdown for customizing visible columns in the book browser table
- Implemented per-user persistence using UserService settings
- Saved preferences include visibility and column order
- Ensured all available columns are listed even when hidden
2025-07-08 15:20:32 -06:00
aditya.chandel
d0edf800c7
Improve UI compatibility for mobile devices
2025-07-07 14:52:11 -06:00
aditya.chandel
c8b994ed82
Remove lock icon from the book card
2025-07-06 18:09:56 -06:00
aditya.chandel
897a3c2fb6
Improve Aesthetics of Login and Admin Setup Views
2025-07-04 19:09:05 -06:00
aditya.chandel
8edf589f3d
Fix 'Lock wait timeout exceeded exception' during library re-scan
2025-07-04 17:19:45 -06:00