Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix Wekan not load at all in Firefox v.68 for Android. | Lauri Ojansivu | 2020-04-25 | 1 | -0/+2 |
| | | | | | | Thanks to xet7 ! Closes #3021 | ||||
* | Upgrade to Meteor 1.10.2 | Lauri Ojansivu | 2020-04-22 | 1 | -1/+1 |
| | | | | Thanks to Meteor developers and xet7 ! | ||||
* | Rename Dockerfile.amd64 back to Dockerfile, because automatic builds did not ↵ | Lauri Ojansivu | 2020-04-17 | 1 | -0/+295 |
| | | | | | | work. Thanks to xet7 ! | ||||
* | Adding dockerfiles for multi-arch builds and manifest. | thewoosterisroot | 2020-04-16 | 1 | -294/+0 |
| | |||||
* | Add setting default NOTIFICATION_TRAY_AFTER_READ_DAYS_BEFORE_REMOVE=2 | Lauri Ojansivu | 2020-04-08 | 1 | -0/+1 |
| | | | | | | to all Wekan platforms https://github.com/wekan/wekan/pull/2998 Thanks to xet7 ! | ||||
* | Add settings for mouse wheen scroll inertia and scroll amount. | Lauri Ojansivu | 2020-03-05 | 1 | -1/+3 |
| | | | | | | | | | | For example: sudo snap set scrollinertia='200' sudo snap set scrollamount='200' Thanks to danger89 and xet7 ! Related #2949 | ||||
* | Try to revert remaining of the following changes: | Lauri Ojansivu | 2020-03-01 | 1 | -1/+1 |
| | | | | | | | | - Revert change made at Wekan v3.81, because building did not work: [Try to make Meteor build time shorter by excluding legacy and cordova. This was made possible by Meteor 1.10-rc.2](https://github.com/wekan/wekan/commit/0d3002f69d97e646fa7368bfdade4f78c51e9884). Thanks to xet7. | ||||
* | Try to make Meteor build time shorter by excluding legacy and cordova. | Lauri Ojansivu | 2020-03-01 | 1 | -2/+2 |
| | | | | Thanks to xet7 ! | ||||
* | Update to Meteor 1.9.1, Node 12.16.1 etc newest dependencies. | Lauri Ojansivu | 2020-02-20 | 1 | -1/+1 |
| | |||||
* | Use Meteor 1.9 and Node.js 12.15.0 on Snap and Docker. | Lauri Ojansivu | 2020-02-07 | 1 | -1/+1 |
| | | | | Thanks to xet7 ! | ||||
* | Merge branch 'dollybean' of https://github.com/2020product/wekan into ↵ | Lauri Ojansivu | 2020-02-05 | 1 | -1/+1 |
| | | | | 2020product-dollybean | ||||
* | Upgrade to Meteor 1.9, Node 12.14.1 and MongoDB 4.2.2. | 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 | 1 | -2/+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 | 1 | -0/+1 |
|\ | | | | | Issue #2688 | ||||
| * | Add LINKED_CARDS_ENABLED env var | Akuket | 2019-11-28 | 1 | -0/+1 |
| | | |||||
* | | Upgrade to Meteor 1.8.3 and Node 8.17.0. | Lauri Ojansivu | 2019-12-20 | 1 | -1/+1 |
| | | | | | | | | | | | | | | 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 | -11/+11 |
| | | |||||
* | | Update to Meteor 1.9-beta.4, Node.js 12.13.1 and MongoDB 4.2.1. | Lauri Ojansivu | 2019-12-05 | 1 | -11/+11 |
|/ | | | | | | | | 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 ! | ||||
* | Change base image eoan to rolling, that is probably always newest Ubuntu | Lauri Ojansivu | 2019-11-21 | 1 | -1/+1 |
| | | | | | | rolling version. Thanks to xet7 ! | ||||
* | It seems Ubuntu eoan package bsdtar has been renamed to libarchive-tools. | Lauri Ojansivu | 2019-11-21 | 1 | -1/+1 |
| | | | | Thanks to xet7 ! | ||||
* | Dockerfile: Use eoan base image. Add missing python3 dependency for node-gyp. | Lauri Ojansivu | 2019-11-21 | 1 | -2/+2 |
| | | | | Thanks to xet7 ! | ||||
* | Update Node.js to v8.16.2. | Lauri Ojansivu | 2019-11-13 | 1 | -1/+1 |
| | | | | Thanks to xet7 ! | ||||
* | Upgrade node, mongo and fibers. | Lauri Ojansivu | 2019-08-29 | 1 | -2/+2 |
| | | | | Thanks to xet7 ! | ||||
* | Default to BIGEVENTS_PATTERN=NONE so that Wekan sends less email | Lauri Ojansivu | 2019-08-26 | 1 | -1/+1 |
| | | | | | | | | | notifications. Thanks to rinnaz and xet7 ! Closes #2646, closes #2617 | ||||
* | Add setting CARD_OPENED_WEBHOOK_ENABLED=false as default. | Lauri Ojansivu | 2019-08-15 | 1 | -0/+1 |
| | | | | | | | Thanks to xet7 ! Related https://github.com/wekan/wekan/commit/843478ac40b7718f1096a75295522487f0ca6dbe , related #2518 | ||||
* | Add ATTACHMENTS_STORE_PATH to Dockerfile. | Lauri Ojansivu | 2019-08-11 | 1 | -0/+1 |
| | |||||
* | Add missing dependencies back. | Lauri Ojansivu | 2019-08-07 | 1 | -2/+2 |
| | | | | | | Thanks to whowillcare and xet7 ! Related #2589 | ||||
* | Try to make release sizes smaller by deleting phantomjs. | Lauri Ojansivu | 2019-08-07 | 1 | -0/+5 |
| | | | | Thanks to xet7 ! | ||||
* | add settings field for LDAP user authentication field | Tobias | 2019-08-04 | 1 | -0/+1 |
| | |||||
* | - Set LDAP_BACKGROUND_SYNC_INTERVAL='' (empty string) so it works | Lauri Ojansivu | 2019-07-26 | 1 | -1/+1 |
| | | | | | | | | 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 | 1 | -0/+1 |
| | | | | | | More details at https://github.com/wekan/wekan/pull/2560 Thanks to xet7 ! | ||||
* | Try to fix Dockerfile. | Lauri Ojansivu | 2019-07-24 | 1 | -6/+6 |
| | |||||
* | Remove python, docs generations etc from Dockerfile. | Lauri Ojansivu | 2019-07-18 | 1 | -19/+19 |
| | |||||
* | Allow to shrink attached/pasted image: Add to Snap/Docker/Source. | Lauri Ojansivu | 2019-07-18 | 1 | -0/+2 |
| | | | | Thanks to xet7 ! | ||||
* | Add BIGEVENTS_PATTERN to Source/Snap/Docker. | Lauri Ojansivu | 2019-07-11 | 1 | -0/+1 |
| | | | | Thanks to xet7 ! | ||||
* | Try to fix Dockerfile. | Lauri Ojansivu | 2019-07-11 | 1 | -1/+1 |
| | |||||
* | Try to fix Dockerfile. | Lauri Ojansivu | 2019-07-10 | 1 | -3/+4 |
| | |||||
* | Try to fix Dockerfile. | Lauri Ojansivu | 2019-07-10 | 1 | -2/+1 |
| | |||||
* | Try to fix Dockerfile. | Lauri Ojansivu | 2019-07-10 | 1 | -9/+11 |
| | |||||
* | Try to fix Dockerfile. | Lauri Ojansivu | 2019-07-10 | 1 | -1/+2 |
| | |||||
* | Try to fix Dockerfile. | Lauri Ojansivu | 2019-07-10 | 1 | -0/+1 |
| | |||||
* | Try to fix Dockerfile. | Lauri Ojansivu | 2019-07-10 | 1 | -0/+1 |
| | |||||
* | Try to fix Dockerfile. | Lauri Ojansivu | 2019-07-10 | 1 | -2/+2 |
| | |||||
* | Try to fix Dockerfile. | Lauri Ojansivu | 2019-07-10 | 1 | -1/+1 |
| | |||||
* | Try to fix Dockerfile. | Lauri Ojansivu | 2019-07-10 | 1 | -1/+2 |
| | |||||
* | Try to fix Dockerfile. | Lauri Ojansivu | 2019-07-10 | 1 | -1/+1 |
| | |||||
* | Try to fix Dockerfile. | Lauri Ojansivu | 2019-07-10 | 1 | -2/+2 |
| | |||||
* | Try to fix Dockerfile. | Lauri Ojansivu | 2019-07-10 | 1 | -3/+4 |
| | | | | Thanks to xet7 ! | ||||
* | Try to fix Dockerfile. | Lauri Ojansivu | 2019-07-10 | 1 | -1/+1 |
| | | | | Thanks to xet7 ! |