summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* - Add permission "No comments" ↵Lauri Ojansivu2018-09-041-0/+9
| | | | | | | | | | https://github.com/wekan/wekan/commit/77efcf71376d3da6c19ad1a4910567263e83c0ca It is like normal user, but does not show comments and activities. Thanks to xet7 ! Related #1861
* - Add permission "No comments". It is like normal user, but does not show ↵Lauri Ojansivu2018-09-0412-39/+88
| | | | | | comments and activities. Thanks to xet7 !
* Update translations.Lauri Ojansivu2018-08-311-8/+8
|
* v1.39v1.39Lauri Ojansivu2018-08-293-4/+4
|
* - Only allow ifCanModify users to add dates on cards.Lauri Ojansivu2018-08-291-0/+8
| | | | Thanks to rjevnikar !
* Merge pull request #1867 from rjevnikar/commentOnlyDateFixLauri Ojansivu2018-08-291-4/+8
|\ | | | | Only allow ifCanModify users to add dates on cards
| * Only allow ifCanModify users to add dates (received, start, end, and due).rjevnikar2018-08-281-4/+8
| |
* | v1.38v1.38Lauri Ojansivu2018-08-293-4/+4
| |
* | - Add msavin:userCache to speedup Wekan.Lauri Ojansivu2018-08-281-2/+7
| | | | | | | | | | | | | | | | | | https://forums.meteor.com/t/introducing-a-new-approach-to-meteor-user-this-simple-trick-can-save-you-millions-of-database-requests/45336/7 https://github.com/msavin/userCache Thanks to msavin and xet7 ! Related #1672
* | - Add msavin:userCache.Lauri Ojansivu2018-08-282-0/+2
| | | | | | | | | | | | | | | | | | https://forums.meteor.com/t/introducing-a-new-approach-to-meteor-user-this-simple-trick-can-save-you-millions-of-database-requests/45336/7 https://github.com/msavin/userCache Thanks to msavin and xet7 ! Related #1672
* | - Fix Delete Board.Lauri Ojansivu2018-08-281-0/+8
| | | | | | | | Thanks to rjevnikar and xet7 !
* | - Fix Delete Board and keep confirmation popup.Lauri Ojansivu2018-08-281-2/+1
|/ | | | Thanks to xet7 !
* v1.37v1.37Lauri Ojansivu2018-08-283-4/+4
|
* Fix typo.Lauri Ojansivu2018-08-281-1/+1
|
* - Add Missing Index on cards.parentId since Swimlane integrationLauri Ojansivu2018-08-281-0/+11
| | | | | | | | to speedup Wekan; - Update OpenShift template to add Route and parameterize; - Fix typos in Wekan snap help. Thanks to Clement87, InfoSec812 and xet7 !
* - Add Missing Index on cards.parentId since Swimlane integrationLauri Ojansivu2018-08-281-0/+6
| | | | | | | | to speedup Wekan. Thanks to Clement87 ! Closes #1863
* Update translations.Lauri Ojansivu2018-08-281-41/+41
|
* Merge pull request #1865 from ↵Lauri Ojansivu2018-08-281-2/+35
|\ | | | | | | | | InfoSec812/InfoSec812-openshift-route-parameterized Update OpenShift template to add Route and parameterize
| * Change MongoDB ImageStream ConfigDeven Phillips2018-08-281-2/+2
| | | | | | Also debugging some issues
| * Add route to template and parameterizeDeven Phillips2018-08-281-1/+34
| |
* | Fix typos.Lauri Ojansivu2018-08-281-3/+3
|/
* Update translations.Lauri Ojansivu2018-08-271-33/+33
|
* v1.36v1.36Lauri Ojansivu2018-08-253-4/+4
|
* Add empty oauth2 settings to Sandstorm.Lauri Ojansivu2018-08-251-0/+6
|
* - Fix typos in security documentation.Lauri Ojansivu2018-08-251-2/+3
| | | | | | Thanks to tlevine ! Related https://github.com/wekan/wekan/pull/1857
* Merge pull request #1857 from tlevine/security-typosLauri Ojansivu2018-08-251-4/+4
|\ | | | | Security documentation typos
| * I removed the period from a non-sentence.Thomas Levine2018-08-241-1/+1
| |
| * I corrected typos in security documentation.Thomas Levine2018-08-241-3/+3
| |
* | Merge branch 'salleman33-devel' into develLauri Ojansivu2018-08-259-4/+161
|\ \ | |/ |/|
| * - [OAuth2 Login on Standalone ↵Lauri Ojansivu2018-08-258-29/+139
| | | | | | | | | | | | | | | | | | | | | | Wekan](https://github.com/wekan/wekan/wiki/OAuth2). For example, Rocket.Chat can provide OAuth2 login to Wekan. Also, if you have Rocket.Chat using LDAP/SAML/Google/etc for logging into Rocket.Chat, then same users can login to Wekan when Rocket.Chat is providing OAuth2 login to Wekan. Thanks to salleman33 and xet7 ! Closes #234
| * Merge branch 'devel' of https://github.com/salleman33/wekan into ↵Lauri Ojansivu2018-08-243-0/+47
|/| | | | | | | salleman33-devel
| * merge oidc and local account if existsAllemand Sylvain2018-04-101-6/+22
| |
| * authentification oauth2Allemand Sylvain2018-04-093-0/+31
| |
* | - Move labels back to original place at minicard.Lauri Ojansivu2018-08-231-0/+8
| | | | | | | | | | | | Thanks to hever and xet7 ! Closes #1842
* | - Move labels back to original place at minicard.Lauri Ojansivu2018-08-231-5/+4
| | | | | | | | | | | | Thanks to hever and xet7 ! Closes #1842
* | v1.35v1.35Lauri Ojansivu2018-08-233-4/+4
| |
* | Add webhooks-attributes to Sandstorm.Lauri Ojansivu2018-08-231-0/+1
| | | | | | | | Thanks to xet7 !
* | - Remove avatar url fix javascript version, it breaks too easily.Lauri Ojansivu2018-08-223-16/+1
| | | | | | | | | | | | | | | | | | Same can be done with Caddy. Thanks to xet7 ! Closes #1776, closes #386
* | Fix typos.Lauri Ojansivu2018-08-221-2/+5
| |
* | Fix typo.Lauri Ojansivu2018-08-221-1/+1
| |
* | Fix lint errors.Lauri Ojansivu2018-08-221-1/+1
| |
* | Fix typo.Lauri Ojansivu2018-08-221-1/+1
| |
* | - Make the attributes that the webhook sends configurable.Lauri Ojansivu2018-08-221-1/+4
| | | | | | | | Thanks to omarsy and xet7 !
* | Merge branch 'omarsy-devel' into develLauri Ojansivu2018-08-225-7/+21
|\ \
| * | - Add webhooks-attributes to Snap and Docker.Lauri Ojansivu2018-08-224-2/+17
| | | | | | | | | | | | Thanks to xet7 !
| * | Merge branch 'devel' of https://github.com/omarsy/wekan into omarsy-develLauri Ojansivu2018-08-221-5/+4
|/| |
| * | change let to constOmar Sy2018-08-221-1/+1
| | |
| * | make the attributes that the webhook sends configurableOmar Sy2018-08-221-5/+4
| | |
* | | - Remove suburl from beginning of avatar file path,Lauri Ojansivu2018-08-221-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | so that avatar images don't get broken when root-url changes to different sub-url. This does not change avatar urls in database, instead this fixes url on the fly after loading avatar url from database. Thanks to xet7 !
* | | - Remove suburl from beginning of avatar file path, so that avatar imagesLauri Ojansivu2018-08-222-1/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | don't get broken when root-url changes to different sub-url. This does not change avatar urls in database, instead this fixes url on the fly after loading avatar url from database. Thanks to xet7 ! Closes #1776, closes #386