Lauri Ojansivu
31b9970c04
Merge pull request #5401 from C0rn3j/set-silver
...
Allow `silver` color to be set in List and Swimlane
2024-05-04 23:14:06 +03:00
Martin Rys
baf0edc51e
Allow silver
color to be set in List and Swimlane
2024-05-04 22:09:04 +02:00
Lauri Ojansivu
4156b6f932
Temporarily revert collapse per user that did not work yet.
...
Thanks to xet7 !
Related #5388
2024-05-04 22:57:13 +03:00
Lauri Ojansivu
902f86d363
Collapse Lists to be per user, not per board. In Progress.
...
Related #5388
Thanks to xet7 !
2024-05-01 23:58:57 +03:00
Lauri Ojansivu
a601ba542a
Collapse Lists.
...
Thanks to xet7 !
2024-04-26 07:33:06 +03:00
Gustav Engström
1dd97ebd49
Added restore list and change list title to webhooks
2023-11-12 20:42:25 +01:00
Gustav Engström
bfa15d4719
Added missing activity Type: restoredList
2023-11-12 09:59:35 +01:00
Lauri Ojansivu
a2f479f4bd
Merge branch 'master' of https://github.com/mark-i-m/wekan into mark-i-m-master
2023-07-30 01:41:45 +03:00
Martin Filser
6a4b03324c
Move every Lists.find(idOrFirstObjectSelector, options) to the ReactiveCache (directory models/)
2023-07-18 21:25:28 +02:00
Martin Filser
c0ecfb87b0
Move every Cards.find(idOrFirstObjectSelector, options) to the ReactiveCache (directory models/)
2023-07-18 21:25:28 +02:00
Martin Filser
9e557f6887
Move every Lists.findOne(idOrFirstObjectSelector, options) to the ReactiveCache
2023-07-18 21:25:28 +02:00
Martin Filser
06e374f0ff
Move every Cards.findOne(idOrFirstObjectSelector, options) to the ReactiveCache
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
a182482cfb
Move every Boards.findOne(boardId) to the ReactiveCache (Part 2)
2023-07-18 21:25:28 +02:00
mark
f2e4a280d7
add listWidths to user profile
2023-06-12 22:14:06 -05:00
Lauri Ojansivu
8092f8be28
Try to fix User API.
...
Thanks to xet7 !
Fixes #4039
2023-01-13 21:50:39 +02:00
Lauri Ojansivu
01d0dd3b1d
Resizeable size of list width and height. Size is not saved yet. In Progress.
...
Thanks to NLBlackEagle and xet7 !
Related #4558
2022-06-19 09:28:50 +03:00
Lauri Ojansivu
c926475eb1
Fixed _ensureIndex to createIndex for MongoDB 5. Updated to latest Meteor beta.
2022-04-18 18:08:12 +03:00
John Supplee
aa0dee1fba
Bug fix for #3864 searching archived cards and add new operators for organizations and teams
2021-12-22 00:33:13 +02:00
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
2021-09-25 18:09:18 +03:00
Lauri Ojansivu
164b6e9070
Part 2: 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
2021-06-14 15:13:15 +03:00
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
2021-06-14 15:01:37 +03:00
John R. Supplee
ed6c6e5a25
Use new colors constants
2021-04-03 18:52:47 +02:00
John R. Supplee
238b0f0725
Merge branch 'master' of https://github.com/wekan/wekan into search
2021-03-28 22:16:15 +02:00
John R. Supplee
39b4ada26d
Do not include archived lists in global search help
2021-03-28 02:45:15 +02:00
John R. Supplee
ed54c09b48
Use a method call to move the swimlane server side
2021-03-27 18:50:05 +02:00
John Supplee
59a3ac1f37
Add move() methods to Swimlanes and Lists collections
2021-03-26 16:51:01 +02:00
Majed6
b4e343369a
Fixed Bug: inconsistent use of relative/absolute URLs
...
Some pages use relative links such as boards link at the home page.
Others use absolute url such as cards in boards' lists.
This commits goal is to allow for consistent use of relative
urls.
Origin relative URLs also helps decoupling Wekan from the infrastructure
it's deployed on. i.e if it's being served, it should work.
2021-03-05 15:05:53 +03:00
Torsten Bronger
710643d8cb
Added field archivedAt to cards, lists, swimlanes, and boards.
2021-02-02 14:52:08 +01:00
John R. Supplee
61c691a267
Add support for clicking label names and board titles
2021-01-21 01:48:24 +02:00
John R. Supplee
52f920db12
Add clickable list titles
2021-01-20 21:52:27 +02:00
John R. Supplee
bbcb236a46
Add methods to models for archived entities
2021-01-11 18:18:26 +02:00
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}'
2021-01-04 13:53:08 +02:00
Jonathan Baird
9819c9f801
add a notification drawer like trello
2020-03-27 11:35:03 -06:00
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
2019-10-29 19:05:44 +02:00
Justin Reynolds
3b9f2ca7c2
Fixes #2596 incorrect date types for created & updated
2019-09-05 12:29:45 -05:00
Justin Reynolds
3eb4d2c341
Prettier & eslint project style update
2019-06-28 12:56:51 -05:00
Justin Reynolds
c60e80d25b
Add createdAt and modifiedAt to all collections
2019-06-27 09:13:20 -05:00
guillaume
8137f2692f
remove feature
2019-04-23 18:00:09 +02:00
Andrés Manelli
da21a2a410
Standarize copy functions. Match labels by name
2019-02-27 21:50:08 +01:00
Andrés Manelli
dc7286a0ef
Fix list view issues. Allow creation of boards from templates
2019-02-25 22:48:32 +01:00
Andrés Manelli
775476f97c
Fix miniscreen render
2019-02-24 11:54:52 +01:00
Andrés Manelli
eb62c9ce6a
Fix lint errors
2019-02-24 00:13:35 +01:00
Andrés Manelli
60be4df76e
Allow swimlane creation from template
...
Mix lists with same name to avoid duplicates
2019-02-24 00:05:00 +01:00
Andrés Manelli
f888cfd565
Allow list creation from template
2019-02-24 00:05:00 +01:00
Andrés Manelli
7a6afb8aea
Add template search in Add Card menu
...
Archive all cards in list when list is archived
Remove default board in link popup
Only list non-template boards in card link and search
2019-02-24 00:05:00 +01:00
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
2019-02-24 00:05:00 +01:00
Andrés Manelli
0a53ee87b9
Add first draft of data model and user interface. No actions.
2019-02-24 00:05:00 +01:00
Benjamin Tissoires
d0a9d8c581
colors: add per list color
...
Hamburger menu only.
Note that I am definitively not responsible for the resulting Christmas
tree.
fixes #328
2019-01-25 15:56:40 +01:00
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.
2019-01-25 11:04:56 +01:00