1
0
Fork 0
mirror of https://github.com/plankanban/planka.git synced 2025-07-18 20:59:44 +02:00
Commit graph

719 commits

Author SHA1 Message Date
knif3
145cfcf268 fix: Fix path to apple-touch-icon (#948) 2024-11-18 22:43:28 +01:00
Derzsi Dániel
480c280ab3 fix: Lazy initialize OIDC client (#947) 2024-11-18 22:38:52 +01:00
Maksim Eltyshev
2109fea800 chore: Update version 2024-11-18 00:00:32 +01:00
Maksim Eltyshev
2ab33b1b73 fix: Disable pointer events when dragging 2024-11-17 23:45:29 +01:00
Maksim Eltyshev
54387b458e fix: Prevent list with multiline title from overflowing board view
Closes #377
2024-11-17 23:37:43 +01:00
Maksim Eltyshev
bdc7832d6f fix: Consider language specifics when parsing time
Closes #946
2024-11-16 18:13:13 +01:00
Maksim Eltyshev
8be6291241 chore: Update version 2024-11-12 19:14:28 +01:00
Maksim Eltyshev
be9dd30cd1 ref: Rename folder to dir for consistency 2024-11-12 17:07:04 +01:00
Maksim Eltyshev
0ae8b27836 Merge branch 'master' of https://github.com/plankanban/planka 2024-11-12 15:58:27 +01:00
Maksim Eltyshev
97f4c0ab0d fix: Secure S3 attachments, bump SDK, refactoring
Closes #673
2024-11-12 15:58:22 +01:00
Jan Welslau
31839b520b fix: Use planka.fullname for postgres secret name in Helm (#939)
Closes #704
2024-11-12 14:18:36 +01:00
Nguyễn Hải Quang
f20a3d50f5 feat: Add S3 support for uploads (#938) 2024-11-11 14:59:18 +01:00
Maksim Eltyshev
06a574f766 chore: Update version 2024-10-31 14:58:29 +01:00
Maksim Eltyshev
02ed280e2d fix: Save description when clicking outside 2024-10-31 14:56:11 +01:00
Maksim Eltyshev
369bee63b1 fix: Include previous data state in webhook
Closes #809
2024-10-31 00:48:49 +01:00
Maksim Eltyshev
036cdc058a ref: Refactoring 2024-10-30 22:28:25 +01:00
Elllone
e4fd0eda16 feat: Telegram bot notifications (#928) 2024-10-30 22:11:52 +01:00
Maksim Eltyshev
e3068490ba chore: Update version 2024-10-27 22:05:18 +01:00
dependabot[bot]
776c7b0ac9 chore(deps): Bump http-proxy-middleware from 2.0.6 to 2.0.7 in /client (#922)
Bumps [http-proxy-middleware](https://github.com/chimurai/http-proxy-middleware) from 2.0.6 to 2.0.7.
- [Release notes](https://github.com/chimurai/http-proxy-middleware/releases)
- [Changelog](https://github.com/chimurai/http-proxy-middleware/blob/v2.0.7/CHANGELOG.md)
- [Commits](https://github.com/chimurai/http-proxy-middleware/compare/v2.0.6...v2.0.7)

---
updated-dependencies:
- dependency-name: http-proxy-middleware
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-27 21:18:12 +01:00
Holden Hu
666fe94961 feat: Improve UX of comment actions (#924)
Closes #915
2024-10-27 21:17:08 +01:00
Zananok
aad6eda3e9 feat: Add multiple task creation with Ctrl+Enter (#921) 2024-10-27 21:03:59 +01:00
leroyloren
588f513a91 fix: Update Czech translation (#920) 2024-10-24 15:39:20 +02:00
Maksim Eltyshev
dedaf99276 chore: Update version 2024-10-22 21:41:07 +02:00
Maksim Eltyshev
0bc2975797 feat: Attachments icon on front of cards
Closes #225
2024-10-22 21:38:04 +02:00
Maksim Eltyshev
96a1049fb6 feat: Description icon on front of cards
Closes #563
2024-10-22 21:22:46 +02:00
Maksim Eltyshev
13e0dde728 chore: Bump sails version 2024-10-22 21:00:37 +02:00
Maksim Eltyshev
15115b965a docs: Add invitation to TestFlight 2024-10-22 20:37:29 +02:00
Maksim Eltyshev
b61ac4a878 chore: Bump postgres version to 16 in compose files 2024-10-22 20:22:23 +02:00
Holden Hu
2b2c772e4a chore: Pin postgres version for docker-compose-db (#919)
Closes #918
2024-10-22 20:16:26 +02:00
Maksim Eltyshev
3eb488ce61 fix: Format-agnostic time parsing
Closes #916
2024-10-21 14:11:26 +02:00
Maksim Eltyshev
16eb1823e1 ci: Add lint workflow 2024-10-17 23:51:47 +02:00
dependabot[bot]
d648edc680 chore(deps): Bump cookie and express in /client (#912)
Bumps [cookie](https://github.com/jshttp/cookie) and [express](https://github.com/expressjs/express). These dependencies needed to be updated together.

Updates `cookie` from 0.6.0 to 0.7.1
- [Release notes](https://github.com/jshttp/cookie/releases)
- [Commits](https://github.com/jshttp/cookie/compare/v0.6.0...v0.7.1)

Updates `express` from 4.21.0 to 4.21.1
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/4.21.1/History.md)
- [Commits](https://github.com/expressjs/express/compare/4.21.0...4.21.1)

---
updated-dependencies:
- dependency-name: cookie
  dependency-type: indirect
- dependency-name: express
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-17 22:15:39 +02:00
Nalem7
096feb35bb test: Add BDD UI tests using Playwright (#911) 2024-10-17 22:06:48 +02:00
Amrita
4efc3be8d5 test: Setup UI test using BDD approach (#152) 2024-10-17 20:18:31 +02:00
Maksim Eltyshev
7f4bc1bb62 ci: Omit version completely from prebuild asset 2024-10-09 14:53:16 +02:00
Maksim Eltyshev
93dadd8d27 ci: Fix naming of prebuild asset 2024-10-09 14:40:22 +02:00
Maksim Eltyshev
d40a5215dc chore: Update version 2024-10-09 14:25:19 +02:00
Maksim Eltyshev
38d349e7f5 feat: Add British English translation 2024-10-09 14:22:22 +02:00
Maksim Eltyshev
309c2ed762 feat: Ability to upload multiple attachments at once
Closes #908
2024-10-09 12:38:18 +02:00
Maksim Eltyshev
0b3b6a30fc docs: Add information about mobile app 2024-10-03 19:07:59 +02:00
Maksim Eltyshev
54ba82350e ci: Omit version from prebuild asset label 2024-10-02 15:20:10 +02:00
Maksim Eltyshev
f849a79243 chore: Update version 2024-10-02 14:18:54 +02:00
Maksim Eltyshev
db6180025b feat: Ability to disable SMTP certificate verification
Closes #744
2024-10-02 14:10:31 +02:00
dependabot[bot]
77c0a5975f chore(deps): Bump rollup from 2.79.1 to 2.79.2 in /client (#898)
Bumps [rollup](https://github.com/rollup/rollup) from 2.79.1 to 2.79.2.
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rollup/rollup/compare/v2.79.1...v2.79.2)

---
updated-dependencies:
- dependency-name: rollup
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-02 12:32:10 +02:00
JoeKer1
451207d0fc feat: Support for service annotations in Helm (#903)
Closes #902
2024-10-02 12:30:55 +02:00
Maksim Eltyshev
e75a17b0da chore: Update version 2024-09-20 20:41:54 +02:00
Matthew Stickney
37fc7847e8 feat: Configurable file storage locations (#886)
* feat: Make logfile location customizable

It may be desirable to log to a more standard location (e.g. in /var/log/),
or in some cases to turn logging to file off. To support these, use a
custom config property to determine the location of the output log file,
and default to the previous location if it is unset.

* feat: Support alternate storage locations for uploaded files

This involves a couple primary changes:
1) to make Sails' temporary file-upload directory a configurable location
   by using a common file-upload-receiving helper;
2) to create custom static routes for the file-upload locations, so they
   can be outside the application's public directory; and
3) to use the file-uploading handler everywhere that receives files, so
   config for the helper is applied to all file uploads consistently.

This is sufficient to allow the application directory to be deployed read-
only, with writable storage used for file uploads. The new config property
for Sails' temporary upload directory, combined with the existing settings
for user-avatar and background-image locations are sufficient to handle
uploads; the new custom routes handle serving those files from external
locations.

The default behavior of the application should be unchanged, with files
uploaded to, and served from, the public directory if the relevant
config properties aren't set to other values.
2024-09-20 20:29:11 +02:00
iMarKoLiGa
fca77c02b3 feat: Ability to configure OIDC claims source (#888)
Closes #884
2024-09-20 16:19:54 +02:00
Ahmed
1dfdd8f6c7 feat: Add Yemeni Arabic translation (#880) 2024-09-18 14:17:51 +02:00
Maksim Eltyshev
c43f828af4 chore: Update version 2024-09-16 21:21:30 +02:00