Commit graph

48 commits

Author SHA1 Message Date
RJevnikar
aa6076e087 Fix lint error 2018-06-05 21:29:28 +00:00
RJevnikar
78b9436f38 Fix problems highlighted by Codacy/PR Quality Review 2018-06-05 21:21:14 +00:00
RJevnikar
3ce3fa74b3 Add additional label colours (from pull by JamesLavin), Add Assigned & Requested By text fields. 2018-06-05 20:23:29 +00:00
Ignatz
0195044ba1 possible quickfix for all customFields Import errors 2018-05-23 11:02:23 +02:00
Ignatz
838578657d template literals correction 2018-05-18 10:43:43 +02:00
Ignatz
d6cfac0122 linter corrections 2018-05-18 10:24:51 +02:00
IgnatzHome
9518a5c11e resolving merge conflicts 2018-05-17 20:21:07 +02:00
Lauri Ojansivu
682eab74d9 Fix lint error.
Related https://github.com/wekan/wekan/pull/1626
2018-05-05 00:30:34 +03:00
thisNeko
2da157dbb0 API Edit Card Labels 2018-05-04 14:32:36 +02:00
couscous3
83e7e4fb27
POST /cards: allow setting card members
if members isn't specified then the authorId will be the only member of the card, otherwise the provided members attribute will be used
2018-05-03 00:35:47 +02:00
RJevnikar
07217d0e51 Add additional dates (received & end), default title of checklists to 'Checklist'
Remove translations

Add additional dates (received & end), default name checklists to Checklist
2018-03-26 20:51:24 +00:00
Andrés Manelli
243af32fc7 Add checklist ordering capability 2018-03-19 16:47:07 -03:00
Ghassen Rjab
59ba2111e8 Fix lint warnings 2018-02-27 02:57:58 +01:00
couscous3
ee0f42eeb1
add swimlaneId to POST /api/boards/:boardId/lists/:listId/cards route 2018-02-19 14:55:56 +01:00
Andrés Manelli
fcebb2a537 Fix move parameters 2018-02-07 01:24:15 -03:00
Andrés Manelli
ee2a43dd5b Add siwmlane button. Allow card drop between swimlanes 2018-01-19 16:00:02 -03:00
Andrés Manelli
690a5b9703 First swimlane draft, no functionality 2018-01-19 12:22:03 -03:00
Lauri Ojansivu
7c403053e3 Fix lint errors. 2017-12-03 04:00:55 +02:00
Lauri Ojansivu
e162fe3c0f Merge branch 'card-spent-time' of https://github.com/thuanpq/wekan into thuanpq-card-spent-time 2017-11-21 10:03:02 +02:00
Thuan Pham Quoc
eec3c301bc Add card spent time to log time what can be overtime or not (will support filtering in future) 2017-11-20 22:26:31 +07:00
Ghassen Rjab
5a37ba0d9f Move cards cross boards 2017-11-14 03:03:29 +01:00
amadilsons
c17f26f6ba fix: always restore archived cards if wip limit is soft 2017-10-31 21:20:53 +00:00
amadilsons
214fe6a61f feature implemented, known bugs fixed 2017-10-05 16:46:55 +02:00
amadilsons
c865bfe497 most work concluded, code needs clean up, further testing required 2017-10-04 17:48:37 +02:00
Pouyan Savoli
caad952bc1 text custom fields are now editable using inlinedForm 2017-09-22 22:59:32 +02:00
Pouyan Savoli
6ff89b43b6 show custom fields on cards but still with dummy value 2017-09-22 22:59:32 +02:00
Pouyan Savoli
733b14dcd8 card model and card ui preparation for custom fields #2 2017-09-22 22:59:32 +02:00
Pouyan Savoli
d87191f17e card model and card ui preparation for custom fields 2017-09-22 22:59:32 +02:00
zago
e2ee005a5f direct hook to bypass the checking step with API request 2017-07-19 10:27:23 +02:00
zago
cbcf10a02b fixe travis 2017-07-07 11:37:35 +02:00
zago
cac82e4330 checking the authorId when adding card 2017-07-07 11:11:38 +02:00
zago
afc30226ac fixe error 2017-06-29 15:45:27 +02:00
zago
95f1772280 linebreaker fixing 2017-06-29 14:10:45 +02:00
zago
3a99eb9c9f adding a put method to update a card 2017-06-29 12:24:33 +02:00
mayjs
c59891d44b Added readonly user access to cards 2017-05-15 21:41:21 +02:00
huneau romain
b5271e5346 add token authentication, only admin can use api 2017-05-11 12:15:02 +02:00
Lauri Ojansivu
0319bcf7bb REST API - Meteor 1.4 - first step issue 2017-04-27 20:49:24 +03:00
maulal
06699007c4 Bug: orphan documents were created when cards were deleted 2017-02-25 02:16:00 +01:00
maulal
cd6317cedb Improve wekan performance #837 2017-02-22 17:05:30 +02:00
Florent MONTHEL
a370e6aca3 [BUG] Bug when we're removing user from board that generate activity for all the card of the board 2017-02-21 00:06:11 -05:00
lksime
59731af139 Add checklist feature 2017-01-20 21:05:48 +08:00
shoetten
89df0bda9b Adds start and due date to cards model. 2016-11-21 15:15:16 +01:00
Maxime Quandalle
9792193e60
Add MongoDB indexes
These indexes will optimize the queries that are used in the board and card
views.

Fixes #524.
2016-07-18 22:38:38 +02:00
Alexander Sulfrian
a2888250f4 Models: Replace before.insert with autoValues
The before.insert hooks have the problem, that they are executed in a
different order if called from the client or from the server. If called
from the client, the before.insert hook is called before validation of
the schema, but if called from the server, the validation is called
first and fails.
2016-06-03 03:56:35 +02:00
Liming Xie
9bbdacc79a Add notification, allow watch boards / lists / cards 2016-01-05 23:26:02 +08:00
Xavier Priour
ad27a59e57 Import attachments 2015-11-16 21:41:49 +01:00
Xavier Priour
7e64c22c1a Import single card: archived card 2015-10-14 23:23:16 +02:00
Maxime Quandalle
45b662a1dd Centralize all mutations at the model level
This commit uses a new package that I need to document. It tries to
solve the long-standing debate in the Meteor community about
allow/deny rules versus methods (RPC).

This approach gives us both the centralized security rules of
allow/deny and the white-list of allowed mutations similarly to Meteor
methods. The idea to have static mutation descriptions is also
inspired by Facebook's Relay/GraphQL.

This will allow the development of a REST API using the high-level
methods instead of the MongoDB queries to do the mapping between the
HTTP requests and our collections.
2015-09-08 20:19:42 +02:00
Renamed from collections/cards.js (Browse further)