Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update package names. | Lauri Ojansivu | 2019-04-20 | 2 | -4/+4 |
| | |||||
* | Add missing packages back. | Lauri Ojansivu | 2019-04-18 | 1 | -1/+2 |
| | |||||
* | Merge branch 'devel' into improve-mobile-ui | Lauri Ojansivu | 2019-04-18 | 2 | -4/+12 |
|\ | |||||
| * | Test newest markdown. | Lauri Ojansivu | 2019-04-18 | 2 | -2/+2 |
| | | |||||
* | | Issue: Full width of lists and space before first list #2336 | hupp-mac-4 | 2019-04-18 | 1 | -9/+0 |
|/ | | | | Resolved #2336 | ||||
* | Restore original meteor packages and versions. | Lauri Ojansivu | 2019-04-06 | 2 | -4/+13 |
| | | | | Thanks to xet7 ! | ||||
* | Issue: Center (or reduce left margin) in card view on mobile browser #2188 | hupptechnologies | 2019-04-05 | 2 | -13/+4 |
| | | | | Resolved #2188 | ||||
* | Changed brute force protection package from eluck:accounts-lockout to | Lauri Ojansivu | 2019-03-11 | 2 | -4/+4 |
| | | | | | | | | | | lucasantoniassi:accounts-lockout that is maintained and works. Added Snap/Docker/Source settings. Thanks to xet7 ! Closes #1572, closes #1821 | ||||
* | Forked salleman-oidc to https://github.com/wekan/meteor-accounts-oidc | Lauri Ojansivu | 2019-03-03 | 2 | -5/+5 |
| | | | | | | | where salleman also has write access, xet7 can make changes directly and GitHub issues are enabled. Thanks to xet7 ! | ||||
* | Performance Enhancements | Justin Reynolds | 2019-02-28 | 2 | -0/+2 |
| | |||||
* | Merge pull request #2187 from GavinLilly/kadira-integration | Lauri Ojansivu | 2019-02-13 | 2 | -0/+2 |
|\ | | | | | Kadira integration | ||||
| * | Added back wekan-ldap after it's fixed in a separate change | Gavin Lilly | 2019-02-12 | 2 | -0/+3 |
| | | |||||
| * | Moved to meteor-apm-agent and removed Wekan LDAP to test if working | Gavin Lilly | 2019-02-11 | 2 | -4/+1 |
| | | |||||
| * | Merge branch 'devel' of github.com:wekan/wekan into devel | Gavin Lilly | 2019-02-11 | 1 | -1/+1 |
| |\ | |||||
| * | | Replaced Kadira by meteor-apm-agent | Gavin Lilly | 2019-02-11 | 1 | -1/+1 |
| | | | |||||
| * | | Added Kadira using meteor add method | Gavin Lilly | 2019-02-09 | 1 | -0/+1 |
| | | | |||||
| * | | Added Kadira packages and env settings in Docker Compose | Gavin Lilly | 2019-02-09 | 1 | -0/+1 |
| | | | |||||
* | | | Bump salleman-oidc to 1.0.12 | Daniel Davis | 2019-02-11 | 1 | -1/+1 |
| |/ |/| | |||||
* | | Syntax | Daniel Davis | 2019-02-11 | 1 | -1/+1 |
| | | |||||
* | | Bumped salleman packages to 1.0.11 | Daniel Davis | 2019-02-06 | 1 | -2/+2 |
|/ | | | 1.0.11 includes new debugging code | ||||
* | Bumped the salleman oidc packages versions to include an upstream bug fix | Daniel Davis | 2019-01-31 | 1 | -2/+2 |
| | |||||
* | - Add back mquandalle:perfect-scrollbar package so that Firefox and Chrome | Lauri Ojansivu | 2018-12-15 | 2 | -0/+2 |
| | | | | | | | | stop complaning in browser dev tools console. Thanks to uusijani and xet7 ! Closes #2057 | ||||
* | - Because scrollbar uses [remote file from ↵ | Lauri Ojansivu | 2018-12-14 | 2 | -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 | ||||
* | - Fix [Clicking the scrollbar closes the card on ↵ | Lauri Ojansivu | 2018-12-09 | 2 | -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 #1404 | hupptechnologies | 2018-12-08 | 1 | -0/+3 |
| | | | | Resolved #1404 | ||||
* | Pull code | hupptechnologies | 2018-11-24 | 2 | -5/+0 |
| | |||||
* | - Revert Improve authentication to [fix Login ↵ | Lauri Ojansivu | 2018-11-17 | 2 | -2/+0 |
| | | | | | | | | failure](https://github.com/wekan/wekan/issues/2004). Thanks to xet7 ! Closes #2004 | ||||
* | Logout with timer | guillaume | 2018-11-06 | 2 | -0/+2 |
| | |||||
* | - Back to Meteor 1.6.0.1 and MongoDB 3.2.21 to make Snap work. | Lauri Ojansivu | 2018-10-23 | 4 | -81/+74 |
| | | | | Thanks to xet7 ! | ||||
* | - Trying Meteor 1.8.1-beta.0 | Lauri Ojansivu | 2018-10-10 | 4 | -75/+82 |
| | | | | Thanks to xet7 ! | ||||
* | - Add LDAP. In progress. | Lauri Ojansivu | 2018-10-03 | 2 | -0/+3 |
| | | | | | | Thanks to maximest-pierre, Akuket and xet. Related #119 | ||||
* | Add CAS with attributes. | Lauri Ojansivu | 2018-09-28 | 2 | -2/+2 |
| | | | | Thanks to ppoulard ! | ||||
* | Merge branch 'feature-rules' of https://github.com/Angtrim/wekan into ↵ | Lauri Ojansivu | 2018-09-16 | 1 | -1/+1 |
|\ | | | | | | | Angtrim-feature-rules | ||||
| * | UI for rules list | Angelo Gallarello | 2018-08-03 | 1 | -2/+2 |
| | | |||||
* | | - Add msavin:userCache. | Lauri Ojansivu | 2018-08-28 | 2 | -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 Ojansivu | 2018-08-25 | 1 | -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 Ojansivu | 2018-08-24 | 1 | -0/+1 |
|\ \ | | | | | | | | | | salleman33-devel | ||||
| * | | authentification oauth2 | Allemand Sylvain | 2018-04-09 | 1 | -0/+1 |
| | | | |||||
* | | | - Use only framing policy, not all of content policy. | Lauri Ojansivu | 2018-08-16 | 2 | -5/+3 |
| |/ |/| | | | | | | | | | | | | | - Fix Date and Time Formats are only US in every language. Thanks to xet7 ! Closes #1833 | ||||
* | | Adding SSO CAS to Wekan | ppoulard | 2018-07-03 | 2 | -0/+2 |
| | | |||||
* | | Get rid of extra package | Nicu Tofan | 2018-06-27 | 2 | -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 calendar | Nicu Tofan | 2018-06-26 | 2 | -1/+2 |
| | | |||||
* | | Introducing third board view: calendar. | Nicu Tofan | 2018-06-26 | 2 | -0/+3 |
|/ | | | | A dependency to rzymek:fullcalendar has also been added. | ||||
* | Added meteor packages for security: | Lauri Ojansivu | 2018-04-04 | 2 | -0/+7 |
| | | | | | | | - browser-policy - eluck:accounts-lockout Thanks to xet7 ! | ||||
* | Remove Emoji support, so MAC addresses etc show correctly. | Lauri Ojansivu | 2018-02-12 | 2 | -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.0 | Lauri Ojansivu | 2018-01-22 | 3 | -60/+68 |
| | |||||
* | Add mixmax:smart-disconnect to lower CPU usage when | Lauri Ojansivu | 2017-12-12 | 2 | -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.18 | Lauri Ojansivu | 2017-12-12 | 3 | -68/+58 |
| | |||||
* | Add mixmax:smart-disconnect to lower CPU usage when | Lauri Ojansivu | 2017-12-12 | 2 | -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 Ojansivu | 2017-12-11 | 3 | -4/+4 |
| |