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
Sam X. Chen
62b72a03c4
Add feature: Add due timeline into Calendar view
2019-09-26 10:53:40 -04:00
Justin Reynolds
3b9f2ca7c2
Fixes #2596 incorrect date types for created & updated
2019-09-05 12:29:45 -05:00
Romulus Urakagi Tsai
b778cea34f
Fix cannot show archived list bug
2019-08-16 07:42:18 +00:00
Justin Reynolds
66b45ed35c
Fix invites
2019-07-18 13:06:25 -05:00
Lauri Ojansivu
289e78dbd2
Add Corteza theme. In progress.
...
Thanks to xet7 !
2019-07-06 04:59:17 -04:00
Lauri Ojansivu
34b2168d0d
Add Wekan v2.95-v2.97 master branch features and fixes to meteor-1.8 branch.
...
Thanks to xet7 !
2019-07-01 17:23:41 -04: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
Lauri Ojansivu
828f6ea321
- Add Feature: Move board to Archive button at each board at All Boards page.
...
Thanks to xet7 !
Related #2389
2019-05-10 20:50:53 +03:00
guillaume
8137f2692f
remove feature
2019-04-23 18:00:09 +02:00
Lauri Ojansivu
d5d33247fb
Merge branch 'fix_subtasks' of https://github.com/andresmanelli/wekan into andresmanelli-fix_subtasks
2019-03-20 23:50:43 +02:00
Andrés Manelli
a6e3c8984d
Fix dissapearing subtasks
2019-03-17 16:37:06 +01:00
Andrés Manelli
d01fccd949
- Fix card copy & move between boards with customFields
...
- Fix card copy & move between boards with labels with same name
- Fix activities for labels when copying and moving card
- Fix activities for customFields when copying and moving card
2019-03-16 22:49:45 +01:00
Andrés Manelli
888e1ad5d3
Fix popup title
...
Add element title modification
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
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
0fec711545
Prepare to create card 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
64bf455b29
Save template swimlanes in profile. Fix swimlane view for templates board. Avoid deleting template containers
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
Lauri Ojansivu
082aabc735
Merge pull request #2127 from bentiss/fix-set-member
...
api: fix set_board_member_permission
2019-01-25 19:05:26 +02:00
Benjamin Tissoires
8d81aca439
api: fix set_board_member_permission
...
If the data is passed as a boolean, through json, data.toLowerCase()
raises an error.
Also define query which we are returning in case of success.
2019-01-25 14:15:08 +01:00
Benjamin Tissoires
5c6a725712
Make sure Swimlanes and Lists have a populated sort field
...
When moving around the swimlanes or the lists, if one element has a sort
with a null value, the computation of the new sort value is aborted,
meaning that there are glitches in the UI.
This happens on the first swimlane created with the new board, or when
a swimlane or a list gets added through the API.
2019-01-25 11:04:56 +01:00
Benjamin Tissoires
c075187088
swimlane: insert the new swimlane after the one we clicked on
2019-01-24 20:52:03 +01:00
Benjamin Tissoires
ff467402c0
RESTAPI: Add some JSDoc
...
So we can have a decent REST API documentation generated.
2019-01-18 17:02:56 +01:00
Benjamin Tissoires
889aa6d652
Revert "models: boards: add PUT members entry point"
...
This reverts commit f61942e5cb
.
Adding a member is actually already handled by
POST', '/api/boards/:boardId/members/:userId/add'
So this function is purely duplicated.
Not to mention that the '/add' one allows to set permissions
so this one in this commit is less interesting.
2019-01-18 17:01:03 +01:00
Lauri Ojansivu
4cf9813449
- Some fixes to Wekan import:
...
- isCommentOnly and isNoComments are now optional
- Turn off import error checking, so something is imported anyway, and import does not stop at error.
- Now most of Sandstorm export do import to Standalone Wekan, but some of imported cards, dates etc are missing.
- Sandstorm Import Wekan board warning messages are now translateable.
Thanks to xet7 !
Closes #1945 ,
closes #1616 ,
closes #1903
2018-11-08 22:49:08 +02:00
Benjamin Tissoires
f61942e5cb
models: boards: add PUT members entry point
...
Allows to change the members from the API.
2018-10-23 18:48:05 +02:00
Benjamin Tissoires
9aa5584c9c
models: make the REST API more uniform
...
All of the other REST API are in the form 'modelId' but a few ones in
boards.js and users.js.
Change it for a more uniform API.
2018-10-23 18:02:15 +02:00
Lauri Ojansivu
51ac6c839e
- REST API: Change role on board. Docs: https://github.com/wekan/wekan/wiki/REST-API-Role
...
Thanks to entrptaher and xet7 !
2018-09-30 02:37:16 +03:00
Lauri Ojansivu
6673b79738
Merge branch 'feature-rules' of https://github.com/Angtrim/wekan into Angtrim-feature-rules
2018-09-16 00:10:40 +03:00
Lauri Ojansivu
334c15ff71
Merge branch 'devel' of https://github.com/andresmanelli/wekan into devel
2018-09-06 12:06:54 +03:00
Lauri Ojansivu
9cea76e4ef
- REST API: Create board options to be modifiable, like
...
permissions, public/private board - now private by default,
and board background color.
Docs at https://github.com/wekan/wekan/wiki/REST-API-Boards
Thanks to xet7 !
Related #1037
2018-09-06 11:56:38 +03:00
Andrés Manelli
e74fb2f5b0
Add swimlaneId in activity. Create default swimlaneId in API
2018-09-06 00:23:50 +02:00
Lauri Ojansivu
77efcf7137
- Add permission "No comments". It is like normal user, but does not show comments and activities.
...
Thanks to xet7 !
2018-09-04 20:09:36 +03:00
Angelo Gallarello
9c6d374b95
Labels activities
2018-08-16 16:54:29 +02:00
Andrés Manelli
17308dc5f3
Fix lint errors
2018-08-11 01:00:21 +02:00
Andrés Manelli
6adfcb3513
Refactor imported -> linked in models
2018-08-11 00:16:31 +02:00
Andrés Manelli
fb75a487fc
Fix lint errors
2018-08-11 00:14:13 +02:00
Andrés Manelli
724d26379c
Add two way binding of card/board times
2018-08-11 00:07:29 +02:00
Andrés Manelli
a93de07fb9
Avoid importing imported cards or boards
2018-08-10 23:57:35 +02:00
Andrés Manelli
dcc7b2970f
Add UI for importing card-as-card and board-as-card
2018-08-10 23:55:19 +02:00
Yanonix
787941857d
Fix showing only the cards of the current board in calendar view
2018-08-09 12:23:34 +03:00
Nicu Tofan
3eba6ef285
Merge branch 'devel' into nested-tasks
2018-06-28 17:00:35 +03:00
Nicu Tofan
18467dfe40
Show cards in calendar
2018-06-26 22:11:51 +03:00
Nicu Tofan
b7d508e8c4
Added ability to change card's parent.
2018-06-26 17:39:31 +03:00
Nicu Tofan
c0ffd6c20f
Show parent in card (no links, yet)
2018-06-26 14:32:51 +03:00