Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move In Progress ostrio-files changes to separate branch, and revert ↵ | Lauri Ojansivu | 2020-05-25 | 2 | -5/+7 |
| | | | | | | | | | | | | ostrio-files changes, so that: - Export to CSV/TSV with custom fields works - Attachments are not exported to disk - It is possible to build arm64/s390x versions again. Thanks to xet7 ! Related #3110 | ||||
* | Add default attachments store path /var/snap/wekan/common/uploads | Lauri Ojansivu | 2020-05-24 | 2 | -1/+7 |
| | | | | where attachments will be stored. | ||||
* | - Set Snap MongoDB compatibility to 4.2 according to Meteor ChangeLog. | Lauri Ojansivu | 2020-04-22 | 1 | -0/+2 |
| | | | | Thanks to xet7 ! | ||||
* | Update wekan-help | Allemand | 2020-04-14 | 1 | -0/+3 |
| | |||||
* | Update config | Allemand | 2020-04-14 | 1 | -1/+6 |
| | |||||
* | Add setting default NOTIFICATION_TRAY_AFTER_READ_DAYS_BEFORE_REMOVE=2 | Lauri Ojansivu | 2020-04-08 | 2 | -1/+10 |
| | | | | | | to all Wekan platforms https://github.com/wekan/wekan/pull/2998 Thanks to xet7 ! | ||||
* | Added some descriptions for ldap-group authentication | Michael Wodniok | 2020-03-14 | 2 | -5/+5 |
| | |||||
* | Add settings for mouse wheen scroll inertia and scroll amount. | Lauri Ojansivu | 2020-03-05 | 2 | -1/+21 |
| | | | | | | | | | | For example: sudo snap set scrollinertia='200' sudo snap set scrollamount='200' Thanks to danger89 and xet7 ! Related #2949 | ||||
* | Merge branch 'dollybean' of https://github.com/2020product/wekan into ↵ | Lauri Ojansivu | 2020-02-05 | 2 | -3/+3 |
| | | | | 2020product-dollybean | ||||
* | Add LD_LIBRARY_PATH. | Lauri Ojansivu | 2020-01-16 | 3 | -0/+3 |
| | |||||
* | Try to fix Snap. | Lauri Ojansivu | 2020-01-10 | 1 | -2/+2 |
| | | | | Thanks to xet7 ! | ||||
* | Remove LINKED_CARDS_ENABLED settings, because it does not work. | Lauri Ojansivu | 2019-12-22 | 2 | -9/+1 |
| | | | | Thanks to xet7 ! | ||||
* | LINKED_CARDS_ENABLED settings part 2. | Lauri Ojansivu | 2019-12-20 | 1 | -1/+1 |
| | | | | Thanks to xet7 ! | ||||
* | Merge pull request #2834 from Akuket/master | Lauri Ojansivu | 2019-12-20 | 2 | -1/+9 |
|\ | | | | | Issue #2688 | ||||
| * | Add LINKED_CARDS_ENABLED env var | Akuket | 2019-11-28 | 2 | -1/+9 |
| | | |||||
* | | Upgrade to Meteor 1.8.3 and Node 8.17.0. | Lauri Ojansivu | 2019-12-20 | 2 | -5/+5 |
| | | | | | | | | | | | | | | Update release scripts. Fix ldap background sync documentation part 2. Thanks to xet7 ! | ||||
* | | Back to Meteor 1.8.x. | Lauri Ojansivu | 2019-12-05 | 1 | -2/+2 |
| | | |||||
* | | Update to Meteor 1.9-beta.4, Node.js 12.13.1 and MongoDB 4.2.1. | Lauri Ojansivu | 2019-12-05 | 1 | -2/+2 |
|/ | | | | | | | | Remove MongoDB option --smallfiles that is not supported in MongoDB 4.2.1. Add MongoDB option --quiet to docker-compose.yml. Update snap fibers to 4.0.1. Thanks to xet7 ! | ||||
* | Add to snap Snap MongoDB logging option --quiet . | Lauri Ojansivu | 2019-11-21 | 1 | -2/+2 |
| | | | | | | Thanks to fmeehan and xet7 ! Closes wekan/wekan-snap#113 | ||||
* | #2738 adding all pertinent help file for due days, plus modified the ↵ | Sam X. Chen | 2019-10-01 | 1 | -6/+3 |
| | | | | .list-header-name when in mobile mode | ||||
* | Feature enhancement: Allow wekan master have more flexiblity on setting up ↵ | Sam X. Chen | 2019-09-26 | 1 | -1/+1 |
| | | | | due reminder | ||||
* | LDAP: Fix USERDN example, when parameters contain spaces: | Lauri Ojansivu | 2019-09-06 | 1 | -2/+3 |
| | | | | | | LDAP_AUTHENTIFICATION_USERDN="CN=ldap admin,CN=users,DC=domainmatter,DC=lan" Thanks to compumatter ! | ||||
* | Default to BIGEVENTS_PATTERN=NONE so that Wekan sends less email | Lauri Ojansivu | 2019-08-26 | 1 | -2/+2 |
| | | | | | | | | | notifications. Thanks to rinnaz and xet7 ! Closes #2646, closes #2617 | ||||
* | Snap: Delete old MongoDB log, and log to syslog instead, because | Lauri Ojansivu | 2019-08-22 | 1 | -2/+26 |
| | | | | | | | | | syslog usually already has log rotation. Thanks to xet7 ! Closes wekan/wekan-snap#92, closes #1911 | ||||
* | Add setting CARD_OPENED_WEBHOOK_ENABLED=false as default. | Lauri Ojansivu | 2019-08-15 | 2 | -1/+11 |
| | | | | | | | Thanks to xet7 ! Related https://github.com/wekan/wekan/commit/843478ac40b7718f1096a75295522487f0ca6dbe , related #2518 | ||||
* | Update attachments help. | Lauri Ojansivu | 2019-08-11 | 1 | -2/+2 |
| | |||||
* | Remove meteor public variable. | Lauri Ojansivu | 2019-08-11 | 1 | -5/+1 |
| | | | | | | https://github.com/wekan/wekan/pull/2607/files#r312719580 Thanks to xet7 ! | ||||
* | Bugfix: 2560, 2604 - enable mixed mode mongodb attachment and filesystem ↵ | Sam X. Chen | 2019-08-10 | 2 | -1/+11 |
| | | | | attachment while reading | ||||
* | Add Features: allowing wekan master to set where the attachments stored on ↵ | Sam X. Chen | 2019-08-08 | 1 | -0/+4 |
| | | | | server instead of mongodb | ||||
* | Merge pull request #2584 from KuenzelIT/patch-1 | Lauri Ojansivu | 2019-08-07 | 1 | -1/+1 |
|\ | | | | | Fixed group filtering bug | ||||
| * | Fixed group filtering bug | kuenzelIT | 2019-08-06 | 1 | -1/+1 |
| | | | | | | To make the LDAP authentication work in our installation with group filtering, we had to set `KEY_LDAP_GROUP_FILTER_GROUP_NAME` to `ldap-group-filter-group-name`. | ||||
* | | Try to fix Snap MongoDB. | Lauri Ojansivu | 2019-08-06 | 4 | -18/+36 |
|/ | |||||
* | Merge branch 'master' of https://github.com/Trekky12/wekan into Trekky12-master | Lauri Ojansivu | 2019-08-04 | 2 | -1/+8 |
|\ | |||||
| * | add settings field for LDAP user authentication field | Tobias | 2019-08-04 | 2 | -1/+8 |
| | | |||||
* | | Try to fix Snap. | Lauri Ojansivu | 2019-08-04 | 2 | -1/+4 |
|/ | |||||
* | - Set LDAP_BACKGROUND_SYNC_INTERVAL='' (empty string) so it works | Lauri Ojansivu | 2019-07-26 | 2 | -3/+5 |
| | | | | | | | | and [does not crash](https://github.com/wekan/wekan/issues/2354#issuecomment-515305722). Thanks to benh57 and xet7 ! Closes #2354 | ||||
* | Add RICHER_CARD_COMMENT_EDITOR=true setting to Source/Snap/Docker/Sandstorm. | Lauri Ojansivu | 2019-07-26 | 2 | -1/+11 |
| | | | | | | More details at https://github.com/wekan/wekan/pull/2560 Thanks to xet7 ! | ||||
* | Allow to shrink attached/pasted image: Add to Snap/Docker/Source. | Lauri Ojansivu | 2019-07-18 | 2 | -1/+21 |
| | | | | Thanks to xet7 ! | ||||
* | Add BIGEVENTS_PATTERN to Source/Snap/Docker. | Lauri Ojansivu | 2019-07-11 | 2 | -1/+14 |
| | | | | Thanks to xet7 ! | ||||
* | Notify Due Days: Add settings to Snap/Docker/Source. | Lauri Ojansivu | 2019-07-10 | 2 | -1/+27 |
| | | | | | | Rename env variables to NOTIFY_DUE_DAYS_BEFORE_AND_AFTER and NOTIFY_DUE_AT_HOUR_OF_DAY. Thanks to xet7 ! | ||||
* | - Change OAuth2 whitelist default to empty string at snap, so it would be ↵ | Lauri Ojansivu | 2019-06-13 | 2 | -3/+3 |
| | | | | | | used as array on wekan/server/authentication.js. Thanks to xet7 ! | ||||
* | Default whitelist array, not string. | Lauri Ojansivu | 2019-06-13 | 1 | -1/+1 |
| | | | | Thanks to xet7 ! | ||||
* | Additional CORS headers settings, added earlier. In progress. | Lauri Ojansivu | 2019-06-10 | 2 | -1/+19 |
| | |||||
* | Fix Scope parsing Issue for OAuth2 Login | DominikPf | 2019-05-23 | 2 | -3/+3 |
| | |||||
* | - Fix: OAuth2 Requested Scopes are wrong / cannot be configured. | Lauri Ojansivu | 2019-05-22 | 2 | -1/+21 |
| | | | | | | Thanks to DominikPf and xet7 ! Closes #2412 | ||||
* | Option to login to the LDAP server with the user's own username and ↵ | Lauri Ojansivu | 2019-05-10 | 2 | -1/+8 |
| | | | | | | | | | | | password, instead of an administrator key. Default: false (use administrator key). With new setting: LDAP_USER_AUTHENTICATION=true Added to Snap, Docker and Source. Thanks to xet7 ! Related https://github.com/wekan/wekan/pull/2399 | ||||
* | Replace header login example variable names. | Lauri Ojansivu | 2019-04-08 | 2 | -11/+11 |
| | | | | Related #2019 | ||||
* | - OAUTH2_LOGIN_STYLE popup or redirect, part 2. | Lauri Ojansivu | 2019-03-21 | 2 | -1/+11 |
| | | | | Thanks to xet7 ! | ||||
* | Changed brute force protection package from eluck:accounts-lockout to | Lauri Ojansivu | 2019-03-11 | 2 | -1/+43 |
| | | | | | | | | | | lucasantoniassi:accounts-lockout that is maintained and works. Added Snap/Docker/Source settings. Thanks to xet7 ! Closes #1572, closes #1821 | ||||
* | [HTTP header automatic login. Not tested ↵ | Lauri Ojansivu | 2019-03-08 | 2 | -1/+24 |
| | | | | | | | | yet.](https://github.com/wekan/wekan/issues/2019). Thanks to xet7 ! Related #2019 |