Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added coloured label badges in autocomplete list | Kenton Hamaluik | 2015-10-08 | 2 | -5/+21 |
| | |||||
* | Pressing escape while autocomplete is open no longer closes the minicard | Kenton Hamaluik | 2015-10-08 | 1 | -0/+5 |
| | |||||
* | Now cards with *only* metadata aren't created empty | Kenton Hamaluik | 2015-10-08 | 1 | -27/+27 |
| | |||||
* | Added space after if to conform to formatting | Kenton Hamaluik | 2015-10-08 | 1 | -3/+3 |
| | |||||
* | Fixed issue with possible race condition, suggested by @mquandalle | Kenton Hamaluik | 2015-10-08 | 1 | -8/+4 |
| | |||||
* | Fixed typo in template for quick-adding a user. | Kenton Hamaluik | 2015-10-03 | 1 | -1/+1 |
| | |||||
* | Made eslinter happy. | Kenton Hamaluik | 2015-10-03 | 1 | -12/+12 |
| | |||||
* | Added package.json for meteor deployment | Kenton Hamaluik | 2015-10-03 | 1 | -0/+11 |
| | |||||
* | Conformed to the 80-character line length limit. | Kenton Hamaluik | 2015-10-03 | 1 | -9/+11 |
| | |||||
* | Initial support for @user and #label use in new cards. | Kenton Hamaluik | 2015-10-03 | 1 | -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. | ||||
* | Merge pull request #326 from AlexanderS/fix/display-all-archived | Maxime Quandalle | 2015-09-24 | 1 | -2/+8 |
|\ | | | | | sidebar: Filter archived cards/lists for current board | ||||
| * | sidebar: Filter archived cards/lists for current board | Alexander Sulfrian | 2015-09-24 | 1 | -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.2 | Maxime Quandalle | 2015-09-22 | 4 | -82/+85 |
| | | |||||
* | | Merge pull request #317 from AlexanderS/fix/remove-member | Maxime Quandalle | 2015-09-21 | 2 | -1/+10 |
|\ \ | |/ |/| | Fix removeMemberPopup | ||||
| * | Fix removeMemberPopup | Alexander Sulfrian | 2015-09-20 | 2 | -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-card | Maxime Quandalle | 2015-09-20 | 4 | -5/+5 |
|\ | | | | | | | | | Fix card deletion This bug was introduced in b3851817. | ||||
| * | Fix Popup.afterCommit | Alexander Sulfrian | 2015-09-20 | 4 | -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/devel | Maxime Quandalle | 2015-09-19 | 2 | -0/+36 |
|\ \ | | | | | | | Shortcut: Spacebar assigns self to current card, 'F' toggles filter sidebar | ||||
| * | | Shortcut: F toggles filter sidebar | fisle | 2015-09-19 | 2 | -0/+12 |
| | | | |||||
| * | | Shortcut: Spacebar assigns self to current card | fisle | 2015-09-19 | 2 | -0/+24 |
|/ / | |||||
* | | Use Travis container-based infrastructure | Maxime Quandalle | 2015-09-18 | 1 | -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 rules | Maxime Quandalle | 2015-09-18 | 1 | -0/+7 |
| | | |||||
* | | Add some strings to the translation set | Maxime Quandalle | 2015-09-18 | 2 | -2/+4 |
| | | |||||
* | | Display “Filter cards” action for non-board members | Maxime Quandalle | 2015-09-18 | 1 | -16/+15 |
|/ | |||||
* | Merge pull request #305 from AlexanderS/fix/multiselect-toggle | Maxime Quandalle | 2015-09-16 | 1 | -4/+4 |
|\ | | | | | | | | | Fix multiselect toggle logic This bug was introduced in 45b662a | ||||
| * | Fix multiselect toggle logic | Alexander Sulfrian | 2015-09-16 | 1 | -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-words | Maxime Quandalle | 2015-09-16 | 1 | -2/+2 |
|\ \ | |/ |/| | Remove redundant words | ||||
| * | Remove redundant words | Alexander Sulfrian | 2015-09-16 | 1 | -2/+2 |
|/ | |||||
* | Upgrade Meteor 1.2 to RC 14 | Maxime Quandalle | 2015-09-12 | 2 | -14/+14 |
| | | | | | This fixes the weird trace reported in #264 and in https://github.com/meteor/meteor/issues/5107. | ||||
* | Bump sandstorm app version | Maxime Quandalle | 2015-09-11 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' into devel | Maxime Quandalle | 2015-09-10 | 11 | -61/+100 |
|\ | |||||
| * | Release v0.9v0.9 | Maxime Quandalle | 2015-09-10 | 1 | -1/+1 |
| | | |||||
| * | Mention Heroku one-click-install on the release notes | Maxime Quandalle | 2015-09-10 | 2 | -6/+5 |
| | | |||||
| * | Fix the draft saving feature on card switching | Maxime Quandalle | 2015-09-10 | 3 | -2/+6 |
| | | |||||
| * | Update README in preparation of v0.9 | Maxime Quandalle | 2015-09-10 | 1 | -15/+24 |
| | | | | | | | | | | Use the Sandstorm app market introduction and update the links to docker, sandstorm, gitter, and heroku, and the app screenshot. | ||||
| * | Fix labels drag and drop from the sidebar | Maxime Quandalle | 2015-09-10 | 1 | -1/+1 |
| | | | | | | | | | | | | This bug was introduced in e964fbb5. Fixes #295. | ||||
| * | Fix text selection in the card detailed pane | Maxime Quandalle | 2015-09-10 | 1 | -1/+7 |
| | | | | | | | | Fixes #255. | ||||
| * | Use the master branch as default for heroku deployments | Maxime Quandalle | 2015-09-10 | 2 | -2/+2 |
| | | | | | | | | Devel might contain instable features | ||||
| * | Support Heroku one-click deploy | Maxime Quandalle | 2015-09-10 | 3 | -2/+23 |
| | | | | | | | | | | Fixes #76 Closes #188 | ||||
| * | Pull translations from Transifex | Maxime Quandalle | 2015-09-09 | 2 | -37/+37 |
| | | |||||
* | | Add some passing ESlint rules | Maxime Quandalle | 2015-09-08 | 1 | -66/+35 |
| | | |||||
* | | Centralize all mutations at the model level | Maxime Quandalle | 2015-09-08 | 26 | -377/+395 |
|/ | | | | | | | | | | | | | | | This commit uses a new package that I need to document. It tries to solve the long-standing debate in the Meteor community about allow/deny rules versus methods (RPC). This approach gives us both the centralized security rules of allow/deny and the white-list of allowed mutations similarly to Meteor methods. The idea to have static mutation descriptions is also inspired by Facebook's Relay/GraphQL. This will allow the development of a REST API using the high-level methods instead of the MongoDB queries to do the mapping between the HTTP requests and our collections. | ||||
* | Release v0.9.0-rc2v0.9.0-rc2 | Maxime Quandalle | 2015-09-07 | 1 | -1/+1 |
| | |||||
* | Pull translations from Transifex | Maxime Quandalle | 2015-09-06 | 15 | -1965/+1140 |
| | | | | Fixes #293 | ||||
* | Fix some dead links | Maxime Quandalle | 2015-09-06 | 4 | -42/+54 |
| | | | | | | | | | | This commit fixes the download link in the activity feed on the sidebar and the mention link on card description and comments (replaced by a popup). `eslint .` now passes without any error or warning. Fixes #286 | ||||
* | Fix header style when there are too much starred boards | Maxime Quandalle | 2015-09-06 | 2 | -4/+14 |
| | | | | Fixes #237 | ||||
* | Fix a recurrent English typo | Maxime Quandalle | 2015-09-06 | 10 | -25/+25 |
| | |||||
* | Add a missing translation | Maxime Quandalle | 2015-09-06 | 2 | -4/+4 |
| | |||||
* | Upgrade dependencies | Maxime Quandalle | 2015-09-06 | 1 | -8/+8 |
| | |||||
* | Add a docker-compose configuration file | Maxime Quandalle | 2015-09-06 | 1 | -0/+16 |
| | | | | Closes #231 |