Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #344 from hack1m/devel | Maxime Quandalle | 2015-10-06 | 2 | -13/+13 |
|\ | | | | | Updated to Meteor 1.2.0.2 | ||||
| * | updated to Meteor 1.2.0.2 | hack1m | 2015-10-05 | 2 | -13/+13 |
|/ | |||||
* | 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 | ||||
* | Hide some disabled forms for anonymous board viewers | Maxime Quandalle | 2015-09-06 | 3 | -17/+22 |
| | | | | | | Fixes #288 Fixes #289 Fixes #290 | ||||
* | Fix markdown rendering in the message viewer | Maxime Quandalle | 2015-09-06 | 1 | -0/+7 |
| | | | | Fixes #284 | ||||
* | Show avatars in search results | Maxime Quandalle | 2015-09-06 | 4 | -3/+10 |
| | | | | Fixes #265 | ||||
* | Support avatars and improve permissions integration on sandstorm | Maxime Quandalle | 2015-09-05 | 4 | -71/+89 |
| | | | | | | | We now update the internal state of the application every time a user connects to the application, which means that if the sandstorm sharing graph has changed since the last time we saw a user, his permissions will be updated accordingly. | ||||
* | Fix an issue with the star counter | Maxime Quandalle | 2015-09-05 | 1 | -1/+1 |
| | |||||
* | Fix member permission modification | Maxime Quandalle | 2015-09-05 | 11 | -35/+57 |
| | | | | Fixes #280 | ||||
* | Force popup closing when closing the detailed card pane | Maxime Quandalle | 2015-09-04 | 1 | -0/+2 |
| | | | | Fixes #283 | ||||
* | Change our presence package | Maxime Quandalle | 2015-09-04 | 7 | -12/+12 |
| | | | | | | | | | tmeasday:presence was doing unnecessary ping calls to the server every 5 seconds instead of using the status of the DDP connection (this could save a fair amount of traffic in case of important server load). I guess this change also fixes #221, but since no issue reproduction was provided, it's difficult to tell. |