summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Update translations.Lauri Ojansivu2019-03-223-38/+38
|
* Remove extra title quotes, so that Custom Product Name comes visible.Lauri Ojansivu2019-03-221-1/+1
| | | | Thanks to xet7 !
* Fix cloning repos.Lauri Ojansivu2019-03-211-0/+5
|
* Update translations.Lauri Ojansivu2019-03-2150-50/+50
|
* Update translations.Lauri Ojansivu2019-03-213-9/+9
|
* Add vanila community link.Lauri Ojansivu2019-03-211-4/+3
|
* - [Add LDAP config example, remove extra ↵Lauri Ojansivu2019-03-211-0/+2
| | | | | | text](https://github.com/wekan/wekan/commit/506acda70b5e78737c52455e5eee9c8758243196). Thanks to xet7 !
* - Add LDAP config example, remove extra text.Lauri Ojansivu2019-03-211-117/+70
| | | | Thanks to xet7 !
* OAUTH2_LOGIN_STYLE popup or redirect, part 2 and 3.Lauri Ojansivu2019-03-211-1/+3
|
* - OAUTH2_LOGIN_STYLE popup or redirect, part 2.Lauri Ojansivu2019-03-219-5/+44
| | | | Thanks to xet7 !
* [Add option to redirect OIDC OAuth2 ↵Lauri Ojansivu2019-03-211-0/+2
| | | | | | login](https://github.com/wekan/wekan-ldap/commit/82a894ac20ba9e7c6fdf053cff1721cab709bf8a). Thanks to xet7 !
* - [Fix IFTTT email sending](https://github.com/wekan/wekan/pull/2279).Lauri Ojansivu2019-03-211-0/+5
| | | | | | Thanks to justinr1234. Related #1972
* Merge pull request #2279 from justinr1234/patch-2Lauri Ojansivu2019-03-211-6/+6
|\ | | | | Fix IFTTT email sending
| * Fix IFTTT email sendingjustinr12342019-03-211-6/+6
| |
* | More whitelabeling.Lauri Ojansivu2019-03-211-0/+10
| |