summaryrefslogtreecommitdiffstats
path: root/.meteor
Commit message (Collapse)AuthorAgeFilesLines
...
* | - 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 !
* | - Update dependencies. But this Meteor 1.8.x version still does not workLauri Ojansivu2018-12-283-19/+19
| | | | | | | | | | | | because of tap:18n bug. 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-152-0/+2
|\|
| * - Add back mquandalle:perfect-scrollbar package so that Firefox and ChromeLauri Ojansivu2018-12-152-0/+2
| | | | | | | | | | | | | | | | stop complaning in browser dev tools console. Thanks to uusijani and xet7 ! Closes #2057
* | Merge branch 'edge' into meteor-1.8Lauri Ojansivu2018-12-142-2/+2
|\|
| * - Because scrollbar uses [remote file from ↵Lauri Ojansivu2018-12-142-2/+2
| | | | | | | | | | | | | | | | | | | | | | CDN](https://github.com/MaazAli/Meteor-Malihu-Custom-Scrollbar/blob/master/jquery.mCustomScrollbar.js#L50), fork package to https://github.com/wekan/wekan-scrollbar and include non-minified file locally to Wekan, so that using scrollbar works without direct connection to Internet. Wekan should not load any external files by default, as was case before new scrollbar, and is again now after this fix. Closes #2056
* | Merge branch 'edge' into meteor-1.8Lauri Ojansivu2018-12-092-2/+2
|\|
| * - Fix [Clicking the scrollbar closes the card on ↵Lauri Ojansivu2018-12-092-2/+4
| | | | | | | | | | | | | | | | | | | | | | Chrome](https://github.com/wekan/wekan/issues/1404) by changing [mquandalle:perfect-scrollbar to malihu-jquery-custom-scrollbar](https://github.com/wekan/wekan/pull/2050). that works also when clicking scrollbar in Chrome. Also added back required packages that were removed in PR. Thanks to hupptechnologies and xet7 ! Closes #1404
| * Issue : Clicking the scrollbar closes the card on Chrome #1404hupptechnologies2018-12-081-0/+3
| | | | | | | | Resolved #1404
| * Pull codehupptechnologies2018-11-242-5/+0
| |
* | Upgrade to meteor 1.8.1-beta.8Lauri Ojansivu2018-12-073-25/+25
| | | | | | | | Thanks to xet7 !
* | Merge branch 'edge' into meteor-1.8Lauri Ojansivu2018-12-052-2/+0
|\ \
| * | - Partially #2045 revert, continue.Lauri Ojansivu2018-12-052-2/+0
| | | | | | | | | | | | Thanks to xet7 !
* | | Merge branch 'edge' into meteor-1.8Lauri Ojansivu2018-12-032-0/+2
|\| |
| * | revert changes for patch authenticationguillaume2018-11-222-0/+2
| |/
* | Merge branch 'edge' into meteor-1.8Lauri Ojansivu2018-11-172-2/+0
|\|
| * - Revert Improve authentication to [fix Login ↵Lauri Ojansivu2018-11-172-2/+0
| | | | | | | | | | | | | | | | failure](https://github.com/wekan/wekan/issues/2004). Thanks to xet7 ! Closes #2004
* | Merge branch 'edge' into meteor-1.8Lauri Ojansivu2018-11-172-0/+2
|\|
| * Logout with timerguillaume2018-11-062-0/+2
| |
* | Update meteorLauri Ojansivu2018-11-054-74/+81
|/
* - Back to Meteor 1.6.0.1 and MongoDB 3.2.21 to make Snap work.Lauri Ojansivu2018-10-234-81/+74
| | | | Thanks to xet7 !
* - Trying Meteor 1.8.1-beta.0Lauri Ojansivu2018-10-104-75/+82
| | | | Thanks to xet7 !
* - Add LDAP. In progress.Lauri Ojansivu2018-10-032-0/+3
| | | | | | Thanks to maximest-pierre, Akuket and xet. Related #119
* Add CAS with attributes.Lauri Ojansivu2018-09-282-2/+2
| | | | Thanks to ppoulard !
* Merge branch 'feature-rules' of https://github.com/Angtrim/wekan into ↵Lauri Ojansivu2018-09-161-1/+1
|\ | | | | | | Angtrim-feature-rules
| * UI for rules listAngelo Gallarello2018-08-031-2/+2
| |
* | - Add msavin:userCache.Lauri Ojansivu2018-08-282-0/+2
| | | | | | | | | | | | | | | | | | https://forums.meteor.com/t/introducing-a-new-approach-to-meteor-user-this-simple-trick-can-save-you-millions-of-database-requests/45336/7 https://github.com/msavin/userCache Thanks to msavin and xet7 ! Related #1672
* | - [OAuth2 Login on Standalone ↵Lauri Ojansivu2018-08-251-0/+5
| | | | | | | | | | | | | | | | | | | | | | Wekan](https://github.com/wekan/wekan/wiki/OAuth2). For example, Rocket.Chat can provide OAuth2 login to Wekan. Also, if you have Rocket.Chat using LDAP/SAML/Google/etc for logging into Rocket.Chat, then same users can login to Wekan when Rocket.Chat is providing OAuth2 login to Wekan. Thanks to salleman33 and xet7 ! Closes #234
* | Merge branch 'devel' of https://github.com/salleman33/wekan into ↵Lauri Ojansivu2018-08-241-0/+1
|\ \ | | | | | | | | | salleman33-devel
| * | authentification oauth2Allemand Sylvain2018-04-091-0/+1
| | |
* | | - Use only framing policy, not all of content policy.Lauri Ojansivu2018-08-162-5/+3
| |/ |/| | | | | | | | | | | | | - Fix Date and Time Formats are only US in every language. Thanks to xet7 ! Closes #1833
* | Adding SSO CAS to Wekanppoulard2018-07-032-0/+2
| |
* | Get rid of extra packageNicu Tofan2018-06-272-2/+0
| | | | | | | | | | | | | | staringatlights:flow-router is another incarnation of kadira:flow-router kadira:flow-router is not an explicit dependency but useraccounts:flow-routing depends on it. This commit gets rid of an anoying message informing that a route has not been found.
* | Show cards in calendarNicu Tofan2018-06-262-1/+2
| |
* | Introducing third board view: calendar.Nicu Tofan2018-06-262-0/+3
|/ | | | A dependency to rzymek:fullcalendar has also been added.
* Added meteor packages for security:Lauri Ojansivu2018-04-042-0/+7
| | | | | | | - browser-policy - eluck:accounts-lockout Thanks to xet7 !
* Remove Emoji support, so MAC addresses etc show correctly.Lauri Ojansivu2018-02-122-2/+0
| | | | Thanks to xet7 ! Closes #1248, closes #323
* Meteor 1.6.0.1, Node 8.9.3, NPM 5.5.1, fibers 2.0.0Lauri Ojansivu2018-01-223-60/+68
|
* Add mixmax:smart-disconnect to lower CPU usage whenLauri Ojansivu2017-12-122-0/+2
| | | | | browser tab is not selected. Thanks mfshiu ! Related wekan/wekan-mongodb#2
* Revert back to Meteor v1.4, Node v4.8.6 and MongoDB v3.2.18Lauri Ojansivu2017-12-123-68/+58
|
* Add mixmax:smart-disconnect to lower CPU usage whenLauri Ojansivu2017-12-122-0/+2
| | | | | browser tab is not selected. Thanks mfshiu ! Related wekan/wekan-mongodb#2
* Revert Meteor 1.6.1 upgrade because it broke Wekan. So now using Meteor 1.6.Lauri Ojansivu2017-12-113-4/+4
|
* Version updates.Lauri Ojansivu2017-12-113-4/+4
|
* Remove not needed packages. Upgrade packages. Update Sandstorm capnp path.Lauri Ojansivu2017-12-032-3/+4
| | | | Note: This version does not work on Sandstorm yet.
* Try upgrading Wekan to Node v6.12 and Meteor 1.6, still using MongoDB 3.2.18.Lauri Ojansivu2017-12-034-57/+65
| | | | | | Standalone Wekan seems to work, needs testing. This does not fix crash bug of MongoDB 3.4.x. This version does not yet work on Sandstorm.
* Added swipebox package and added it to attachement imagesBrooks Becton2017-10-282-0/+2
| | | | Also removed '.js-open-viewer' and it's styling stub