Commit graph

140 commits

Author SHA1 Message Date
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
lkisme
f82941550a Remove invitation code if email sending failed, improve registration process with invitation 2017-03-28 00:48:18 +08:00
Ryan Helsing
de10be6a21 comment only working, naive implementation complete 2017-03-18 18:49:39 -04:00
Ryan Helsing
383daf6f64 cant see add list if comment only 2017-03-18 15:22:40 -04:00
Ryan Helsing
e6276271b1 ability to store comment only, actual prevention next 2017-03-18 14:59:28 -04:00
lkisme
72c3651be4 Set mail-from to environment immediately after changed,
allow user set a blank username&password pair in SMTP setting.
2017-03-09 23:29:48 +08:00
Lauri Ojansivu
53a7ab0496 Merge branch 'checklist-import' of https://github.com/whodafly/wekan into whodafly-checklist-import 2017-03-05 22:12:59 +02:00
Raoul Snyman
bc9e093e07 Fix up some linting issues 2017-03-05 13:08:53 -07:00
Raoul Snyman
4414582a35 Close #873 by importing checklists from Trello 2017-03-05 12:56:07 -07:00
Lauri Ojansivu
7c9a30d8fe Fix merge conflict. 2017-03-05 19:58:22 +02:00
Florent MONTHEL
ad6471d3bd [ENH] Invite user with lower case email 2017-03-04 20:42:25 -05:00
lkisme
39f2837838 wording change, email sending optimization, add texts to i18n 2017-02-26 21:11:15 +08:00
lkisme
e3c3cc0d8d Make mailServer setting optional 2017-02-26 14:25:29 +08:00
maulal
06699007c4 Bug: orphan documents were created when cards were deleted 2017-02-25 02:16:00 +01:00
lkisme
1dfb6ef477 Admin panel:
Only invited user can register in strict mode,
Set mail server in admin panel,
Switch strict mode in admin panel,
Invite people to system in admin panel
2017-02-24 22:10:38 +08:00
Alexis LACROIX
6ca832c02b Improve wekan performance (checklist collection scan) 2017-02-22 17:05:30 +02:00
maulal
cd6317cedb Improve wekan performance #837 2017-02-22 17:05:30 +02:00
Florent MONTHEL
a370e6aca3 [BUG] Bug when we're removing user from board that generate activity for all the card of the board 2017-02-21 00:06:11 -05:00
Lauri Ojansivu
8bd7d624da Merge pull request #65 from BaobabCoder/devel
Remove a list
2017-02-03 11:07:48 +02:00