summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #410 from floatinghotpot/patch-3Maxime Quandalle2015-11-271-3/+3
|\ | | | | bugfix: 'template.$()' does not accept dom element, but jQuery can
| * bugfix: template. does not accept dom elements, but jquery canfloatinghotpot2015-11-271-3/+3
|/
* Fix #409Maxime Quandalle2015-11-251-1/+1
| | | | Credits goes to @floatinghotpot, thanks!
* Add MAIL_FROM environment variableDrew DeVault2015-11-252-1/+7
| | | | | | | Otherwise the mail comes from no-reply@meteor.com, which will fail a lot of spam tests. Closes #407
* Merge GitHub PR #401Maxime Quandalle2015-11-2510-99/+451
|\ | | | | | | | | | | 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-174-51/+68
| |
| * Import attachmentsXavier Priour2015-11-163-63/+121
| |
| * Fix buildXavier Priour2015-11-141-1/+1
| |
| * Import members: board importXavier Priour2015-11-146-15/+48
| |
| * Import members: working on card importXavier Priour2015-11-133-42/+84
| |
| * merge with /develXavier Priour2015-11-1327-113/+322
| |\
| * | Import members: UI flow okXavier Priour2015-11-138-87/+257
| | |
| * | Merge branch 'devel' into feature/import-board-membersXavier Priour2015-10-2319-32/+61
| |\ \
| * | | Import members: added UIXavier Priour2015-10-233-10/+42
| | | |
* | | | Enphasize keyboard shortcuts with a dedicated styleMaxime Quandalle2015-11-255-11/+16
| | | | | | | | | | | | | | | | | | | | | | | | Also add release notes related to the #387 merge. -- Fluctuat nec mergitur
* | | | Merge GitHub PR #387Maxime Quandalle2015-11-156-2/+225
|\ \ \ \ | |_|_|/ |/| | |
| * | | add preview attached image, allow upload image from clipboard and drag & drpfloatinghotpot2015-11-136-2/+225
| | | |
* | | | Improve Sandstorm usernames managementMaxime Quandalle2015-11-113-7/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | | Complete the release notes for #342Maxime Quandalle2015-11-081-2/+4
| | | |
* | | | 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-3154-297/+1014
| |\| | | | | | | | | | | | | | | | | | | | | | | Conflicts: client/components/lists/listBody.js
| * | | | Made colours light grey in the labels dropdownKenton Hamaluik2015-10-102-12/+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
| | | | |
| * | | | Added package.json for meteor deploymentKenton Hamaluik2015-10-031-0/+11
| | | | |
| * | | | 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.
* | | | | Update Meteor packagesMaxime Quandalle2015-11-081-3/+3
| | | | |
* | | | | Share the useraccounts configuration with the serverMaxime Quandalle2015-11-021-0/+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
| |/ / / |/| | |
* | | | Implement fast-renderMaxime Quandalle2015-10-305-1/+15
| | | | | | | | | | | | | | | | | | | | | | | | This required updating 3stack:presence because of the following bug: https://github.com/3stack-software/meteor-presence/pull/3
* | | | 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 eslint-plugin-meteor to 1.7.0Maxime Quandalle2015-10-291-1/+1
| | | | | | | | | | | | | | | | This fixes https://github.com/dferber90/eslint-plugin-meteor/issues/49
* | | | Update packages and update Meteor to 1.2.1Maxime Quandalle2015-10-294-35/+31
| | | | | | | | | | | | | | | | Blaze-components had yet another methods rename.
* | | | Clean the linting scriptMaxime Quandalle2015-10-291-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This also has the side effect of correcting the `npm test` Unix exit status number -- which was previously always 0. We also edit the website URL.
* | | | Merge pull request #370 from dferber90/linterMaxime Quandalle2015-10-288-58/+87
|\ \ \ \ | | | | | | | | | | Add ESLint-plugin-Meteor
| * | | | Enable more ESLint-plugin-Meteor rulesDominik Ferber2015-10-271-3/+7
| | | | |
| * | | | Adapt CIDominik Ferber2015-10-271-3/+2
| | | | |
| * | | | Add eslint-plugin-meteorDominik Ferber2015-10-276-54/+80
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add rules for eslint-plugin-meteor. Use local version of eslint and eslint-plugin-meteor, instead of relying on global versions. Ensures consistent versions of eslint and eslint-plugin-meteor for all developers.
| * | | | Add missing semicolonDominik Ferber2015-10-271-1/+1
|/ / / /
* | | / Upgrade Meteor to 1.2.1-rc4Maxime Quandalle2015-10-2312-48/+50
| |_|/ |/| | | | | | | | | | | | | | 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()`.
* | | Fix a typo in the card activityMaxime Quandalle2015-10-221-1/+1
| | | | | | | | | | | | Fixes #366
* | | Display the board name in the page titleMaxime Quandalle2015-10-224-0/+27
| | | | | | | | | | | | Fixes #364