1
0
Fork 0
mirror of https://github.com/plankanban/planka.git synced 2025-08-02 20:15:27 +02:00
Commit graph

784 commits

Author SHA1 Message Date
Maksim Eltyshev
4941a19483 ref: Revert package-lock file, refactoring 2025-06-06 14:10:32 +02:00
symonbaikov
305b46f48a chore: remove unused LocaleFlag styles
- Deleted the LocaleFlag.module.scss file as its styles are no longer needed following recent refactoring of flag rendering logic.
2025-06-06 14:58:56 +03:00
symonbaikov
9ba6722bff refactor: simplify flag rendering in AccountPane
- Removed unnecessary locale flag styles and updated flag rendering logic
- Changed flag representation to use a simpler structure with country code and name
2025-06-06 14:56:20 +03:00
symonbaikov
7b7743ef2a feat: add Greek language support
- Added 'el-GR' locale to the client-side locales array
- Included 'el-GR' in the server-side LANGUAGES constant
- Updated i18n configuration to support Greek language
2025-06-05 22:46:00 +03:00
symonbaikov
0177a6fef0 chore: remove react-world-flags dependency and update flag rendering
- Removed react-world-flags from package.json and package-lock.json
- Updated flag rendering in AccountPane to use image tags with flagcdn for better performance and reliability
2025-06-05 20:52:37 +03:00
Symon Baikov
5906e660cd
Merge branch 'plankanban:master' into master 2025-06-05 18:37:01 +03:00
symonbaikov
e14795cd27 feat: use react-world-flags for language selector and unify flag styles
- Switched language selector flags to react-world-flags for reliable SVG rendering
- Added dedicated SCSS module for flag styling to ensure consistent size and alignment
- All flags are now perfectly centered and visually unified in the dropdown
- Removed old flag-icons integration and related styles
2025-06-05 18:35:55 +03:00
Maksim Eltyshev
21f90610bc fix: Prevent auto-filling title in YFM note
Closes #1172
2025-06-05 15:10:46 +02:00
Christian T R
608a7c983f
fix: Update Danish translation (#1173) 2025-06-05 14:06:45 +02:00
Maksim Eltyshev
dd5e0f448f fix: Prevent text overflow in card name 2025-06-05 00:01:34 +02:00
Maksim Eltyshev
c4a48d510b feat: Add download button for file attachments 2025-06-05 00:00:36 +02:00
Mario Aparcero
2f62d56242
fix: Update Spanish translation (#1170) 2025-06-04 22:45:28 +02:00
Maksim Eltyshev
4eb8b75c24 license: Remove ambiguity in usage restrictions 2025-06-04 21:04:00 +02:00
Maksim Eltyshev
49770ea9ec ref: Move comment counter logic into Card model 2025-06-04 18:38:39 +02:00
Anthony
40a84d0c8a
feat: Allow to add custom annotations for deployment in Helm (#1168) 2025-06-04 12:25:43 +02:00
Maksim Eltyshev
9690f7b73f fix: Prevent text overflow in activities 2025-06-03 23:15:07 +02:00
Maksim Eltyshev
04b97b66cb chore: Update dependencies 2025-06-03 13:02:16 +02:00
Maksim Eltyshev
46f4d5c1f8 fix: Canonicalize locale codes 2025-06-03 12:46:06 +02:00
Maksim Eltyshev
fc7863aaaf fix: Add mentions support when editing comments 2025-06-02 21:35:51 +02:00
Maksim Eltyshev
6c2999044b chore: Update logo assets 2025-06-02 20:13:22 +02:00
Maksim Eltyshev
a2495b664e chore: Add missing things 2025-06-02 19:44:08 +02:00
Jason Jack
e0374f30db
build: Add tmpfs to compose file (#1165) 2025-06-02 19:39:10 +02:00
Maksim Eltyshev
665f9998dc fix: Prevent auto-updating translation files when key is missing 2025-06-01 21:44:14 +02:00
Maksim Eltyshev
fcf1fc4319 ref: Little refactoring 2025-06-01 20:53:35 +02:00
Maksim Eltyshev
4e05b88ecf chore: Add links to GitHub
Closes #1161
2025-05-31 00:10:00 +02:00
Roman Zavarnitsyn
c0b0436851
feat: Add ability to mention users in comments (#1162) 2025-05-30 22:01:29 +02:00
Maksim Eltyshev
eb2a3a2875 ref: Fix locale position 2025-05-30 13:44:58 +02:00
Niccolò Pedrini
74274e511f
fix: Update Italian translation (#1163) 2025-05-30 13:42:57 +02:00
Maksim Eltyshev
40e107d6d4 chore: Update version 2025-05-27 23:37:47 +02:00
Maksim Eltyshev
39df82c1ce license: Provide additional details 2025-05-27 23:35:00 +02:00
Roman Zavarnitsyn
42817c5199
feat: Add CSV attachment viewer (#1154) 2025-05-27 14:19:44 +02:00
Piotr Patalong
20b5351dfe
fix: Update Polish translation (#1150) 2025-05-26 15:02:51 +02:00
Maksim Eltyshev
978b2a7402 fix: Set limit for displaying attachment content
Closes #1141
2025-05-26 14:35:23 +02:00
Roman Zavarnitsyn
a7c1d4ca11
build: Improve dev setup (#1149) 2025-05-26 12:49:52 +02:00
Maksim Eltyshev
71e2c5d8df fix: Apply disabled style to card content instead of wrapper 2025-05-24 13:01:07 +02:00
Hannes
4049b4c396
feat: Display comments total on front of cards (#1146)
Closes #1136
2025-05-23 17:31:28 +02:00
Hannes
f9d3e73651
build: Improve Docker dev setup, add nodemon config (#1145)
* Updated the base image in `Dockerfile.dev` from `node:18-alpine` to `node:lts-alpine` to use more or less the same as for production docker build (where the client is build lts and server is 18... so yeah not really...)
* Removed the `USER node` directive, to prevent permission issues as we hook the whole folder into the container.
* Modified the `docker-compose-dev.yml` file to enhance the database healthcheck. The new healthcheck ensures not only postgres is ready but also the database is ready by running a sample query (`SELECT 1`) and adjusts the interval, retries, and start period for better reliability.
* Added a `nodemon.json` configuration file to watch only relevant files (node_modules would be ignored but not files like the python venv) and avoid rapid successive restarts with the delay.
2025-05-23 16:19:22 +02:00
Maksim Eltyshev
86cfd155f2 feat: Add board activity log 2025-05-22 23:14:46 +02:00
Maksim Eltyshev
777ff467f3 fix: Prevent upgrade script from running other migrations 2025-05-22 16:40:46 +02:00
Maksim Eltyshev
9fd9370120 fix: Remove curly bracket typo from HTML links
Closes #1142
2025-05-22 11:16:08 +02:00
Maksim Eltyshev
2db75ed420 chore: Downgrade and pin i18next version 2025-05-21 13:25:54 +02:00
Maksim Eltyshev
c05dcf45f2 feat: Enhance notifications popup appearance 2025-05-21 13:03:25 +02:00
Maksim Eltyshev
d5fd2fd33b feat: Log actions when task completion status changes 2025-05-20 21:17:51 +02:00
Maksim Eltyshev
5d53f44fe8 fix: Add clearfix and missing id property 2025-05-20 00:06:51 +02:00
Maksim Eltyshev
3b8bec5743 docs: Update docker pulls counter 2025-05-19 18:03:08 +02:00
Maksim Eltyshev
652c5e9475 fix: Use batch inserts to avoid query size limits 2025-05-19 17:27:18 +02:00
Maksim Eltyshev
3aedbff5d0 feat: Log action when user is removed from card 2025-05-17 22:24:37 +02:00
Maksim Eltyshev
eeb52d19bb feat: Enhance card emphasis in colored and closed lists
Closes #428, closes #506
2025-05-17 15:40:43 +02:00
Maksim Eltyshev
f6568ce41b feat: Add notification when user is added to card 2025-05-17 01:50:40 +02:00
Hannes
f43785c3d0
fix: Update German translation (#1134) 2025-05-16 11:18:12 +02:00