Commit Graph

1289 Commits (e5ddee13c1a9f7a9855f23dd6c9981c3a363be6d)

Author SHA1 Message Date
Martin Filser 0767f50af8 Move every Users.findOne(idOrFirstObjectSelector, options) to the ReactiveCache 2 years ago
Martin Filser bf27ffb92e Move every Checklists.findOne() to the ReactiveCache 2 years ago
Martin Filser 3fc9c6efe7 Move every Attachments.findOne() to the ReactiveCache 2 years ago
Martin Filser 79ea4d6d1e Move every Activities.findOne() to the ReactiveCache 2 years ago
Martin Filser 54f7361767 Move every CustomFields.findOne() to the ReactiveCache 2 years ago
Martin Filser 0a7ffe4cb0 Move every CardComments.findOne() to the ReactiveCache 2 years ago
Martin Filser 0e714a90e0 Move every ChecklistItems.findOne() to the ReactiveCache 2 years ago
Martin Filser 5e3a9dc059 Move every Meteor.user() to the ReactiveCache 2 years ago
Martin Filser 6e1ef3d94a Move every Users.findOne() to the ReactiveCache 2 years ago
Martin Filser bf48d4371c Move every Swimlanes.findOne() to the ReactiveCache 2 years ago
Martin Filser 0926943670 Move every Lists.findOne() to the ReactiveCache 2 years ago
Martin Filser 3b65113d05 Move every Cards.findOne() to the ReactiveCache 2 years ago
Martin Filser a182482cfb Move every Boards.findOne(boardId) to the ReactiveCache (Part 2) 2 years ago
Martin Filser b7dbeba7de add currentSetting to ReactiveCache 2 years ago
Martin Filser 1b3135a79f models/cards.js, use getRealId() for setter too 2 years ago
Martin Filser 3f3b4746a9 adding ReactiveCache to other source code 2 years ago
Martin Filser 16130b3f73 Move ReactiveCache to imports 2 years ago
Martin Filser 47427f89b0 Adding new ReactiveCache 2 years ago
Martin Filser 384d80a647 card.js, clean up redudant code 2 years ago
Martin Filser 43d11af631 Performance, improving page load about 40% faster 2 years ago
helioguardabaxo 9860f20be3 Fix card creation. Now date fields are checked if they are empty. 2 years ago
Vid Smole 557f9709ac Fix attachment urls 2 years ago
Vid Smole 41664f16a3 Fix /api/board/{boardId}/attachments 2 years ago
Martin Filser 2eadd3eb8b attachment copy changes now the boardId, listId and swimlaneId in the collection data 2 years ago
Martin Filser 13fecfae27 Copy Checklist only copied the checklist items at the first time, now always 2 years ago
Martin Filser 23595674cf Add checklist-item at top 2 years ago
Martin Filser 52d54f35a3 Add checklist at top 2 years ago
mark 26d2efdedb make swimlane height adjustable 2 years ago
mark f2e4a280d7 add listWidths to user profile 2 years ago
Lauri Ojansivu e1a00090ba Fixed Rare bug: All Boards page icons random dance. Reverted changing migrations. Fixed reordering cards. Part 2. 2 years ago
Lauri Ojansivu b75e16f104 Fixed Rare bug: All Boards page icons random dance. Commented out All Boards show members, cards counts, and some migrations. 2 years ago
DimDz 3e088b4eb1
add edit swimlane 2 years ago
helioguardabaxo f3ebc4a28e Added option to show/hide some badges on minicard 2 years ago
helioguardabaxo 985882a4ad Added option to show/hide cover attachment on minicard 2 years ago
Lauri Ojansivu 49ef80ab6c BoardAdmin and Admin can now set board background image URL. 2 years ago
Lauri Ojansivu 9de7040401 Moved new_checklist_item API to correct file where is other checklist item API. 2 years ago
DimDz ba387bcc84
createCardWithDueDate 2 years ago
DimDz ad26e57e78
@operation edit_card_custom_field 2 years ago
DimDz e9e3e14695
Update checklists.js 2 years ago
Lauri Ojansivu cbad4cf594 Security Fix: Fix AdminBleed in WeKan, so that non-admin can not change to Admin. 2 years ago
Lauri Ojansivu aef6967d4c Fix Exception in callback of async function: TypeError: this._now is not a function. Part 2. 2 years ago
Lauri Ojansivu aeb0f1e6d8 Fix Exception in callback of async function: TypeError: this._now is not a function. 2 years ago
Lauri Ojansivu 47ac33d6c2 Security fix to ReactionBleed in WeKan. It is XSS in feature "Reaction to comment". 2 years ago
Lauri Ojansivu 76ac070f9b Save files serverside with filename ObjectID, without filename. 2 years ago
Lauri Ojansivu f11650ece1 Added more descriptive times of attachment migrations and uploads. 2 years ago
Lauri Ojansivu e7122a9b36 Disable file validation temporarily, because it causes data loss of some attachments when upgrading. 2 years ago
Lauri Ojansivu fb37f48a86 Updated dependencies. 2 years ago
Gustav Engström 7d69bd5c46 Fixes broken add_board_member API call and fixes return value for remove_board_member. 2 years ago
Martin Filser 7de50c0f4b Bugfix, Avatar upload message "avatar-too-big" shows now the configured max filesize 2 years ago
Martin Filser 07926386ea Bugfix, Avatar Upload didn't work if AVATARS_UPLOAD_MAX_SIZE wasn't defined or lower or equal to 0 2 years ago