summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Changes in code to correct the spelling of emoji (plural)Daniel2016-02-2818-25/+25
|
* Changing to the correct pluralization of emojiDaniel2016-02-2810-17/+17
|
* Fix a bug with the inheritance modelMaxime Quandalle2016-02-101-1/+1
| | | | See https://github.com/meteor/meteor/issues/6162
* Merge pull request #512 from pierreozoux/patch-1Maxime Quandalle2016-02-071-0/+4
|\ | | | | Adds IndieHosters SaaS offer
| * Adds IndieHosters SaaS offerpierreozoux2016-02-051-0/+4
|/ | | | I'm wondering, should it be in a different category than PaaS offer?
* Update flow router to 2.10.1 from 2.10.0Maxime Quandalle2016-02-011-1/+1
| | | | Fixes #498
* Merge pull request #430 from wekan/full-screen-importMaxime Quandalle2016-02-0113-210/+207
|\ | | | | Full screen board import
| * Simplify an internal data model used in the importerMaxime Quandalle2016-01-312-15/+14
| | | | | | | | | | We used to save the whole user document in a internal data structure while we only needed the userId.
| * Change the board import layout from a popup to a full pageMaxime Quandalle2016-01-3113-201/+199
|/ | | | | | | | This commit also removes the “import a single Trello card” as we couldn’t figure out some reasonable use case. We also create a new publication on the server to provide the minimal user profile informations required to display an avatar.
* Merge pull request #477 from floatinghotpot/bugfix-notificationMaxime Quandalle2016-01-084-11/+11
|\ | | | | Bugfix, and optimize icon for notification
| * Bugfix, and optimize icon for notificationfloatinghotpot2016-01-084-11/+11
| |
* | Merge pull request #478 from seschwar/develMaxime Quandalle2016-01-081-1/+2
|\ \ | |/ |/| ports in docker-compose.yml must be an array
| * ports in docker-compose.yml must be an arraySebastian Schwarz2016-01-081-1/+2
|/
* Merge pull request #454 from floatinghotpot/notificationMaxime Quandalle2016-01-0624-16/+585
|\ | | | | Add notifications, allow watch boards / lists / cards
| * Improve PR, adding more commentsfloatinghotpot2016-01-063-26/+32
| |
| * Add notification, allow watch boards / lists / cardsLiming Xie2016-01-0524-16/+579
| |
* | Downgrade blaze-componentMaxime Quandalle2016-01-052-3/+2
| | | | | | | | | | | | | | | | | | The upgrade in 9ef8eba introduced a breaking change. peerlibrary:blaze-components downgraded from 0.16.2 to 0.15.1 peerlibrary:data-lookup removed from your project Fixes #471
* | Favor FlowRouter.url over Meteor.absoluteUrlMaxime Quandalle2016-01-053-34/+17
|/ | | | | It hides the leading slash treatment as an hidden implementation detail.
* Update Meteor packagesMaxime Quandalle2016-01-041-8/+13
| | | | | | | | | | | | | | | | aldeed:collection2 upgraded from 2.5.0 to 2.8.0 aldeed:collection2-core added, version 1.0.0 aldeed:schema-deny added, version 1.0.1 aldeed:schema-index added, version 1.0.1 aldeed:simple-schema upgraded from 1.3.3 to 1.5.3 cosmos:browserify upgraded from 0.9.2 to 0.9.3 mdg:validation-error added, version 0.2.0 meteorhacks:subs-manager upgraded from 1.6.2 to 1.6.3 peerlibrary:blaze-components upgraded from 0.15.1 to 0.16.2 peerlibrary:data-lookup added, version 0.1.0 useraccounts:core upgraded from 1.13.0 to 1.13.1 useraccounts:flow-routing upgraded from 1.13.0 to 1.13.1 useraccounts:unstyled upgraded from 1.13.0 to 1.13.1
* Remove unnecessary template name declarationMaxime Quandalle2016-01-0316-92/+0
| | | | | | This code was duplicate with the name we use to `register` the component. A update of blaze-component removed the need to duplicate this declaration.
* Fix card infinite scrolling on card activitiesMaxime Quandalle2016-01-033-11/+8
| | | | | | | | I imagine blaze-component changed their Mixins API since I written this code. We need some tests to avoid this kind of regressions when updating dependencies! Fixes #420
* Complete the Docker Compose manifestMaxime Quandalle2016-01-031-6/+20
|
* Merge pull request #468 from choclin/feature/show_exact_activity_timeMaxime Quandalle2016-01-031-3/+3
|\ | | | | Show the exact timestamp when hovering the activity time
| * added exact time as tooltip to activity time (saying only something like 'x ↵Dominic Sonntag2016-01-031-3/+3
|/ | | | days ago')
* Update some meta-dataMaxime Quandalle2016-01-026-12/+12
| | | | | | New site url New contact email New year!
* Deploy `master` branch on ScalingoMaxime Quandalle2016-01-021-1/+1
| | | | | | | For one `devel` is not stable and it's better to use the last released version which is always in sync with `master`. Also Scalingo currently doesn't support running "non-standard" versions of the Meteor build tool such as the one we are currently using in `devel`.
* Fix layout on Apple devicesMaxime Quandalle2016-01-028-0/+16
| | | | | | | | | | | | | | | The layout issue was related to the lack of autoprexing for CSS properties. c69f993 did improve the reload time significantly but for that I had to replace `mquandalle:stylus` by the core `stylus` package. Unfortunatly it is currently difficult to run an autoprefixer with the core CSS compilers (as reported in https://github.com/meteor/meteor/issues/5219). So instead we rely on `nib` which transparently define some mixins for autoprefixing, the only restrictions being that we have to manually `@import 'nib'` on top of stylus files. Fixes #461
* Send invite email in the server console in development modeMaxime Quandalle2016-01-011-5/+2
| | | | | | Meteor support that use case for us, we don't need to implement our own validate strategy on top of that. This was also discussed as part of the #454 review.
* Merge pull request #463 from alayek/autosize-card-titleMaxime Quandalle2016-01-012-4/+21
|\ | | | | | | | | Autosize card title Fixes #394
| * change edit card title input to textarea for editing larger titlesalayek2016-01-012-4/+21
|/
* Merge branch 'master' into develMaxime Quandalle2015-12-302-2/+9
|\ | | | | | | | | Conflicts: sandstorm-pkgdef.capnp
| * Release 0.10.1v0.10.1Maxime Quandalle2015-12-302-2/+9
| |
| * Fix avatar support on SanstormMaxime Quandalle2015-12-303-16/+16
| | | | | | | | | | | | | | | | | | | | The bug comes for 9154b06 which this commit partially reverts. The synchronization between the user document profile and the Sandstorm HTTP headers is still not perfect. Having a clean model may requires the `accounts-sandstorm` to expose a hook to modify the user document just after the `services.sandstorm` credentials are updated. Fixes #460
| * Fix drag and drop on SandstormMaxime Quandalle2015-12-303-13/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This bug was introduced with the introduction of fast-render in 41b23f8. With fast-render data is available instantly after the page logging, but calls to `Meteor.userId()` still return `null` as the user isn't authenticated on the DDP channel yet (previously the data was loaded on DDP after user authentication). Which mean that we know need to reactively activate Drag and Drop on user log in. I'm not sure why I was not able to reproduce this bug outside of Sandstorm. Fixes #453
| * Release 0.10.0Maxime Quandalle2015-12-221-2/+2
| |
* | Fix avatar support on SanstormMaxime Quandalle2015-12-303-16/+16
| | | | | | | | | | | | | | | | | | | | The bug comes for 9154b06 which this commit partially reverts. The synchronization between the user document profile and the Sandstorm HTTP headers is still not perfect. Having a clean model may requires the `accounts-sandstorm` to expose a hook to modify the user document just after the `services.sandstorm` credentials are updated. Fixes #460
* | Fix drag and drop on SandstormMaxime Quandalle2015-12-303-13/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This bug was introduced with the introduction of fast-render in 41b23f8. With fast-render data is available instantly after the page logging, but calls to `Meteor.userId()` still return `null` as the user isn't authenticated on the DDP channel yet (previously the data was loaded on DDP after user authentication). Which mean that we know need to reactively activate Drag and Drop on user log in. I'm not sure why I was not able to reproduce this bug outside of Sandstorm. Fixes #453
* | Force new lines at the end of filesMaxime Quandalle2015-12-301-0/+1
| |
* | Forbid trailing spacesMaxime Quandalle2015-12-302-1/+2
| |
* | Share the router configuration between the client and the serverMaxime Quandalle2015-12-282-5/+3
| |
* | Partially revert aae5030Maxime Quandalle2015-12-245-40/+32
| | | | | | | | | | | | | | As discussed in #370 and announced in the official Eslint-meteor plugin repository (https://github.com/dferber90/eslint-plugin-meteor), it is recommended to not use this plugin anymore has the author has it is currently broken and the author has abandoned it.
* | Merge pull request #455 from floatinghotpot/bugfix-userformMaxime Quandalle2015-12-282-66/+71
|\ \ | | | | | | optimize login form layout & css
| * | Optimize login form layout & cssfloatinghotpot2015-12-282-66/+71
| | | | | | | | | | | | Fixes #448
* | | Upgrade the version of mquandalle:jadeMaxime Quandalle2015-12-261-1/+1
| | | | | | | | | | | | v0.4.7 was bugged, see https://github.com/mquandalle/meteor-jade/issues/195
* | | Accelerate the build processMaxime Quandalle2015-12-243-21/+21
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Following a valuable comment from @Slava [0], this commit improves the build and the reload time of Wekan. It does so by implementing the following changes: * Upgrade the meteor build tool to a version which includes a fix to an issue with the caching of the dependency resolution [1]. This fix will be included in Meteor 1.3, so we won't have to use a "special release" anymore; * Change the stylus package from `mquandalle:stylus` to `stylus` as we don't use the libraries included with my (mquandalle) version like Jeet or Rupture, and the core package implement the new meteor build plugin API with caching. The generated CSS file is slighly different mostly mostly because we miss some autoprefixed values but even until meteor-core figure out a good way to configure CSS autoprefixing, the benefits (better compile time) outweights the cons. For record I attached a diff in the generated style [2]; * Upgrade `mquandalle:jade` to a version that implements the build plugin caching correctly. These 3 changes decrease the reload time of about 50% on my computer. [0]: https://github.com/meteor/meteor/issues/5269#issuecomment-166422201 [1]: https://github.com/meteor/meteor/pull/5747 [2]: https://gist.github.com/mquandalle/e95198626767b56fc63a
* / Release 0.10.0v0.10.0Maxime Quandalle2015-12-221-2/+2
|/ | | | Closes #425
* Pull translations from TransifexMaxime Quandalle2015-12-2212-368/+401
|
* Remove the import trello card featureMaxime Quandalle2015-12-223-6/+1
| | | | | | See the following discussion for rationale: https://github.com/wekan/wekan/issues/113#issuecomment-163039089
* Fix invitation email subjectMaxime Quandalle2015-12-212-6/+10
|
* Support card and and drop on mobile webMaxime Quandalle2015-12-211-1/+1
| | | | Fixes #449