Commit graph

158 commits

Author SHA1 Message Date
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
zago
cbcf10a02b fixe travis 2017-07-07 11:37:35 +02:00
zago
cac82e4330 checking the authorId when adding card 2017-07-07 11:11:38 +02:00
zago
afc30226ac fixe error 2017-06-29 15:45:27 +02:00
zago
95f1772280 linebreaker fixing 2017-06-29 14:10:45 +02:00
zago
3a99eb9c9f adding a put method to update a card 2017-06-29 12:24:33 +02:00
nztqa
e03c69ab8f Fix: id generation 2017-06-28 15:19:53 +09:00
Ghassen Rjab
aff4655134 Update import from Trello feature
Add importing the due date of a card
2017-06-23 17:58:13 +01:00
Ghassen Rjab
8b6b065462 Fix importing Trello board
Attribute correct members to their comments
2017-06-22 22:09:40 +01:00
Lauri Ojansivu
e796f6d195 Fix login url in invitation email. Closes #993 2017-06-19 23:41:29 +03:00
Johannes Zellner
3d45c9610f Reenable the export feature
Fixes #1055
2017-06-12 09:30:06 +02:00
mayjs
e3fab53806 Fixed a typo.. 2017-05-16 17:35:14 +02:00
mayjs
058aabff68 Implemented the change of /api/user/boards as proposed by huneau 2017-05-16 10:52:55 +02:00
mayjs
25b26657da Fixed eslint errors 2017-05-15 22:10:46 +02:00
mayjs
c59891d44b Added readonly user access to cards 2017-05-15 21:41:21 +02:00
mayjs
cb99fc582e Modified access to GET /api/boards/:boardId/lists/:listId 2017-05-15 21:06:52 +02:00
mayjs
066593f9c3 Modified access to GET /api/boards/:boardId/lists 2017-05-15 21:03:42 +02:00
mayjs
1e8d9f02f3 Extracted board access check function 2017-05-15 21:02:31 +02:00
mayjs
95e2025ff9 Changed GET /api/boards/:id to allow access by the normally also allowed users. 2017-05-15 19:43:53 +02:00
mayjs
1bdc28bf9c Fixed a typo and removed an old todo comment 2017-05-15 19:20:55 +02:00
mayjs
452901d3b1 Changed /api/user/boards to only check if the user is logged in 2017-05-15 19:20:37 +02:00
mayjs
158f19b67c let -> const 2017-05-15 18:45:24 +02:00
mayjs
fa928956c2 Added an endpoint to get the user referenced by the given token 2017-05-15 18:44:54 +02:00
mayjs
adc6a45185 Removed old debug output 2017-05-15 18:31:10 +02:00
mayjs
a472986d0e Fixed the errors existing in /api/user/boards 2017-05-15 18:20:51 +02:00
Johannes May
0cf0f20f9d Added /api/user/boards 2017-05-13 22:56:26 +02:00
huneau romain
b5271e5346 add token authentication, only admin can use api 2017-05-11 12:15:02 +02:00
huneau romain
d9c0825d5f add rest api for checklist and card comment 2017-05-10 15:59:06 +02:00
Lauri Ojansivu
0319bcf7bb REST API - Meteor 1.4 - first step issue 2017-04-27 20:49:24 +03:00
Lauri Ojansivu
dc8c59dcbe isCommentOnly false fix for Trello import. Thanks to rhelsing ! 2017-04-25 23:12:10 +03:00
Stephen Moloney
88d3f38d53 dangling commas error 2017-04-06 10:14:54 +01:00
Julen Landa Alustiza
28a1dd677c First user is admin only if not running in sandstorm 2017-04-02 16:29:51 +02:00
Julen Landa Alustiza
1218e114be Add isAdmin to user Schema 2017-04-02 12:55:13 +02:00
Julen Landa Alustiza
dfeeec308a Fix email settings loading:
MAIL_URL was overriden with database info all the time.
Now if MAIL_URL exists is not overwritten and if neither MAIL_URL nor
exists valid admin panel data MAIL_URL is not set.
MAIL_FROM was ignored. Same behaviour, env variable has bigger priority
than database configuration.
On both cases, althrought environment variable is set, updating admin-panel
mail settings will load new info and ignore the environment variable.
Remove some code that is not needed anymore
2017-04-01 21:46:09 +02:00
Julen Landa Alustiza
db2c381c00 Add TLS toggle option to smtp configuration 2017-03-30 19:13:57 +02:00
Ryan Helsing
e9bc5eaac5 hotfix to user add 2017-03-29 14:28:04 -04:00
Lauri Ojansivu
578619d409 Merge pull request #925 from rhelsing/comment-permissions
Comment permissions
2017-03-28 20:55:02 +03:00
Lauri Ojansivu
0c36f5f4c2 Merge pull request #943 from Zokormazo/smtp
Don't send emails if missing smtp host
2017-03-28 20:52:39 +03:00
Julen Landa Alustiza
5db786e2dd Don't send emails if missing smtp host 2017-03-28 12:44:36 +02:00