Commit graph

3406 commits

Author SHA1 Message Date
Gavin Lilly
8996df5c09 Added Kadira using meteor add method 2019-02-09 23:37:01 +00:00
Gavin Lilly
7b5f02b4c8 Added Kadira packages and env settings in Docker Compose 2019-02-09 23:22:22 +00:00
Lauri Ojansivu
329c8d64a8 v2.17 2019-02-04 21:47:50 +02:00
Lauri Ojansivu
698ce8f0e6 Update translations (sv). 2019-02-04 21:07:36 +02:00
Lauri Ojansivu
b06e11ba09
Merge pull request #2164 from gil0109/edge
Fix trailing spaces for OIDC fix
2019-02-04 20:23:41 +02:00
Karim Gillani
d689a7408b
Fix trailing spaces 2019-02-04 09:36:21 -08:00
Lauri Ojansivu
c899218fb9
Merge pull request #2162 from gil0109/edge
OIDC BoardView Fix
2019-02-04 19:30:24 +02:00
Karim Gillani
c42f2a05d2
OIDC BoardView Fix 2019-02-04 08:24:10 -08:00
Lauri Ojansivu
70ed552e1a Update translations. 2019-02-03 15:45:00 +02:00
Lauri Ojansivu
9a07649b8a v2.16 2019-02-03 05:18:50 +02:00
Lauri Ojansivu
9a6ac544dd - Fix Sandstorm open card on public board, part 2.
Thanks to ChronikEwok !
2019-02-03 05:12:50 +02:00
Lauri Ojansivu
06a1e26655 Add missing text. 2019-02-03 03:06:54 +02:00
Lauri Ojansivu
626e7c2c61 v2.15 2019-02-03 02:31:51 +02:00
Lauri Ojansivu
a7aeb491ba Update changelog. 2019-02-03 02:25:14 +02:00
Lauri Ojansivu
7ba8f72d7b - [Fix: Not displaying card content of public board: Snap, Docker and Sandstorm Shared Wekan Board
Link](https://github.com/wekan/wekan/issues/1623) with
  [code from ChronikEwok](cad9b20451).

Thanks to ChronikEwok !

Closes #1623
2019-02-03 02:18:35 +02:00
Lauri Ojansivu
d0f74d7a99 Add missing text. 2019-02-02 21:55:50 +02:00
Lauri Ojansivu
7f33fa5368 v2.14 2019-02-02 21:00:16 +02:00
Lauri Ojansivu
0ab97266f6 - [Fix Sandstorm export board from web](https://github.com/wekan/wekan/issues/2157).
- [Fix Error when logging in to Wekan REST API when using Sandstorm Wekan](https://github.com/wekan/wekan/issues/1279).
  Sandstorm API works this way: Make API key, and from that key copy API URL and API KEY to below. It saves Wekan board to file.
  `curl http://Bearer:APIKEY@api-12345.local.sandstorm.io:6080/api/boards/sandstorm/export?authToken=#APIKEY > wekanboard.json`
  If later API key does not work, you need to remove it and make a new one.

Thanks to xet7 !
2019-02-02 20:57:47 +02:00
Lauri Ojansivu
32f896f19d - [Fix Sandstorm export board from web](https://github.com/wekan/wekan/issues/2157).
- [Fix Error when logging in to Wekan REST API when using Sandstorm Wekan](https://github.com/wekan/wekan/issues/1279).
  Sandstorm API works this way: Make API key, and from that key copy API URL and API KEY to below. It saves Wekan board to file.
  `curl http://Bearer:APIKEY@api-12345.local.sandstorm.io:6080/api/boards/sandstorm/export?authToken=#APIKEY > wekanboard.json`
  If later API key does not work, you need to remove it and make a new one.

Closes #2157,
closes #1279
2019-02-02 20:52:09 +02:00
Lauri Ojansivu
6f0e0748e1 v2.13 2019-02-01 17:15:15 +02:00
Lauri Ojansivu
8e5fc13ba4 Update changelog with latest changes from bentiss. 2019-02-01 17:09:05 +02:00
Lauri Ojansivu
7a35099fb9 - When writing to minicard, press Shift-Enter on minicard to go to next line below,
to continue writing on same minicard 2nd line.

Thanks to bentiss!
2019-02-01 17:03:59 +02:00
Lauri Ojansivu
d08bee6817 Merge branch 'bentiss-infinite-scrolling' into edge 2019-02-01 16:54:41 +02:00
Lauri Ojansivu
4fc96904d6 Merge branch 'infinite-scrolling' of https://github.com/bentiss/wekan into bentiss-infinite-scrolling 2019-02-01 16:05:46 +02:00
Benjamin Tissoires
66bc1f28dd Use infinite-scrolling on lists
This allows to reduce the loading time of a big board.

Note that there is an infinite scroll implementation in the mixins,
but this doesn't fit well as the cards in the list can have arbitrary
height.

The idea to rely on the visibility of a spinner is based on
http://www.meteorpedia.com/read/Infinite_Scrolling
2019-02-01 14:58:02 +01:00
Benjamin Tissoires
30d082e709 Use infinite-scrolling on lists
This allows to reduce the loading time of a big board.

Note that there is an infinite scroll implementation in the mixins,
but this doesn't fit well as the cards in the list can have arbitrary
height.

The idea to rely on the visibility of a spinner is based on
http://www.meteorpedia.com/read/Infinite_Scrolling
2019-02-01 13:53:45 +01:00
Lauri Ojansivu
1b11123797 v2.12 2019-01-31 19:32:27 +02:00
Lauri Ojansivu
654c2add0d - [Bumped the salleman oidc packages versions to include an upstream bug fix](361faa6646).
Thanks to danpatdav !
2019-01-31 19:19:47 +02:00
Lauri Ojansivu
6d179d6d3d
Merge pull request #2149 from danpatdav/salleman-1.0.10
Bumped the salleman oidc packages versions to include an upstream bug…
2019-01-31 19:10:03 +02:00
Daniel Davis
361faa6646
Bumped the salleman oidc packages versions to include an upstream bug fix 2019-01-31 11:45:55 -05:00
Lauri Ojansivu
7fc22ba0b7 v2.11 2019-01-31 14:27:36 +02:00
Lauri Ojansivu
9c82e6ab68 Update translations. 2019-01-31 14:23:57 +02:00
Lauri Ojansivu
78c18d4ffe Update changelog. 2019-01-31 14:23:23 +02:00
Lauri Ojansivu
978dafc62b - Fix: Bug: Not logged in public board page has calendar.
Thanks to xet7 !

Closes #2061
2019-01-31 14:19:14 +02:00
Lauri Ojansivu
8919d8fb7d Fix typo. 2019-01-30 18:52:14 +02:00
Lauri Ojansivu
cdb7dd9175 Fix typo. 2019-01-30 18:49:38 +02:00
Lauri Ojansivu
d6b7c17402 v2.10 2019-01-30 18:17:15 +02:00
Lauri Ojansivu
7e247c14b2 Update translations (mk). 2019-01-30 18:07:23 +02:00
Lauri Ojansivu
e6af48fc4a Update changelog with latest changes. 2019-01-30 18:04:44 +02:00
Lauri Ojansivu
9703843602 - Revert [Sandstorm API changes](be03a191c4
that were done at [Wekan v2.05](https://github.com/wekan/wekan/blob/devel/CHANGELOG.md#v205-2019-01-27-wekan-release)
  to fix #2143.

Thanks to pantraining and xet7 !

Closes #2143
2019-01-30 17:56:53 +02:00
Lauri Ojansivu
d53a7ce5f1 Update translations. 2019-01-30 16:06:31 +02:00
Lauri Ojansivu
6e4a6515e0 - Translations: Add Macedonian. 2019-01-30 02:18:27 +02:00
Lauri Ojansivu
bf304ffde5 - Translations: Add Macedonian. 2019-01-30 02:16:55 +02:00
Lauri Ojansivu
7cefe9d367 Update translations. 2019-01-29 18:56:11 +02:00
Lauri Ojansivu
12cccc25cc v2.09 2019-01-28 18:29:46 +02:00
Lauri Ojansivu
34f62cb3b3 - [Fix vertical automatic scrolling when opening a card](820d327093).
Thanks to bentiss !
2019-01-28 18:23:28 +02:00
Lauri Ojansivu
820d327093
Merge pull request #2140 from bentiss/scrolling-fixes
automatic scroll: fix vertical automatic scrolling when opening a card
2019-01-28 18:12:51 +02:00
Lauri Ojansivu
04279342a4 v2.08 2019-01-28 17:26:18 +02:00
Benjamin Tissoires
1cfe084cc2 automatic scroll: fix vertical automatic scrolling when opening a card
We actually want the vertical scrolling to be fixed when opening the
card details.
I am not sure where the `100` value comes from, but this makes the
scrolling happy on the swimlane view and on the lists view.
2019-01-28 16:21:43 +01:00
Lauri Ojansivu
4629cc1b19 Update translations. 2019-01-28 17:08:47 +02:00