Marc Hartmayer
66d35a1528
Fix minicard cover functionality
...
Otherwise, if `this.coverId` is undefined then `Attachments.findOne()` would
return any attachment.
2020-05-24 11:55:44 +02:00
Lauri Ojansivu
055b528532
Merge branch 'lib-change' of https://github.com/PDIS/wekan into
...
PDIS-lib-change
2020-05-24 03:13:53 +03:00
helioguardabaxo
3b50b2c59f
Added Modern theme with Poppins font
2020-05-22 18:38:50 -03:00
Romulus Urakagi Tsai
921460db40
Fix export attachments (not tested)
2020-05-22 14:59:56 +08:00
Romulus Urakagi Tsai
af7c74b2d3
Merge branch 'lib-change' of https://github.com/PDIS/wekan into lib-change
2020-05-20 15:12:55 +08:00
Romulus Urakagi Tsai
4064f3f406
Fix migrated attachment not readable bug
...
Remove reduandant files
2020-05-20 15:11:22 +08:00
helioguardabaxo
7a576f9ae4
Added natural theme
2020-05-16 18:07:38 -03:00
CidKramer
45dea737bf
Added clearblue theme
2020-05-15 14:17:37 +02:00
Romulus Tsai 蔡仲明
0735981366
Merge branch 'master' into lib-change
2020-05-14 16:47:05 +08:00
Romulus Urakagi Tsai
4c5a2fbd1f
Card clone OK
2020-05-14 14:55:54 +08:00
Lauri Ojansivu
0a12319002
Merge branch 'fixes' of https://github.com/marc1006/wekan into marc1006-fixes
2020-05-14 00:22:22 +03:00
Lauri Ojansivu
8a2509007c
Fix syntax. Maybe sometime later think about translations.
...
Thanks to xet7 !
2020-05-13 05:25:04 +03:00
Lauri Ojansivu
851bfa53e6
Merge branch 'add-more-import-export-options' of https://github.com/brymut/wekan into brymut-add-more-import-export-options
2020-05-13 03:28:02 +03:00
Lauri Ojansivu
bbb65ae4e2
Merge pull request #3084 from wackazong/master-patch-1
...
Create card does not allow an empty member list
2020-05-13 03:16:37 +03:00
Bryan Mutai
a570c4a861
add: export board/cards/lists to CSV/TSV
2020-05-10 23:58:15 +03:00
wackazong
a797abaa36
Create card does not allow an empty member list
...
When I create a card via the API I always have the authorId in members, even if I pass an empty string as member list. Workaround: I can empty the member list by passing an empty string in a PUT request. This pull request proposes to not add the authorId to the member list when creating a card and the member list is empty.
2020-05-08 18:55:37 +02:00
Romulus Urakagi Tsai
012ca39a8d
Attachment activities merging done
2020-05-08 11:50:43 +08:00
Romulus Tsai 蔡仲明
c3458855bd
Merge branch 'master' into lib-change
2020-05-08 10:13:11 +08:00
Romulus Urakagi Tsai
4448488767
Done attachments activities operating
2020-05-08 09:32:19 +08:00
Bryan Mutai
1742bcd9b1
add: import board/cards/lists using CSV/TSV
2020-05-07 01:31:59 +03:00
Nico
ec03bbe260
API add boards to json where user is member of
2020-05-03 01:29:28 +02:00
Nico
3cc0a93e0e
Card vote options in new fork
2020-05-03 00:33:15 +02:00
Marc Hartmayer
2691f033cb
Fix creation of card links
...
Without this fix, orphaned card links are created and therefore this leads to
problems as described in https://github.com/wekan/wekan/issues/2785 .
2020-04-30 01:59:04 +02:00
Marc Hartmayer
153d729544
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.
Fixes: 9ae20a3f51
2020-04-28 20:56:11 +02:00
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