Commit graph

592 commits

Author SHA1 Message Date
Lauri Ojansivu
7a75d82114 v1.72 2018-11-17 15:20:33 +02:00
Lauri Ojansivu
960b33c3d9 v1.71 2018-11-17 00:30:49 +02:00
Lauri Ojansivu
685eb0f22c - [Improve shell scripts](https://github.com/wekan/wekan/pull/2002). Thanks to warnerjon12. 2018-11-16 22:00:50 +02:00
Lauri Ojansivu
cb24b85191 Improve authentication. Thanks to Akuket. 2018-11-16 21:48:53 +02:00
Lauri Ojansivu
017017623f Fix typo. 2018-11-16 21:22:41 +02:00
Lauri Ojansivu
4b53a532bd Update readme for clarity. 2018-11-16 21:17:06 +02:00
Lauri Ojansivu
6df296da47 - Rename Recycle Bin to Archive.
Thanks to xet7 !
2018-11-16 21:14:10 +02:00
Lauri Ojansivu
9f5d04de27 - Add language: Danish.
Thanks to translators.
2018-11-16 21:12:06 +02:00
Lauri Ojansivu
c11b91d32a - Update translations.
- Add language: Swahili / Kiswahili.

Thanks to translators.
2018-11-16 21:04:58 +02:00
Lauri Ojansivu
e3b3e8b8c6 v1.70 2018-11-09 21:44:50 +02:00
Lauri Ojansivu
8ddf136928 Update changelog based on previous commits. 2018-11-09 20:54:27 +02:00
Lauri Ojansivu
6f2275e8cb v1.69 2018-11-03 18:18:02 +02:00
Lauri Ojansivu
cba8b56cb5 v1.68 2018-11-03 11:00:16 +02:00
Lauri Ojansivu
53ed1f1a2c v1.67 2018-11-03 10:41:33 +02:00
Lauri Ojansivu
22a09f3e7d - Hide Linked Card and Linked Board on Sandstorm, because they are only
useful when having multiple boards, and at Sandstorm
  there is only one board per grain. Thanks to ocdtrekkie and xet7.

Closes #1982
2018-11-03 10:37:22 +02:00
Lauri Ojansivu
8c6c089363 - Add Hindi language. Thanks to saurabharch. 2018-11-03 09:53:58 +02:00
Lauri Ojansivu
defcfed272 v1.66 2018-10-31 22:03:30 +02:00
Lauri Ojansivu
7188879567 - [Fix typo about ldaps](https://github.com/wekan/wekan/pull/1980).
Documentation said to set LDAP_ENCRYPTION to true if we want to use
  ldaps, but the code in wekan-ldap does not check if it is set to true,
  but if the value equals to 'ssl' instead. Thanks to imkwx.
2018-10-31 21:58:13 +02:00
Lauri Ojansivu
c753d40f6c - Fix typo about ldaps.
Documentation said to set LDAP_ENCRYPTION to true if we want to use
  ldaps, but the code in wekan-ldap does not check if it is set to true,
  but if the value equals to 'ssl' instead. Thanks to imkwx.
2018-10-31 21:57:05 +02:00
Lauri Ojansivu
415e28b471 - Fix typos in CHANGELOG.md, thanks to loginKing !
https://github.com/wekan/wekan/pull/1975
2018-10-30 00:05:24 +02:00
loginKing
d12561aae9
Update CHANGELOG.md 2018-10-29 16:09:10 +08:00
Lauri Ojansivu
d1ab38e57e - Typo fix etc. 2018-10-26 17:15:24 +03:00
Hillside502
9cfef8c337
Update CHANGELOG.md
typo
2018-10-26 09:22:08 +00:00
Lauri Ojansivu
46e2679f82 v1.65 2018-10-25 18:30:25 +03:00
Lauri Ojansivu
3602d59125 This release adds the [following new features](https://github.com/wekan/wekan/pull/1967), with Apache I-CLA:
- UI: list headers: show the card count smaller in grey color below list name
- UI: lists: only output the number of cards for each swimlane

Thanks to bentiss !
2018-10-25 18:23:03 +03:00
Lauri Ojansivu
500ba88781 v1.64.2 2018-10-25 13:22:42 +03:00
Lauri Ojansivu
2a4eb0bcc2 - Fix: [Impossible to connect to LDAP if UserDN contain space(s)](https://github.com/wekan/wekan/issues/1970).
Thanks to Akuket and xet7 !

Closes #1970
2018-10-25 13:15:15 +03:00
Lauri Ojansivu
187b4632e6 v1.64 2018-10-24 22:10:58 +03:00
Lauri Ojansivu
d3517f03f6 v1.63 2018-10-24 19:50:38 +03:00
Lauri Ojansivu
0583bf6df0 REST API: [Allow to remove the full list of labels/members through the API](https://github.com/wekan/wekan/pull/1968), with Apache I-CLA:
- [Models: Cards: an empty string in members or label deletes the list](e5949504b7).
  There is currently no way to remove all members or all labels attached
  to a card. If an empty string is provided, we can consider as a hint to
  remove the list from the card.
- [Models: Cards: allow singletons to be assigned to members and labelIds](2ce1ba37a1).
  If we need to set only one member or one label, the data provided will
  not give us an array, but the only element as a string.
  We need to detect that and convert the parameter into an array.

Thanks to bentiss !
2018-10-24 19:46:12 +03:00
Lauri Ojansivu
6d4ffdd8b4 v1.62 2018-10-24 12:44:45 +03:00
Lauri Ojansivu
09b05ea3fb v1.61 2018-10-24 12:15:11 +03:00
Lauri Ojansivu
ecb3a18206 v1.60 2018-10-24 12:07:43 +03:00
Lauri Ojansivu
9561049668 v1.59 2018-10-24 11:57:16 +03:00
Lauri Ojansivu
d4dd646bf4 This release adds the beginning of following new features:
- Custom Product Name in Admin Panel / Layout. In Progress, setting does not affect change UI yet. Thanks to xet7.

and fixes the following bugs:

- Fix LDAP User Search Scope. Thanks to Vnimos and Akuket. Related #119
- Fix Save Admin Panel STMP password. Thanks to saurabharch and xet7. Closes #1856
2018-10-24 11:53:47 +03:00
Lauri Ojansivu
82e90f7b94 v1.58 2018-10-23 21:19:48 +03:00
Lauri Ojansivu
760c008f5b Adds [following new features and fixes](https://github.com/wekan/wekan/pull/1962), with Apache I-CLA:
- Also export the cards created with an older wekan instance (without linked cards) (related to #1873);
- Fix the GET customFields API that was failing;
- Allow to directly overwrite the members of cards and boards with a PUT call (this avoids to do multiple calls to add and remove users);
- Allow to change the swimlane of a card from the API.

Thanks to bentiss !
2018-10-23 21:08:04 +03:00
Lauri Ojansivu
fa548a4c32 v1.57 2018-10-23 14:21:59 +03:00
Lauri Ojansivu
10bc2c0d1a v1.56 2018-10-23 14:19:31 +03:00
Lauri Ojansivu
73edfd90a6 v1.55.1 2018-10-16 20:01:55 +03:00
Lauri Ojansivu
5979fc1d3d - [Automatically close the sidebar](https://github.com/wekan/wekan/pull/1954);
- [Fix: Update broke the ability to mute notifications](https://github.com/wekan/wekan/pull/1954).

Thanks to Akuket !
2018-10-16 13:42:58 +03:00
Lauri Ojansivu
3dcebe8a9e - [Fix vertical text for swimlanes in IE11](https://github.com/wekan/wekan/issues/1798).
Thanks to tomodwyer !

Closes #1798
2018-10-13 23:33:52 +03:00
Lauri Ojansivu
25bb0bfa22 - [Fix deleting Custom Fields, removing broken references](https://github.com/wekan/wekan/issues/1872).
Thanks to Akuket and Clement87 !

Closes #1872
2018-10-12 23:09:52 +03:00
Lauri Ojansivu
99793c0a12 - [Improve notifications](https://github.com/wekan/wekan/pull/1948).
Thanks to Akuket !

Closes #1304
2018-10-11 23:47:02 +03:00
Lauri Ojansivu
769b1b8110 v1.53.9 2018-10-11 02:07:40 +03:00
Lauri Ojansivu
a864223f4a v1.53.8 2018-10-10 19:04:01 +03:00
Lauri Ojansivu
219091eb5e v1.53.7 2018-10-10 18:50:41 +03:00
Lauri Ojansivu
371ce30462 v1.53.6 2018-10-10 17:34:45 +03:00
Lauri Ojansivu
5f4f447539 - [Add LDAP to Snap Help](809c8f64f6).
Thanks to GitHub user Akuket for contributions.

Related #119
2018-10-10 17:27:48 +03:00
Lauri Ojansivu
beaf20d256 v1.53.5 2018-10-10 17:09:06 +03:00