summaryrefslogtreecommitdiffstats
path: root/models
Commit message (Collapse)AuthorAgeFilesLines
* show custom fields on cards but still with dummy valuePouyan Savoli2017-09-221-0/+21
|
* card model and card ui preparation for custom fields #2Pouyan Savoli2017-09-221-2/+6
|
* card model and card ui preparation for custom fieldsPouyan Savoli2017-09-221-0/+33
|
* many custom fields model and UI enhancementsPouyan Savoli2017-09-222-12/+13
|
* Create custom fields creation UI added to Board Menu, Model in progressPouyan Savoli2017-09-222-0/+124
|
* add translation (en/de) for email notifications regarding checklists and ↵Felix Michels2017-09-221-0/+4
| | | | checklist items
* Import sort attribute of checklists and its items from TrelloGhassen Rjab2017-09-161-0/+2
|
* Import sort attribute of checklists and its items from WekanGhassen Rjab2017-09-161-2/+4
| | | If no sort was found (Old format), we use checklist or checklist item index in the array instead
* Added support for sorted checklist itemsJim Martens2017-09-121-9/+48
|
* Merge branch 'feature/manual-attachments-activities' of ↵Lauri Ojansivu2017-09-023-64/+78
|\ | | | | | | https://github.com/GhassenRjab/wekan into GhassenRjab-feature/manual-attachments-activities
| * Fix lint errorsGhassen Rjab2017-09-021-2/+3
| |
| * Uncomment code about adding attachments' related activitiesGhassen Rjab2017-09-022-36/+24
| |
| * Put 'this' in 'self' variableGhassen Rjab2017-09-022-5/+7
| | | | | | For some reason, TrelloCreator didn't keep 'this' reference
| * Add idMemberCreator to Trello attachmentGhassen Rjab2017-09-021-0/+2
| | | | | | We need this field to attribute attachment to the user who uploaded it
| * Add source field to imported attachmentsGhassen Rjab2017-09-023-8/+26
| | | | | | We use this field to prevent adding attachments' related activities automatically only. Then this field will be removed.
| * Assign user to attachment before insertingGhassen Rjab2017-08-312-0/+3
| |
| * use beforeWrite method of CollectionFS instead of collection-hooksGhassen Rjab2017-08-311-18/+18
| |
* | Merge branch 'devel' of https://github.com/andresmanelli/wekan into ↵Lauri Ojansivu2017-09-012-8/+144
|\ \ | | | | | | | | | andresmanelli-devel
| * | Allow delete from client. List all integrations in web UIAndrés Manelli2017-08-301-0/+3
| | |
| * | Add activity subscription to integrations. Add API for integrations. Allow ↵Andrés Manelli2017-08-302-8/+141
| |/ | | | | | | multiple integrations per board
* | Delete all activities related to a checklist when it is deletedGhassen Rjab2017-08-311-3/+5
| |
* | Delete activity related to checklist item when the item is deletedGhassen Rjab2017-08-311-8/+17
|/
* Merge branch 'feature/import-activities' of ↵Lauri Ojansivu2017-08-302-69/+298
|\ | | | | | | https://github.com/GhassenRjab/wekan into GhassenRjab-feature/import-activities
| * Fix dates of activities related to comments imported from TrelloGhassen Rjab2017-08-241-1/+1
| |
| * Import Trello board activitiesGhassen Rjab2017-08-231-28/+131
| |
| * Import Wekan board activitiesGhassen Rjab2017-08-201-40/+166
| | | | | | There is a minor catch here, we can't import activities related to adding attachments for now
* | Standalone Export has modifiedAt missing, adding modifiedAt to fix it. ↵Lauri Ojansivu2017-08-291-0/+2
| | | | | | | | Thanks to xet7 !
* | Make userId optional when importing Wekan boardsGhassen Rjab2017-08-281-1/+0
| | | | | | 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.
* | Fix template literals syntaxPierre Kuhner2017-08-241-2/+2
| |
* | Percent-encode SMTP password to prevent URI malformed errorsPierre Kuhner2017-08-241-2/+2
| | | | | | | | 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.
* | Add some IDs to webhook bodyAndrés Manelli2017-08-161-0/+5
|/
* Add change email addressnztqa2017-08-072-0/+55
| | | | Set allow email change in admin panel
* Fix files access bugGhassen Rjab2017-07-301-12/+6
|
* Add checklist items to activity logGhassen Rjab2017-07-262-10/+16
|
* Import boards in SandstormGhassen Rjab2017-07-243-4/+19
|
* Import checklistsGhassen Rjab2017-07-201-37/+34
|
* Export checklistsGhassen Rjab2017-07-201-0/+5
|
* Merge branch 'devel' of https://github.com/zarnifoulette/wekan into ↵Lauri Ojansivu2017-07-192-149/+201
|\ | | | | | | zarnifoulette-devel
| * direct hook to bypass the checking step with API requestzago2017-07-192-138/+183
| |
| * fixe traviszago2017-07-071-18/+18
| |
| * checking the authorId when adding cardzago2017-07-071-15/+22
| |
* | Updat Wekan board format checkGhassen Rjab2017-07-191-2/+0
| |
* | Export and import attachents as base64 encoded filesGhassen Rjab2017-07-152-17/+56
| |
* | Merge branch 'improve-notify' of https://github.com/nztqa/wekan into ↵Lauri Ojansivu2017-07-122-0/+59
|\ \ | | | | | | | | | nztqa-improve-notify
| * | Add call outgoing webhooks methodnztqa2017-07-091-0/+5
| | |
| * | Add integrations modelnztqa2017-07-091-0/+54
| |/
* / Add import Wekan board featureGhassen Rjab2017-07-083-496/+993
|/
* fixe errorzago2017-06-291-3/+3
|
* linebreaker fixingzago2017-06-291-24/+23
|
* adding a put method to update a cardzago2017-06-291-0/+30
|