summaryrefslogtreecommitdiffstats
path: root/.meteor/versions
Commit message (Collapse)AuthorAgeFilesLines
* Teams/Organizations part 1, in progress. Add table: orgLauri Ojansivu2019-07-151-0/+1
| | | | | | Thanks to xet7 ! Related #802
* Revert including local wekan-cfs-access-point, because it did not work.Lauri Ojansivu2019-07-141-1/+0
|
* Add cfs-access-point as local package included in Wekan repo,Lauri Ojansivu2019-07-141-0/+1
| | | | | | to hopefully make Wekan all deps work directly with command `meteor`. Thanks to xet7 !
* Update Meteor mongo package version.Lauri Ojansivu2019-07-081-1/+1
|
* Update dependencies.Lauri Ojansivu2019-06-151-1/+1
|
* Update packages.Lauri Ojansivu2019-05-091-5/+5
|
* Merge pull request #2347 from justinr1234/meteor18Lauri Ojansivu2019-04-201-2/+2
|\ | | | | Additional Meteor 1.8.1 changes
| * Additional Meteor 1.8.1 changesJustin Reynolds2019-04-191-2/+2
| |
* | Merge branch 'edge' into meteor-1.8Lauri Ojansivu2019-04-201-3/+3
|\ \ | |/ |/|
| * Update package names.Lauri Ojansivu2019-04-201-2/+2
| |
| * Add missing packages back.Lauri Ojansivu2019-04-181-1/+2
| |
| * Merge branch 'devel' into improve-mobile-uiLauri Ojansivu2019-04-181-3/+11
| |\
| | * Test newest markdown.Lauri Ojansivu2019-04-181-1/+1
| | |
| * | Issue: Full width of lists and space before first list #2336hupp-mac-42019-04-181-9/+0
| |/ | | | | | | Resolved #2336
| * Restore original meteor packages and versions.Lauri Ojansivu2019-04-061-0/+9
| | | | | | | | Thanks to xet7 !
| * Issue: Center (or reduce left margin) in card view on mobile browser #2188hupptechnologies2019-04-051-9/+0
| | | | | | | | Resolved #2188
* | Update packages.Lauri Ojansivu2019-04-121-1/+2
| |
* | Update to Meteor 1.8.1Lauri Ojansivu2019-04-121-17/+17
| |
* | Update packages.Lauri Ojansivu2019-03-251-2/+2
| |
* | v2.44Lauri Ojansivu2019-03-111-1/+1
|\| | | | | | | Merge branch 'edge' into meteor-1.8
| * Changed brute force protection package from eluck:accounts-lockout toLauri Ojansivu2019-03-111-3/+3
| | | | | | | | | | | | | | | | | | | | lucasantoniassi:accounts-lockout that is maintained and works. Added Snap/Docker/Source settings. Thanks to xet7 ! Closes #1572, closes #1821
* | Update stylus.Lauri Ojansivu2019-03-041-1/+1
| |
* | Update packages.Lauri Ojansivu2019-03-041-2/+2
| | | | | | | | Thanks to xet7 !
* | Upgrade to Meteor 1.8.0.2.Lauri Ojansivu2019-03-041-22/+22
| | | | | | | | Thanks to xet7 !
* | Merge branch 'edge' into meteor-1.8Lauri Ojansivu2019-03-031-2/+2
|\|
| * Forked salleman-oidc to https://github.com/wekan/meteor-accounts-oidcLauri Ojansivu2019-03-031-2/+2
| | | | | | | | | | | | | | where salleman also has write access, xet7 can make changes directly and GitHub issues are enabled. Thanks to xet7 !
* | Merge branch 'edge' into meteor-1.8Lauri Ojansivu2019-02-281-0/+1
|\|
| * Performance EnhancementsJustin Reynolds2019-02-281-0/+1
| |
* | Merge branch 'edge' into meteor-1.8Lauri Ojansivu2019-02-131-0/+1
|\|
| * Merge pull request #2187 from GavinLilly/kadira-integrationLauri Ojansivu2019-02-131-0/+1
| |\ | | | | | | Kadira integration
| | * Added back wekan-ldap after it's fixed in a separate changeGavin Lilly2019-02-121-0/+2
| | |
| | * Moved to meteor-apm-agent and removed Wekan LDAP to test if workingGavin Lilly2019-02-111-3/+1
| | |
| | * Merge branch 'devel' of github.com:wekan/wekan into develGavin Lilly2019-02-111-1/+1
| | |\
| | * | Added Kadira using meteor add methodGavin Lilly2019-02-091-0/+1
| | | |
* | | | Merge branch 'edge' into meteor-1.8Lauri Ojansivu2019-02-121-1/+1
|\| | |
| * | | Bump salleman-oidc to 1.0.12Daniel Davis2019-02-111-1/+1
| | |/ | |/|
* | | Merge branch 'edge' into meteor-1.8Lauri Ojansivu2019-02-111-1/+1
|\| |
| * | SyntaxDaniel Davis2019-02-111-1/+1
| | |
| * | Bumped salleman packages to 1.0.11Daniel Davis2019-02-061-2/+2
| |/ | | | | 1.0.11 includes new debugging code
* | Merge branch 'edge' into meteor-1.8Lauri Ojansivu2019-01-311-2/+2
|\|
| * Bumped the salleman oidc packages versions to include an upstream bug fixDaniel Davis2019-01-311-2/+2
| |
* | - Upgrade to Meteor 1.8.0.1.Lauri Ojansivu2018-12-291-10/+10
| | | | | | | | Thanks to xet7 !
* | - Change to meteor v1.8, finally got it working, at least it started.Lauri Ojansivu2018-12-291-30/+29
| | | | | | | | | | | | | | | | | | | | 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-291-7/+7
| | | | | | | | Thanks to xet7 !
* | - Update dependencies. But this Meteor 1.8.x version still does not workLauri Ojansivu2018-12-281-7/+7
| | | | | | | | | | | | because of tap:18n bug. Thanks to xet7 !
* | - Update meteor.Lauri Ojansivu2018-12-241-5/+5
| | | | | | | | 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-151-0/+1
|\|
| * - Add back mquandalle:perfect-scrollbar package so that Firefox and ChromeLauri Ojansivu2018-12-151-0/+1
| | | | | | | | | | | | | | | | stop complaning in browser dev tools console. Thanks to uusijani and xet7 ! Closes #2057
* | Merge branch 'edge' into meteor-1.8Lauri Ojansivu2018-12-141-1/+1
|\|