Martin Filser
33a8de7bb5
Move every Swimlanes.find(idOrFirstObjectSelector, options) to the ReactiveCache (directory models/)
2 years ago
Martin Filser
6a4b03324c
Move every Lists.find(idOrFirstObjectSelector, options) to the ReactiveCache (directory models/)
2 years ago
Martin Filser
c0ecfb87b0
Move every Cards.find(idOrFirstObjectSelector, options) to the ReactiveCache (directory models/)
2 years ago
Martin Filser
9e557f6887
Move every Lists.findOne(idOrFirstObjectSelector, options) to the ReactiveCache
2 years ago
Martin Filser
48ba81eb3d
Move every Swimlanes.findOne(idOrFirstObjectSelector, options) 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
a182482cfb
Move every Boards.findOne(boardId) to the ReactiveCache (Part 2)
2 years ago
DimDz
3e088b4eb1
add edit swimlane
2 years ago
Lauri Ojansivu
8092f8be28
Try to fix User API.
...
Thanks to xet7 !
Fixes #4039
2 years ago
Lauri Ojansivu
c926475eb1
Fixed _ensureIndex to createIndex for MongoDB 5. Updated to latest Meteor beta.
3 years ago
John Supplee
aa0dee1fba
Bug fix for #3864 searching archived cards and add new operators for organizations and teams
3 years ago
Ben0it-T
be5b6245e3
Try to fix : Showing archived lists in Swimlane view
4 years ago
Lauri Ojansivu
e3a0dea85f
Fixed REST API, it shoud work now by Admin user.
...
Reverted Allow board members to use more of API of Wekan v5.35
a719e8fda1
Thanks to tomhughes.
Fixes #4009 ,
fixes #2793 ,
fixes #2790
4 years ago
Lauri Ojansivu
a719e8fda1
Allow board members to use more of API. Please add issue (or pull request) if this allows too much.
...
Thanks to JayVii and xet7 !
Fixes #3862
4 years ago
John R. Supplee
4940af0573
Add copy swimlane functionality
4 years ago
John R. Supplee
ed6c6e5a25
Use new colors constants
4 years ago
John R. Supplee
ed54c09b48
Use a method call to move the swimlane server side
4 years ago
John R. Supplee
aad300613d
Add UI code and make some fixes to list move code
...
Still need to add new lists to all swimlanes
4 years ago
John Supplee
59a3ac1f37
Add move() methods to Swimlanes and Lists collections
4 years ago
Torsten Bronger
710643d8cb
Added field archivedAt to cards, lists, swimlanes, and boards.
4 years ago
John R. Supplee
bbcb236a46
Add methods to models for archived entities
4 years ago
John R. Supplee
e793e71163
Reformat My Cards page
...
* make the page more visually pleasing
* user +viewer to display Markdown in titles
* modify `colorClass()` in Lists model to return 'list-header-{color}'
* modify `colorClass()` of Swimlanes model to return 'swimlane-{color}'
4 years ago
Lauri Ojansivu
96abe3c691
New feature: Now there is popup selection of Lists/Swimlanes/Calendar/Roles.
...
New feature, not set visible yet, because switching to it does not
work properly yet: Collapsible Swimlanes #2804
Fix: Public board now loads correctly. When you select one of Lists/Swimlanes/Calendar view and
reload webbrowser page, it can change view. Closes #2311
Fix: List sorting commented out. Closes #2800
Fix: Errors hasHiddenMinicardText, hasShowDragHandles, showSort, hasSortBy, profile,
FirefoxAndroid/IE11/Vivaldi/Chromium browsers not working by using
cookies instead of database.
More details at https://github.com/wekan/wekan/issues/2643#issuecomment-554907955
Note: Cookie changes are not always immediate, if there is no effect,
you may need to reload webbrowser page.
Closes #2643 .
Thanks to xet7 !
6 years ago
Lauri Ojansivu
7d6d3af54a
Add Features: allowing lists to be sorted by modifiedAt when not in draggable mode.
...
Bug Fix #2093 : the broken should be prior to file attachment feature introduced, and tested export board is working.
Thanks to whowillcare !
( xet7 merged this pull request manually from https://github.com/wekan/wekan/pull/2756 )
Closes #2093
6 years ago
Sam X. Chen
bc2a20f04e
Add Feature: allow user to sort Lists in Board by his own preference, boardadmin can star list
6 years ago
Sam X. Chen
77f8b76d4e
Add Features: allowing lists to be sorted by modifiedAt when not in draggable mode
6 years ago
Justin Reynolds
3b9f2ca7c2
Fixes #2596 incorrect date types for created & updated
6 years ago
Justin Reynolds
3eb4d2c341
Prettier & eslint project style update
6 years ago
Justin Reynolds
c60e80d25b
Add createdAt and modifiedAt to all collections
6 years ago
Lauri Ojansivu
64ee60a008
Fix missing profile checks.
...
Thanks to justinr1234 !
6 years ago
Justin Reynolds
daf314b037
Fix missing profile checks
6 years ago
guillaume
8137f2692f
remove feature
6 years ago
Lauri Ojansivu
d6259836e0
- [Add Filter fix back]( https://github.com/wekan/wekan/issues/2213 ),
...
because there was no bug in filter fix.
Thanks to xet7 !
Closes #2213 ,
related #2209
6 years ago
Lauri Ojansivu
90dd0ddb94
Revert [Filter fix]( https://github.com/wekan/wekan/issues/2213 ) because of
...
[mongodb data tampered](https://github.com/wekan/wekan-snap/issues/83 ).
Thanks to xet7 !
6 years ago
Andrés Manelli
49229e1723
Fix filter in swimlanes view
6 years ago
Andrés Manelli
da21a2a410
Standarize copy functions. Match labels by name
6 years ago
Andrés Manelli
dc7286a0ef
Fix list view issues. Allow creation of boards from templates
6 years ago
Andrés Manelli
775476f97c
Fix miniscreen render
6 years ago
Andrés Manelli
eb62c9ce6a
Fix lint errors
6 years ago
Andrés Manelli
60be4df76e
Allow swimlane creation from template
...
Mix lists with same name to avoid duplicates
6 years ago
Andrés Manelli
1e72177991
Avoid links on a template-board
...
Allow creation of template boards with a linked card
Avoid changing the name of the template-container swimlanes
6 years ago
Andrés Manelli
cdf070189e
Remove links from templates board for the moment
...
Insert the correct template type in templates board
Allow independant lists in templates board
Add some helpers
6 years ago
Andrés Manelli
64bf455b29
Save template swimlanes in profile. Fix swimlane view for templates board. Avoid deleting template containers
6 years ago
Andrés Manelli
0a53ee87b9
Add first draft of data model and user interface. No actions.
6 years ago
Benjamin Tissoires
b5411841cf
api: fix the sort field when inserting a swimlane or a list
...
This has the side effect of always inserting the element at the end.
6 years ago
Benjamin Tissoires
03efeaeb1a
Add colors to swimlanes
...
fixes #1688
6 years ago
Benjamin Tissoires
ff467402c0
RESTAPI: Add some JSDoc
...
So we can have a decent REST API documentation generated.
6 years ago
Lauri Ojansivu
77efcf7137
- Add permission "No comments". It is like normal user, but does not show comments and activities.
...
Thanks to xet7 !
7 years ago
Ghassen Rjab
59ba2111e8
Fix lint warnings
7 years ago