Commit graph

917 commits

Author SHA1 Message Date
Lauri Ojansivu
132a348486 Wekan release v0.23 2017-05-21 11:04:21 +03:00
Lauri Ojansivu
3507eed620 Update translations. 2017-05-19 22:31:46 +03:00
Lauri Ojansivu
371a2dc84d Add vanila chat back, part of community is there. 2017-05-19 01:20:07 +03:00
Lauri Ojansivu
200cc1d97a Change chat to Freenode IRC channel wekan. 2017-05-18 20:38:42 +03:00
Lauri Ojansivu
dda8ff9796 Upgrade npm to v4.6.1 2017-05-18 10:56:47 +03:00
Lauri Ojansivu
0333d4b75b Authorization improvements etc to REST API. Thanks to mayjs ! 2017-05-18 10:51:18 +03:00
Lauri Ojansivu
1ed7756d6c Merge branch 'mayjs-rest-api-pr' into devel 2017-05-18 10:45:26 +03:00
Lauri Ojansivu
8de6461cf7 Merge branch 'rest-api-pr' of https://github.com/mayjs/wekan into mayjs-rest-api-pr 2017-05-18 10:31:47 +03:00
Lauri Ojansivu
fe94ab0dde Fix IE11 problem when closing cards, sidebar etc. Thanks to nztqa ! Closes #806 2017-05-18 10:29:38 +03:00
Lauri Ojansivu
0092a73e86 Merge branch 'nztqa-disable_link' into devel 2017-05-18 10:22:29 +03:00
nztqa
0e7c79bd1a Fix disable a href=“#” link 2017-05-17 11:48:49 +09: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
4ff906bd7b Revert "Added my local test http file to .gitignore"
This reverts commit 5be30a2cd8.
2017-05-15 22:35:53 +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
ef6f2e8d62 Added a simple authorization function 2017-05-15 19:43:15 +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
609a8894ec Added a non restrictive authentication function 2017-05-15 18:40:45 +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
mayjs
5be30a2cd8 Added my local test http file to .gitignore 2017-05-15 18:20:07 +02:00
Lauri Ojansivu
6147bfac82 Travis badge to devel branch. 2017-05-15 18:46:05 +03:00
Johannes May
0cf0f20f9d Added /api/user/boards 2017-05-13 22:56:26 +02:00
Lauri Ojansivu
e285632d9e Move Platforms, Features and Integrations to wiki. 2017-05-13 15:51:11 +03:00
Lauri Ojansivu
89e36ab9aa Update translations. 2017-05-13 13:51:39 +03:00
Lauri Ojansivu
ada9478ed7 Add IE 11 support in unicode filename downloads. Thanks to nztqa ! 2017-05-13 13:38:59 +03:00
Lauri Ojansivu
70ca6fdec9 Add support for IE11 in fix-download-unicode. 2017-05-13 13:31:42 +03:00
Lauri Ojansivu
ffd704b0cf Add checklist, card comment and token authentication to REST API. Remove here1 false messages from console when starting Wekan. Thanks to huneau ! 2017-05-13 13:26:06 +03:00
Lauri Ojansivu
1c3551201a Merge branch 'huneau-meteor-1.4-RESTAPI' into devel 2017-05-13 12:51:44 +03:00
huneau romain
c0ddc89f21 add Autentication to global var 2017-05-11 12:30:30 +02:00
huneau romain
b5271e5346 add token authentication, only admin can use api 2017-05-11 12:15:02 +02:00
huneau romain
548172949a replace console.log by winston logger 2017-05-10 16:00:08 +02:00
huneau romain
d9c0825d5f add rest api for checklist and card comment 2017-05-10 15:59:06 +02:00
Lauri Ojansivu
8267b5a01c Wekan release v0.22 2017-05-07 23:25:20 +03:00
Lauri Ojansivu
bdb2057504 Fix Dockerfile build error that stopped on linting checks. 2017-05-07 22:44:57 +03:00
Lauri Ojansivu
69768dc334 Fix permissions on Dockerfile. 2017-05-07 22:12:14 +03:00
Lauri Ojansivu
5831715bca Reorder installing to be more logical. 2017-05-07 22:04:29 +03:00
Lauri Ojansivu
fd6d93a5c9 Update translations. 2017-05-07 22:02:21 +03:00
Lauri Ojansivu
40072cd136 Fix: Download file(unicode filename) cause crash with exception. Thanks to yatusiter ! 2017-05-07 21:55:18 +03:00
Lauri Ojansivu
f88d68a9c3 Fix: Download file(unicode filename) cause crash with exception. Closes #784 2017-05-07 21:51:11 +03:00
Lauri Ojansivu
dd898f4033 Wekan release v0.21 2017-05-07 15:14:44 +03:00
Lauri Ojansivu
961f8ae3fb Wekan release v0.20 2017-05-07 15:01:54 +03:00