summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* add: invite user via email, invited user can accept or decline, allow member ↵floatinghotpot2015-12-0711-61/+367
| | | | to quit
* Merge pull request #421 from floatinghotpot/patch-6Maxime Quandalle2015-12-033-0/+23
|\ | | | | i18n-ize meteor email templates
| * i18n-ize meteor email templatesfloatinghotpot2015-12-043-0/+23
|/
* Merge pull request #418 from xavierpriour/develMaxime Quandalle2015-12-021-32/+84
|\ | | | | Import Trello: set creation date for older Trello elements
| * Fix code styleXavier Priour2015-12-021-4/+1
| |
| * Import trello: map card author and board adminsXavier Priour2015-12-021-17/+37
| |
| * Import trello: map comment authorXavier Priour2015-12-021-18/+32
| |
| * Merge remote-tracking branch 'upstream/devel' into develXavier Priour2015-12-0213-19/+270
| |\ | |/ |/|
* | Sync Sandstorm URL and page title with the inner Wekan grainMaxime Quandalle2015-11-273-5/+21
| | | | | | | | | | | | | | The page title synchronization required implementing reactivity in the kadira:dochead package, see https://github.com/kadirahq/meteor-dochead/pull/25 Closes #403.
* | 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
* | | 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
| | | |
| | | * Fix #417: exception when importing older boards (missing creationDate)Xavier Priour2015-12-021-14/+35
| | |/
| | * 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
| | |\ | |_|/ |/| |
* | | 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