summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'edge' into meteor-1.8Lauri Ojansivu2019-01-019-22/+25
|\
| * v1.98v1.98Lauri Ojansivu2019-01-015-9/+9
| |
| * - [Mobile fixes](https://github.com/wekan/wekan/pull/2084), thanks to ↵Lauri Ojansivu2019-01-011-0/+5
| | | | | | | | | | | | | | | | | | hupptechnologies: - Move home button / avatar bar from bottom to top. So at top first is home button / avatar, then others. - When clicking Move Card, go to correct page position. Currently it's at empty page position, and there is need to scroll page up to see Move Card options. It should work similarly like Copy Card, that is visible. - Also check that other buttons go to visible page.
| * Merge branch 'hupptechnologies-wekan-mobile-use-issue' into develLauri Ojansivu2019-01-013-6/+4
| |\
| | * - Add removed packages back.Lauri Ojansivu2019-01-011-0/+4
| | | | | | | | | | | | Thanks to xet7 !
| | * Merge branch 'wekan-mobile-use-issue' of ↵Lauri Ojansivu2019-01-014-10/+4
| |/| | | | | | | | | | https://github.com/hupptechnologies/wekan into hupptechnologies-wekan-mobile-use-issue
| | * Issue: Hard to use Wekan on mobile because of UI/UX issues #953hupptechnologies2019-01-014-10/+4
| | | | | | | | | | | | Resolved #953
| * | Update translations (cs).Lauri Ojansivu2019-01-011-7/+7
| |/
* | - Upgrade to Meteor 1.8.0.1.Lauri Ojansivu2018-12-293-14/+14
| | | | | | | | Thanks to xet7 !
* | - Change to meteor v1.8, finally got it working, at least it started.Lauri Ojansivu2018-12-293-43/+42
| | | | | | | | | | | | | | | | | | | | Note that if MongoDB does not start, you could try fixing meteor's local database with command from https://github.com/meteor/meteor/issues/9591#issuecomment-367351465 that for Linux is `cd ~ && .meteor/packages/meteor-tool/1.8.0/mt-os.linux.x86_64/dev_bundle/mongodb/bin/mongod --dbpath ./repos/wekan/.meteor/local/db --repair` but that did not work for me, so I needed to move away (or delete) repos/wekan/.meteor/local/db file so that it was created again and with command `mongo` database could start correctly. Thanks to xet7 !
* | - Update some packages. Error about tap:i18n still exists.Lauri Ojansivu2018-12-293-14/+13
| | | | | | | | Thanks to xet7 !
* | Merge branch 'edge' into meteor-1.8Lauri Ojansivu2018-12-284-3/+118
|\|
| * - Add optional Nginx reverse proxy config to docker-compose.yml and nginx ↵Lauri Ojansivu2018-12-284-3/+118
| | | | | | | | | | | | directory. Thanks to MyTheValentinus !
* | - Update dependencies. But this Meteor 1.8.x version still does not workLauri Ojansivu2018-12-285-24/+24
| | | | | | | | | | | | because of tap:18n bug. Thanks to xet7 !
* | Merge branch 'edge' into meteor-1.8Lauri Ojansivu2018-12-271-1/+9
|\|
| * - docker-compose.yml back to MongoDB 3.2.21 because 3.2.22 MongoDB container ↵Lauri Ojansivu2018-12-271-1/+9
| | | | | | | | | | | | does not exist yet. Thanks to xet7 !
* | Merge branch 'edge' into meteor-1.8Lauri Ojansivu2018-12-261-1/+1
|\|
| * - docker-compose.yml back to MongoDB 3.2.21 because 3.2.22 MongoDB container ↵Lauri Ojansivu2018-12-261-1/+1
| | | | | | | | | | | | does not exist yet. Thanks to xet7 !
* | Merge branch 'edge' into meteor-1.8Lauri Ojansivu2018-12-269-17/+29
|\|
| * v1.97v1.97Lauri Ojansivu2018-12-264-6/+6
| |
| * - Use Node 8.15.0 and MongoDB 3.2.22.Lauri Ojansivu2018-12-261-1/+10
| | | | | | | | | | | | - Stacksmith: back to Meteor 1.6.x based Wekan, because Meteor 1.8.x based is currently broken. Thanks to xet7 !
| * - Use Node 8.15.0 and MongoDB 3.2.22.Lauri Ojansivu2018-12-264-7/+10
| | | | | | | | | | | | - Stacksmith: back to Meteor 1.6.x based Wekan, because Meteor 1.8.x based is currently broken. Thanks to xet7 !
| * Update translations (he).Lauri Ojansivu2018-12-261-5/+5
| |
* | Merge branch 'edge' into meteor-1.8Lauri Ojansivu2018-12-242-57/+10
|\|
| * Update rebuild script.Lauri Ojansivu2018-12-241-26/+4
| |
| * Update rebuild script.Lauri Ojansivu2018-12-241-31/+6
| |
* | Merge branch 'edge' into meteor-1.8Lauri Ojansivu2018-12-2410-85/+117
|\|
| * v1.96v1.96Lauri Ojansivu2018-12-243-4/+4
| |
| * - Comment out docker build from source part of docker-compose.ymlLauri Ojansivu2018-12-241-11/+11
| | | | | | | | Thanks to xet7 !
| * - Revert "Improve authentication" and "Default Authentication Method"Lauri Ojansivu2018-12-241-2/+9
| | | | | | | | | | | | | | | | to make login work again. - Fixes to docker-compose.yml so that Wekan Meteor 1.6.x version would work. Most likely Meteor 1.8.x version is still broken. Thanks to xet7 !
| * - Revert "Improve authentication" and "Default Authentication Method"Lauri Ojansivu2018-12-247-82/+107
| | | | | | | | | | | | | | | | to make login work again. - Fixes to docker-compose.yml so that Wekan Meteor 1.6.x version would work. Most likely Meteor 1.8.x version is still broken. Thanks to xet7 !
| * Update translations (fa).Lauri Ojansivu2018-12-241-2/+2
| |
| * - Fix docker-compose.yml to use Meteor 1.6.x based Wekan,Lauri Ojansivu2018-12-241-6/+6
| | | | | | | | | | | | because currently Meteor 1.8.x based version is broken. Thanks to xet7 !
* | - Update meteor.Lauri Ojansivu2018-12-243-8/+8
| | | | | | | | Thanks to xet7 !
* | - Update dependency package versions.Lauri Ojansivu2018-12-241-13/+13
| | | | | | | | Thanks to xet7 !
* | Merge branch 'edge' into meteor-1.8Lauri Ojansivu2018-12-221-57/+0
|\|
| * - Move wekan-postgresql back to https://github.com/wekan/wekan-postgresqlLauri Ojansivu2018-12-221-57/+0
| | | | | | | | | | | | because there is many differences in database settings. Thanks to xet7 !
* | Merge branch 'edge' into meteor-1.8Lauri Ojansivu2018-12-221-1/+1
|\|
| * Fix typo.Lauri Ojansivu2018-12-221-1/+1
| |
* | Merge branch 'edge' into meteor-1.8Lauri Ojansivu2018-12-225-515/+348
|\|
| * Update translations (de).Lauri Ojansivu2018-12-221-2/+2
| |
| * - [Combine all docker-compose.yml ↵Lauri Ojansivu2018-12-221-0/+8
| | | | | | | | files](https://github.com/wekan/wekan/commit/3f948ba49ba7266c436ff138716bdcae9e879903). Thanks to xet7.
| * - Combine all docker-compose.yml files.Lauri Ojansivu2018-12-223-513/+338
| | | | | | | | Thanks to xet7 !
* | Merge branch 'edge' into meteor-1.8Lauri Ojansivu2018-12-2171-197/+328
|\|
| * v1.95v1.95Lauri Ojansivu2018-12-214-6/+6
| |
| * - Upgrade to node v8.14.1Lauri Ojansivu2018-12-211-0/+1
| | | | | | | | Thanks to xet7 !
| * - Upgrade to node v8.14.1Lauri Ojansivu2018-12-215-7/+7
| | | | | | | | Thanks to xet7 !
| * - [Drag handles and long press on mobile when using desktop mode of mobileLauri Ojansivu2018-12-211-0/+2
| | | | | | | | browser](https://github.com/wekan/wekan/pull/2067). Thanks to hupptechnologies.
| * Merge branch 'hupptechnologies-ui-feature-drag-handler' into develLauri Ojansivu2018-12-213-0/+22
| |\
| | * - Added removed packages back.Lauri Ojansivu2018-12-211-0/+4
| | | | | | | | | | | | Thanks to xet7 !