summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Export Wekan now server-based with proper authXavier Priour2015-12-166-26/+42
|
* Export wekan: do not export board.starsXavier Priour2015-12-161-6/+7
|
* Merge remote-tracking branch 'upstream/devel' into develXavier Priour2015-12-163-91/+52
|\
| * Replace reywood:publish-composite by cottz:publish-relationsMaxime Quandalle2015-12-143-91/+52
| | | | | | | | | | | | | | | | | | Since bug #431 is due to publish-composite I tried to fix this package and propose a pull request but the code was difficult to refactor. I decided to use @cottz package instead which handled DDP messages in the correct order. Fixes #431
* | fix eslintXavier Priour2015-12-132-3/+3
| |
* | Merge remote-tracking branch 'upstream/devel' into develXavier Priour2015-12-1342-313/+539
|\|
| * Release v0.10.0-rc3v0.10.0-rc3Maxime Quandalle2015-12-101-1/+1
| |
| * Add a button to move selected cardsMaxime Quandalle2015-12-103-9/+26
| | | | | | | | | | | | | | This is an alternative to drag and drop to move a set of selected cards. This feature was available at the list level until I deleted it in 5bdf91b, so it makes sense to add it back at the multi-selection level.
| * Dynamically resize the new card form if the title is too longMaxime Quandalle2015-12-092-2/+8
| |
| * Fix a regression introduced in 71b9a42fMaxime Quandalle2015-12-092-7/+2
| | | | | | | | The buttons in the board header were not click-able anymore.
| * Release v0.10-RC2v0.10-rc2Maxime Quandalle2015-12-091-1/+1
| |
| * Pull translations from Transifex in prepartion of v0.10-RC2Maxime Quandalle2015-12-0913-133/+338
| |
| * Allow the header bar customizationMaxime Quandalle2015-12-0912-50/+98
| | | | | | | | | | This commit also provide a way to escape the Shorcuts page on Sandstorm.
| * Fix board archive instructionsMaxime Quandalle2015-12-092-3/+3
| | | | | | | | Fixes #277.
| * Remove the move and archive all cards of a list featureMaxime Quandalle2015-12-094-30/+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.
| * Merge pull request #426 from floatinghotpot/patch-8Maxime Quandalle2015-12-089-78/+62
| |\ | | | | | | bugfix: only care active members, also optimize some code
| | * bugfix: only care active members, also optimize some codefloatinghotpot2015-12-089-78/+62
| |/
* | board export now checks authenticationXavier Priour2015-12-136-21/+52
| |
* | export works but no authenticationXavier Priour2015-12-111-5/+23
| |
* | export board to Wekan JSONXavier Priour2015-12-096-0/+61
|/
* Release v0.10.0-rc1v0.10.0-rc1Maxime Quandalle2015-12-071-3/+3
|
* Merge branch 'master' into develMaxime Quandalle2015-12-071-0/+6
|\
| * Create a security disclosure processMaxime Quandalle2015-10-211-0/+6
| |
* | Update dependenciesMaxime Quandalle2015-12-071-10/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | 3stack:presence upgraded from 1.0.4 to 1.0.5 arillo:flow-router-helpers upgraded from 0.4.5 to 0.4.7 cosmos:browserify upgraded from 0.8.3 to 0.9.2 fortawesome:fontawesome upgraded from 4.4.0 to 4.5.0 kadira:blaze-layout upgraded from 2.2.0 to 2.3.0 kadira:flow-router upgraded from 2.9.0 to 2.10.0 meteorhacks:fast-render upgraded from 2.10.0 to 2.11.0 useraccounts:core upgraded from 1.12.4 to 1.13.0 useraccounts:flow-routing upgraded from 1.12.4 to 1.13.0 useraccounts:unstyled upgraded from 1.12.4 to 1.13.0
* | Pull translations from TransifexMaxime Quandalle2015-12-076-62/+434
| |
* | Merge pull request #411 from floatinghotpot/patch-4Maxime Quandalle2015-12-074-1/+51
|\ \ | | | | | | add: set user preferred lang and allow select lang for user form
| * | add: use user preferred lang for user form, and allow selectingfloatinghotpot2015-12-074-1/+51
| | |
* | | Pull translations from Transifex in preparation for v0.10-RC1Maxime Quandalle2015-12-068-101/+1106
| | |
* | | Complete the release notes for #422Maxime Quandalle2015-12-061-6/+6
| | | | | | | | | | | | | | | Also rename the changelog from `History.md` to `Changelog.md` as it seems to be a way more popular convention in open-source projects.
* | | Merge pull request #422 from floatinghotpot/patch-7Maxime Quandalle2015-12-0614-61/+382
|\ \ \ | |/ / |/| | add: invite new user to board via email
| * | add: optional board descriptionfloatinghotpot2015-12-075-0/+15
| | |
| * | 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
| | | |