Martin Filser
02e9795816
insert linked board at top/bottom
2023-07-18 21:25:28 +02:00
Martin Filser
c29cff3822
insert linked card, move sortIndex to function
2023-07-18 21:25:28 +02:00
Martin Filser
29216599e4
insert linked card at top/bottom of list
2023-07-18 21:25:28 +02:00
Martin Filser
3b65113d05
Move every Cards.findOne() to the ReactiveCache
2023-07-18 21:25:28 +02:00
Martin Filser
a182482cfb
Move every Boards.findOne(boardId) to the ReactiveCache (Part 2)
2023-07-18 21:25:28 +02:00
Martin Filser
9022e9949f
Move every Boards.findOne(Session.get('currentBoard')) to the ReactiveCache
2023-07-18 21:25:28 +02:00
Martin Filser
cecf69af02
fix wrong function / variable name (currentSetting -> currentAnnouncements)
2023-07-18 21:25:28 +02:00
Martin Filser
b7dbeba7de
add currentSetting to ReactiveCache
2023-07-18 21:25:28 +02:00
Martin Filser
c6ee58ef88
add "currentList" to ReactiveCache
2023-07-18 21:25:28 +02:00
Martin Filser
1b3135a79f
models/cards.js, use getRealId() for setter too
2023-07-18 21:25:28 +02:00
Martin Filser
131959e050
minicard.js, reduce this.data().board() call
2023-07-18 21:25:28 +02:00
Martin Filser
3f3b4746a9
adding ReactiveCache to other source code
2023-07-18 21:25:28 +02:00
Martin Filser
30d154724a
currentBoard is very often called in jade files, so use there the cache too
2023-07-18 21:25:27 +02:00
Martin Filser
16130b3f73
Move ReactiveCache to imports
...
- so it's available for the Server too
2023-07-18 21:25:27 +02:00
Martin Filser
47427f89b0
Adding new ReactiveCache
2023-07-18 21:25:27 +02:00
Martin Filser
384d80a647
card.js, clean up redudant code
2023-07-18 21:25:27 +02:00
Martin Filser
43d11af631
Performance, improving page load about 40% faster
2023-07-18 21:25:27 +02:00
Martin Filser
9bda4372a5
insert meteor-reactive-cache npm module
...
$ meteor npm install --save meteor-reactive-cache
2023-07-18 21:25:27 +02:00
Lauri Ojansivu
61223503e3
v6.99.9
2023-07-18 01:18:33 +03:00
Lauri Ojansivu
4d2ad079dc
Updated dependencies.
2023-07-17 01:20:48 +03:00
Lauri Ojansivu
50c071682b
Updated translations.
2023-07-17 01:20:33 +03:00
Lauri Ojansivu
015ccb7a28
Updated ChangeLog.
2023-07-17 00:52:08 +03:00
Lauri Ojansivu
b9aed314f3
Merge pull request #5011 from NotTheEvilOne/pr/fix-oidc-without-groups
...
Fix "PROPAGATE_OIDC_DATA" mechanism if "info.groups" is undefined
2023-07-17 00:50:07 +03:00
Tobias Wolf
452e2e2408
Fix "PROPAGATE_OIDC_DATA" mechanism if "info.groups" is undefined
...
This may happen if no group information is shared via OAuth2/OIDC but synchronization of user data is intended by WeKan administration. Without the patch the following exception is raised:
Error in OAuth Server: groups is not iterable
2023-07-16 23:13:46 +02:00
Lauri Ojansivu
9370c1d472
v6.99.8
2023-07-13 12:11:36 +03:00
Lauri Ojansivu
8143dc9196
Updated ChangeLog.
2023-07-13 10:48:20 +03:00
Lauri Ojansivu
98ba18b052
Merge pull request #5009 from helioguardabaxo/fix-csv-import
...
Fix card creation. Now date fields are checked if they are empty.
2023-07-13 10:06:32 +03:00
helioguardabaxo
9860f20be3
Fix card creation. Now date fields are checked if they are empty.
2023-07-12 11:14:41 -03:00
Lauri Ojansivu
cfbb06ed1f
Updated translations.
2023-07-12 00:57:38 +03:00
Lauri Ojansivu
e39760eb19
v6.99.7
2023-07-11 18:20:22 +03:00
Lauri Ojansivu
b3da55f85c
Merge pull request #5008 from wekan/dependabot/npm_and_yarn/semver-6.3.1
...
Bump semver from 6.3.0 to 6.3.1
2023-07-11 18:15:03 +03:00
dependabot[bot]
bc4b637f06
Bump semver from 6.3.0 to 6.3.1
...
Bumps [semver](https://github.com/npm/node-semver ) from 6.3.0 to 6.3.1.
- [Release notes](https://github.com/npm/node-semver/releases )
- [Changelog](https://github.com/npm/node-semver/blob/v6.3.1/CHANGELOG.md )
- [Commits](https://github.com/npm/node-semver/compare/v6.3.0...v6.3.1 )
---
updated-dependencies:
- dependency-name: semver
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-07-11 15:13:49 +00:00
Lauri Ojansivu
c993c8f47e
v6.99.6
2023-07-11 18:13:18 +03:00
Lauri Ojansivu
40470bedb3
Updated ChangeLog.
2023-07-11 18:08:23 +03:00
Lauri Ojansivu
912479baa4
Added back datepicker.
...
Thanks to xet7 !
Fixes #5007
2023-07-11 18:06:19 +03:00
Lauri Ojansivu
cfbf3e320c
Updated ChangeLog.
2023-07-10 15:12:13 +03:00
Lauri Ojansivu
4431ec5a27
Added missing character.
...
Thanks to xet7 !
2023-07-10 15:04:46 +03:00
Lauri Ojansivu
d7784a8d38
Merge pull request #5004 from VidVidex/master
...
Fix setting background image
2023-07-10 14:53:07 +03:00
Vid Smole
2c4ed5f298
Fix setting background image
2023-07-10 13:19:19 +02:00
Lauri Ojansivu
6a97aeb60c
v6.99.5
2023-07-10 06:30:41 +03:00
Lauri Ojansivu
c7dc912dd4
Reverted bold of minicard title.
...
Thanks to xet7 !
2023-07-10 06:25:37 +03:00
Lauri Ojansivu
0ee886692e
v6.99.4
2023-07-10 05:07:02 +03:00
Lauri Ojansivu
34fef627a1
Disable migration attachment-cardCopy-fix-boardId-etc. Part 3.
...
Thanks to xet7 !
2023-07-10 05:02:04 +03:00
Lauri Ojansivu
52d36d3780
v6.99.3
2023-07-10 03:10:24 +03:00
Lauri Ojansivu
8555c24eb2
Fix migration attachment-cardCopy-fix-boardId-etc. Part 2.
...
Thanks to xet7 !
2023-07-10 03:05:55 +03:00
Lauri Ojansivu
c41c26e5a1
v6.99.2
2023-07-10 01:34:37 +03:00
Lauri Ojansivu
35cc9b3fcc
Merge pull request #5001 from wekan/dependabot/npm_and_yarn/semver-and-mapbox/node-pre-gyp-7.5.4
...
Bump semver and @mapbox/node-pre-gyp
2023-07-10 01:29:14 +03:00
dependabot[bot]
dbfd219491
Bump semver and @mapbox/node-pre-gyp
...
Bumps [semver](https://github.com/npm/node-semver ) to 7.5.4 and updates ancestor dependency [@mapbox/node-pre-gyp](https://github.com/mapbox/node-pre-gyp ). These dependencies need to be updated together.
Updates `semver` from 6.3.0 to 7.5.4
- [Release notes](https://github.com/npm/node-semver/releases )
- [Changelog](https://github.com/npm/node-semver/blob/main/CHANGELOG.md )
- [Commits](https://github.com/npm/node-semver/compare/v6.3.0...v7.5.4 )
Updates `@mapbox/node-pre-gyp` from 1.0.10 to 1.0.10
- [Changelog](https://github.com/mapbox/node-pre-gyp/blob/master/CHANGELOG.md )
- [Commits](https://github.com/mapbox/node-pre-gyp/compare/v1.0.10...v1.0.10 )
---
updated-dependencies:
- dependency-name: semver
dependency-type: indirect
- dependency-name: "@mapbox/node-pre-gyp"
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-07-09 22:19:13 +00:00
Lauri Ojansivu
0da5f26668
Updated ChangeLog.
2023-07-10 01:18:14 +03:00
Lauri Ojansivu
8bf40e219a
Added back npm packages: fibers and @mapbox/node-pre-gyp.
...
Thanks to xet7 !
2023-07-10 01:11:37 +03:00