summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* models: cards: add members PUT entry pointBenjamin Tissoires2018-10-231-0/+5
| | | | Allows to change the members from the API
* models: customFields: fix GET apiBenjamin Tissoires2018-10-231-1/+7
| | | | | | | Calling GET on /api/board/XXXX/customfields returns a 500 error: TypeError: Converting circular structure to JSON
* models: make the REST API more uniformBenjamin Tissoires2018-10-232-12/+12
| | | | | | | All of the other REST API are in the form 'modelId' but a few ones in boards.js and users.js. Change it for a more uniform API.
* fix cards exportBenjamin Tissoires2018-10-231-1/+1
| | | | | | | | | | | 6eeb708e4d2eb82f (Fix cards export and add customFields export.) is incomplete as it allows to export newer cards inserted in the db after the linkedId has been set, but not older cards present in an earlier version of wekan. Allow both null and empty value to be retrieved to match all cards. related #1873
* Dockerfile: use set -o xtraceBenjamin Tissoires2018-10-231-0/+1
| | | | | This allows to see the progress of the generation of the Docker image.
* - Add info about using prebuild image.Lauri Ojansivu2018-10-171-0/+2
| | | | Thanks to xet7 !
* Update translations.Lauri Ojansivu2018-10-171-63/+63
|
* v1.55.1v1.55.1Lauri Ojansivu2018-10-163-4/+5
|
* Update translations.Lauri Ojansivu2018-10-161-4/+4
|
* - [Automatically close the sidebar](https://github.com/wekan/wekan/pull/1954);Lauri Ojansivu2018-10-161-2/+7
| | | | | | - [Fix: Update broke the ability to mute notifications](https://github.com/wekan/wekan/pull/1954). Thanks to Akuket !
* Merge branch 'Akuket-edge' into edgeLauri Ojansivu2018-10-163-15/+8
|\
| * Merge branch 'edge' into edgeAkuket2018-10-1667-247/+543
| |\ | |/ |/|
* | - [Fix vertical text for swimlanes in ↵Lauri Ojansivu2018-10-131-2/+3
| | | | | | | | | | | | | | | | IE11](https://github.com/wekan/wekan/issues/1798). Thanks to tomodwyer ! Closes #1798
* | - Fix vertical text for swimlanes in IE11Lauri Ojansivu2018-10-131-0/+1
| | | | | | | | | | | | Thanks to tomodwyer ! Closes #1798
* | Update translations.Lauri Ojansivu2018-10-121-4/+4
| |
* | - Fix lint errors.Lauri Ojansivu2018-10-121-5/+5
| | | | | | | | Thanks to xet7 !
* | - [Fix deleting Custom Fields, removing broken ↵Lauri Ojansivu2018-10-121-2/+3
| | | | | | | | | | | | | | | | references](https://github.com/wekan/wekan/issues/1872). Thanks to Akuket and Clement87 ! Closes #1872
* | - Remove broken customFields references.Lauri Ojansivu2018-10-121-0/+8
| | | | | | | | Thanks to Clement87 and Akuket !
* | Merge branch 'edge' of https://github.com/Akuket/wekan into edgeLauri Ojansivu2018-10-121-0/+6
|\ \
* \ \ Merge branch 'Akuket-edge' into edgeLauri Ojansivu2018-10-118-60/+20
|\ \ \
| * | | - [Improve notifications](https://github.com/wekan/wekan/pull/1948).Lauri Ojansivu2018-10-111-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | Thanks to Akuket ! Closes #1304
| * | | - Fix lint errors.Lauri Ojansivu2018-10-112-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | Note: variable trackingUsers is not used anywhere, so it was removed. Thanks to xet7 !
| * | | Merge branch 'edge' of https://github.com/Akuket/wekan into Akuket-edgeLauri Ojansivu2018-10-117-59/+12
|/| | |
* | | | Update translations.Lauri Ojansivu2018-10-111-38/+38
| | | |
* | | | v1.53.9v1.53.9Lauri Ojansivu2018-10-113-4/+13
| | | |
* | | | - Add experimental Docker edge that works.Lauri Ojansivu2018-10-111-2/+2
| | | | | | | | | | | | | | | | Thanks to xet7 !
* | | | - Try some changes to snap.Lauri Ojansivu2018-10-112-4/+4
| | | | | | | | | | | | | | | | Thanks to xet7 !
* | | | - Try to fix Dockerfile.Lauri Ojansivu2018-10-101-1/+1
| | | | | | | | | | | | | | | | Thanks to xet7 !
* | | | - Try to fix DockerfileLauri Ojansivu2018-10-101-1/+1
| | | | | | | | | | | | | | | | Thanks to xet7 !
* | | | v1.53.8v1.53.8Lauri Ojansivu2018-10-103-3/+11
| | | |
* | | | - Try to fix Docker.Lauri Ojansivu2018-10-101-2/+3
| | | | | | | | | | | | | | | | Thanks to xet7 !
* | | | v1.53.7v1.53.7Lauri Ojansivu2018-10-103-4/+12
| | | |
* | | | - Try MongoDB 4.0.3Lauri Ojansivu2018-10-101-1/+1
| | | | | | | | | | | | | | | | Thanks to xet7 !
* | | | v1.53.6v1.53.6Lauri Ojansivu2018-10-103-6/+12
| | | |
* | | | - Try to get latest npm.Lauri Ojansivu2018-10-101-1/+2
| | | |
* | | | Update translations.Lauri Ojansivu2018-10-102-44/+44
| | | |
* | | | - [Add LDAP to Snap ↵Lauri Ojansivu2018-10-101-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Help](https://github.com/wekan/wekan/commit/809c8f64f69721d51b7d963248a77585867fac53). Thanks to GitHub user Akuket for contributions. Related #119
* | | | - Add LDAP to Snap Help.Lauri Ojansivu2018-10-101-0/+150
| | | | | | | | | | | | | | | | | | | | | | | | Thanks to Akuket ! Related #119
* | | | v1.53.5v1.53.5Lauri Ojansivu2018-10-103-3/+11
| | | |
* | | | - Try to fix snap.Lauri Ojansivu2018-10-101-1/+0
| | | | | | | | | | | | | | | | Thanks to xet7 !
* | | | Try to fix snapLauri Ojansivu2018-10-101-2/+2
| | | |
* | | | v1.53.4v1.53.4Lauri Ojansivu2018-10-103-3/+11
| | | |
* | | | - Upgrade hoek.Lauri Ojansivu2018-10-101-0/+1
| | | | | | | | | | | | | | | | Thanks to xet7 !
* | | | v1.53.3v1.53.3Lauri Ojansivu2018-10-103-4/+4
| | | |
* | | | - [Upgrade](https://github.com/wekan/wekan/issues/1522) to ↵Lauri Ojansivu2018-10-101-0/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [Meteor](https://blog.meteor.com/meteor-1-8-erases-the-debts-of-1-7-77af4c931fe3) [1.8.1-beta.0](https://github.com/meteor/meteor/issues/10216). with [these](https://github.com/wekan/wekan/commit/079e45eb52a0f62ddb6051bf2ea80fac8860d3d5) [commits](https://github.com/wekan/wekan/commit/dd47d46f4341a8c4ced05749633f783e88623e1b). So now it's possible to use MongoDB 2.6 - 4.0. Thanks to xet7 !
* | | | - Use Meteor 1.8.1-beta.0Lauri Ojansivu2018-10-102-2/+2
| | | | | | | | | | | | | | | | Thanks to xet7 !
* | | | - Trying Meteor 1.8.1-beta.0Lauri Ojansivu2018-10-105-75/+83
| | | | | | | | | | | | | | | | Thanks to xet7 !
* | | | - Remove whitespace.v1.53.2Lauri Ojansivu2018-10-101-1/+1
| | | | | | | | | | | | | | | | Thanks to xet7 !
* | | | v1.53.2Lauri Ojansivu2018-10-103-3/+11
| | | |
* | | | - Add LDAP package to Docker and Snap.Lauri Ojansivu2018-10-102-1/+7
| | | | | | | | | | | | | | | | Thanks to xet7 !