Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | snap: also generate the html doc of the REST API | Benjamin Tissoires | 2019-01-18 | 1 | -0/+6 |
| | | | | | Same for snap: embed the documentation of the REST API in the snap. | ||||
* | Add openapi in snaps | Benjamin Tissoires | 2019-01-18 | 1 | -0/+11 |
| | | | | | Same thing than in the Dockerfile, snaps need to embed the current openapi yaml file. | ||||
* | snapcraft add nodejs and npm as build dependencies | Benjamin Tissoires | 2019-01-18 | 1 | -0/+2 |
| | | | | | | | | | When pulling the docker container snapcore/snapcraft to build the snap, those 2 packages are not present by default leading to a failure in the snap creation. Note: it is good to call `apt-get update` before `snapcraft` or the build will fail. | ||||
* | - Use Node 8.15.0 and MongoDB 3.2.22. | Lauri Ojansivu | 2018-12-26 | 1 | -2/+2 |
| | | | | | | - 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 ! | ||||
* | - Because scrollbar uses [remote file from ↵ | Lauri Ojansivu | 2018-12-14 | 1 | -0/+5 |
| | | | | | | | | | | | 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 | ||||
* | - Upgrade Node from v8.12 to v8.14 | Lauri Ojansivu | 2018-12-03 | 1 | -15/+2 |
| | | | | | | - Revert non-working architectures that were added at v1.79, so now Wekan is just amd64 as before. Thanks to xet7 ! | ||||
* | - Build snap also on i386, armhf and arm64. Ignore if it fails. | Lauri Ojansivu | 2018-12-02 | 1 | -1/+14 |
| | | | | | | | | | Most likely armhf and arm64 does not build yet, I will add fixes later. Thanks to xet7 ! Related #1503, related wekan/wekan-snap#46 | ||||
* | - [Fix Snap database-list-backups ↵ | Lauri Ojansivu | 2018-11-19 | 1 | -1/+1 |
| | | | | | | command](https://github.com/wekan/wekan-snap/issues/26). Thanks to WaryWolf. Closes wekan/wekan-snap#26 | ||||
* | - 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 some changes to snap. | Lauri Ojansivu | 2018-10-11 | 1 | -2/+2 |
| | | | | Thanks to xet7 ! | ||||
* | - Try MongoDB 4.0.3 | Lauri Ojansivu | 2018-10-10 | 1 | -1/+1 |
| | | | | Thanks to xet7 ! | ||||
* | - Try to get latest npm. | Lauri Ojansivu | 2018-10-10 | 1 | -1/+2 |
| | |||||
* | - Try to fix snap. | Lauri Ojansivu | 2018-10-10 | 1 | -1/+0 |
| | | | | Thanks to xet7 ! | ||||
* | Try to fix snap | Lauri Ojansivu | 2018-10-10 | 1 | -2/+2 |
| | |||||
* | - 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 | -0/+5 |
| | | | | Thanks to xet7 ! | ||||
* | Add CAS with attributes. | Lauri Ojansivu | 2018-09-28 | 1 | -0/+5 |
| | | | | Thanks to ppoulard ! | ||||
* | - Use official Node v8.12.0 | Lauri Ojansivu | 2018-09-17 | 1 | -9/+9 |
| | | | | Thanks to xet7 ! | ||||
* | - Upgrade to MongoDB v3.2.21 | Lauri Ojansivu | 2018-09-10 | 1 | -1/+1 |
| | | | | Thanks to xet7 ! | ||||
* | Add Caddy plugins: | Lauri Ojansivu | 2018-08-22 | 1 | -1/+1 |
| | | | | | | | | | | | | - [http.filter](https://caddyserver.com/docs/http.filter) for changing Wekan UI on the fly, for example custom logo, or changing to all different CSS file to have custom theme; - [http.ipfilter](https://caddyserver.com/docs/http.ipfilter) to block requests by ip address; - [http.realip](https://caddyserver.com/docs/http.realip) for showing real X-Forwarded-For IP to behind proxy. Thanks to Caddy contributors and xet7 ! | ||||
* | Remove Trello. | Lauri Ojansivu | 2018-08-14 | 1 | -1/+1 |
| | |||||
* | Update node to v8.12.0 prerelease build. | Lauri Ojansivu | 2018-08-04 | 1 | -2/+2 |
| | |||||
* | Revert snap changes. | Lauri Ojansivu | 2018-08-04 | 1 | -7/+8 |
| | |||||
* | Try to fix snap. | Lauri Ojansivu | 2018-08-04 | 1 | -8/+7 |
| | |||||
* | Check for existing directories when building snap. | Lauri Ojansivu | 2018-07-30 | 1 | -6/+14 |
| | |||||
* | No error if existing directory, with mkdir. | Lauri Ojansivu | 2018-07-30 | 1 | -1/+1 |
| | |||||
* | v1.14v1.14 | Lauri Ojansivu | 2018-07-06 | 1 | -2/+2 |
| | |||||
* | v1.13v1.13 | Lauri Ojansivu | 2018-07-06 | 1 | -1/+1 |
| | |||||
* | 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 | ||||
* | Actually, without @latest it works the same. | Lauri Ojansivu | 2018-05-26 | 1 | -1/+1 |
| | |||||
* | Use latest npm. | Lauri Ojansivu | 2018-05-26 | 1 | -1/+1 |
| | |||||
* | Remove bcrypt, continued. | Lauri Ojansivu | 2018-05-26 | 1 | -5/+10 |
| | |||||
* | filtering out swap file created at build time, adding stage package | Ondrej Kubik | 2018-05-25 | 1 | -0/+4 |
| | | | | Signed-off-by: Ondrej Kubik <ondrej.kubik@canonical.com> | ||||
* | Use NPM 6.0.1 | Lauri Ojansivu | 2018-05-19 | 1 | -1/+1 |
| | |||||
* | MongoDB v3.2.20 | Lauri Ojansivu | 2018-05-19 | 1 | -1/+1 |
| | |||||
* | Try to fix snap build | Lauri Ojansivu | 2018-04-27 | 1 | -2/+4 |
| | |||||
* | Try to fix snap | Lauri Ojansivu | 2018-04-27 | 1 | -2/+3 |
| | |||||
* | Try to fix snap. | Lauri Ojansivu | 2018-04-27 | 1 | -2/+2 |
| | |||||
* | Removed not-used plugins part of Caddy download URL. | Lauri Ojansivu | 2018-04-20 | 1 | -1/+1 |
| | | | | Thanks to xet7 ! | ||||
* | Use override-build instead of old deprecated prepare/build/install. | Lauri Ojansivu | 2018-04-20 | 1 | -3/+1 |
| | | | | | | | | https://github.com/canonical-docs/snappy-docs/blob/master/deprecation-notices/dn7.md Thanks to kyrofa ! Closes wekan/wekan-snap#45 | ||||
* | Use curl to download 100% CPU usage fibers fixed node in snap. | Lauri Ojansivu | 2018-04-18 | 1 | -2/+2 |
| | |||||
* | Removed paxctl alpine fix #1303 , because it did not work anymore. | Lauri Ojansivu | 2018-04-18 | 1 | -2/+3 |
| | | | | | | Thanks to xet7 ! Closes #1594 | ||||
* | Fix Node Fibers 100% CPU issue. | Lauri Ojansivu | 2018-04-16 | 1 | -1/+19 |
| | | | | | | Thanks to kentonv ! Related wekan/wekan-mongodb#2, related meteor/meteor#9796 | ||||
* | Remove warnings about Docker. MongoDB to 3.2.19. | Lauri Ojansivu | 2018-04-04 | 1 | -1/+1 |
| | |||||
* | Use personal license for non-commercial use only for Caddy. | Lauri Ojansivu | 2018-03-21 | 1 | -1/+1 |
| | | | | Related wekan/wekan-snap#39 | ||||
* | Change snap to previous MongoDB version 3.2.18 because of data loss: | Lauri Ojansivu | 2018-03-15 | 1 | -1/+1 |
| | | | | https://github.com/wekan/wekan-mongodb/issues/9 | ||||
* | MongoDB 3.2.19 | Lauri Ojansivu | 2018-03-06 | 1 | -1/+1 |
| | |||||
* | Adding network hooks for configure hook to fix security denials | Ondrej Kubik | 2018-03-01 | 1 | -0/+6 |
| | | | | Signed-off-by: Ondrej Kubik <ondrej.kubik@canonical.com> |