| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
| |
This bug was introduced in 081b09207f2247d7e38fc28e0f0f9748eecbbcbe.
|
|
|
| |
Remove extra `the`
|
| |
|
|
|
|
|
|
|
| |
The buttons of the normal view should have the same title attribute, than
the mini screen buttons.
I missed this in 0587158b6be930f53325baa54fccadc54d18c9a3.
|
|
|
|
|
|
|
|
|
| |
Even if a board is public and a user can view it, the user might want to
log in to be able to edit the board.
The button replaces the "public" permission indicator, because it is
obvious (if the user is not logged in and can view the board, it has to
be public).
|
|
|
|
|
|
| |
The board options does not have valid use case (or even valid values) if
the board is not found (either because the user is not logged in or the
board really does not exists).
|
|
|
|
|
| |
The notification settings are only usefull if there is a current user,
because the email address is required.
|
|
|
|
|
|
|
|
|
|
|
| |
* UI: Fix title of button
The multi selection button should not get the filter description.
* UI: Add title for all buttons in the header bar
This is espectially important for the miniScreen view, because there
is only the icon and no text next to the button.
|
| |
|
|
|
|
| |
The user document contains hashed passwords and hashed resume tokens.
We should only publish the required bits.
|
|
|
|
| |
The ES5 reduce method also needs a initial value. This bug was
introduced in aa974aa54ab6e5b7db7450206d12b44ffb3a0306.
|
|\
| |
| | |
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
|
|\
| |
| | |
Adds IndieHosters SaaS offer
|
|/
|
|
| |
I'm wondering, should it be in a different category than PaaS offer?
|
|
|
|
| |
Fixes #498
|
|\
| |
| | |
Full screen board import
|
| |
| |
| |
| |
| | |
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.
|
|\
| |
| | |
Bugfix, and optimize icon for notification
|
| | |
|
|\ \
| |/
|/| |
ports in docker-compose.yml must be an array
|
|/ |
|
|\
| |
| | |
Add notifications, allow watch boards / lists / cards
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
The upgrade in 9ef8eba introduced a breaking change.
peerlibrary:blaze-components downgraded from 0.16.2 to 0.15.1
peerlibrary:data-lookup removed from your project
Fixes #471
|
|/
|
|
|
| |
It hides the leading slash treatment as an hidden implementation
detail.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
aldeed:collection2 upgraded from 2.5.0 to 2.8.0
aldeed:collection2-core added, version 1.0.0
aldeed:schema-deny added, version 1.0.1
aldeed:schema-index added, version 1.0.1
aldeed:simple-schema upgraded from 1.3.3 to 1.5.3
cosmos:browserify upgraded from 0.9.2 to 0.9.3
mdg:validation-error added, version 0.2.0
meteorhacks:subs-manager upgraded from 1.6.2 to 1.6.3
peerlibrary:blaze-components upgraded from 0.15.1 to 0.16.2
peerlibrary:data-lookup added, version 0.1.0
useraccounts:core upgraded from 1.13.0 to 1.13.1
useraccounts:flow-routing upgraded from 1.13.0 to 1.13.1
useraccounts:unstyled upgraded from 1.13.0 to 1.13.1
|
|
|
|
|
|
| |
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
|
| |
|
|\
| |
| | |
Show the exact timestamp when hovering the activity time
|
|/
|
|
| |
days ago')
|
|
|
|
|
|
| |
New site url
New contact email
New year!
|
|
|
|
|
|
|
| |
For one `devel` is not stable and it's better to use the last released
version which is always in sync with `master`. Also Scalingo currently
doesn't support running "non-standard" versions of the Meteor build
tool such as the one we are currently using in `devel`.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
Meteor support that use case for us, we don't need to implement our
own validate strategy on top of that. This was also discussed as part
of the #454 review.
|
|\
| |
| |
| |
| | |
Autosize card title
Fixes #394
|
|/ |
|
|\
| |
| |
| |
| | |
Conflicts:
sandstorm-pkgdef.capnp
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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
|
| | |
|