summaryrefslogtreecommitdiffstats
path: root/client
Commit message (Collapse)AuthorAgeFilesLines
* Add a button to move selected cardsMaxime Quandalle2015-12-102-0/+15
| | | | | | | 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.
* Dynamically resize the new card form if the title is too longMaxime Quandalle2015-12-092-2/+8
|
* Fix a regression introduced in 71b9a42fMaxime Quandalle2015-12-092-7/+2
| | | | The buttons in the board header were not click-able anymore.
* Allow the header bar customizationMaxime Quandalle2015-12-0911-33/+69
| | | | | This commit also provide a way to escape the Shorcuts page on Sandstorm.
* Fix board archive instructionsMaxime Quandalle2015-12-091-1/+1
| | | | Fixes #277.
* Remove the move and archive all cards of a list featureMaxime Quandalle2015-12-093-28/+1
| | | | | | | | | | 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.
* bugfix: only care active members, also optimize some codefloatinghotpot2015-12-085-35/+29
|
* Merge pull request #411 from floatinghotpot/patch-4Maxime Quandalle2015-12-073-0/+50
|\ | | | | add: set user preferred lang and allow select lang for user form
| * add: use user preferred lang for user form, and allow selectingfloatinghotpot2015-12-073-0/+50
| |
* | add: optional board descriptionfloatinghotpot2015-12-073-0/+6
| |
* | add: invite user via email, invited user can accept or decline, allow member ↵floatinghotpot2015-12-077-42/+179
|/ | | | to quit
* bugfix: template. does not accept dom elements, but jquery canfloatinghotpot2015-11-271-3/+3
|
* Merge GitHub PR #401Maxime Quandalle2015-11-254-28/+274
|\ | | | | | | | | | | I also completed the release notes related to the import feature. Closes #401
| * Fix eslintXavier Priour2015-11-171-1/+1
| |
| * code review fixesXavier Priour2015-11-171-46/+63
| |
| * Import attachmentsXavier Priour2015-11-161-1/+2
| |
| * Fix buildXavier Priour2015-11-141-1/+1
| |
| * Import members: board importXavier Priour2015-11-143-8/+12
| |
| * Import members: working on card importXavier Priour2015-11-132-39/+65
| |
| * merge with /develXavier Priour2015-11-1315-90/+188
| |\
| * | Import members: UI flow okXavier Priour2015-11-134-52/+220
| | |
| * | Merge branch 'devel' into feature/import-board-membersXavier Priour2015-10-2311-18/+43
| |\ \
| * | | Import members: added UIXavier Priour2015-10-232-10/+40
| | | |
* | | | Enphasize keyboard shortcuts with a dedicated styleMaxime Quandalle2015-11-253-6/+10
| | | | | | | | | | | | | | | | | | | | | | | | Also add release notes related to the #387 merge. -- Fluctuat nec mergitur
* | | | Merge GitHub PR #387Maxime Quandalle2015-11-155-2/+219
|\ \ \ \ | |_|_|/ |/| | |
| * | | add preview attached image, allow upload image from clipboard and drag & drpfloatinghotpot2015-11-135-2/+219
| | | |
* | | | Improve Sandstorm usernames managementMaxime Quandalle2015-11-111-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We now use the `preferredHandle` exposed by Sandstorm as source for the username and append a number if the username is already taken since we need to ensure username uniqueness (eg 'max', 'max1', 'max2') Fixes #352
* | | | Merge branch 'minicard-editor' into develMaxime Quandalle2015-11-088-13/+154
|\ \ \ \
| * | | | Finish the minicard editor auto-completion featureMaxime Quandalle2015-11-088-97/+118
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit stands on the initial support implemented in #342. We now avoid error-prone parsing step by adding the member or the label directly to the card object. We also added support for `Tab` to completion on our textComplete component. Closes #342
| * | | | Merge branch 'devel' into minicard-editorMaxime Quandalle2015-10-3135-122/+341
| |\| | | | | | | | | | | | | | | | | | | | | | | Conflicts: client/components/lists/listBody.js
| * | | | Made colours light grey in the labels dropdownKenton Hamaluik2015-10-101-1/+6
| | | | |
| * | | | Added coloured label badges in autocomplete listKenton Hamaluik2015-10-082-5/+21
| | | | |
| * | | | Pressing escape while autocomplete is open no longer closes the minicardKenton Hamaluik2015-10-081-0/+5
| | | | |
| * | | | Now cards with *only* metadata aren't created emptyKenton Hamaluik2015-10-081-27/+27
| | | | |
| * | | | Added space after if to conform to formattingKenton Hamaluik2015-10-081-3/+3
| | | | |
| * | | | Fixed issue with possible race condition, suggested by @mquandalleKenton Hamaluik2015-10-081-8/+4
| | | | |
| * | | | Fixed typo in template for quick-adding a user.Kenton Hamaluik2015-10-031-1/+1
| | | | |
| * | | | Made eslinter happy.Kenton Hamaluik2015-10-031-12/+12
| | | | |
| * | | | Conformed to the 80-character line length limit.Kenton Hamaluik2015-10-031-9/+11
| | | | |
| * | | | Initial support for @user and #label use in new cards.Kenton Hamaluik2015-10-031-1/+97
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When creating a new [mini]card, typing `@` or `#` brings up an auto-complete box for board members and labels which will get applied to the card upon creation. These textual tags are removed from the card title before saving to maintain sanity. If a label doesn't have a name, it's colour is used (i.e. `red`, `purple`, etc). This was developed to ease the creation of new cards and allow users to rapidly create cards without having to click numerous times just to apply labels & members.
* | | | | Share the useraccounts configuration with the serverMaxime Quandalle2015-11-021-48/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The previous users accounts templates configuration only happened on the client, which was wrong and caused some bugs, for instance an invalid URL was generated in the reset password e-mail. Fixes #297
* | | | | Fix an exception introduced in 41b23f8Maxime Quandalle2015-11-011-1/+2
| |/ / / |/| | |
* | | | Fix some bugs introduced in aa974aaMaxime Quandalle2015-10-294-6/+8
| | | | | | | | | | | | | | | | | | | | Yes Wekan need some tests. Yes I need to stop refactoring my code when I’m halp-sleeping in my bed at 4am.
* | | | Update packages and update Meteor to 1.2.1Maxime Quandalle2015-10-291-2/+2
| | | | | | | | | | | | | | | | Blaze-components had yet another methods rename.
* | | | Add missing semicolonDominik Ferber2015-10-271-1/+1
| | | |
* | | | Upgrade Meteor to 1.2.1-rc4Maxime Quandalle2015-10-238-26/+28
| |_|/ |/| | | | | | | | | | | | | | This version includes a more complete selection of ES2015 polyfills that I started used across the code base, for instance by replacing `$.trim(str)` by `str.trim()`.
* | | Display the board name in the page titleMaxime Quandalle2015-10-221-0/+23
| | | | | | | | | | | | Fixes #364
* | | Prefer ES5 methods over underscore utilitiesMaxime Quandalle2015-10-2210-18/+20
| |/ |/| | | | | | | | | | | | | | | | | | | | | | | | | Since 07cc454 (ie the switch to Meteor 1.2) we includes the `es5-shim` polyfill to support methods like `Array.prototype.forEach` in a consistent way across all supported browsers (IE8+). MDG recently released a blog post recommending the use of these native methods instead of underscore [0]. We know follow this recommendation. This commit also favor some ES6 features (argument defaults, destructing assignment) in places where we didn’t use them. [0]: http://info.meteor.com/blog/es2015-get-started
* | Upgrade peerlibrary:blaze-components to v0.14Maxime Quandalle2015-10-217-15/+15
| | | | | | | | | | This change includes method renames and others UI related packages updates.
* | Upgrade kenton:accounts-sandstorm package to 0.1.6Maxime Quandalle2015-10-211-2/+2
| | | | | | | | | | We now delegates more user attributes sync (avatar and permissions) to this package instead of doing it ourselves.