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

456 commits

Author SHA1 Message Date
Maksim Eltyshev
6ca0f89791 fix: Fix error on initial loading
Closes #347
2022-12-16 17:05:03 +01:00
Maksim Eltyshev
331e40c32a chore: Update version 2022-12-15 01:39:00 +01:00
Maksim Eltyshev
de603a3a5a fix: Prevent popup from overflowing 2022-12-15 01:38:03 +01:00
Maksim Eltyshev
381146b991 fix: Fix router synchronization with redux store 2022-12-15 01:34:48 +01:00
Maksim Eltyshev
1fda1bc687 fix: Fix type of omit flag 2022-11-30 03:15:02 +01:00
Maksim Eltyshev
903c3322b7 chore: Update version 2022-11-30 02:55:25 +01:00
Maksim Eltyshev
7fc31740f5 meta: Update link to container registry 2022-11-30 02:53:06 +01:00
Maksim Eltyshev
0dda762e99 fix: Improve building 2022-11-30 02:50:38 +01:00
Maksim Eltyshev
d14026a2fb meta: Import from Trello 2022-11-28 14:07:55 +01:00
Maksim Eltyshev
4f420e152d ci: Update alpine version 2022-11-21 20:11:45 +01:00
Maksim Eltyshev
210d54c7ba chore: Update alpine and vips version 2022-11-21 18:11:00 +01:00
Maksim Eltyshev
002df6ab1f chore: Update version 2022-11-21 17:13:11 +01:00
Maksim Eltyshev
3b5bf6ef5b fix: Fix card repositioning
Closes #340
2022-11-21 17:07:51 +01:00
dependabot[bot]
f706809458 chore(deps): Bump minimatch and recursive-readdir in /client (#338)
Bumps [minimatch](https://github.com/isaacs/minimatch) and [recursive-readdir](https://github.com/jergason/recursive-readdir). These dependencies needed to be updated together.

Updates `minimatch` from 3.0.4 to 3.1.2
- [Release notes](https://github.com/isaacs/minimatch/releases)
- [Commits](https://github.com/isaacs/minimatch/compare/v3.0.4...v3.1.2)

Updates `recursive-readdir` from 2.2.2 to 2.2.3
- [Release notes](https://github.com/jergason/recursive-readdir/releases)
- [Changelog](https://github.com/jergason/recursive-readdir/blob/master/CHANGELOG.md)
- [Commits](https://github.com/jergason/recursive-readdir/commits/v2.2.3)

---
updated-dependencies:
- dependency-name: minimatch
  dependency-type: indirect
- dependency-name: recursive-readdir
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-21 05:23:28 +05:00
dependabot[bot]
54c3774a22 chore(deps): Bump socket.io-parser from 3.3.2 to 3.3.3 in /client (#326)
Bumps [socket.io-parser](https://github.com/socketio/socket.io-parser) from 3.3.2 to 3.3.3.
- [Release notes](https://github.com/socketio/socket.io-parser/releases)
- [Changelog](https://github.com/socketio/socket.io-parser/blob/main/CHANGELOG.md)
- [Commits](https://github.com/socketio/socket.io-parser/compare/3.3.2...3.3.3)

---
updated-dependencies:
- dependency-name: socket.io-parser
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-21 05:23:17 +05:00
dependabot[bot]
2d6ca6660f chore(deps): Bump socket.io-parser from 3.3.2 to 3.3.3 in /server (#322)
Bumps [socket.io-parser](https://github.com/socketio/socket.io-parser) from 3.3.2 to 3.3.3.
- [Release notes](https://github.com/socketio/socket.io-parser/releases)
- [Changelog](https://github.com/socketio/socket.io-parser/blob/main/CHANGELOG.md)
- [Commits](https://github.com/socketio/socket.io-parser/compare/3.3.2...3.3.3)

---
updated-dependencies:
- dependency-name: socket.io-parser
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-21 05:23:04 +05:00
Maksim Eltyshev
8069545fa9 ref: Little refactoring 2022-11-21 01:12:32 +01:00
Maksim Eltyshev
e32125ddfa fix: Fix client build 2022-11-21 01:06:41 +01:00
Maksim Eltyshev
fa8afd7b6e chore: Update dependencies 2022-11-21 00:54:05 +01:00
Rafly Maulana
14434b81fe meta: Share global eslint config, move prettier config (#339) 2022-11-21 00:22:01 +05:00
Maksim Eltyshev
4240b269c4 chore: Update version 2022-11-20 15:34:04 +01:00
Maksim Eltyshev
4aff3a702c fix: Fix notifications popup styles 2022-11-20 15:30:07 +01:00
Maksim Eltyshev
ed767e7664 fix: Fix board actions for mobile 2022-11-20 15:14:49 +01:00
Maksim Eltyshev
fa3a3ba2c0 ref: Little refactoring 2022-11-20 15:05:21 +01:00
Rafly Maulana
04bcfcddfa feat: Add markdown editor in card description (#333) 2022-11-20 18:48:42 +05:00
Maksim Eltyshev
529309553c fix: Hide label actions based on role 2022-11-10 15:28:43 +01:00
Rafly Maulana
0764ca76d3 meta: Fix documentation for installing Planka without Docker (#324) 2022-11-10 18:56:55 +05:00
Rafly Maulana
353bb0f2b0 meta: Add documentation for installing Planka without Docker (#323) 2022-11-10 18:48:38 +05:00
Maksim Eltyshev
a31e7f5a9d fix: Fix z-indexes 2022-11-02 21:54:30 +01:00
Maksim Eltyshev
84d8266dce fix: Lock postgres version
Closes #312
2022-10-20 12:22:35 +02:00
Jacob Weisz
c07351d779 meta: Fix readme typo (#309) 2022-10-12 22:46:00 +05:00
Maksim Eltyshev
cfb3c80827 chore: Update version 2022-10-03 13:13:59 +02:00
Maksim Eltyshev
84e67f293c ref: Little change for consistency 2022-10-03 13:12:16 +02:00
Maksim Eltyshev
a5e8c5feec fix: Fix missing board memberships loading 2022-10-03 13:04:52 +02:00
Maksim Eltyshev
e623e8a3a8 fix: Socket bug fixes and improvements 2022-10-03 12:11:19 +02:00
Connor Lanigan
694fa17bdf feat: Prefill label creation with search term (#307) 2022-10-03 14:08:39 +05:00
Connor Lanigan
2ebb24a0ff fix: Update German translation (#306) 2022-10-03 14:06:51 +05:00
Maksim Eltyshev
b0e35a2b1e chore: Update version 2022-09-30 11:52:19 +02:00
Jacques Lorentz
2a64fc1a53 fix: Front-end base url with path (#303)
Closes #43, closes #111, closes #272
2022-09-30 14:48:58 +05:00
Maksim Eltyshev
ccf4b81465 chore: Update version 2022-09-28 18:46:37 +02:00
Maksim Eltyshev
a17c03ff2f fix: Disable quick timer actions for viewers 2022-09-28 18:38:03 +02:00
Maksim Eltyshev
ef76b887af ref: Little refactoring 2022-09-28 18:30:03 +02:00
Maksim Eltyshev
c1eca2fb34 chore: Update version 2022-09-16 15:08:51 +05:00
Maksim Eltyshev
289739585c ref: Fix filename 2022-09-16 15:08:09 +05:00
Maksim Eltyshev
e733a03c55 fix: Prevent popup from leaving window 2022-09-16 14:39:41 +05:00
Maksim Eltyshev
a864a9e19c fix: Fix flag for English 2022-09-15 09:07:57 +05:00
Maksim Eltyshev
bad3e089ce feat: Highlight active timer, add quick actions 2022-09-15 00:20:05 +05:00
Maksim Eltyshev
e9ed59d90f fix: Fix font of timer numbers 2022-09-14 21:22:08 +05:00
Maksim Eltyshev
6ff889648d feat: Add about pane 2022-09-14 16:52:50 +05:00
Maksim Eltyshev
3c9100030e fix: Visually highlight card cover 2022-09-13 16:55:22 +05:00