Maksim Eltyshev
d5d3f1de44
chore: Update version
planka-2.0.2
v2.0.2
2026-02-23 18:44:06 +01:00
Maksim Eltyshev
4e9e842e3d
chore: Update server dependencies
2026-02-23 18:12:14 +01:00
Fabian Reinold
605dcace54
fix(gravatar): Update hash algorithm to SHA-256 for improved security ( #1550 )
2026-02-23 16:59:55 +01:00
SnoozeFreddo
61753f08eb
fix(helm): Add writable temp directory mounts when readOnlyRootFilesystem is enabled ( #1542 )
2026-02-20 16:18:30 +01:00
Maksim Eltyshev
52c96c6c8f
fix(platform): Make app compatible with Windows
2026-02-19 20:15:28 +01:00
Maksim Eltyshev
2a1760393f
fix(dropzone): Prevent dropzone from overflowing content
2026-02-19 17:09:21 +01:00
seals187
7758312e05
fix(backup): Improve backup/restore scripts, allow specifying backup directory ( #1541 )
2026-02-19 13:13:12 +01:00
Maksim Eltyshev
414418130d
chore: Update version
planka-2.0.1
v2.0.1
2026-02-17 15:55:56 +01:00
Maksim Eltyshev
d83ea4b146
fix(terms): Display template notice, support custom terms loading
...
Closes #1523
2026-02-17 15:37:26 +01:00
Fabian Reinold
addad4378a
feat(helm): Add image digest pinning support ( #1531 )
...
* feat(helm): add image digest field to values
- Add optional 'digest' field under image.repository configuration
- Allows users to pin container images by SHA256 digest
- Improves security through immutable image identification
- Fully backward compatible (digest is optional)
* feat(helm): implement image digest pinning in deployment template
- Add conditional logic to support SHA256 digest in image references
- When digest is set with tag: generates 'repository:tag@sha256:digest'
- When digest is set without tag: generates 'repository@sha256:digest'
- Preserves backward compatibility with tag-only deployments
- Validates tag presence to avoid invalid image references
* docs(helm): add image digest pinning documentation
- Add 'Image Digest Pinning' section under Advanced Configuration
- Include methods for finding image digests (docker inspect, skopeo)
- Document two usage options:
- Option 1: Digest with tag (recommended) for reference + verification
- Option 2: Digest only for minimalist configuration
- Explain security benefits (immutability, supply chain security, reproducibility)
- Provide complete helm and values.yaml examples
2026-02-16 14:25:47 +01:00
Maksim Eltyshev
b9967feeea
fix(socket): Handle transport error during reconnection after idle
2026-02-16 10:50:09 +01:00
Maksim Eltyshev
dbcdd62bdf
docs: Update readme
2026-02-12 16:03:53 +01:00
Maksim Eltyshev
ff4177f27a
chore: Fix index view extension in ignore files
2026-02-11 23:00:45 +01:00
Maksim Eltyshev
f68e7d156e
chore: Fix data path in docker-restore script
2026-02-11 22:58:40 +01:00
Maksim Eltyshev
bda32e0247
chore: Update version
planka-2.0.0
v2.0.0
2026-02-11 14:34:56 +01:00
Maksim Eltyshev
168776aef8
chore: Bump terms
2026-02-11 14:03:37 +01:00
Maksim Eltyshev
d84b615815
ci: Fix sed when updating Dockerfile to use prebuilt client
2026-02-11 13:08:06 +01:00
Maksim Eltyshev
16b228e54e
fix: Prevent collisions when generating local ids
2026-02-11 11:59:57 +01:00
Maksim Eltyshev
0db1a5cf0e
chore: Support multiple term types
2026-02-10 22:53:22 +01:00
Maksim Eltyshev
1d0b3e9af8
ci: Fix path to terms
2026-02-10 21:49:33 +01:00
Maksim Eltyshev
dabdedf6c4
ref: Little refactoring
2026-02-10 21:43:58 +01:00
Maksim Eltyshev
a82ae49fe4
chore: Unify term types
2026-02-10 21:14:56 +01:00
Hayden Welch
e7326303cd
docs: Validate Swagger docs ( #1486 )
2026-02-10 19:35:39 +01:00
Maksim Eltyshev
b2e3aac314
chore: Upgrade data structure only if S3 is enabled
2026-02-10 18:52:25 +01:00
Maksim Eltyshev
8c4859fed5
chore: Sync upgrade script with latest changes
2026-02-10 18:34:26 +01:00
Maksim Eltyshev
e219e5be42
ci: Restore latest tag
2026-02-10 15:31:05 +01:00
Maksim Eltyshev
7d613dc171
docs: Bump last updates
2026-02-10 15:00:19 +01:00
Maksim Eltyshev
d63cc28f23
ci: Optimize Docker image build by prebuilding client
2026-02-09 21:48:44 +01:00
Maksim Eltyshev
8898a0f0a2
fix: Block unsupported local Apprise schemas
2026-02-09 13:35:04 +01:00
Maksim Eltyshev
538280d197
feat: Add configurable proxy for outgoing traffic to prevent SSRF
2026-02-09 13:33:27 +01:00
Maksim Eltyshev
aa3ebd5add
feat: Apply color to entire list instead of card bottoms
2026-02-08 00:06:32 +01:00
Maksim Eltyshev
f8cd7474d1
chore: Update client dependencies
2026-02-04 17:52:04 +01:00
Maksim Eltyshev
450bd875c1
chore: Update server dependencies
2026-02-04 12:53:15 +01:00
Maksim Eltyshev
8df5a111bf
fix: Forward headers correctly when reading from S3
2026-02-04 11:34:47 +01:00
Maksim Eltyshev
3c33161df6
fix: Fix server error when fetching custom field group
...
Closes #1507
2026-02-01 00:14:07 +01:00
Maksim Eltyshev
052edc9fb1
feat: Migrate file storage to unified data directory
2026-01-31 20:27:15 +01:00
Maksim Eltyshev
6335b3bd3c
fix: Enhance response headers for file attachments
2026-01-30 21:53:53 +01:00
Maksim Eltyshev
db99227f32
feat: Re-stream static files from S3, introduce protected static files
2026-01-30 21:45:18 +01:00
Maksim Eltyshev
a5dc0a64ac
build: Upgrade pip at build time, bump node-redis and apprise
2026-01-29 13:21:53 +01:00
Maksim Eltyshev
b37ca68d61
chore: Auto-update internal version for nightly build, improve version display in UI
2026-01-29 00:24:57 +01:00
Maksim Eltyshev
31dd816e30
docs: Clarify nested pagination cursor in Swagger
2026-01-28 16:53:33 +01:00
Maksim Eltyshev
d688a64e36
feat: Add OIDC debug mode
2026-01-27 22:34:08 +01:00
Maksim Eltyshev
2c4369159b
fix: Hide unlinking SSO when OIDC is enforced
2026-01-26 22:21:27 +01:00
Maksim Eltyshev
b2da1a5e18
docs: Add missing details to Swagger
2026-01-26 21:44:00 +01:00
Maksim Eltyshev
2b699f77f4
feat: Add ability to unlink SSO from user
2026-01-26 21:18:32 +01:00
Maksim Eltyshev
ee917c545c
chore: Update dependencies
2026-01-26 14:11:20 +01:00
Maksim Eltyshev
3b8ad26169
feat: Add ability to pre-fill login credentials in demo mode
2026-01-25 20:17:13 +01:00
Maksim Eltyshev
ffdb7254b3
fix: Enable favorites by default
2026-01-25 18:37:56 +01:00
Maksim Eltyshev
b52604045d
fix: Correctly track password field modification in SMTP pane
2026-01-23 20:32:23 +01:00
Maksim Eltyshev
267fce0505
fix: Prevent deactivated users from receiving socket events when possible
2026-01-23 19:38:58 +01:00