1
0
Fork 0
mirror of https://github.com/plankanban/planka.git synced 2025-07-18 12:49:43 +02:00

Commit graph

  • f72ac437b9
    fix: Update Japanese translation (#1196) Symon Baikov 2025-06-09 13:32:17 +03:00
  • 9d7471a77f chore: Add missing newline Maksim Eltyshev 2025-06-09 12:31:25 +02:00
  • 128028c848
    fix: Update Italian translation (#1195) Symon Baikov 2025-06-09 13:30:12 +03:00
  • b08714c51c chore: Add missing newline Maksim Eltyshev 2025-06-09 12:29:17 +02:00
  • 4509540eb4 Add Dutch (nl-NL) localization for markdown editor and core.js symonbaikov 2025-06-09 13:20:04 +03:00
  • 778cc2bba6
    Delete client/src/locales/ko-KR/markdown-editor.json Symon Baikov 2025-06-09 11:17:40 +03:00
  • 9c7eaea948
    Delete client/src/locales/ko-KR/core.js Symon Baikov 2025-06-09 11:17:17 +03:00
  • 95d77644bc Add Dutch (nl-NL) localization for markdown editor and update core.js symonbaikov 2025-06-09 11:13:56 +03:00
  • 8fe5323f9c Add full Korean localization for Markdown editor symonbaikov 2025-06-08 22:52:13 +03:00
  • c0c49e0c4b Add full Japanese localization for Markdown editor symonbaikov 2025-06-08 21:51:48 +03:00
  • 466bc247b4 Add full Italian localization for Markdown editor symonbaikov 2025-06-08 16:14:12 +03:00
  • 0f1e7ecc2c
    fix: Update Indonesian translation (#1194) Symon Baikov 2025-06-08 14:11:03 +03:00
  • 15569d4b8a chore: Add missing newline Maksim Eltyshev 2025-06-08 13:10:04 +02:00
  • 9ca49f1f51
    fix: Update Hungarian translation (#1193) Symon Baikov 2025-06-08 14:09:31 +03:00
  • 4f5cac1a3f chore: Add missing newline Maksim Eltyshev 2025-06-08 13:08:46 +02:00
  • 8447f0c884
    fix: Update French translation (#1192) Symon Baikov 2025-06-08 14:08:17 +03:00
  • ebc39eec7b chore: Add missing newline Maksim Eltyshev 2025-06-08 13:07:26 +02:00
  • 180984799c
    fix: Update Spanish translation (#1189) Symon Baikov 2025-06-08 14:06:40 +03:00
  • 0a87598edd chore: Add missing newline Maksim Eltyshev 2025-06-08 13:05:33 +02:00
  • c947f0294d Add full Indonesian localization for Markdown editor symonbaikov 2025-06-08 13:34:54 +03:00
  • 26f6f6d1fe Add full Hungarian localization for Markdown editor symonbaikov 2025-06-08 11:26:48 +03:00
  • 44c25d9b23 Add full French localization for Markdown editor symonbaikov 2025-06-08 09:57:52 +03:00
  • 7db4407ddc Add full Spanish localization for Markdown editor symonbaikov 2025-06-07 20:57:24 +03:00
  • 2b86484421 fix: FIx deps in download attachment handler Maksim Eltyshev 2025-06-07 19:23:15 +02:00
  • a6820162fb fix: Fix mentions input styles Maksim Eltyshev 2025-06-07 18:03:36 +02:00
  • 037a9101c2
    fix: Update Bulgarian translation (#1187) Symon Baikov 2025-06-07 17:33:15 +03:00
  • 07170a116e chore: Add missing newline Maksim Eltyshev 2025-06-07 16:32:28 +02:00
  • 3eb770df8a Add full Bulgarian localization for Markdown editor symonbaikov 2025-06-07 17:08:43 +03:00
  • 789cc3da49
    Delete client/src/locales/cs-CZ/core.js Symon Baikov 2025-06-07 16:53:43 +03:00
  • 320094d42a
    Delete server/api/controllers/cards/assigned.js Symon Baikov 2025-06-07 16:53:23 +03:00
  • 00b1f28a65
    Delete client/src/locales/cs-CZ/markdown-editor.json Symon Baikov 2025-06-07 16:53:02 +03:00
  • 2471f3ddbb Add core.js changes for Bulgarian localization symonbaikov 2025-06-07 16:46:16 +03:00
  • 7dab78df30 Add full Bulgarian localization for Markdown editor symonbaikov 2025-06-07 16:45:15 +03:00
  • 754629e6a9
    fix: Update Czech translation (#1185) Symon Baikov 2025-06-07 14:52:33 +03:00
  • 8bc1569242
    fix: Responsive label color selector, improve action button styles (#1184) Symon Baikov 2025-06-07 14:44:45 +03:00
  • cee11f627b fix: Responsive color buttons, cleanup Maksim Eltyshev 2025-06-07 13:34:48 +02:00
  • 68a2ed169e
    Remove unrelated server/api/controllers/cards/assigned.js Symon Baikov 2025-06-07 13:18:11 +03:00
  • b037ca156c Remove unrelated CSS changes from PR symonbaikov 2025-06-07 13:16:16 +03:00
  • e04be9b10e feat(locales): add Czech markdown editor translations symonbaikov 2025-06-07 13:05:06 +03:00
  • 2813cab2e1 fix(mobile): make label edit popup fully scrollable and keep Delete button visible at the bottom on all devices\n\nCloses #1183\n\n- Popup content is now flexbox-based and scrollable on all mobile sizes\n- Delete and Save buttons are aligned on the same row and always visible\n- Removed absolute positioning from Delete button for correct flex behavior\n- Improved mobile usability when keyboard is open\n\nBefore: On mobile, the label edit popup content could be hidden by the keyboard, and the Delete button floated or overlapped.\nAfter: Popup content scrolls, input is always accessible, and Delete button stays at the bottom right next to Save. UX is consistent on all mobile devices. symonbaikov 2025-06-07 11:26:40 +03:00
  • e822372026 feat(api): add endpoint to fetch all assigned cards with related data symonbaikov 2025-06-06 20:16:53 +03:00
  • 1a8dcd9858 fix: Update Chinese translation Maksim Eltyshev 2025-06-06 18:20:40 +02:00
  • edda5dda79 ref: Format translations Maksim Eltyshev 2025-06-06 18:17:25 +02:00
  • 6dbce8c790
    feat: Add Finnish translation (#1180) Symon Baikov 2025-06-06 19:00:13 +03:00
  • 8e2b617dc1 chore: Include third-party locales, refactoring Maksim Eltyshev 2025-06-06 17:56:50 +02:00
  • d4fb3a8913 Add full Finnish (fi-FI) localization for core, login and markdown editor symonbaikov 2025-06-06 18:23:17 +03:00
  • b696fe0e4d
    feat: Add Greek translation (#1176) Symon Baikov 2025-06-06 15:14:00 +03:00
  • 4941a19483 ref: Revert package-lock file, refactoring Maksim Eltyshev 2025-06-06 14:10:32 +02:00
  • 305b46f48a chore: remove unused LocaleFlag styles symonbaikov 2025-06-06 14:58:56 +03:00
  • 9ba6722bff refactor: simplify flag rendering in AccountPane symonbaikov 2025-06-06 14:56:20 +03:00
  • 7286ecaf35 fix: Align text to center in content error message Maksim Eltyshev 2025-06-06 13:54:01 +02:00
  • 2e6658221f fix: Handle escape actions properly in mentions input Maksim Eltyshev 2025-06-06 12:48:43 +02:00
  • 63de346b0e ref: Little refactoring Maksim Eltyshev 2025-06-06 12:34:09 +02:00
  • 585464eef3
    fix: Update Danish translation (#1177) Christian T R 2025-06-06 12:07:02 +02:00
  • 82b5035480
    Merge branch 'plankanban:master' into master Symon Baikov 2025-06-06 12:55:50 +03:00
  • c2bd31d523 fix: Use console as logger for YFM note Maksim Eltyshev 2025-06-06 11:49:35 +02:00
  • 3f40f39424 Danish translation text fix Christian T R 2025-06-06 08:25:43 +02:00
  • 7b7743ef2a feat: add Greek language support symonbaikov 2025-06-05 22:46:00 +03:00
  • 0177a6fef0 chore: remove react-world-flags dependency and update flag rendering symonbaikov 2025-06-05 20:52:37 +03:00
  • 5906e660cd
    Merge branch 'plankanban:master' into master Symon Baikov 2025-06-05 18:37:01 +03:00
  • e14795cd27 feat: use react-world-flags for language selector and unify flag styles symonbaikov 2025-06-05 18:35:55 +03:00
  • 21f90610bc fix: Prevent auto-filling title in YFM note Maksim Eltyshev 2025-06-05 15:10:46 +02:00
  • 608a7c983f
    fix: Update Danish translation (#1173) Christian T R 2025-06-05 14:06:45 +02:00
  • ddf9edfdc7 chore: Skip embedding core translations Maksim Eltyshev 2025-06-05 14:03:42 +02:00
  • 51ef0ffbf9 Update core.js Christian T R 2025-06-05 12:56:23 +02:00
  • acd34b7b81 Updated Danish translation Christian T R 2025-06-05 12:48:37 +02:00
  • dd5e0f448f fix: Prevent text overflow in card name Maksim Eltyshev 2025-06-05 00:01:34 +02:00
  • c4a48d510b feat: Add download button for file attachments Maksim Eltyshev 2025-06-05 00:00:36 +02:00
  • 2f62d56242
    fix: Update Spanish translation (#1170) Mario Aparcero 2025-06-04 22:45:28 +02:00
  • 4e0c4fae25 chore: Fix linting Maksim Eltyshev 2025-06-04 22:37:55 +02:00
  • 40b8335d29 fix: Add Spanish locale to internationalization settings Mario Aparcero 2025-06-04 21:59:45 +02:00
  • 7b7dfdc359 fix: Add Spanish translations for server messages Mario Aparcero 2025-06-04 21:59:14 +02:00
  • 765af83e47 fix: Add Spanish translations for new features and user messages Mario Aparcero 2025-06-04 21:58:17 +02:00
  • 4eb8b75c24 license: Remove ambiguity in usage restrictions Maksim Eltyshev 2025-06-04 21:04:00 +02:00
  • 49770ea9ec ref: Move comment counter logic into Card model Maksim Eltyshev 2025-06-04 18:38:39 +02:00
  • 0d8ac276fe Update index.yaml gh-pages meltyshev 2025-06-04 10:26:09 +00:00
  • 40a84d0c8a
    feat: Allow to add custom annotations for deployment in Helm (#1168) planka-1.0.3 Anthony 2025-06-04 12:25:43 +02:00
  • e9641a286c
    bump chart version Anthony 2025-06-04 08:13:48 +02:00
  • 734304f332
    Update values.yaml Anthony 2025-06-04 08:12:25 +02:00
  • 70456cad30
    Allow to add custom annotations for deployment Anthony 2025-06-04 08:10:58 +02:00
  • 9690f7b73f fix: Prevent text overflow in activities Maksim Eltyshev 2025-06-03 23:15:07 +02:00
  • 1b88d89869 Create test.html Fadairo Marvellous Ayokunle 2025-06-03 18:21:28 +01:00
  • 04b97b66cb chore: Update dependencies Maksim Eltyshev 2025-06-03 13:02:16 +02:00
  • 46f4d5c1f8 fix: Canonicalize locale codes Maksim Eltyshev 2025-06-03 12:46:06 +02:00
  • fc7863aaaf fix: Add mentions support when editing comments Maksim Eltyshev 2025-06-02 21:35:51 +02:00
  • 6c2999044b chore: Update logo assets Maksim Eltyshev 2025-06-02 20:13:22 +02:00
  • a2495b664e chore: Add missing things Maksim Eltyshev 2025-06-02 19:44:08 +02:00
  • e0374f30db
    build: Add tmpfs to compose file (#1165) Jason Jack 2025-06-02 13:39:10 -04:00
  • 5ddabf2b65 chore: Fix indents Maksim Eltyshev 2025-06-02 19:33:52 +02:00
  • fe37f63108
    Add tmpfs to docker-compose Jason Jack 2025-06-02 02:11:54 -04:00
  • 665f9998dc fix: Prevent auto-updating translation files when key is missing Maksim Eltyshev 2025-06-01 21:44:14 +02:00
  • fcf1fc4319 ref: Little refactoring Maksim Eltyshev 2025-06-01 20:53:35 +02:00
  • 4e05b88ecf chore: Add links to GitHub Maksim Eltyshev 2025-05-31 00:10:00 +02:00
  • c0b0436851
    feat: Add ability to mention users in comments (#1162) Roman Zavarnitsyn 2025-05-30 22:01:29 +02:00
  • c29962174e ref: Refactoring Maksim Eltyshev 2025-05-30 21:57:15 +02:00
  • eb2a3a2875 ref: Fix locale position Maksim Eltyshev 2025-05-30 13:44:58 +02:00
  • 74274e511f
    fix: Update Italian translation (#1163) Niccolò Pedrini 2025-05-30 13:42:57 +02:00
  • 8c2de439d4 feat: add page to view all cards assigned to current user #264 joakimbaynaud 2025-05-30 12:29:40 +02:00
  • 5f8b388465
    fix: prettier formatting issue Pedro 2025-05-30 11:52:36 +02:00
  • ed203e4653
    locales: added italian keys for notifications Pedro 2025-05-30 11:45:34 +02:00