Martin Filser
5e3a9dc059
Move every Meteor.user() to the ReactiveCache
2023-07-18 21:25:28 +02:00
Martin Filser
6e1ef3d94a
Move every Users.findOne() to the ReactiveCache
2023-07-18 21:25:28 +02:00
Martin Filser
bf48d4371c
Move every Swimlanes.findOne() to the ReactiveCache
2023-07-18 21:25:28 +02:00
Martin Filser
2f2aa7b08a
insert linked card at search dialog set's now the next card number too
2023-07-18 21:25:28 +02:00
Martin Filser
20b0422024
insert linked board set's now the next card number too
2023-07-18 21:25:28 +02:00
Martin Filser
dcb9fb7465
insert linked card set's now the next card number too
2023-07-18 21:25:28 +02:00
Martin Filser
3a287a494b
insert linked card at search dialog also add the card at top/bottom
2023-07-18 21:25:28 +02:00
Martin Filser
0926943670
Move every Lists.findOne() to the ReactiveCache
2023-07-18 21:25:28 +02:00
Martin Filser
06e26d8d89
insert linked card dialog, sort swimlanes, lists and cards by field "sort"
2023-07-18 21:25:28 +02:00
Martin Filser
94953a1c97
use card.getRealId()
2023-07-18 21:25:28 +02:00
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