summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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-152-4/+10
|
* Changed GET /api/boards/:id to allow access by the normally also allowed users.mayjs2017-05-151-2/+5
|
* Added a simple authorization functionmayjs2017-05-151-0/+12
|
* 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
|
* Added a non restrictive authentication functionmayjs2017-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 my local test http file to .gitignoremayjs2017-05-151-1/+2
|
* Added /api/user/boardsJohannes May2017-05-131-0/+12
|
* Move Platforms, Features and Integrations to wiki.Lauri Ojansivu2017-05-131-67/+4
|
* Update translations.Lauri Ojansivu2017-05-132-125/+125
|
* Add IE 11 support in unicode filename downloads. Thanks to nztqa !Lauri Ojansivu2017-05-131-2/+3
|
* Add support for IE11 in fix-download-unicode.Lauri Ojansivu2017-05-131-1/+1
|
* Add checklist, card comment and token authentication to REST API. Remove ↵Lauri Ojansivu2017-05-131-0/+15
| | | | here1 false messages from console when starting Wekan. Thanks to huneau !
* Merge branch 'huneau-meteor-1.4-RESTAPI' into develLauri Ojansivu2017-05-1311-25/+207
|\
| * add Autentication to global varhuneau romain2017-05-111-1/+2
| |
| * add token authentication, only admin can use apihuneau romain2017-05-119-0/+50
| |
| * replace console.log by winston loggerhuneau romain2017-05-101-9/+16
| |
| * add rest api for checklist and card commenthuneau romain2017-05-102-15/+139
|/
* Wekan release v0.22v0.22Lauri Ojansivu2017-05-071-2/+2
|
* Fix Dockerfile build error that stopped on linting checks.Lauri Ojansivu2017-05-072-1/+1
|
* Fix permissions on Dockerfile.Lauri Ojansivu2017-05-071-1/+2
|
* Reorder installing to be more logical.Lauri Ojansivu2017-05-071-1/+1
|
* Update translations.Lauri Ojansivu2017-05-071-33/+33
|
* Fix: Download file(unicode filename) cause crash with exception. Thanks to ↵Lauri Ojansivu2017-05-071-0/+8
| | | | yatusiter !
* Fix: Download file(unicode filename) cause crash with exception. Closes #784Lauri Ojansivu2017-05-072-0/+915
|
* Wekan release v0.21v0.21Lauri Ojansivu2017-05-072-1/+13
|
* Wekan release v0.20v0.20Lauri Ojansivu2017-05-071-0/+12
|
* Upgrade to latest packages.Lauri Ojansivu2017-05-071-1/+1
|
* Wekan release v0.19v0.19Lauri Ojansivu2017-05-061-1/+1
|
* Wekan release v0.19Lauri Ojansivu2017-05-061-5/+8
|
* Update translations.Lauri Ojansivu2017-05-063-6/+6
|
* Try other key servers if ha.pool.sks-keyservers.net is unreachable. Closes #1029Lauri Ojansivu2017-05-061-8/+18
|
* Update translations.Lauri Ojansivu2017-05-0627-27/+27
|
* Changed to more descriptive text that I think what it means at models/users.jsLauri Ojansivu2017-05-061-1/+1
|
* Fix bson error on Docker. Closes #1009Lauri Ojansivu2017-05-062-2/+6
|
* Revert code that broke changing language.Lauri Ojansivu2017-05-061-5/+0
|
* Update translations.Lauri Ojansivu2017-05-053-2/+7
|
* Update translations.Lauri Ojansivu2017-05-0428-38/+38
|
* Merge pull request #1017 from stephenmoloney/devel-localLauri Ojansivu2017-04-285-17/+24
|\ | | | | changes to travis.yml.
| * gcc already newer version since using trusty now and not preciseStephen Moloney2017-04-281-2/+0
| |
| * add new ARGS to docker-composeStephen Moloney2017-04-281-0/+2
| |
| * changes to travis.yml.Stephen Moloney2017-04-284-17/+24
|/ | | | | | | | - Add gcc-4.9 to travis host. - namespace travis variables as seem to conflict with docker env. - set versions on travis. - run npm tests again. - slight readme mod for docker
* Merge pull request #1016 from stephenmoloney/devel-localLauri Ojansivu2017-04-282-22/+22
|\ | | | | make METEOR_EDGE optional. Fix node_gyp bug in docker build.