summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [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
| |
* | - More whitelabeling.Lauri Ojansivu2019-03-2116-29/+34
| | | | | | | | Thanks to xet7 !
* | Update translations.Lauri Ojansivu2019-03-2150-59/+109
|/
* Fix typo.Lauri Ojansivu2019-03-211-1/+1
|
* v2.51v2.51Lauri Ojansivu2019-03-214-4/+14
|
* Merge pull request #2269 from andresmanelli/fix_2268Lauri Ojansivu2019-03-211-32/+0
|\ | | | | Fix #2268
| * Fix #2268Andrés Manelli2019-03-201-32/+0
| |
* | v2.50v2.50Lauri Ojansivu2019-03-213-4/+4
| |
* | [Fix](https://github.com/wekan/wekan/pull/2269) [Unable to change card title ↵Lauri Ojansivu2019-03-211-0/+10
| | | | | | | | | | | | | | | | | | | | | | in Template](https://github.com/wekan/wekan/issues/2268) and [Fix Unable to create a new board from a template](https://github.com/wekan/wekan/issues/2267). Thanks to andresmanelli ! Closes 2268, closes #2267
* | v2.49v2.49Lauri Ojansivu2019-03-214-5/+5
|/
* [Fix Cards disappear when rearranged on template ↵Lauri Ojansivu2019-03-211-0/+1
| | | | | | | | board](https://github.com/wekan/wekan/issues/2266). Thanks to andresmanelli ! Closes #2266
* Merge pull request #2270 from andresmanelli/fix_2266Lauri Ojansivu2019-03-211-1/+1
|\ | | | | Fix #2266
| * Fix #2266Andrés Manelli2019-03-181-1/+1
| |