Gavin Lilly
227772bc33
Added back wekan-ldap after it's fixed in a separate change
6 years ago
Gavin Lilly
5c083d99e2
Moved to meteor-apm-agent and removed Wekan LDAP to test if working
6 years ago
Gavin Lilly
905c45f225
Replaced Kadira by meteor-apm-agent
6 years ago
Daniel Davis
352e5c6cb0
Bump salleman-oidc to 1.0.12
6 years ago
Daniel Davis
b20309f7aa
Syntax
6 years ago
Gavin Lilly
8996df5c09
Added Kadira using meteor add method
6 years ago
Gavin Lilly
7b5f02b4c8
Added Kadira packages and env settings in Docker Compose
6 years ago
Daniel Davis
303404acc6
Bumped salleman packages to 1.0.11
...
1.0.11 includes new debugging code
6 years ago
Daniel Davis
361faa6646
Bumped the salleman oidc packages versions to include an upstream bug fix
6 years ago
Lauri Ojansivu
6259f0de70
- Add removed packages back.
...
Thanks to xet7 !
6 years ago
hupptechnologies
97f64fe5e6
Issue: Hard to use Wekan on mobile because of UI/UX issues #953
...
Resolved #953
6 years ago
Lauri Ojansivu
e9a3601d2e
- Upgrade to Meteor 1.8.0.1.
...
Thanks to xet7 !
6 years ago
Lauri Ojansivu
3c53b3de15
- Change to meteor v1.8, finally got it working, at least it started.
...
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 !
6 years ago
Lauri Ojansivu
8becd9aad3
- Update some packages. Error about tap:i18n still exists.
...
Thanks to xet7 !
6 years ago
Lauri Ojansivu
89d0da5eee
- Update dependencies. But this Meteor 1.8.x version still does not work
...
because of tap:18n bug.
Thanks to xet7 !
6 years ago
Lauri Ojansivu
5488b68b9b
- Update meteor.
...
Thanks to xet7 !
7 years ago
Lauri Ojansivu
6d18fb689f
- Update dependency package versions.
...
Thanks to xet7 !
7 years ago
Lauri Ojansivu
2f747fc09d
- Added removed packages back.
...
Thanks to xet7 !
7 years ago
hupptechnologies
b94bd73d33
Uncommect packages
7 years ago
hupptechnologies
a9be6b17b9
Issue : UI feature suggestion: drag handles and long press #1772
...
Resolved #1772
7 years ago
Lauri Ojansivu
821dc22e80
- Add back mquandalle:perfect-scrollbar package so that Firefox and Chrome
...
stop complaning in browser dev tools console.
Thanks to uusijani and xet7 !
Closes #2057
7 years ago
Lauri Ojansivu
c546464d9f
- Because scrollbar uses [remote file from 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
7 years ago
Lauri Ojansivu
bc35d9fe1a
- Fix [Clicking the scrollbar closes the card on 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
7 years ago
hupptechnologies
0620fe5e11
Issue : Clicking the scrollbar closes the card on Chrome #1404
...
Resolved #1404
7 years ago
Lauri Ojansivu
181b564bf3
Upgrade to meteor 1.8.1-beta.8
...
Thanks to xet7 !
7 years ago
Lauri Ojansivu
167197fcda
- Partially #2045 revert, continue.
...
Thanks to xet7 !
7 years ago
hupptechnologies
1bad630641
autoamted local change
7 years ago
hupptechnologies
8a9a82fc80
Pull code
7 years ago
guillaume
f23448be33
revert changes for patch authentication
7 years ago
Lauri Ojansivu
aa691b0af1
- Revert Improve authentication to [fix Login failure]( https://github.com/wekan/wekan/issues/2004 ).
...
Thanks to xet7 !
Closes #2004
7 years ago
guillaume
3646a9c259
Logout with timer
7 years ago
Lauri Ojansivu
ea141f62d7
Update meteor
7 years ago
Lauri Ojansivu
20af78e50b
- Back to Meteor 1.6.0.1 and MongoDB 3.2.21 to make Snap work.
...
Thanks to xet7 !
7 years ago
Lauri Ojansivu
079e45eb52
- Trying Meteor 1.8.1-beta.0
...
Thanks to xet7 !
7 years ago
Lauri Ojansivu
288800eafc
- Add LDAP. In progress.
...
Thanks to maximest-pierre, Akuket and xet.
Related #119
7 years ago
Lauri Ojansivu
5923585584
- Remove CAS from Wekan stable, because it does not work correctly.
...
CAS developent continues at edge.
Thanks to xet7 !
Related #1925
7 years ago
Lauri Ojansivu
c6cea2fb4e
- Add CAS with attributes.
...
Thanks to ppoulard !
7 years ago
Lauri Ojansivu
bd6e4a351b
Add CAS with attributes.
...
Thanks to ppoulard !
7 years ago
ppoulard
b342cfed3a
Add CAS with attributes
7 years ago
Lauri Ojansivu
6d11f3345f
- Remove OAuth2 until it is fixed.
...
Thanks to xet7 !
7 years ago
Lauri Ojansivu
53a020a23a
- Remove OAuth2, until it is fixed.
...
Thanks to xet7 !
7 years ago
Lauri Ojansivu
ebaccbccca
- Add msavin:userCache.
...
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
7 years ago
Lauri Ojansivu
39312a075e
- [OAuth2 Login on Standalone 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
7 years ago
Lauri Ojansivu
b3005f828d
- Use only framing policy, not all of content policy.
...
- Fix Date and Time Formats are only US in every language.
Thanks to xet7 !
Closes #1833
7 years ago
Angelo Gallarello
f63482b587
UI for rules list
7 years ago
ppoulard
ee81775dc8
Adding SSO CAS to Wekan
7 years ago
Nicu Tofan
0394a78ece
Get rid of extra package
...
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.
7 years ago
Nicu Tofan
18467dfe40
Show cards in calendar
7 years ago
Nicu Tofan
226d25ca94
Introducing third board view: calendar.
...
A dependency to rzymek:fullcalendar has also been added.
7 years ago
Allemand Sylvain
1c8a00943c
authentification oauth2
7 years ago