summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | 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
| | |
* | | Fix IE11 problem when closing cards, sidebar etc. Thanks to nztqa ! Closes #806Lauri Ojansivu2017-05-181-1/+2
| | |
* | | Merge branch 'nztqa-disable_link' into develLauri Ojansivu2017-05-181-0/+4
|\ \ \
| * | | Fix disable a href=“#” linknztqa2017-05-171-0/+4
|/ / /
* / / Travis badge to devel branch.Lauri Ojansivu2017-05-151-1/+1
|/ /
* | 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.
| * | temp block npm installStephen Moloney2017-04-271-4/+10
| | |
| * | make METEOR_EDGE optional. Fix node_gyp bug in docker build.Stephen Moloney2017-04-272-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 Ojansivu2017-04-271-4/+12
| |
* | Update METEOR_EDGE version now that EXDEV fix has been merged. Also NPM update.Lauri Ojansivu2017-04-271-2/+2
| |
* | Update translations.Lauri Ojansivu2017-04-274-26/+26
| |
* | Node version to 4.8.1 to solve 100% CPU issue. Thanks to johnniesong !Lauri Ojansivu2017-04-271-2/+2
| |
* | Merge branch 'master' into develLauri Ojansivu2017-04-270-0/+0
|\ \
| * \ Merge branch 'devel'Lauri Ojansivu2017-04-251-3/+7
| |\ \