From 69e3c6e5f5eb049b7a63a9ffc226773a471c25fa Mon Sep 17 00:00:00 2001 From: Nathan DECHER Date: Mon, 18 Feb 2019 22:46:12 +0100 Subject: [PATCH 1/4] updated deps to make it work with node 10.x --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 3e1dde6..a64cb30 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ }, "license": "MIT", "dependencies": { - "bcrypt": "^1.0.3", + "bcrypt": "^3.0.4", "body-parser": "^1.18.2", "express": "^4.16.1", "express-handlebars": "^3.0.0", @@ -27,7 +27,7 @@ "multer": "^1.3.0", "randomstring": "^1.1.5", "sharp": "^0.21.0", - "sqlite3": "^3.1.13" + "sqlite3": "^4.0.6" }, "devDependencies": { "eslint": "^4.18.1", From 4d6cc7460dbb1b8ef5cd13e750b2fafc6eed0771 Mon Sep 17 00:00:00 2001 From: Pitu Date: Tue, 12 Mar 2019 03:43:42 +0000 Subject: [PATCH 2/4] Added support links --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d467c7d..bbd002b 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ -![lolisafe](public/images/fb_share.png) +![lolisafe](https://lolisafe.moe/8KFePddY.png) [![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square)](https://raw.githubusercontent.com/kanadeko/Kuro/master/LICENSE) [![Chat / Support](https://img.shields.io/badge/Chat%20%2F%20Support-discord-7289DA.svg?style=flat-square)](https://discord.gg/5g6vgwn) +[![Support me](https://img.shields.io/endpoint.svg?url=https%3A%2F%2Fshieldsio-patreon.herokuapp.com%2Fpitu&style=flat-square)](https://www.patreon.com/pitu) +[![Support me](https://img.shields.io/badge/Support-Buy%20me%20a%20coffee-yellow.svg?style=flat-square)](https://www.buymeacoffee.com/kana) # lolisafe, a small safe worth protecting. From 28bca3b195efb7919b5447a03a3d8220c1acb39c Mon Sep 17 00:00:00 2001 From: Kana Date: Tue, 12 Mar 2019 12:57:56 +0900 Subject: [PATCH 3/4] Update README.md --- README.md | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/README.md b/README.md index bbd002b..fa46b25 100644 --- a/README.md +++ b/README.md @@ -61,17 +61,7 @@ To make it easier and better than any other service, you can download [our Chrom Because of how nodejs apps work, if you want it attached to a domain name you will need to make a reverse proxy for it. Here is a tutorial [on how to do this with nginx](https://www.digitalocean.com/community/tutorials/how-to-set-up-a-node-js-application-for-production-on-ubuntu-16-04). Keep in mind that this is only a requirement if you want to access your lolisafe service by using a domain name, otherwise you can use the service just fine by accessing it from your server's IP. ## Sites using lolisafe -- [lolisafe.moe](https://lolisafe.moe): A small safe worth protecting. -- [safe.fiery.me](https://safe.fiery.me): Just another clone. -- [kayo.moe](https://kayo.moe): File hosting for all~ -- [dmca.gripe](https://dmca.gripe): a dmca-resistant, permanent file hosting service. -- [safe.succmy.wang](https://safe.succmy.wang): A private clone with a ~~funny~~ bad name -- [namir.in](https://namir.in): A private clone dedicated to best girl. -- [discordjs.moe](https://discordjs.moe): A まじ卍 as fuck copy of lolisafe.moe -- [i.liich.me](https://i.liich.me): Another private clone with a different look. -- [criminals.host](https://criminals.host): Redesigned, offshore by AZATEJ. -- [u.kawaaii.moe](https://u.kawaaii.moe/): Yet another clone with different & kawaii looks (10mb limit) -- Feel free to add yours here. +Refer to the [wiki](https://github.com/WeebDev/lolisafe/wiki/Sites-using-lolisafe) ## Author From 94bc88191e11a3bc73eb201424eb74f3f61699a1 Mon Sep 17 00:00:00 2001 From: Kana Date: Tue, 12 Mar 2019 17:24:36 +0900 Subject: [PATCH 4/4] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 27 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 17 ++++++++++++++ 2 files changed, 44 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..23fcbcc --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,27 @@ +--- +name: Bug report +about: Create a report to help us improve +title: "[BUG]" +labels: '' +assignees: '' + +--- + +**Describe the bug** +A clear and concise description of what the bug is. + +**To Reproduce** +Steps to reproduce the behavior: +1. Go to '...' +2. Click on '....' +3. Scroll down to '....' +4. See error + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**Screenshots** +If applicable, add screenshots to help explain your problem. + +**Additional context** +Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..956a005 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,17 @@ +--- +name: Feature request +about: Suggest an idea for this project +title: "[FEATURE REQUEST]" +labels: '' +assignees: '' + +--- + +**Is your feature request related to a problem? Please describe.** +A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] + +**Describe the solution you'd like** +A clear and concise description of what you want to happen. + +**Additional context** +Add any other context or screenshots about the feature request here.