Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Allow the header bar customization | Maxime Quandalle | 2015-12-09 | 11 | -33/+69 |
| | | | | | This commit also provide a way to escape the Shorcuts page on Sandstorm. | ||||
* | Fix board archive instructions | Maxime Quandalle | 2015-12-09 | 1 | -1/+1 |
| | | | | Fixes #277. | ||||
* | Remove the move and archive all cards of a list feature | Maxime Quandalle | 2015-12-09 | 3 | -28/+1 |
| | | | | | | | | | | This operation should now be handled using the multi-selection feature, ie “select all cards” and then move them or click the “archive selection” button. This new process add an extra click which I consider reasonable enough for a relatively rare operation -- plus I want to encourage mutli-selection usage. Closes #390. | ||||
* | bugfix: only care active members, also optimize some code | floatinghotpot | 2015-12-08 | 5 | -35/+29 |
| | |||||
* | Merge pull request #411 from floatinghotpot/patch-4 | Maxime Quandalle | 2015-12-07 | 3 | -0/+50 |
|\ | | | | | add: set user preferred lang and allow select lang for user form | ||||
| * | add: use user preferred lang for user form, and allow selecting | floatinghotpot | 2015-12-07 | 3 | -0/+50 |
| | | |||||
* | | add: optional board description | floatinghotpot | 2015-12-07 | 3 | -0/+6 |
| | | |||||
* | | add: invite user via email, invited user can accept or decline, allow member ↵ | floatinghotpot | 2015-12-07 | 7 | -42/+179 |
|/ | | | | to quit | ||||
* | bugfix: template. does not accept dom elements, but jquery can | floatinghotpot | 2015-11-27 | 1 | -3/+3 |
| | |||||
* | Merge GitHub PR #401 | Maxime Quandalle | 2015-11-25 | 4 | -28/+274 |
|\ | | | | | | | | | | | I also completed the release notes related to the import feature. Closes #401 | ||||
| * | Fix eslint | Xavier Priour | 2015-11-17 | 1 | -1/+1 |
| | | |||||
| * | code review fixes | Xavier Priour | 2015-11-17 | 1 | -46/+63 |
| | | |||||
| * | Import attachments | Xavier Priour | 2015-11-16 | 1 | -1/+2 |
| | | |||||
| * | Fix build | Xavier Priour | 2015-11-14 | 1 | -1/+1 |
| | | |||||
| * | Import members: board import | Xavier Priour | 2015-11-14 | 3 | -8/+12 |
| | | |||||
| * | Import members: working on card import | Xavier Priour | 2015-11-13 | 2 | -39/+65 |
| | | |||||
| * | merge with /devel | Xavier Priour | 2015-11-13 | 15 | -90/+188 |
| |\ | |||||
| * | | Import members: UI flow ok | Xavier Priour | 2015-11-13 | 4 | -52/+220 |
| | | | |||||
| * | | Merge branch 'devel' into feature/import-board-members | Xavier Priour | 2015-10-23 | 11 | -18/+43 |
| |\ \ | |||||
| * | | | Import members: added UI | Xavier Priour | 2015-10-23 | 2 | -10/+40 |
| | | | | |||||
* | | | | Enphasize keyboard shortcuts with a dedicated style | Maxime Quandalle | 2015-11-25 | 3 | -6/+10 |
| | | | | | | | | | | | | | | | | | | | | | | | | Also add release notes related to the #387 merge. -- Fluctuat nec mergitur | ||||
* | | | | Merge GitHub PR #387 | Maxime Quandalle | 2015-11-15 | 5 | -2/+219 |
|\ \ \ \ | |_|_|/ |/| | | | |||||
| * | | | add preview attached image, allow upload image from clipboard and drag & drp | floatinghotpot | 2015-11-13 | 5 | -2/+219 |
| | | | | |||||
* | | | | Improve Sandstorm usernames management | Maxime Quandalle | 2015-11-11 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
* | | | | Merge branch 'minicard-editor' into devel | Maxime Quandalle | 2015-11-08 | 8 | -13/+154 |
|\ \ \ \ | |||||
| * | | | | Finish the minicard editor auto-completion feature | Maxime Quandalle | 2015-11-08 | 8 | -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-editor | Maxime Quandalle | 2015-10-31 | 35 | -122/+341 |
| |\| | | | | | | | | | | | | | | | | | | | | | | | Conflicts: client/components/lists/listBody.js | ||||
| * | | | | Made colours light grey in the labels dropdown | Kenton Hamaluik | 2015-10-10 | 1 | -1/+6 |
| | | | | | |||||
| * | | | | 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 |
| | | | | | |||||
| * | | | | 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. | ||||
* | | | | | Share the useraccounts configuration with the server | Maxime Quandalle | 2015-11-02 | 1 | -48/+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 41b23f8 | Maxime Quandalle | 2015-11-01 | 1 | -1/+2 |
| |/ / / |/| | | | |||||
* | | | | Fix some bugs introduced in aa974aa | Maxime Quandalle | 2015-10-29 | 4 | -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 packages and update Meteor to 1.2.1 | Maxime Quandalle | 2015-10-29 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | Blaze-components had yet another methods rename. | ||||
* | | | | Add missing semicolon | Dominik Ferber | 2015-10-27 | 1 | -1/+1 |
| | | | | |||||
* | | | | Upgrade Meteor to 1.2.1-rc4 | Maxime Quandalle | 2015-10-23 | 8 | -26/+28 |
| |_|/ |/| | | | | | | | | | | | | | | 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()`. | ||||
* | | | Display the board name in the page title | Maxime Quandalle | 2015-10-22 | 1 | -0/+23 |
| | | | | | | | | | | | | Fixes #364 | ||||
* | | | Prefer ES5 methods over underscore utilities | Maxime Quandalle | 2015-10-22 | 10 | -18/+20 |
| |/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | Since 07cc454 (ie the switch to Meteor 1.2) we includes the `es5-shim` polyfill to support methods like `Array.prototype.forEach` in a consistent way across all supported browsers (IE8+). MDG recently released a blog post recommending the use of these native methods instead of underscore [0]. We know follow this recommendation. This commit also favor some ES6 features (argument defaults, destructing assignment) in places where we didn’t use them. [0]: http://info.meteor.com/blog/es2015-get-started | ||||
* | | Upgrade peerlibrary:blaze-components to v0.14 | Maxime Quandalle | 2015-10-21 | 7 | -15/+15 |
| | | | | | | | | | | This change includes method renames and others UI related packages updates. | ||||
* | | Upgrade kenton:accounts-sandstorm package to 0.1.6 | Maxime Quandalle | 2015-10-21 | 1 | -2/+2 |
| | | | | | | | | | | We now delegates more user attributes sync (avatar and permissions) to this package instead of doing it ourselves. | ||||
* | | Merge branch 'xavierpriour-devel' into devel | Maxime Quandalle | 2015-10-20 | 10 | -79/+151 |
|\ \ | | | | | | | | | | | | | Conflicts: models/import.js | ||||
| * | | Provide a default date for lists and cards creation date | Maxime Quandalle | 2015-10-20 | 4 | -21/+23 |
| | | | | | | | | | | | | | | | | | | | | | | | | See https://github.com/wekan/wekan/pull/362#issuecomment-149645497 for motivation. This commit also contains cosmetic changes to the import Popup and on the code style to be more consistent with the code base. | ||||
| * | | Import board: import comments and log activities | Xavier Priour | 2015-10-19 | 3 | -29/+46 |
| | | |