Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add Feature: User can have richer formatted text into the comments (bug fixed) | Sam X. Chen | 2019-07-23 | 1 | -1/+1 |
| | |||||
* | Add Feature: Comments can be richer (can support some safe HTML tags) | Sam X. Chen | 2019-07-22 | 1 | -0/+1 |
|\ | |||||
| * | Added meteor package percolate:synced-cron required by LDAP | Lauri Ojansivu | 2019-07-22 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | backgound sync https://github.com/wekan/wekan/pull/2555 Thanks to xet7 ! Related #2354 | ||||
* | | Add Feature: Comments can be richer (can support some safe HTML tags) | Sam X. Chen | 2019-07-22 | 1 | -0/+1 |
|/ | |||||
* | Teams/Organizations part 1, in progress. Add table: org | Lauri Ojansivu | 2019-07-15 | 1 | -0/+1 |
| | | | | | | Thanks to xet7 ! Related #802 | ||||
* | Revert including local wekan-cfs-access-point, because it did not work. | Lauri Ojansivu | 2019-07-14 | 1 | -17/+2 |
| | |||||
* | Add cfs-access-point as local package included in Wekan repo, | Lauri Ojansivu | 2019-07-14 | 1 | -2/+17 |
| | | | | | | to hopefully make Wekan all deps work directly with command `meteor`. Thanks to xet7 ! | ||||
* | Merge branch 'edge' into meteor-1.8 | Lauri Ojansivu | 2019-04-20 | 1 | -3/+3 |
|\ | |||||
| * | Update package names. | Lauri Ojansivu | 2019-04-20 | 1 | -2/+2 |
| | | |||||
| * | Test newest markdown. | Lauri Ojansivu | 2019-04-18 | 1 | -1/+1 |
| | | |||||
| * | Restore original meteor packages and versions. | Lauri Ojansivu | 2019-04-06 | 1 | -4/+4 |
| | | | | | | | | Thanks to xet7 ! | ||||
| * | Issue: Center (or reduce left margin) in card view on mobile browser #2188 | hupptechnologies | 2019-04-05 | 1 | -4/+4 |
| | | | | | | | | Resolved #2188 | ||||
* | | Update packages. | Lauri Ojansivu | 2019-04-12 | 1 | -4/+5 |
| | | |||||
* | | Update to Meteor 1.8.1 | Lauri Ojansivu | 2019-04-12 | 1 | -6/+6 |
| | | |||||
* | | v2.44 | Lauri Ojansivu | 2019-03-11 | 1 | -1/+1 |
|\| | | | | | | | Merge branch 'edge' into meteor-1.8 | ||||
| * | Changed brute force protection package from eluck:accounts-lockout to | Lauri Ojansivu | 2019-03-11 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | lucasantoniassi:accounts-lockout that is maintained and works. Added Snap/Docker/Source settings. Thanks to xet7 ! Closes #1572, closes #1821 | ||||
* | | Update stylus. | Lauri Ojansivu | 2019-03-04 | 1 | -1/+1 |
| | | |||||
* | | Upgrade to Meteor 1.8.0.2. | Lauri Ojansivu | 2019-03-04 | 1 | -1/+1 |
| | | | | | | | | Thanks to xet7 ! | ||||
* | | Merge branch 'edge' into meteor-1.8 | Lauri Ojansivu | 2019-03-03 | 1 | -3/+3 |
|\| | |||||
| * | Forked salleman-oidc to https://github.com/wekan/meteor-accounts-oidc | Lauri Ojansivu | 2019-03-03 | 1 | -3/+3 |
| | | | | | | | | | | | | | | 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.8 | Lauri Ojansivu | 2019-02-28 | 1 | -0/+1 |
|\| | |||||
| * | Performance Enhancements | Justin Reynolds | 2019-02-28 | 1 | -0/+1 |
| | | |||||
* | | Merge branch 'edge' into meteor-1.8 | Lauri Ojansivu | 2019-02-13 | 1 | -0/+1 |
|\| | |||||
| * | Added back wekan-ldap after it's fixed in a separate change | Gavin Lilly | 2019-02-12 | 1 | -0/+1 |
| | | |||||
| * | Moved to meteor-apm-agent and removed Wekan LDAP to test if working | Gavin Lilly | 2019-02-11 | 1 | -1/+0 |
| | | |||||
| * | Replaced Kadira by meteor-apm-agent | Gavin Lilly | 2019-02-11 | 1 | -1/+1 |
| | | |||||
| * | Added Kadira packages and env settings in Docker Compose | Gavin Lilly | 2019-02-09 | 1 | -0/+1 |
| | | |||||
* | | - Upgrade to Meteor 1.8.0.1. | Lauri Ojansivu | 2018-12-29 | 1 | -3/+3 |
| | | | | | | | | Thanks to xet7 ! | ||||
* | | - Change to meteor v1.8, finally got it working, at least it started. | Lauri Ojansivu | 2018-12-29 | 1 | -12/+12 |
| | | | | | | | | | | | | | | | | | | | | 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 Ojansivu | 2018-12-29 | 1 | -6/+5 |
| | | | | | | | | Thanks to xet7 ! | ||||
* | | - Update dependencies. But this Meteor 1.8.x version still does not work | Lauri Ojansivu | 2018-12-28 | 1 | -11/+11 |
| | | | | | | | | | | | | because of tap:18n bug. Thanks to xet7 ! | ||||
* | | - Update meteor. | Lauri Ojansivu | 2018-12-24 | 1 | -2/+2 |
| | | | | | | | | Thanks to xet7 ! | ||||
* | | Merge branch 'edge' into meteor-1.8 | Lauri Ojansivu | 2018-12-15 | 1 | -0/+1 |
|\| | |||||
| * | - Add back mquandalle:perfect-scrollbar package so that Firefox and Chrome | Lauri Ojansivu | 2018-12-15 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | stop complaning in browser dev tools console. Thanks to uusijani and xet7 ! Closes #2057 | ||||
* | | Merge branch 'edge' into meteor-1.8 | Lauri Ojansivu | 2018-12-14 | 1 | -1/+1 |
|\| | |||||
| * | - Because scrollbar uses [remote file from ↵ | Lauri Ojansivu | 2018-12-14 | 1 | -1/+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 | ||||
* | | Merge branch 'edge' into meteor-1.8 | Lauri Ojansivu | 2018-12-09 | 1 | -1/+1 |
|\| | |||||
| * | - Fix [Clicking the scrollbar closes the card on ↵ | Lauri Ojansivu | 2018-12-09 | 1 | -1/+0 |
| | | | | | | | | | | | | | | | | | | | | | | 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 #1404 | hupptechnologies | 2018-12-08 | 1 | -0/+3 |
| | | | | | | | | Resolved #1404 | ||||
| * | Pull code | hupptechnologies | 2018-11-24 | 1 | -2/+0 |
| | | |||||
* | | Upgrade to meteor 1.8.1-beta.8 | Lauri Ojansivu | 2018-12-07 | 1 | -6/+6 |
| | | | | | | | | Thanks to xet7 ! | ||||
* | | Merge branch 'edge' into meteor-1.8 | Lauri Ojansivu | 2018-12-05 | 1 | -1/+0 |
|\ \ | |||||
| * | | - Partially #2045 revert, continue. | Lauri Ojansivu | 2018-12-05 | 1 | -1/+0 |
| | | | | | | | | | | | | Thanks to xet7 ! | ||||
* | | | Merge branch 'edge' into meteor-1.8 | Lauri Ojansivu | 2018-12-03 | 1 | -0/+1 |
|\| | | |||||
| * | | revert changes for patch authentication | guillaume | 2018-11-22 | 1 | -0/+1 |
| |/ | |||||
* | | Merge branch 'edge' into meteor-1.8 | Lauri Ojansivu | 2018-11-17 | 1 | -1/+0 |
|\| | |||||
| * | - Revert Improve authentication to [fix Login ↵ | Lauri Ojansivu | 2018-11-17 | 1 | -1/+0 |
| | | | | | | | | | | | | | | | | failure](https://github.com/wekan/wekan/issues/2004). Thanks to xet7 ! Closes #2004 | ||||
* | | Merge branch 'edge' into meteor-1.8 | Lauri Ojansivu | 2018-11-17 | 1 | -0/+1 |
|\| | |||||
| * | Logout with timer | guillaume | 2018-11-06 | 1 | -0/+1 |
| | | |||||
* | | Update meteor | Lauri Ojansivu | 2018-11-05 | 1 | -16/+17 |
|/ |