summaryrefslogtreecommitdiffstats
path: root/models
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add change email addressnztqa2017-08-072-0/+55
* 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 zarnifoul...Lauri Ojansivu2017-07-192-149/+201
|\
| * 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 nztqa-im...Lauri Ojansivu2017-07-122-0/+59
|\ \
| * | 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
* Fix: id generationnztqa2017-06-281-1/+7
* Update import from Trello featureGhassen Rjab2017-06-231-0/+1
* Fix importing Trello boardGhassen Rjab2017-06-221-2/+2
* Fix login url in invitation email. Closes #993Lauri Ojansivu2017-06-191-1/+1
* Reenable the export featureJohannes Zellner2017-06-121-22/+22
* Fixed a typo..mayjs2017-05-161-1/+1
* Implemented the change of /api/user/boards as proposed by huneaumayjs2017-05-161-1/+5
* Fixed eslint errorsmayjs2017-05-152-10/+10
* Added readonly user access to cardsmayjs2017-05-151-2/+2
* Modified access to GET /api/boards/:boardId/lists/:listIdmayjs2017-05-151-1/+1
* Modified access to GET /api/boards/:boardId/listsmayjs2017-05-151-1/+2
* Extracted board access check functionmayjs2017-05-151-4/+1
* Changed GET /api/boards/:id to allow access by the normally also allowed users.mayjs2017-05-151-2/+5
* Fixed a typo and removed an old todo commentmayjs2017-05-151-2/+2
* Changed /api/user/boards to only check if the user is logged inmayjs2017-05-151-1/+1
* let -> constmayjs2017-05-152-2/+2
* Added an endpoint to get the user referenced by the given tokenmayjs2017-05-151-0/+10
* Removed old debug outputmayjs2017-05-151-1/+0
* Fixed the errors existing in /api/user/boardsmayjs2017-05-151-8/+15
* Added /api/user/boardsJohannes May2017-05-131-0/+12
* add token authentication, only admin can use apihuneau romain2017-05-116-0/+24
* add rest api for checklist and card commenthuneau romain2017-05-102-15/+139
* REST API - Meteor 1.4 - first step issueLauri Ojansivu2017-04-275-112/+329
* isCommentOnly false fix for Trello import. Thanks to rhelsing !Lauri Ojansivu2017-04-251-0/+2
* dangling commas errorStephen Moloney2017-04-061-2/+2
* First user is admin only if not running in sandstormJulen Landa Alustiza2017-04-021-1/+1
* Add isAdmin to user SchemaJulen Landa Alustiza2017-04-021-0/+4
* Fix email settings loading:Julen Landa Alustiza2017-04-012-30/+28