summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | - [Remove not needed ARGS from Dockerfile to reduce amount of Docker ↵Lauri Ojansivu2019-04-061-0/+2
| | | | | | | | | | | | | | | | layers](https://github.com/wekan/wekan/issues/2301). Thanks to folhabranca ! Closes #2301
* | Remove not needed ARGS from Dockerfile to reduce amount of Docker layers.Lauri Ojansivu2019-04-061-94/+0
| | | | | | | | | | | | Thanks to folhabranca ! Closes #2301
* | [Center reduce left margin in card view on mobile ↵Lauri Ojansivu2019-04-061-0/+4
| | | | | | | | | | | | browser](https://github.com/wekan/wekan/pull/2314). Thanks to hupptechnologies !
* | Restore original meteor packages and versions.Lauri Ojansivu2019-04-062-4/+13
| | | | | | | | Thanks to xet7 !
* | Merge branch 'devel' of github.com:wekan/wekan into develLauri Ojansivu2019-04-063-14/+6
|\ \
| * \ Merge pull request #2314 from hupptechnologies/card-view-on-mobile-browserLauri Ojansivu2019-04-063-14/+6
| |\ \ | | | | | | | | Issue: Center reduce left margin in card view on mobile browser #2188
| | * | Issue: Center (or reduce left margin) in card view on mobile browser #2188hupptechnologies2019-04-053-14/+6
| |/ / | | | | | | | | | Resolved #2188
* | | Merge branch 'edge' into develLauri Ojansivu2019-04-063-4/+14
|\ \ \ | |/ / |/| |
| * | [Add proper variables for unjoin ↵Lauri Ojansivu2019-04-061-0/+7
| | | | | | | | | | | | | | | | | | card](https://github.com/wekan/wekan/pull/2313). Thanks to chotaire.
| * | Merge pull request #2313 from chotaire/edgeLauri Ojansivu2019-04-051-0/+3
| |\ \ | | | | | | | | Add proper variables for unjoin card
| | * | Merge pull request #1 from chotaire/chotaire-patch-1chotaire2019-04-051-0/+3
| |/| | | | | | | | | | Add proper variables for unjoin card
| | * | Add proper variables for unjoin cardchotaire2019-04-051-0/+3
| |/ /
| * | Update translations.Lauri Ojansivu2019-04-041-4/+4
| | |
* | | Merge pull request #2303 from fossabot/develLauri Ojansivu2019-04-021-0/+4
|\ \ \ | |/ / |/| | Add license scan report and status
| * | Add license scan report and statusfossabot2019-04-021-0/+4
|/ / | | | | Signed-off-by: fossabot <badges@fossa.io>
* | v2.57v2.57Lauri Ojansivu2019-04-024-5/+5
| |
* | Update changelog.Lauri Ojansivu2019-04-021-2/+5
| |
* | Merge branch 'bentiss-spinners-no-IntersectionObserver' into develLauri Ojansivu2019-04-021-20/+30
|\ \
| * | list: do not use IntersectionObserver to reduce CPU usageBenjamin Tissoires2019-04-011-20/+30
|/ / | | | | | | | | | | | | | | | | | | | | | | | | Switch back to a custom spinner detection, as the IntersectionObserver is eating a lot of CPU resources on idle. This should also take care of #2250 properly: the previous `onDestroyed()` was removing the resize and scroll callbacks, but they were not unique enough, and they were shared across swimlanes. So if a list had 2 swimlanes with spinners, when one was removed, the other was not triggering its callbacks anymore. Related: #2294
* | Merge branch 'edge' of github.com:wekan/wekan into edgeLauri Ojansivu2019-03-301-1/+2
|\ \
| * | More deps.Lauri Ojansivu2019-03-301-1/+1
| | |
| * | Added nodejs to install dependencies.Lauri Ojansivu2019-03-301-0/+1
| | | | | | | | | | | | Thanks to xet7 !
* | | - [Add back zoom fixes of #2250](https://github.com/wekan/wekan/issues/2250).Lauri Ojansivu2019-03-303-62/+51
|/ / | | | | | | Thanks to xet7 !
* | [Add proper variables for join ↵Lauri Ojansivu2019-03-291-1/+7
| | | | | | | | | | | | | | | | | | | | card](https://github.com/wekan/wekan/commit/289f1fe1340c85eb2af19825f4972e9057a86b7a), fixes [Incorrect variable replacement on email notifications](https://github.com/wekan/wekan/issues/2295). Thanks to justinr1234 ! Closes #2295
* | Merge pull request #2291 from justinr1234/patch-3Lauri Ojansivu2019-03-291-0/+3
|\ \ | | | | | | Add proper variables for join card Fixes #2285
| * | Add proper variables for join card Fixes #2285justinr12342019-03-281-0/+3
| | |
* | | Update translations.Lauri Ojansivu2019-03-293-143/+143
| | |
* | | [Revert spinner etc fixes of Wekan v2.56, because of some new ↵Lauri Ojansivu2019-03-291-0/+9
| | | | | | | | | | | | | | | | | | | | | | | | bugs](https://github.com/wekan/wekan/issues/2250). Thanks to gerroon ! Related #2250
* | | Revert spinner etc fixes of Wekan v2.56, because of some new bugs.Lauri Ojansivu2019-03-292-51/+57
|/ / | | | | | | | | | | Thanks to gerroon ! Related #2250
* | v2.56v2.56Lauri Ojansivu2019-03-274-5/+5
| |
* | Update translations.Lauri Ojansivu2019-03-276-23/+23
| |
* | [Fixes the following bugs](https://github.com/wekan/wekan/pull/2287):Lauri Ojansivu2019-03-271-0/+11
| | | | | | | | | | | | | | | | | | | | | | - [#2250 -> the spinner could be shown on startup and never goes away](https://github.com/wekan/wekan/issues/2250). - The code will now only load extra cards that will be in the current viewport. - When 2 users were interacting on the same board, there was a situation where the spinner could show up on the other user, without being able to load the extra cards. - The code is now much simpler, thanks to the IntersectionObserver, and all of this for fewer lines of code :) Thanks to bentiss with Apache I-CLA ! Closes #2250
* | Merge branch 'bentiss-fix-infinite-scroll' into edgeLauri Ojansivu2019-03-272-57/+51
|\ \
| * | list: disconnect infinite-scroll observer to prevent memory leakBenjamin Tissoires2019-03-261-2/+6
| | |
| * | list: move the spinner into its own blaze componentBenjamin Tissoires2019-03-262-37/+47
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This way, when a list is at the maximum number of cards shown and adding a new card would make the spinner appear, the list would load the next N items. This can happen if user A and B are both looking at the same board, B adds a new cards, and A will see the spinner and will not be able to remove it.
| * | list: make sure the spinner of infinite scrolling doesn't show on loadBenjamin Tissoires2019-03-261-3/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When loading a board on a high resolution screen, there is a chance there is not enough cards displayed and the spinner is still there, spinning forever. Add an idle callback that checks if the spinner is still there, and while it is there, extend the number of cards to show. Fixes #2250
| * | list: simplify infinite scrollingBenjamin Tissoires2019-03-261-44/+17
|/ / | | | | | | | | | | Use IntersectionObserver instead of custom made one. This adds the benefit of not loading any extra cards if the list is not shown on screen
* | v2.55v2.55Lauri Ojansivu2019-03-254-4/+16
| |
* | - Use older api2html@0.3.0 to fix broken snap and docker build,Lauri Ojansivu2019-03-252-2/+2
| | | | | | | | | | | | | | | | | | | | because newer api2html caused [breaking change](https://github.com/tobilg/api2html/commit/a9a41bca18db3f9ec61395d7262eff071a995783) at api2html/bin/api2html.js:23 has error about "php: "PHP". Thanks to bentiss with Apache I-CLA ! Closes #2286
* | v2.54v2.54Lauri Ojansivu2019-03-254-5/+5
| |
* | Update translations.Lauri Ojansivu2019-03-251-2/+2
| |
* | - Fix typos.Lauri Ojansivu2019-03-251-0/+9
| | | | | | | | | | | | - Fix Outgoing Webhook message about created new swimlane. Related #1969
* | - Fix typos.Lauri Ojansivu2019-03-2552-26/+176
| | | | | | | | | | | | - Fix Outgoing Webhook message about created new swimlane. Related #1969
* | Removed commented out text.Lauri Ojansivu2019-03-241-4/+0
| |
* | v2.53v2.53Lauri Ojansivu2019-03-234-4/+13
| |
* | Fix filenames and urls.Lauri Ojansivu2019-03-237-5/+5
| |
* | Fix docker-compose.ymlLauri Ojansivu2019-03-231-4/+4
| |
* | Update translations.Lauri Ojansivu2019-03-234-4/+4
| |
* | v2.52v2.522.52Lauri Ojansivu2019-03-224-6/+7
| |
* | Update translations.Lauri Ojansivu2019-03-221-37/+37
| |