Commit graph

313 commits

Author SHA1 Message Date
shoetten
d4497d7aeb Add basic start and due dates for cards. 2016-11-21 15:15:16 +01:00
Lauri Ojansivu
1ad4107201 Merge pull request #19 from mario-orlicky/hide-system-messages
New change settings option and possibility to hide system messagaes
2016-11-20 23:31:50 +02:00
Mario Orlicky
4359f66ece Fixed build 2016-11-19 19:19:24 +01:00
Mario Orlicky
8290dcb249 New change settings option and possibility to hide system messagaes 2016-11-19 19:02:33 +01:00
Mario Orlicky
828d34b70e fixed indentation 2016-11-18 23:23:13 +01:00
Mario Orlicky
69fbd31abc Display message when user wants to choose existing username (Fixes: #16) 2016-11-18 23:18:16 +01:00
Mario Orlicky
4dc0ec07b8 removed unused html span element 2016-11-13 20:57:23 +01:00
Mario Orlicky
5968792ad2 added buttons to support filtering by empty labels and members 2016-11-13 20:48:24 +01:00
Mario Orlicky
300b40ed87 UI: Fixed background on hover for labels in filter sidebar 2016-11-13 17:23:49 +01:00
David Renshaw
95680ef43a only show 'add member' button to users who can edit the board 2016-11-03 23:42:00 -04:00
David Renshaw
1ad44de8c6 powerbox identity requests 2016-11-03 23:42:00 -04:00
Felix Michels
eb618c891f Method 'quitBoard' requires boardId but got board 2016-10-26 14:18:28 +02:00
kamijin-fanta
2ae6a009f0 UI: fix font
- Add YuGothic and Meiryo. because display of non english letter dirty.
2016-10-12 10:32:39 +09:00
kamijin-fanta
e564e94c94 UI: fix description link style.
- apply underline
- change text color on hover
2016-10-12 10:02:09 +09:00
Maxime Quandalle
301210c87b
Fix eslint testing
Partially reverting c8705a0
2016-07-21 12:52:32 +02:00
Maxime Quandalle
77069a36cd
Fix undefined variables errors 2016-07-21 11:19:52 +02:00
Drew Fisher
3643bd4996 Fix bug where you get a "null" option in @-mention autocomplete (#649) 2016-07-21 11:09:14 +02:00
Maxime Quandalle
1f3015bd2c
Fix #573 2016-07-20 22:21:41 +02:00
Maxime Quandalle
27a58c18ee
Implement a disconnected indicator
Fixes #451
2016-07-20 18:04:16 +02:00
Maxime Quandalle
bda1df5ada
Fix an event name from animationend to transitionend
Closes #646
2016-07-19 17:17:51 +02:00
Maxime Quandalle
b96a60c9bb
Merge PR #593 into devel 2016-07-19 02:18:44 +02:00
Alexander Sulfrian
81a35be856
Fix move to top
If the minOrder is 0, the previous code does not work. This code is now
doing the obvious stuff to change the order.
2016-07-18 18:14:46 +02:00
Maxime Quandalle
4f5cecf738 Merge #616 into devel 2016-07-18 15:40:41 +02:00
Alexander Sulfrian
855f56c61a profile.name is called profile.fullname (#615)
The name of the profile field was changed log ago. This fixes the
remaining wrong references.
2016-07-11 12:05:03 +02:00
Alexander Sulfrian
36f17a5717 UI: Fix overlapping click event handler (#614)
The click event handler for links in the card display are overlapping:
The general event for opening the link in a new window matches on user
mentions, too. But user mentions cannot be opened in a new window.
2016-07-11 12:04:42 +02:00
Alexander Sulfrian
3f12e3e96f UI: Fix small bug with the multi-selection button (#591)
This bug was introduced in 081b09207f.
2016-07-11 12:03:22 +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
Alexander Sulfrian
ecf050ba54 UI: Put every attachment action on its own line 2016-05-19 21:19:43 +02:00
Alexander Sulfrian
8fd4c17628 UI: Scale the attachemnt thumbnails
The attachements should be scaled inside the card, too.
2016-05-19 21:19:43 +02:00
Alexander Sulfrian
a6bcd5bd1c UI: Center add-attachment link 2016-05-19 21:19:43 +02:00
Alexander Sulfrian
29e7aeff5d UI: Fix scaling of cover images (Fixes: #548)
This reverts f039923ac1 and fixes #196 in
a different way (adding quotes). So that we can use the css background
properties to scale the cover images.
2016-04-25 21:49:56 +02:00
Alexander Sulfrian
c9e24ade24 UI: Add link to keyboard shortcuts 2016-04-25 19:07:36 +02:00
Alexander Sulfrian
5916ff3c1b UI: Add missing title attributes
The buttons of the normal view should have the same title attribute, than
the mini screen buttons.

I missed this in 0587158b6b.
2016-04-21 20:39:39 +02:00
Alexander Sulfrian
fad5150ada UI: Add log-in button to public boards
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).
2016-04-21 20:38:09 +02:00
Alexander Sulfrian
081b09207f UI: Only display the options, if there is a board
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).
2016-04-21 20:37:10 +02:00
Alexander Sulfrian
7513520a9b UI: Do not display notification settings
The notification settings are only usefull if there is a current user,
because the email address is required.
2016-04-21 20:35:26 +02:00
Alexander Sulfrian
0587158b6b Some small fixes for the buttons in the board header (#580)
* 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.
2016-04-21 19:26:27 +02:00
Alexander Sulfrian
b24ee67bbb UI: Center text in the avatars (#581) 2016-04-21 19:25:54 +02:00
Maxime Quandalle
90428e7ba1 Merge pull request #530 from ForNeVeR/feature/move-to-end
Move cards to top / bottom
2016-03-19 11:34:10 +01:00
Friedrich von Never
cfbc8eed68 cardDetails: allow to move cards to top / bottom 2016-03-19 10:40:23 +06:00
Maxime Quandalle
e1d01e1652 Merge pull request #531 from TheElf/devel
Plural of Emoji
2016-03-18 17:14:10 +01:00
Maxime Quandalle
90601eacae Upgrade ESLint to v2
This commit also tweak the code style following backward-incompatible v2 rules.
2016-03-17 16:26:14 +01:00
Daniel
c05029d403 Changes in code to correct the spelling of emoji (plural) 2016-02-28 23:10:52 -06:00
Maxime Quandalle
b8aefedcc3 Fix a bug with the inheritance model
See https://github.com/meteor/meteor/issues/6162
2016-02-10 17:19:04 +01:00
Maxime Quandalle
b5ebbd2bf9 Simplify an internal data model used in the importer
We used to save the whole user document in a internal data structure while we
only needed the userId.
2016-01-31 20:03:17 +01:00
Maxime Quandalle
a13fad749e Change the board import layout from a popup to a full page
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.
2016-01-31 20:03:12 +01:00
floatinghotpot
470832e798 Bugfix, and optimize icon for notification 2016-01-08 11:44:20 +08:00
Maxime Quandalle
1e8368dea5 Merge pull request #454 from floatinghotpot/notification
Add notifications, allow watch boards / lists / cards
2016-01-06 12:49:58 +01:00
Liming Xie
9bbdacc79a Add notification, allow watch boards / lists / cards 2016-01-05 23:26:02 +08:00
Maxime Quandalle
701262a439 Favor FlowRouter.url over Meteor.absoluteUrl
It hides the leading slash treatment as an hidden implementation
detail.
2016-01-05 13:37:15 +01:00