summaryrefslogtreecommitdiffstats
path: root/models
Commit message (Collapse)AuthorAgeFilesLines
* fix: always restore archived cards if wip limit is softamadilsons2017-10-311-1/+1
|
* added soft wip limit feature, fixed wipLimit=0 bug (??)amadilsons2017-10-311-19/+23
|
* Covered case of no admin and no self mapping.Keven Kurz PC2017-10-291-4/+8
| | | | | Now importer is always admin of the imported board so that no undeletable boards can be created.
* fixed Members do not get included on board import from WeKan #1255Keven Kurz PC2017-10-291-33/+21
| | | | | | | | | | fixed multiple errors where constants were mistakenly overridden.(or trying to get a property of an object after making sure it doesn't exits) renamed wekanBoard Parameter from createBoardAndLabels for clairity reworked adding admin for imorter
* Change invitation link from sign-in to sign-up. Thanks to xet7 ! Closes #1300Lauri Ojansivu2017-10-201-1/+1
|
* fix lint errorsoohwa2017-10-131-1/+1
|
* fix lint errorsoohwa2017-10-131-1/+1
|
* fix lint errorssoohwa2017-10-131-13/+13
|
* Add the ability for the admin :soohwa2017-10-132-1/+48
| | | | | | - disabling a login for a user (not himself) - enabling a login for a user - transfering the ownership of all user's boards to himself
* Merge branch 'fix-admin-create-user' of https://github.com/soohwa/wekan into ↵Lauri Ojansivu2017-10-091-1/+23
|\ | | | | | | soohwa-fix-admin-create-user
| * Remove trailing spacesoohwa2017-10-081-1/+1
| |
| * Add commentsoohwa2017-10-071-0/+6
| |
| * Change fromAdmin into createdThroughApisoohwa2017-10-061-4/+4
| |
| * Clear "fromAdmin". Thx to nztqa.soohwa2017-10-061-1/+3
| |
| * Fix password not savedsoohwa2017-10-011-1/+1
| |
| * Lint errorsoohwa2017-09-251-3/+3
| |
| * Fix https://github.com/wekan/wekan/issues/1249soohwa2017-09-251-0/+14
| |
* | Merge branch 'issue783' of https://github.com/amadilsons/wekan into ↵Lauri Ojansivu2017-10-092-0/+70
|\ \ | | | | | | | | | amadilsons-issue783
| * | added i18n translation, minor fixamadilsons2017-10-051-2/+2
| | |
| * | feature implemented, known bugs fixedamadilsons2017-10-052-6/+43
| | |
| * | most work concluded, code needs clean up, further testing requiredamadilsons2017-10-042-10/+9
| | |
| * | on its wayamadilsons2017-10-041-1/+27
| | |
| * | mostly frontend work, lists coll update with wipLimit fieldamadilsons2017-09-291-1/+4
| | |
| * | basic frontend setup, List model updated with wipLimit fieldamadilsons2017-09-281-0/+5
| |/
* | Merge branch 'devel' of https://github.com/andresmanelli/wekan into ↵Lauri Ojansivu2017-10-032-3/+4
|\ \ | | | | | | | | | andresmanelli-devel
| * | Send result before webhookAndrés Manelli2017-09-291-3/+3
| | |
| * | Add some parameters to webhookAndrés Manelli2017-09-291-0/+1
| |/
* | Merge branch 'improve-announcement' of https://github.com/nztqa/wekan into ↵Lauri Ojansivu2017-10-011-0/+36
|\ \ | | | | | | | | | nztqa-improve-announcement
| * | Rename notice -> announcementnztqa2017-10-011-6/+6
| | |
| * | Add message from service administratornztqa2017-09-281-0/+36
| |/
* | Use a default color (black) for labels from TrelloGhassen Rjab2017-09-271-2/+1
| |
* | Ignore checklists with missing cards Ghassen Rjab2017-09-261-20/+22
|/
* v0.41v0.41Lauri Ojansivu2017-09-251-14/+0
|
* Fix lint errors.Lauri Ojansivu2017-09-241-3/+3
|
* Merge branch 'admin-create-user' of https://github.com/soohwa/wekan into ↵Lauri Ojansivu2017-09-241-0/+14
|\ | | | | | | soohwa-admin-create-user
| * Allow admin to create user despite disabling registration throught rest api.none2017-09-231-0/+14
| |
* | Update Checklist model to keep checklist item state when movedGhassen Rjab2017-09-241-21/+44
|/ | | | | | | - 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
* 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