summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Translate the label colorsMaxime Quandalle2015-10-154-3/+17
|
* Add some ESLint rules and fix some related issuesMaxime Quandalle2015-10-145-42/+46
|
* Prevent dublicated empty labels of the same colorMaxime Quandalle2015-10-142-6/+15
|
* Draft v0.10 release notesMaxime Quandalle2015-10-141-1/+10
|
* Import single card: proper error handlingXavier Priour2015-10-144-45/+71
|
* Import single card: create an 'importCard' activity entryXavier Priour2015-10-144-8/+35
|
* Import single card: check user authorizedXavier Priour2015-10-141-10/+16
|
* Import single card: now uses historical datesXavier Priour2015-10-141-11/+20
|
* Import single card: refactor to meteor methodXavier Priour2015-10-143-55/+112
|
* Import single card: archived cardXavier Priour2015-10-142-2/+4
|
* Import single card: map labelsXavier Priour2015-10-142-12/+41
|
* Import single card: now with description and commentsXavier Priour2015-10-142-4/+19
|
* Import single card: title and proper sort indexXavier Priour2015-10-141-0/+26
|
* Add card import UIXavier Priour2015-10-143-0/+16
|
* Use a better API to retrieve the new card positionMaxime Quandalle2015-10-131-1/+1
| | | | Fixes #347
* Set some DOM transformation to fix some of the accessibility issuesMaxime Quandalle2015-10-131-0/+41
| | | | | | See #337 for the complete rationale by @ndarilek -- thank you :) Closes #338
* Remove the Meteor._wrapAsync depreciation warningMaxime Quandalle2015-10-131-1/+1
| | | | | This warning was raised by the `cfs:storage-adapter` package and fixed in https://github.com/CollectionFS/Meteor-CollectionFS/pull/663.
* Abstract the jquery-textcomplete integration with EscapeActionsMaxime Quandalle2015-10-133-26/+32
| | | | | We now can re-use this integration in multiple places, this will be useful for #342 for instance.
* Enforce "public" visibility for Sandstorm boardsMaxime Quandalle2015-10-132-0/+15
| | | | Fixes #346
* Fix a typo in a function call introduced in a78debcMaxime Quandalle2015-10-131-1/+1
|
* Merge pull request #354 from xavierpriour/develMaxime Quandalle2015-10-131-0/+10
|\ | | | | Add editorconfig support
| * Add editorconfig supportXavier Priour2015-10-121-0/+10
|/
* Support app deployment under a path prefixMaxime Quandalle2015-10-086-8/+12
| | | | Fixes #133
* Merge pull request #344 from hack1m/develMaxime Quandalle2015-10-062-13/+13
|\ | | | | Updated to Meteor 1.2.0.2
| * updated to Meteor 1.2.0.2hack1m2015-10-052-13/+13
|/
* Merge pull request #326 from AlexanderS/fix/display-all-archivedMaxime Quandalle2015-09-241-2/+8
|\ | | | | sidebar: Filter archived cards/lists for current board
| * sidebar: Filter archived cards/lists for current boardAlexander Sulfrian2015-09-241-2/+8
| | | | | | | | | | The archived items should be filtered for the current board or else you will get a global list of all archived items on all boards.
* | Upgrade to Meteor 1.2Maxime Quandalle2015-09-224-82/+85
| |
* | Merge pull request #317 from AlexanderS/fix/remove-memberMaxime Quandalle2015-09-212-1/+10
|\ \ | |/ |/| Fix removeMemberPopup
| * Fix removeMemberPopupAlexander Sulfrian2015-09-202-1/+10
|/ | | | | The removeMemberPopup was missing the required helper to get the user and board information and the user profile field is called "fullname" and not "name".
* Merge pull request #316 from AlexanderS/fix/delete-cardMaxime Quandalle2015-09-204-5/+5
|\ | | | | | | | | Fix card deletion This bug was introduced in b3851817.
| * Fix Popup.afterCommitAlexander Sulfrian2015-09-204-5/+5
| | | | | | | | | | | | We need to use "function() {}" instead of the ES6 style "() {}" with popup.afterCommit because we need the original value of "this" inside the callback.
* | Merge pull request #314 from fisle/develMaxime Quandalle2015-09-192-0/+36
|\ \ | | | | | | Shortcut: Spacebar assigns self to current card, 'F' toggles filter sidebar
| * | Shortcut: F toggles filter sidebarfisle2015-09-192-0/+12
| | |
| * | Shortcut: Spacebar assigns self to current cardfisle2015-09-192-0/+24
|/ /
* | Use Travis container-based infrastructureMaxime Quandalle2015-09-181-0/+1
| | | | | | | | | | This option add a few restrictions (in particular `sudo` is disabled) but makes the process quicker to start and to execute.
* | Configure Continuous Integration (CI) for linting rulesMaxime Quandalle2015-09-181-0/+7
| |
* | Add some strings to the translation setMaxime Quandalle2015-09-182-2/+4
| |
* | Display “Filter cards” action for non-board membersMaxime Quandalle2015-09-181-16/+15
|/
* Merge pull request #305 from AlexanderS/fix/multiselect-toggleMaxime Quandalle2015-09-161-4/+4
|\ | | | | | | | | Fix multiselect toggle logic This bug was introduced in 45b662a
| * Fix multiselect toggle logicAlexander Sulfrian2015-09-161-4/+4
| | | | | | | | | | | | If every element already has the label/member, we do not need to add it but it should be removed and if every element does not have the element, we should add it.
* | Merge pull request #304 from AlexanderS/fix/redundant-wordsMaxime Quandalle2015-09-161-2/+2
|\ \ | |/ |/| Remove redundant words
| * Remove redundant wordsAlexander Sulfrian2015-09-161-2/+2
|/
* Upgrade Meteor 1.2 to RC 14Maxime Quandalle2015-09-122-14/+14
| | | | | This fixes the weird trace reported in #264 and in https://github.com/meteor/meteor/issues/5107.
* Bump sandstorm app versionMaxime Quandalle2015-09-111-1/+1
|
* Merge branch 'master' into develMaxime Quandalle2015-09-1011-61/+100
|\
| * Release v0.9v0.9Maxime Quandalle2015-09-101-1/+1
| |
| * Mention Heroku one-click-install on the release notesMaxime Quandalle2015-09-102-6/+5
| |
| * Fix the draft saving feature on card switchingMaxime Quandalle2015-09-103-2/+6
| |
| * Update README in preparation of v0.9Maxime Quandalle2015-09-101-15/+24
| | | | | | | | | | Use the Sandstorm app market introduction and update the links to docker, sandstorm, gitter, and heroku, and the app screenshot.