Bryan Mutai
51f52fee23
enable exporting and importing custom fields.
5 years ago
Marc Hartmayer
6e088af3d1
Fix email verification in `sendSMTPTestEmail`
...
Found by deepcode.ai.
5 years ago
Marc Hartmayer
b2fee6a6c1
Use an arrow function inside forEach() instead of an anonymous function
...
Suggested by deepcode.ai.
5 years ago
Marc Hartmayer
66d35a1528
Fix minicard cover functionality
...
Otherwise, if `this.coverId` is undefined then `Attachments.findOne()` would
return any attachment.
5 years ago
helioguardabaxo
3b50b2c59f
Added Modern theme with Poppins font
5 years ago
Romulus Urakagi Tsai
921460db40
Fix export attachments (not tested)
5 years ago
Romulus Urakagi Tsai
4064f3f406
Fix migrated attachment not readable bug
...
Remove reduandant files
5 years ago
helioguardabaxo
7a576f9ae4
Added natural theme
5 years ago
CidKramer
45dea737bf
Added clearblue theme
5 years ago
Romulus Urakagi Tsai
4c5a2fbd1f
Card clone OK
5 years ago
Lauri Ojansivu
8a2509007c
Fix syntax. Maybe sometime later think about translations.
...
Thanks to xet7 !
5 years ago
Bryan Mutai
a570c4a861
add: export board/cards/lists to CSV/TSV
5 years ago
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.
5 years ago
Romulus Urakagi Tsai
012ca39a8d
Attachment activities merging done
5 years ago
Romulus Urakagi Tsai
4448488767
Done attachments activities operating
5 years ago
Bryan Mutai
1742bcd9b1
add: import board/cards/lists using CSV/TSV
5 years ago
Nico
ec03bbe260
API add boards to json where user is member of
5 years ago
Nico
3cc0a93e0e
Card vote options in new fork
5 years ago
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 .
5 years ago
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
5 years ago
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 !
5 years ago
Lauri Ojansivu
ee106d1cb4
Revert In Progress additional vote features. Translations are not removed.
...
Thanks to xet7 !
Related https://github.com/wekan/wekan/pull/3048
5 years ago
Nico
7bb0aa7488
Additional vote features
5 years ago
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.
5 years ago
Lauri Ojansivu
9e95c06415
Fix lint errors in lint error fix.
...
Thanks to xet7 !
5 years ago
Marc Hartmayer
8e14459cff
Implement option to change the first day of week in user settings
...
Implements #2535 .
5 years ago
Marc Hartmayer
b2acc3ba45
Multiple lint issue fixes
...
Found by using the command `meteor npm run lint:eslint:fix`.
5 years ago
boeserwolf
b42d8346cd
Insert new boards at last position
5 years ago
boeserwolf
b3efa71d13
Add move function to boards mutations
5 years ago
boeserwolf
10fcc19b7f
Add sortDefault helper for sorting boards
5 years ago
boeserwolf
2400c91013
Add sort field to boards model
5 years ago
Allemand
18610d2fe6
Update settings.js
5 years ago
salleman
3e817257ef
hide password auth with PASSWORD_LOGIN_ENABLED variable
5 years ago
salleman
35ae07e2a6
debug isBoardAdmin on main page
5 years ago
Jonathan Baird
269382869e
fix error in notifications cleanup cron
5 years ago
Nico
8f28a409c7
Public vote
5 years ago
Pedro Sousa
6ced47aa8c
When adding a user to a board that has subtasks, also add user to the subtask board
5 years ago
Nico
e661d03e8d
Add vote import from Trello
5 years ago
Nico
f09219cbfd
Remove export button if WITH_API is not enabled
...
#2938
https://github.com/wekan/wekan/issues/2938#issuecomment-589782402
5 years ago
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 !
5 years ago
Jonathan Baird
1e20e2601f
add a scheduled notification cleanup job
5 years ago
Jonathan Baird
4d066b1f30
stop notifying users about their own behavior
5 years ago
Nico
2bbc312ad0
Voteing feature
5 years ago
Pedro Sousa
6e86292b99
Search also a Card's Custom Fields
5 years ago
Jonathan Baird
9819c9f801
add a notification drawer like trello
5 years ago
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.
5 years ago
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
5 years ago
Romulus Urakagi Tsai
b34ed58289
Start writing migration
5 years ago
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
5 years ago
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
5 years ago