Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added an endpoint to get the user referenced by the given token | mayjs | 2017-05-15 | 1 | -0/+10 |
| | |||||
* | Added a non restrictive authentication function | mayjs | 2017-05-15 | 1 | -0/+10 |
| | |||||
* | Removed old debug output | mayjs | 2017-05-15 | 1 | -1/+0 |
| | |||||
* | Fixed the errors existing in /api/user/boards | mayjs | 2017-05-15 | 1 | -8/+15 |
| | |||||
* | Added my local test http file to .gitignore | mayjs | 2017-05-15 | 1 | -1/+2 |
| | |||||
* | Added /api/user/boards | Johannes May | 2017-05-13 | 1 | -0/+12 |
| | |||||
* | Move Platforms, Features and Integrations to wiki. | Lauri Ojansivu | 2017-05-13 | 1 | -67/+4 |
| | |||||
* | Update translations. | Lauri Ojansivu | 2017-05-13 | 2 | -125/+125 |
| | |||||
* | Add IE 11 support in unicode filename downloads. Thanks to nztqa ! | Lauri Ojansivu | 2017-05-13 | 1 | -2/+3 |
| | |||||
* | Add support for IE11 in fix-download-unicode. | Lauri Ojansivu | 2017-05-13 | 1 | -1/+1 |
| | |||||
* | Add checklist, card comment and token authentication to REST API. Remove ↵ | Lauri Ojansivu | 2017-05-13 | 1 | -0/+15 |
| | | | | here1 false messages from console when starting Wekan. Thanks to huneau ! | ||||
* | Merge branch 'huneau-meteor-1.4-RESTAPI' into devel | Lauri Ojansivu | 2017-05-13 | 11 | -25/+207 |
|\ | |||||
| * | add Autentication to global var | huneau romain | 2017-05-11 | 1 | -1/+2 |
| | | |||||
| * | add token authentication, only admin can use api | huneau romain | 2017-05-11 | 9 | -0/+50 |
| | | |||||
| * | replace console.log by winston logger | huneau romain | 2017-05-10 | 1 | -9/+16 |
| | | |||||
| * | add rest api for checklist and card comment | huneau romain | 2017-05-10 | 2 | -15/+139 |
|/ | |||||
* | Wekan release v0.22v0.22 | Lauri Ojansivu | 2017-05-07 | 1 | -2/+2 |
| | |||||
* | Fix Dockerfile build error that stopped on linting checks. | Lauri Ojansivu | 2017-05-07 | 2 | -1/+1 |
| | |||||
* | Fix permissions on Dockerfile. | Lauri Ojansivu | 2017-05-07 | 1 | -1/+2 |
| | |||||
* | Reorder installing to be more logical. | Lauri Ojansivu | 2017-05-07 | 1 | -1/+1 |
| | |||||
* | Update translations. | Lauri Ojansivu | 2017-05-07 | 1 | -33/+33 |
| | |||||
* | Fix: Download file(unicode filename) cause crash with exception. Thanks to ↵ | Lauri Ojansivu | 2017-05-07 | 1 | -0/+8 |
| | | | | yatusiter ! | ||||
* | Fix: Download file(unicode filename) cause crash with exception. Closes #784 | Lauri Ojansivu | 2017-05-07 | 2 | -0/+915 |
| | |||||
* | Wekan release v0.21v0.21 | Lauri Ojansivu | 2017-05-07 | 2 | -1/+13 |
| | |||||
* | Wekan release v0.20v0.20 | Lauri Ojansivu | 2017-05-07 | 1 | -0/+12 |
| | |||||
* | Upgrade to latest packages. | Lauri Ojansivu | 2017-05-07 | 1 | -1/+1 |
| | |||||
* | Wekan release v0.19v0.19 | Lauri Ojansivu | 2017-05-06 | 1 | -1/+1 |
| | |||||
* | Wekan release v0.19 | Lauri Ojansivu | 2017-05-06 | 1 | -5/+8 |
| | |||||
* | Update translations. | Lauri Ojansivu | 2017-05-06 | 3 | -6/+6 |
| | |||||
* | Try other key servers if ha.pool.sks-keyservers.net is unreachable. Closes #1029 | Lauri Ojansivu | 2017-05-06 | 1 | -8/+18 |
| | |||||
* | Update translations. | Lauri Ojansivu | 2017-05-06 | 27 | -27/+27 |
| | |||||
* | Changed to more descriptive text that I think what it means at models/users.js | Lauri Ojansivu | 2017-05-06 | 1 | -1/+1 |
| | |||||
* | Fix bson error on Docker. Closes #1009 | Lauri Ojansivu | 2017-05-06 | 2 | -2/+6 |
| | |||||
* | Revert code that broke changing language. | Lauri Ojansivu | 2017-05-06 | 1 | -5/+0 |
| | |||||
* | Update translations. | Lauri Ojansivu | 2017-05-05 | 3 | -2/+7 |
| | |||||
* | Update translations. | Lauri Ojansivu | 2017-05-04 | 28 | -38/+38 |
| | |||||
* | Merge pull request #1017 from stephenmoloney/devel-local | Lauri Ojansivu | 2017-04-28 | 5 | -17/+24 |
|\ | | | | | changes to travis.yml. | ||||
| * | gcc already newer version since using trusty now and not precise | Stephen Moloney | 2017-04-28 | 1 | -2/+0 |
| | | |||||
| * | add new ARGS to docker-compose | Stephen Moloney | 2017-04-28 | 1 | -0/+2 |
| | | |||||
| * | changes to travis.yml. | Stephen Moloney | 2017-04-28 | 4 | -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-local | Lauri Ojansivu | 2017-04-28 | 2 | -22/+22 |
|\ | | | | | make METEOR_EDGE optional. Fix node_gyp bug in docker build. | ||||
| * | temp block npm install | Stephen Moloney | 2017-04-27 | 1 | -4/+10 |
| | | |||||
| * | make METEOR_EDGE optional. Fix node_gyp bug in docker build. | Stephen Moloney | 2017-04-27 | 2 | -19/+13 |
|/ | | | | | | | | | | | - make METEOR_EDGE optional. - Fix node_gyp bug in docker build. - Cannot fix `npm install` because this runs in the travis container and that is running on an old ubuntu 12.0 - some way to get a newer version? - remove npm install for now. - possibly run tests against docker container as alternative. | ||||
* | Add latest changes. | Lauri Ojansivu | 2017-04-27 | 1 | -4/+12 |
| | |||||
* | Update METEOR_EDGE version now that EXDEV fix has been merged. Also NPM update. | Lauri Ojansivu | 2017-04-27 | 1 | -2/+2 |
| | |||||
* | Update translations. | Lauri Ojansivu | 2017-04-27 | 4 | -26/+26 |
| | |||||
* | Node version to 4.8.1 to solve 100% CPU issue. Thanks to johnniesong ! | Lauri Ojansivu | 2017-04-27 | 1 | -2/+2 |
| | |||||
* | Merge branch 'master' into devel | Lauri Ojansivu | 2017-04-27 | 0 | -0/+0 |
|\ | |||||
| * | Merge branch 'devel' | Lauri Ojansivu | 2017-04-25 | 1 | -3/+7 |
| |\ | |||||
| * \ | Merge branch 'devel' | Lauri Ojansivu | 2017-04-25 | 1 | -0/+2 |
| |\ \ |