| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| | |
Move cards to top / bottom
|
| | |
|
|\ \
| | |
| | | |
Plural of Emoji
|
| |/ |
|
|/
|
|
| |
This commit also tweak the code style following backward-incompatible v2 rules.
|
|
|
|
| |
See https://github.com/meteor/meteor/issues/6162
|
|
|
|
|
| |
We used to save the whole user document in a internal data structure while we
only needed the userId.
|
|
|
|
|
|
|
|
| |
This commit also removes the “import a single Trello card” as we couldn’t figure
out some reasonable use case.
We also create a new publication on the server to provide the minimal user
profile informations required to display an avatar.
|
| |
|
|\
| |
| | |
Add notifications, allow watch boards / lists / cards
|
| | |
|
|/
|
|
|
| |
It hides the leading slash treatment as an hidden implementation
detail.
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
| |
I imagine blaze-component changed their Mixins API since I written
this code. We need some tests to avoid this kind of regressions when
updating dependencies!
Fixes #420
|
|
|
|
| |
days ago')
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The layout issue was related to the lack of autoprexing for CSS
properties. c69f993 did improve the reload time significantly but for
that I had to replace `mquandalle:stylus` by the core `stylus`
package. Unfortunatly it is currently difficult to run an autoprefixer
with the core CSS compilers (as reported in
https://github.com/meteor/meteor/issues/5219).
So instead we rely on `nib` which transparently define some mixins for
autoprefixing, the only restrictions being that we have to manually
`@import 'nib'` on top of stylus files.
Fixes #461
|
| |
|
|
|
|
|
|
|
|
|
|
| |
The bug comes for 9154b06 which this commit partially reverts. The
synchronization between the user document profile and the Sandstorm
HTTP headers is still not perfect. Having a clean model may requires
the `accounts-sandstorm` to expose a hook to modify the user document
just after the `services.sandstorm` credentials are updated.
Fixes #460
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This bug was introduced with the introduction of fast-render in
41b23f8. With fast-render data is available instantly after the page
logging, but calls to `Meteor.userId()` still return `null` as the
user isn't authenticated on the DDP channel yet (previously the data
was loaded on DDP after user authentication). Which mean that we know
need to reactively activate Drag and Drop on user log in.
I'm not sure why I was not able to reproduce this bug outside of
Sandstorm.
Fixes #453
|
| |
|
| |
|
|
|
|
|
|
|
| |
As discussed in #370 and announced in the official Eslint-meteor
plugin repository (https://github.com/dferber90/eslint-plugin-meteor),
it is recommended to not use this plugin anymore has the author has it
is currently broken and the author has abandoned it.
|
|
|
|
| |
Fixes #448
|
|
|
|
|
|
| |
See the following discussion for rationale:
https://github.com/wekan/wekan/issues/113#issuecomment-163039089
|
| |
|
|
|
|
| |
Closes #399
|
|
|
|
| |
Fixes #433
|
|
|
|
|
|
|
|
|
|
| |
The issue was introduced in 3b2eb0f but was only partially fixed (in
urgency) in 71b9a42. We sould have test to avoid these trivial
regressions! (I guess React will also yelp in this particular case by
removing the need to link the template and the "component", and thus
removing the possibility to break this link)
Fixes #434
|
|\
| |
| |
| |
| | |
Export a board to JSON
Fixes #396
|
| |
| |
| |
| |
| |
| | |
- use an explicit "boards" domain: /api/boards/:boardId
- pass authToken as a request parameter: /api/boards/:boardId?authToken=:token
- in the future, same route can be used with authToken set in the Authenticate: header easily
|
| |\ |
|
| | | |
|
| | | |
|
| |\ \ |
|
| | | | |
|
| | | | |
|
| |_|/
|/| | |
|
| |/
|/| |
|
| |
| |
| |
| |
| |
| |
| | |
This is an alternative to drag and drop to move a set of selected
cards. This feature was available at the list level until I deleted it
in 5bdf91b, so it makes sense to add it back at the multi-selection
level.
|
| | |
|
| |
| |
| |
| | |
The buttons in the board header were not click-able anymore.
|
| |
| |
| |
| |
| | |
This commit also provide a way to escape the Shorcuts page on
Sandstorm.
|
| |
| |
| |
| | |
Fixes #277.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
This operation should now be handled using the multi-selection
feature, ie “select all cards” and then move them or click the
“archive selection” button. This new process add an extra click which
I consider reasonable enough for a relatively rare operation -- plus I
want to encourage mutli-selection usage.
Closes #390.
|
|/ |
|
|\
| |
| | |
add: set user preferred lang and allow select lang for user form
|
| | |
|
| | |
|
|/
|
|
| |
to quit
|
| |
|