Lauri Ojansivu
60fedad3fe
Fixed lint.
...
Thanks to xet7 !
2021-02-08 21:11:13 +02:00
Torsten Bronger
786c27bbec
Added sorting by archivedAt in the archive.
...
I use modifiedAt as a fall back for legacy cards which don't have archivedAt
set yet.
2021-02-02 14:52:12 +01:00
Lauri Ojansivu
7f3c4acf62
Add some permission code, to see does it fix something.
...
Thanks to xet7 !
Related #3377
2020-12-17 21:27:02 +02:00
Lauri Ojansivu
f6f7705f23
Add Worker role.
...
This was originally added at Wekan v3.58,
reverted at Wekan v3.60 because of bugs,
and now after fixes added back.
Thanks to xet7 !
Closes #2788
2020-01-05 21:28:14 +02:00
Lauri Ojansivu
27943796ad
Revert to Wekan v3.57 version of client and models directories,
...
removing Worker role temporarily, because Worker role changes
broke saving card.
Thanks to xet7 !
2020-01-03 16:02:31 +02:00
Lauri Ojansivu
2bf004120d
Add Worker role.
...
Add more Font Awesome icons.
Fix browser console errors when editing user profile name etc.
Thanks to xet7 !
Closes #2788
2020-01-03 06:49:35 +02:00
Romulus Urakagi Tsai
4f4e0a21f8
Add 'show archive' and 'hide empty lists' in filter feature.
2019-08-07 07:58:05 +00:00
Justin Reynolds
3eb4d2c341
Prettier & eslint project style update
2019-06-28 12:56:51 -05:00
wekan
ab4fec0f3c
Fixed #2338 -> Slow opening of big boards with too many archived items
2019-05-13 11:01:50 +02:00
guillaume
8137f2692f
remove feature
2019-04-23 18:00:09 +02:00
Andrés Manelli
5953fb8a44
Add popup menu and archive action
2018-02-01 14:29:49 -03:00
amadilsons
c865bfe497
most work concluded, code needs clean up, further testing required
2017-10-04 17:48:37 +02:00
Maxime Quandalle
ac6491ea12
Remove unnecessary template name declaration
...
This code was duplicate with the name we use to `register` the
component. A update of blaze-component removed the need to duplicate
this declaration.
2016-01-03 23:45:46 +01:00
Alexander Sulfrian
b2ab174fd5
sidebar: Filter archived cards/lists for current board
...
The archived items should be filtered for the current board or else you
will get a global list of all archived items on all boards.
2015-09-24 12:32:48 +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
Maxime Quandalle
b3851817ec
Enforce a consistent ES6 coding style
...
Replace the old (and broken) jshint + jscsrc by eslint and configure
it to support some of the ES6 features.
The command `eslint` currently has one error which is a bug that was
discovered by its static analysis and should be fixed (usage of a
dead object).
2015-09-03 23:12:46 +02:00
Maxime Quandalle
9961de9c30
Update translation source file
2015-09-01 14:38:07 +02:00
Maxime Quandalle
04bfbd5bd1
Implement list restoration
2015-08-22 02:06:49 +02:00
Maxime Quandalle
ae4288d507
Warn if the user try to restore a card in an archived list
2015-08-20 23:48:34 +02:00
Maxime Quandalle
98d7278d08
Add a UI to restore archived cards
2015-06-07 18:55:26 +02:00