Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Try to fix rebuild script. | Lauri Ojansivu | 2019-09-04 | 1 | -3/+3 |
| | |||||
* | Upgrade node, mongo and fibers. | Lauri Ojansivu | 2019-08-29 | 1 | -1/+1 |
| | | | | Thanks to xet7 ! | ||||
* | Update rebuild-wekan.sh . | Lauri Ojansivu | 2019-07-10 | 1 | -0/+1 |
| | |||||
* | Update rebuild-wekan.sh | Lauri Ojansivu | 2019-07-10 | 1 | -5/+6 |
| | |||||
* | Update build scripts. | Lauri Ojansivu | 2019-06-29 | 1 | -4/+5 |
| | |||||
* | Fix rebuild-wekan.sh | Lauri Ojansivu | 2019-06-29 | 1 | -1/+1 |
| | |||||
* | Fixes to rebuild-wekan.sh | Lauri Ojansivu | 2019-06-29 | 1 | -3/+8 |
| | |||||
* | Fix build scripts. | Lauri Ojansivu | 2019-04-20 | 1 | -0/+1 |
| | |||||
* | Merge branch 'edge' into meteor-1.8 | Lauri Ojansivu | 2019-04-20 | 1 | -38/+40 |
|\ | |||||
| * | Fix rebuild script. | Lauri Ojansivu | 2019-04-20 | 1 | -9/+8 |
| | | |||||
| * | Uncomment not needed lines. | Lauri Ojansivu | 2019-04-20 | 1 | -3/+3 |
| | | |||||
| * | Include to Wekan packages directory contents, so that meteor command would ↵ | Lauri Ojansivu | 2019-04-20 | 1 | -26/+28 |
| | | | | | | | | | | | | | | | | build all directly. This also simplifies build scripts. Thanks to xet7 ! | ||||
| * | - Upgrade to Node 8.16.0 | Lauri Ojansivu | 2019-04-20 | 1 | -1/+1 |
| | | | | | | | | | | | | - Change git repo urls from git:// to https:// Thanks to xet7 ! | ||||
| * | Test newest markdown. | Lauri Ojansivu | 2019-04-18 | 1 | -1/+2 |
| | | |||||
* | | Fix rebuild script. | Lauri Ojansivu | 2019-04-12 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'edge' into meteor-1.8 | Lauri Ojansivu | 2019-04-02 | 1 | -1/+2 |
|\| | |||||
| * | More deps. | Lauri Ojansivu | 2019-03-30 | 1 | -1/+1 |
| | | |||||
| * | Added nodejs to install dependencies. | Lauri Ojansivu | 2019-03-30 | 1 | -0/+1 |
| | | | | | | | | Thanks to xet7 ! | ||||
* | | Merge branch 'edge' into meteor-1.8 | Lauri Ojansivu | 2019-03-03 | 1 | -0/+4 |
|\| | |||||
| * | Forked salleman-oidc to https://github.com/wekan/meteor-accounts-oidc | Lauri Ojansivu | 2019-03-03 | 1 | -0/+4 |
| | | | | | | | | | | | | | | where salleman also has write access, xet7 can make changes directly and GitHub issues are enabled. Thanks to xet7 ! | ||||
* | | - Update dependencies. But this Meteor 1.8.x version still does not work | Lauri Ojansivu | 2018-12-28 | 1 | -1/+1 |
|/ | | | | | | because of tap:18n bug. Thanks to xet7 ! | ||||
* | Update rebuild script. | Lauri Ojansivu | 2018-12-24 | 1 | -31/+6 |
| | |||||
* | - Upgrade to node v8.14.1 | Lauri Ojansivu | 2018-12-21 | 1 | -2/+2 |
| | | | | Thanks to xet7 ! | ||||
* | - Because scrollbar uses [remote file from ↵ | Lauri Ojansivu | 2018-12-14 | 1 | -0/+1 |
| | | | | | | | | | | | 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 | ||||
* | - Upgrade Node from v8.12 to v8.14 | Lauri Ojansivu | 2018-12-03 | 1 | -2/+2 |
| | | | | | | - Revert non-working architectures that were added at v1.79, so now Wekan is just amd64 as before. Thanks to xet7 ! | ||||
* | Revised shell scripts to check for wekan repository | Jonathan Warner | 2018-11-12 | 1 | -6/+6 |
| | | | | | The scripts used to assume that ~/repos/wekan was a local wekan repo. They now check that the active directory is a wekan repo. | ||||
* | Revised rebuild-wekan.sh to work correctly with npm | Jonathan Warner | 2018-11-12 | 1 | -4/+53 |
| | | | | | The use of sudo npm is bugged. This is a workaround patch. Fixes issue #2001 | ||||
* | Add build scripts. | Lauri Ojansivu | 2018-11-04 | 1 | -0/+129 |