Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | openapi: generate the HTML documentation too and embed it in the image | Benjamin Tissoires | 2019-01-18 | 1 | -1/+4 |
| | | | | | | Aligning with the requirement to run the container without external resources: embed the documentation of the REST API directly in the Docker image. | ||||
* | Generate the OpenAPI in the Dockerfile | Benjamin Tissoires | 2019-01-18 | 1 | -1/+13 |
| | | | | | | When we build the docker container, we need to generate the openapi description in it so the geenrated API actually matches the code the container is running. | ||||
* | - Use Node 8.15.0 and MongoDB 3.2.22. | Lauri Ojansivu | 2018-12-26 | 1 | -1/+1 |
| | | | | | | - Stacksmith: back to Meteor 1.6.x based Wekan, because Meteor 1.8.x based is currently broken. Thanks to xet7 ! | ||||
* | - Upgrade to node v8.14.1 | Lauri Ojansivu | 2018-12-21 | 1 | -1/+1 |
| | | | | Thanks to xet7 ! | ||||
* | Add a new env var to select the default authentication method | guillaume | 2018-12-19 | 1 | -1/+3 |
| | |||||
* | - Because scrollbar uses [remote file from ↵ | Lauri Ojansivu | 2018-12-14 | 1 | -0/+1 |
| | | | | | | | | | | | CDN](https://github.com/MaazAli/Meteor-Malihu-Custom-Scrollbar/blob/master/jquery.mCustomScrollbar.js#L50), fork package to https://github.com/wekan/wekan-scrollbar and include non-minified file locally to Wekan, so that using scrollbar works without direct connection to Internet. Wekan should not load any external files by default, as was case before new scrollbar, and is again now after this fix. Closes #2056 | ||||
* | - Remove extra commas `,` and add missing backslash `\`. | Lauri Ojansivu | 2018-12-04 | 1 | -2/+2 |
| | | | | | | | | | Maybe after that login, logout and CORS works. Thanks to xet7 ! Related #2045, related wekan/wekan-snap#69 | ||||
* | - Upgrade Node from v8.12 to v8.14 | Lauri Ojansivu | 2018-12-03 | 1 | -1/+1 |
| | | | | | | - Revert non-working architectures that were added at v1.79, so now Wekan is just amd64 as before. Thanks to xet7 ! | ||||
* | - Add CORS https://enable-cors.org/server_meteor.html | Lauri Ojansivu | 2018-12-03 | 1 | -1/+3 |
| | | | | | | | | - Add missing LDAP and TIMER environment variables. Thanks to xet7 ! Closes wekan/wekan-snap#69 | ||||
* | revert changes for patch authentication | guillaume | 2018-11-22 | 1 | -0/+8 |
| | |||||
* | - Add [LDAP_FULLNAME_FIELD](https://github.com/wekan/wekan-ldap/issues/10). ↵ | Lauri Ojansivu | 2018-11-20 | 1 | -0/+2 |
| | | | | | | | Thanks to alkemyst and xet7. Closes wekan/wekan-ldap#21, closes wekan/wekan-ldap#10 | ||||
* | - Revert Improve authentication to [fix Login ↵ | Lauri Ojansivu | 2018-11-17 | 1 | -9/+1 |
| | | | | | | | | failure](https://github.com/wekan/wekan/issues/2004). Thanks to xet7 ! Closes #2004 | ||||
* | Logout with timer | guillaume | 2018-11-06 | 1 | -2/+10 |
| | |||||
* | Merge branch 'api-fixes' of https://github.com/bentiss/wekan into ↵ | Lauri Ojansivu | 2018-10-23 | 1 | -0/+1 |
|\ | | | | | | | bentiss-api-fixes | ||||
| * | Dockerfile: use set -o xtrace | Benjamin Tissoires | 2018-10-23 | 1 | -0/+1 |
| | | | | | | | | | | This allows to see the progress of the generation of the Docker image. | ||||
* | | - Back to Meteor 1.6.0.1 and MongoDB 3.2.21 to make Snap work. | Lauri Ojansivu | 2018-10-23 | 1 | -1/+1 |
|/ | | | | Thanks to xet7 ! | ||||
* | - Try to fix Dockerfile. | Lauri Ojansivu | 2018-10-10 | 1 | -1/+1 |
| | | | | Thanks to xet7 ! | ||||
* | - Try to fix Dockerfile | Lauri Ojansivu | 2018-10-10 | 1 | -1/+1 |
| | | | | Thanks to xet7 ! | ||||
* | - Try to fix Docker. | Lauri Ojansivu | 2018-10-10 | 1 | -2/+3 |
| | | | | Thanks to xet7 ! | ||||
* | - Use Meteor 1.8.1-beta.0 | Lauri Ojansivu | 2018-10-10 | 1 | -1/+1 |
| | | | | Thanks to xet7 ! | ||||
* | - Add LDAP package to Docker and Snap. | Lauri Ojansivu | 2018-10-10 | 1 | -1/+2 |
| | | | | Thanks to xet7 ! | ||||
* | add ldap support | simplify authentications | guillaume | 2018-10-09 | 1 | -1/+81 |
| | |||||
* | Add CAS with attributes. | Lauri Ojansivu | 2018-09-28 | 1 | -0/+1 |
| | | | | Thanks to ppoulard ! | ||||
* | - Fix Dockerfile Meteor install by changing tar to bsdtar. | Lauri Ojansivu | 2018-09-19 | 1 | -3/+13 |
| | | | | | | Thanks to maurice-schleussinger and xet7 ! Closes #1900 | ||||
* | - Use official Node v8.12.0 | Lauri Ojansivu | 2018-09-17 | 1 | -5/+5 |
| | | | | Thanks to xet7 ! | ||||
* | - [OAuth2 Login on Standalone ↵ | Lauri Ojansivu | 2018-08-25 | 1 | -1/+13 |
| | | | | | | | | | | | 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 | ||||
* | - Add webhooks-attributes to Snap and Docker. | Lauri Ojansivu | 2018-08-22 | 1 | -1/+3 |
| | | | | Thanks to xet7 ! | ||||
* | - Content Policy: Allow inline scripts, otherwise there is errors in ↵ | Lauri Ojansivu | 2018-08-15 | 1 | -2/+2 |
| | | | | | | | | browser/inspect/console. - Set default matomo settings to disabled. Thanks to xet7 ! | ||||
* | Try to fix Dockerfile. | Lauri Ojansivu | 2018-08-14 | 1 | -16/+16 |
| | |||||
* | Try to fix Docker env variables. | Lauri Ojansivu | 2018-08-14 | 1 | -15/+15 |
| | |||||
* | - When Content Policy is enabled, allow one URL to have iframe that embeds Wekan | Lauri Ojansivu | 2018-08-13 | 1 | -1/+4 |
| | | | | | | | | | - Add option to turn off Content Policy - Allow always in Wekan markdown <img src="any-image-url-here"> Thanks to xet7 ! Closes #1676 | ||||
* | - Use new WITH_API and Matomo env variables at Dockerfile. | Lauri Ojansivu | 2018-08-09 | 1 | -0/+11 |
| | | | | Closes #1820 | ||||
* | Update node to v8.12.0 prerelease build. | Lauri Ojansivu | 2018-08-04 | 1 | -3/+3 |
| | |||||
* | Change Run User for Openshift compliance | Thibaut Demaret | 2018-08-02 | 1 | -1/+2 |
| | |||||
* | Reverting change, Docker container did not build. | Lauri Ojansivu | 2018-07-30 | 1 | -1/+1 |
| | |||||
* | Try to fix glibc in Dockerfile. | Lauri Ojansivu | 2018-07-30 | 1 | -1/+1 |
| | |||||
* | enable/disable api with env var | guillaume | 2018-07-24 | 1 | -1/+1 |
| | |||||
* | v1.12v1.12 | Lauri Ojansivu | 2018-07-06 | 1 | -2/+2 |
| | |||||
* | Revert Dockerfile changes. | Lauri Ojansivu | 2018-07-02 | 1 | -18/+8 |
| | |||||
* | Fix typo. | Lauri Ojansivu | 2018-07-02 | 1 | -1/+1 |
| | |||||
* | Try to fix Dockerfile. | Lauri Ojansivu | 2018-07-02 | 1 | -0/+1 |
| | |||||
* | Fix typo. | Lauri Ojansivu | 2018-07-02 | 1 | -1/+1 |
| | |||||
* | Try to fix Dockerfile. | Lauri Ojansivu | 2018-07-02 | 1 | -1/+3 |
| | |||||
* | Fix URL. | Lauri Ojansivu | 2018-07-02 | 1 | -1/+1 |
| | |||||
* | Try to fix Dockerfile. | Lauri Ojansivu | 2018-07-02 | 1 | -49/+3 |
| | |||||
* | Try to fix Dockerfile. | Lauri Ojansivu | 2018-07-02 | 1 | -6/+6 |
| | |||||
* | Try to fix Dockerfile. | Lauri Ojansivu | 2018-07-02 | 1 | -15/+15 |
| | |||||
* | Download node from sandstorm in Dockerfile. | Lauri Ojansivu | 2018-07-02 | 1 | -15/+68 |
| | |||||
* | v1.08v1.08 | Lauri Ojansivu | 2018-06-27 | 1 | -2/+1 |
| | |||||
* | Copy latest Sandstorm Node.js fork binary from installed Sandstorm | Lauri Ojansivu | 2018-06-07 | 1 | -1/+1 |
| | | | | | | | | | | | /opt/sandstorm/sandstorm-234/bin/node to https://releases.wekan.team download server. Node binary is compiled by https://github.com/kentonv when doing new release of Sandstorm. Source code of binary is at: https://github.com/sandstorm-io/node |