Lauri Ojansivu
9ae20a3f51
Fix Cards and Users docs not generated because of syntax error and new Javascript syntax.
...
Wekan uses wekan/releases/generate-docs*.sh Python code to generate OpenAPI docs,
it did not show any errors while generating docs, only left out parts of API docs.
Thanks to pvcon13 and xet7 !
2020-04-28 03:24:18 +03:00
Lauri Ojansivu
ee106d1cb4
Revert In Progress additional vote features. Translations are not removed.
...
Thanks to xet7 !
Related https://github.com/wekan/wekan/pull/3048
2020-04-27 02:54:40 +03:00
Nico
7bb0aa7488
Additional vote features
2020-04-26 02:41:26 +02:00
Marc Hartmayer
405f176bbb
Fix getStartDayOfWeek function
...
In case profile.startDayOfWeek is 0 it's evaluated to false and 1 is returned.
Let's fix this by differentiating between undefined and an actual value.
2020-04-23 10:40:53 +02:00
Lauri Ojansivu
9e95c06415
Fix lint errors in lint error fix.
...
Thanks to xet7 !
2020-04-22 21:00:31 +03:00
Marc Hartmayer
8e14459cff
Implement option to change the first day of week in user settings
...
Implements #2535 .
2020-04-22 19:16:05 +02:00
Marc Hartmayer
b2acc3ba45
Multiple lint issue fixes
...
Found by using the command `meteor npm run lint:eslint:fix`.
2020-04-21 18:15:29 +02:00
boeserwolf
b42d8346cd
Insert new boards at last position
2020-04-19 15:53:13 +03:00
boeserwolf
b3efa71d13
Add move function to boards mutations
2020-04-19 13:49:10 +03:00
boeserwolf
10fcc19b7f
Add sortDefault helper for sorting boards
2020-04-19 13:49:07 +03:00
boeserwolf
2400c91013
Add sort field to boards model
2020-04-19 10:48:44 +03:00
Allemand
18610d2fe6
Update settings.js
2020-04-14 08:49:47 +02:00
salleman
3e817257ef
hide password auth with PASSWORD_LOGIN_ENABLED variable
2020-04-13 21:06:27 +02:00
salleman
35ae07e2a6
debug isBoardAdmin on main page
2020-04-13 15:46:29 +02:00
Jonathan Baird
269382869e
fix error in notifications cleanup cron
2020-04-11 17:28:15 -06:00
Lauri Ojansivu
a81921382a
Merge pull request #3006 from NicoP-S/master
...
Public vote
2020-04-10 12:05:10 +03:00
Nico
8f28a409c7
Public vote
2020-04-10 01:46:36 +02:00
Lauri Ojansivu
c6afe8d007
Merge pull request #3004 from slvrpdr/master
...
When adding a user to a board that has subtasks, also add user to the subtask board
2020-04-09 22:26:34 +03:00
Pedro Sousa
6ced47aa8c
When adding a user to a board that has subtasks, also add user to the subtask board
2020-04-09 19:10:50 +01:00
Nico
e661d03e8d
Add vote import from Trello
2020-04-09 02:00:15 +02:00
Nico
f09219cbfd
Remove export button if WITH_API is not enabled
...
#2938
https://github.com/wekan/wekan/issues/2938#issuecomment-589782402
2020-04-09 01:55:01 +02:00
Lauri Ojansivu
5ebb47cb0e
Add setting default NOTIFICATION_TRAY_AFTER_READ_DAYS_BEFORE_REMOVE=2
...
to all Wekan platforms https://github.com/wekan/wekan/pull/2998
Thanks to xet7 !
2020-04-08 23:16:48 +03:00
Jonathan Baird
1e20e2601f
add a scheduled notification cleanup job
2020-04-08 11:54:00 -06:00
Jonathan Baird
4d066b1f30
stop notifying users about their own behavior
2020-04-08 11:54:00 -06:00
Nico
411b8d3f56
Merge branch 'vote'
2020-04-07 20:43:55 +02:00
Nico
2bbc312ad0
Voteing feature
2020-04-07 20:43:35 +02:00
Pedro Sousa
6e86292b99
Search also a Card's Custom Fields
2020-04-03 16:23:48 +01:00
Jonathan Baird
9819c9f801
add a notification drawer like trello
2020-03-27 11:35:03 -06:00
Lauri Ojansivu
aac7c380c8
- Fix critical and moderate security vulnerabilities reported at 2020-02-26 with
...
responsible disclosure by [Dejan Zelic](https://twitter.com/dejandayoff ),
Justin Benjamin and others at [Offensive Security](https://twitter.com/offsectraining ),
that follow standard 90 days before public disclosure.
Thanks to xet7.
- Fix webhook error that prevented some card etc deleting from web UI of board.
Thanks to xet7.
- Add some more Font Awesome icons.
Thanks to xet7.
- Remove autofocus from many form input boxes so that they would not cause warnings.
Thanks to xet7.
2020-03-01 20:59:53 +02:00
Lauri Ojansivu
e0ca960a35
Create New User in Admin Panel. Works, but does not save fullname yet,
...
so currently it's needed to edit add fullname later.
Thanks to xet7 !
Related #802
2020-02-22 02:49:14 +02:00
Lauri Ojansivu
e89965f642
Remove card element grouping to create compact card layout.
...
Card Settings / Show on Card: Description Title and Description Text.
Thanks to e-stoniauk, 2020product and xet7 !
Fixes https://github.com/wekan/wekan/pull/2922
2020-02-12 02:08:29 +02:00
Lauri Ojansivu
2fce02afbc
Add Feature: Card Settings/Show on card/Activities.
...
Fix: When in Card Settings hiding Comments, only adding new comment is hidden, not old comments.
Thanks to xet7 !
Closes #2925
2020-02-07 13:58:43 +02:00
Lauri Ojansivu
120a430deb
Fix Bug enable/disable Comments in Card Settings.
...
Thanks to warnt, mdurokov and xet7 !
Closes #2923
2020-02-07 02:34:57 +02:00
Lauri Ojansivu
b68557a293
Remove duplicate function.
2020-02-05 01:44:29 +02:00
Lauri Ojansivu
65fa2f626f
Merge branch 'dollybean' of https://github.com/2020product/wekan into 2020product-dollybean
2020-02-05 01:17:15 +02:00
dollybean
0b00a8095c
Customize of some card's functions
2020-02-04 02:28:45 -08:00
izadpoor
f868b3d1f9
fixed board export with attchment
2020-01-23 01:16:56 -05:00
Lauri Ojansivu
9b905c2833
Try to fix Node 12 Buffer() deprecation errors.
...
Thanks to xet7 !
2020-01-18 16:01:02 +02:00
Lauri Ojansivu
e01f4dbf13
Change Buffer to Buffer.alloc on Node v12. Try to fix Snap.
2020-01-11 13:08:29 +02:00
Lauri Ojansivu
ddce0ada09
Removed Custom HTML feature that does not work.
...
Thanks to xet7 !
Closes #2218
2020-01-06 11:01:38 +02:00
Lauri Ojansivu
f6f7705f23
Add Worker role.
...
This was originally added at Wekan v3.58,
reverted at Wekan v3.60 because of bugs,
and now after fixes added back.
Thanks to xet7 !
Closes #2788
2020-01-05 21:28:14 +02:00
Lauri Ojansivu
cd253522a3
Add more Font Awesome icons. This was originally added
...
at Wekan v3.58, removed at Wekan v3.60, and now
added back at Wekan v3.61.
Thanks to xet7 !
2020-01-03 17:02:27 +02:00
Lauri Ojansivu
27943796ad
Revert to Wekan v3.57 version of client and models directories,
...
removing Worker role temporarily, because Worker role changes
broke saving card.
Thanks to xet7 !
2020-01-03 16:02:31 +02:00
Lauri Ojansivu
2bf004120d
Add Worker role.
...
Add more Font Awesome icons.
Fix browser console errors when editing user profile name etc.
Thanks to xet7 !
Closes #2788
2020-01-03 06:49:35 +02:00
Lauri Ojansivu
e928660bc0
LINKED_CARDS_ENABLED settings part 3.
...
In Progress, linked cards not completely disabled yet.
Thanks to xet7 !
2019-12-21 19:38:02 +02:00
Lauri Ojansivu
492ed2bdc2
Merge pull request #2834 from Akuket/master
...
Issue #2688
2019-12-20 16:12:29 +02:00
Robert Lebedeu
a35df88805
Allow checklist creation for board members
...
- Only for members with checklist add permission
2019-12-17 12:15:41 +01:00
Robert Lebedeu
40c70c439d
Allow card creation for board members
...
- Only for members with card add permission
2019-12-17 12:15:06 +01:00
Akuket
07724f99ae
Add LINKED_CARDS_ENABLED env var
2019-11-28 11:55:36 +01:00
Lauri Ojansivu
351d4767d7
When logged in, use database for setting, so that changes are
...
immediate. Only on public board use cookies.
Comment out Collapse CSS that is not in use.
Thanks to xet7 !
2019-11-19 14:09:36 +02:00