This website requires JavaScript.
Explore
Help
Sign In
bjoernpoettker
/
paperlessmanager
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
All Workflows
Build and Push Multi-Platform Images
Manual Build and Push (custom tag)
143 workflow runs
Actor
All actors
bjoernpoettker
Status
All status
Success
Failure
Canceled
Skipped
Waiting
Running
Blocked
Canceling
Branch
All branches
main
feat: add default label template setting and apply it to print dialog selection
Build and Push Multi-Platform Images #59
:
Commit
0318fe8e7a
pushed by
bjoernpoettker
main
2026-05-09 10:41:47 +00:00
35s
View workflow file
refactor: redesign summary view in MailImportWizard to improve readability and document information layout
Build and Push Multi-Platform Images #58
:
Commit
e4f765fcfd
pushed by
bjoernpoettker
main
2026-05-09 10:16:14 +00:00
15s
View workflow file
chore: add project documentation, restrict email import permissions, and set date format in InboxPage
Build and Push Multi-Platform Images #57
:
Commit
3f2b3a7af4
pushed by
bjoernpoettker
main
2026-05-09 09:06:49 +00:00
32s
View workflow file
fix: scope barcode template permissions to specific endpoints instead of the entire controller
Build and Push Multi-Platform Images #56
:
Commit
195ebc793e
pushed by
bjoernpoettker
main
2026-05-09 08:51:20 +00:00
26s
View workflow file
feat: configure nginx proxy and response headers to support SSE for label print agent
Build and Push Multi-Platform Images #55
:
Commit
01d9aec655
pushed by
bjoernpoettker
main
2026-05-09 08:28:09 +00:00
33s
View workflow file
refactor: remove authentication guard from label-print-agent controller
Build and Push Multi-Platform Images #54
:
Commit
48d4ff1ab3
pushed by
bjoernpoettker
main
2026-05-09 08:21:55 +00:00
27s
View workflow file
feat: implement public route support and elevate auth guard log levels to info
Build and Push Multi-Platform Images #53
:
Commit
86d3c062d6
pushed by
bjoernpoettker
main
2026-05-09 08:04:18 +00:00
35s
View workflow file
feat: add detailed request logging and error tracing to API key and JWT guards
Build and Push Multi-Platform Images #52
:
Commit
367c8fe002
pushed by
bjoernpoettker
main
2026-05-09 07:56:03 +00:00
29s
View workflow file
feat: add support for API keys in Authorization header for SSE clients
Build and Push Multi-Platform Images #51
:
Commit
a207b3057e
pushed by
bjoernpoettker
main
2026-05-09 07:38:31 +00:00
28s
View workflow file
feat: add SSE event stream for print jobs, implement batch printing in frontend, and update API documentation.
Build and Push Multi-Platform Images #50
:
Commit
f4428afb9b
pushed by
bjoernpoettker
main
2026-05-09 07:05:02 +00:00
36s
View workflow file
refactor: remove remote label number fetching and default number to 1 in label print service
Build and Push Multi-Platform Images #49
:
Commit
3683fe9487
pushed by
bjoernpoettker
main
2026-05-09 06:22:07 +00:00
28s
View workflow file
fix: change json column types to simple-json in barcode template and print job entities
Build and Push Multi-Platform Images #48
:
Commit
af2af83709
pushed by
bjoernpoettker
main
2026-05-09 04:47:55 +00:00
29s
View workflow file
feat: add dd.MM.yyyy date formatting, default label number, and improve variable padding safety in label rendering
Build and Push Multi-Platform Images #47
:
Commit
ebe6f48dd9
pushed by
bjoernpoettker
main
2026-05-08 14:37:51 +00:00
31s
View workflow file
refactor: simplify LabelElementRow rendering by replacing Form.Item shouldUpdate with Form.useWatch
Build and Push Multi-Platform Images #46
:
Commit
e4d5e3457b
pushed by
bjoernpoettker
main
2026-05-08 10:29:51 +00:00
17s
View workflow file
fix: add liberation fonts to Docker image and configure resvg to use them for label rendering
Build and Push Multi-Platform Images #45
:
Commit
2fbbe1142b
pushed by
bjoernpoettker
main
2026-05-08 07:37:32 +00:00
31s
View workflow file
feat: migrate label rendering from sharp to resvg for improved SVG support
Build and Push Multi-Platform Images #44
:
Commit
658c6de74e
pushed by
bjoernpoettker
main
2026-05-08 07:05:54 +00:00
41s
View workflow file
fix: adjust text y-coordinate to account for librsvg baseline rendering limitations
Build and Push Multi-Platform Images #43
:
Commit
45c371a60d
pushed by
bjoernpoettker
main
2026-05-08 06:00:34 +00:00
28s
View workflow file
feat: add LabelPrintAgentModule to application imports
Build and Push Multi-Platform Images #42
:
Commit
c6b5431fab
pushed by
bjoernpoettker
main
2026-05-07 22:00:09 +00:00
29s
View workflow file
feat: add label preview functionality to barcode templates with backend rendering and UI modal
Build and Push Multi-Platform Images #41
:
Commit
71b447154d
pushed by
bjoernpoettker
main
2026-05-07 21:53:18 +00:00
33s
View workflow file
feat: add label configuration fields to barcode templates and implement zero-padding support in variable replacement
Build and Push Multi-Platform Images #40
:
Commit
71502df7b4
pushed by
bjoernpoettker
main
2026-05-07 21:35:24 +00:00
27s
View workflow file
feat: implement backend label print agent system for remote label rendering and job management
Build and Push Multi-Platform Images #39
:
Commit
80f862a0c0
pushed by
bjoernpoettker
main
2026-05-07 20:47:50 +00:00
33s
View workflow file
feat: extract WysiwygEditor into reusable component and add advanced formatting options
Build and Push Multi-Platform Images #38
:
Commit
0c94e7b999
pushed by
bjoernpoettker
main
2026-05-07 06:12:58 +00:00
23s
View workflow file
feat: add configurable sender name and allow users to choose between system and personal SMTP accounts when sending emails
Build and Push Multi-Platform Images #37
:
Commit
d19fd266c7
pushed by
bjoernpoettker
main
2026-05-06 18:51:35 +00:00
34s
View workflow file
feat: implement AES-256-GCM encryption for SMTP passwords with environment-based key support
Build and Push Multi-Platform Images #36
:
Commit
8212f733ab
pushed by
bjoernpoettker
main
2026-05-06 18:10:52 +00:00
27s
View workflow file
refactor: remove unused UserSettingsData type import from UserSettingsPage
Build and Push Multi-Platform Images #35
:
Commit
609e4beab2
pushed by
bjoernpoettker
main
2026-05-06 17:58:18 +00:00
16s
View workflow file
feat: implement multi-segment PDF email attachments and add PWA mobile icons
Build and Push Multi-Platform Images #33
:
Commit
443ab765c9
pushed by
bjoernpoettker
main
2026-05-06 08:15:10 +00:00
33s
View workflow file
feat: implement segment-based PDF download functionality with a dedicated UI for multi-page export
Build and Push Multi-Platform Images #32
:
Commit
415f8bbcf3
pushed by
bjoernpoettker
main
2026-05-06 07:49:57 +00:00
34s
View workflow file
refactor: replace direct Paperless upload with client-side document download functionality
Build and Push Multi-Platform Images #31
:
Commit
e08a5697f0
pushed by
bjoernpoettker
main
2026-05-06 07:31:38 +00:00
36s
View workflow file
feat: add save to paperless and send email functionality to inbox detail page with tiptap editor integration
Build and Push Multi-Platform Images #30
:
Commit
4f1f030423
pushed by
bjoernpoettker
main
2026-05-06 06:49:39 +00:00
46s
View workflow file
refactor: remove vertical separator from inbox detail page toolbar
Build and Push Multi-Platform Images #29
:
Commit
771c758fc7
pushed by
bjoernpoettker
main
2026-05-06 06:31:09 +00:00
16s
View workflow file
First
Previous
1
2
3
4
5
Next
Last