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

289 commits

Author SHA1 Message Date
Rafly Maulana
74ff3724a3
Merge branch 'master' into fix/eslint-prettier-config 2022-11-21 00:17:02 +07:00
Rafly Maulana
ad2a881e6e
Add no-shadow and no-unused-vars rules
- no shadow to allow reusing variable name for different function args
- no unused vars to help up speed up development when adding or removing as well as testing new things
2022-11-21 00:15:05 +07:00
Maksim Eltyshev
a43af8eac5 chore: Update version 2022-11-20 15:34:04 +01:00
Maksim Eltyshev
409a7cde6b fix: Fix notifications popup styles 2022-11-20 15:30:07 +01:00
Maksim Eltyshev
f62cba9bcd fix: Fix board actions for mobile 2022-11-20 15:14:49 +01:00
Maksim Eltyshev
9495234066 ref: Little refactoring 2022-11-20 15:05:21 +01:00
Rafly Maulana
0088646b70
Share global eslint opt and move prettier config
Share global eslint config from its root project to keep it low maintenance and reduce dry code

Also move prettier config to it's own object to make all files including css, json, etc follows this rules, otherwise this rules will only works on eslint coverage files
2022-11-20 20:51:34 +07:00
Rafly Maulana
5dcbad7b5a
feat: Add markdown editor in card description (#333) 2022-11-20 18:48:42 +05:00
Maksim Eltyshev
064b37050c fix: Hide label actions based on role 2022-11-10 15:28:43 +01:00
Rafly Maulana
bf8b8474ec
meta: Fix documentation for installing Planka without Docker (#324) 2022-11-10 18:56:55 +05:00
Rafly Maulana
37a9c9bb42
meta: Add documentation for installing Planka without Docker (#323) 2022-11-10 18:48:38 +05:00
Maksim Eltyshev
00fccbaa3d fix: Fix z-indexes 2022-11-02 21:54:30 +01:00
Maksim Eltyshev
b3323308c1 fix: Lock postgres version
Closes #312
2022-10-20 12:22:35 +02:00
Jacob Weisz
9108dc5b3e
meta: Fix readme typo (#309) 2022-10-12 22:46:00 +05:00
Maksim Eltyshev
513f9a8ee5 chore: Update version 2022-10-03 13:13:59 +02:00
Maksim Eltyshev
e051f624a8 ref: Little change for consistency 2022-10-03 13:12:16 +02:00
Maksim Eltyshev
172f4fcf34 fix: Fix missing board memberships loading 2022-10-03 13:04:52 +02:00
Maksim Eltyshev
9f16881965 fix: Socket bug fixes and improvements 2022-10-03 12:11:19 +02:00
Connor Lanigan
4e876922f8
feat: Prefill label creation with search term (#307) 2022-10-03 14:08:39 +05:00
Connor Lanigan
d82d928e29
fix: Update German translation (#306) 2022-10-03 14:06:51 +05:00
Maksim Eltyshev
94dc83706c chore: Update version 2022-09-30 11:52:19 +02:00
Jacques Lorentz
b08e731419
fix: Front-end base url with path (#303)
Closes #43, closes #111, closes #272
2022-09-30 14:48:58 +05:00
Maksim Eltyshev
1ce0fac281 chore: Update version 2022-09-28 18:46:37 +02:00
Maksim Eltyshev
e3d00c8791 fix: Disable quick timer actions for viewers 2022-09-28 18:38:03 +02:00
Maksim Eltyshev
e1a0b635ea ref: Little refactoring 2022-09-28 18:30:03 +02:00
Maksim Eltyshev
cc7959bb15 chore: Update version 2022-09-16 15:08:51 +05:00
Maksim Eltyshev
56044e6d8a ref: Fix filename 2022-09-16 15:08:09 +05:00
Maksim Eltyshev
e5bd73f33e fix: Prevent popup from leaving window 2022-09-16 14:39:41 +05:00
Maksim Eltyshev
e65ab6ece7 fix: Fix flag for English 2022-09-15 09:07:57 +05:00
Maksim Eltyshev
14cc55a8c0 feat: Highlight active timer, add quick actions 2022-09-15 00:20:05 +05:00
Maksim Eltyshev
b4306d0a4b fix: Fix font of timer numbers 2022-09-14 21:22:08 +05:00
Maksim Eltyshev
283c850ebf feat: Add about pane 2022-09-14 16:52:50 +05:00
Maksim Eltyshev
62de71bd97 fix: Visually highlight card cover 2022-09-13 16:55:22 +05:00
Maksim Eltyshev
447f88880d chore: Update version 2022-09-07 18:43:32 +05:00
Maksim Eltyshev
8109936ce2 feat: Invalidate access token on logout 2022-09-07 18:39:33 +05:00
Maksim Eltyshev
640908320a ref: Remove unused style 2022-09-03 23:03:34 +05:00
Maksim Eltyshev
236c1020b3 chore: Update version 2022-09-03 22:48:19 +05:00
Maksim Eltyshev
3df07c10fa fix: Use password strength estimator
Closes #294
2022-09-03 22:47:06 +05:00
Steven Correia
543a992d98
fix: Fix proxy forwarding (#295) 2022-09-03 20:00:23 +05:00
Maksim Eltyshev
9cde4e63f9 chore: Update version 2022-09-02 18:03:44 +05:00
Maksim Eltyshev
95738ee7d3 fix: Add missing validation for password 2022-09-02 17:59:12 +05:00
Maksim Eltyshev
bb7cdf5dd4 chore: Update version 2022-09-02 17:05:48 +05:00
Maksim Eltyshev
253af55790 fix: Add password requirements when creating user
Closes #293
2022-09-02 17:04:51 +05:00
Maksim Eltyshev
62c3cca9a7 fix: Fix password length validation 2022-08-30 15:13:17 +02:00
Maksim Eltyshev
b476a19b79 chore: Update version 2022-08-30 13:50:45 +02:00
Maksim Eltyshev
3379c65a87 fix: Prevent tabnabbing in markdown 2022-08-30 13:47:50 +02:00
Maksim Eltyshev
1a6fc40804 chore: Update version 2022-08-26 19:13:10 +02:00
Maksim Eltyshev
42092efcd2 fix: Remove dots in translations 2022-08-26 19:11:32 +02:00
Maksim Eltyshev
5c91bddfe7 feat: Stronger password policy 2022-08-26 18:59:44 +02:00
Maksim Eltyshev
fd8f40f1b0 chore: Update version 2022-08-26 16:05:47 +02:00