Lauri Ojansivu
d213d37dab
Merge branch 'improve-announcement' of https://github.com/nztqa/wekan into nztqa-improve-announcement
2017-10-01 09:59:57 +03:00
nztqa
a88ac6113e
Rename notice -> announcement
2017-10-01 12:43:15 +09:00
nztqa
aa1876f94c
Add message from service administrator
2017-09-28 16:57:04 +09:00
Ghassen Rjab
109cd08151
Use a default color (black) for labels from Trello
2017-09-27 22:23:55 +01:00
Ghassen Rjab
f883757552
Ignore checklists with missing cards
2017-09-26 06:58:39 +01:00
Lauri Ojansivu
fb79c8786a
v0.41
2017-09-25 13:16:07 +03:00
Lauri Ojansivu
f7a1c4896b
Fix lint errors.
2017-09-24 17:08:28 +03:00
Lauri Ojansivu
cb4a679050
Merge branch 'admin-create-user' of https://github.com/soohwa/wekan into soohwa-admin-create-user
2017-09-24 17:03:41 +03:00
Ghassen Rjab
28eca2a11f
Update Checklist model to keep checklist item state when moved
...
- Remove newItemIndex field (no longer needed)
- Use Underscore.js to sort checklist items
- Add helper method to generate new Items Ids so we can use it in model and in client
- Add addFullItem method to add an item from object
- Update sort when items are being added or removed
2017-09-24 02:14:23 +01:00
none
57d6180a7a
Allow admin to create user despite disabling registration throught rest api.
2017-09-23 15:20:11 +09:00
Felix Michels
0bbfa632f7
add translation (en/de) for email notifications regarding checklists and checklist items
2017-09-22 09:50:40 +02:00
Ghassen Rjab
a410dc50bb
Import sort attribute of checklists and its items from Trello
2017-09-16 20:01:54 +01:00
Ghassen Rjab
2f69e65dc0
Import sort attribute of checklists and its items from Wekan
...
If no sort was found (Old format), we use checklist or checklist item index in the array instead
2017-09-16 19:59:03 +01:00
Jim Martens
f3f845dde8
Added support for sorted checklist items
2017-09-12 10:36:42 +02:00
Lauri Ojansivu
17cf8ded07
Merge branch 'feature/manual-attachments-activities' of https://github.com/GhassenRjab/wekan into GhassenRjab-feature/manual-attachments-activities
2017-09-02 16:05:14 +03:00
Ghassen Rjab
181af6f250
Fix lint errors
2017-09-02 13:42:23 +01:00
Ghassen Rjab
2e845a5134
Uncomment code about adding attachments' related activities
2017-09-02 13:19:31 +01:00
Ghassen Rjab
255df20da0
Put 'this' in 'self' variable
...
For some reason, TrelloCreator didn't keep 'this' reference
2017-09-02 13:18:29 +01:00
Ghassen Rjab
bc4ea6fd9a
Add idMemberCreator to Trello attachment
...
We need this field to attribute attachment to the user who uploaded it
2017-09-02 13:17:03 +01:00
Ghassen Rjab
6ff0cf91e2
Add source field to imported attachments
...
We use this field to prevent adding attachments' related activities automatically only. Then this field will be removed.
2017-09-02 07:17:42 +01:00
Lauri Ojansivu
01bbc089da
Merge branch 'devel' of https://github.com/andresmanelli/wekan into andresmanelli-devel
2017-09-01 22:11:13 +03:00
Ghassen Rjab
4ad4c6ea22
Assign user to attachment before inserting
2017-08-31 22:14:57 +01:00
Ghassen Rjab
ad09630d4e
use beforeWrite method of CollectionFS instead of collection-hooks
2017-08-31 22:02:11 +01:00
Ghassen Rjab
a579125a1f
Delete all activities related to a checklist when it is deleted
2017-08-31 06:58:32 +01:00
Ghassen Rjab
ee938c0423
Delete activity related to checklist item when the item is deleted
2017-08-31 06:58:02 +01:00
Andrés Manelli
5bc95511e5
Allow delete from client. List all integrations in web UI
2017-08-30 00:58:34 -03:00
Andrés Manelli
f566022aa4
Add activity subscription to integrations. Add API for integrations. Allow multiple integrations per board
2017-08-30 00:56:09 -03:00
Lauri Ojansivu
decb31ffa4
Merge branch 'feature/import-activities' of https://github.com/GhassenRjab/wekan into GhassenRjab-feature/import-activities
2017-08-30 00:24:49 +03:00
Lauri Ojansivu
d55c952289
Standalone Export has modifiedAt missing, adding modifiedAt to fix it. Thanks to xet7 !
2017-08-29 01:56:01 +03:00
Ghassen Rjab
afc002d81a
Make userId optional when importing Wekan boards
...
Sandstorm will have an activity of adding a member by default which will have an empty userId. This caused issues when importing exported Sandstorm boards.
2017-08-28 22:03:21 +01:00
Pierre Kuhner
4d4c127b99
Fix template literals syntax
2017-08-24 17:10:50 +02:00
Pierre Kuhner
c99a950979
Percent-encode SMTP password to prevent URI malformed errors
...
Fix URIError: URI malformed errors when sending email with SMTP password containing some special characters.
See Sections 2.1 and 3.2 of RFC 3986.
2017-08-24 15:23:49 +02:00
Ghassen Rjab
a2d7e2cb74
Fix dates of activities related to comments imported from Trello
2017-08-24 01:05:53 +01:00
Ghassen Rjab
f1488436b8
Import Trello board activities
2017-08-23 06:42:25 +01:00
Ghassen Rjab
5665c755cb
Import Wekan board activities
...
There is a minor catch here, we can't import activities related to adding attachments for now
2017-08-20 22:45:57 +01:00
Andrés Manelli
a96ece2c11
Add some IDs to webhook body
2017-08-16 11:09:32 -03:00
nztqa
6a10257fd7
Add change email address
...
Set allow email change in admin panel
2017-08-07 17:40:50 +09:00
Ghassen Rjab
f521b7949a
Fix files access bug
2017-07-30 04:27:38 +01:00
Ghassen Rjab
2b9bc5d046
Add checklist items to activity log
2017-07-26 22:51:15 +01:00
Ghassen Rjab
d2b1a837e6
Import boards in Sandstorm
2017-07-24 23:56:51 +01:00
Ghassen Rjab
12ec92a0b5
Import checklists
2017-07-20 00:57:20 +01:00
Ghassen Rjab
25ce99958c
Export checklists
2017-07-20 00:24:21 +01:00
Lauri Ojansivu
2267dd0fd7
Merge branch 'devel' of https://github.com/zarnifoulette/wekan into zarnifoulette-devel
2017-07-19 21:23:36 +03:00
zago
e2ee005a5f
direct hook to bypass the checking step with API request
2017-07-19 10:27:23 +02:00
Ghassen Rjab
bea876efd8
Updat Wekan board format check
2017-07-19 01:05:51 +01:00
Ghassen Rjab
81e0d4e382
Export and import attachents as base64 encoded files
2017-07-15 22:10:46 +01:00
Lauri Ojansivu
510708d0e1
Merge branch 'improve-notify' of https://github.com/nztqa/wekan into nztqa-improve-notify
2017-07-12 01:59:07 +03:00
nztqa
0e6cfdbb2a
Add call outgoing webhooks method
2017-07-09 15:21:40 +09:00
nztqa
bcd42ad958
Add integrations model
2017-07-09 14:59:58 +09:00
Ghassen Rjab
3f4c285551
Add import Wekan board feature
2017-07-08 13:23:33 +01:00