This repository has been archived by the owner on Jun 11, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
30 changed files
with
352 additions
and
240 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
|
||
0.7.1 / 2017-07-02 | ||
================== | ||
|
||
* View transactions easier | ||
* Scheduled daily dependency update on sunday (#107) | ||
* Scheduled daily dependency update on tuesday (#104) | ||
* Using blackbox to encrypt/decrypt config files | ||
* Transaction id is now in file name(#100) | ||
* User gets logged in after successful decryption(#102) | ||
* Cleaned JS after #88 | ||
* Easier to export a transaction and view transaction details(#100) | ||
* Scheduled daily dependency update on friday (#98) | ||
* Update links to https://bunqweb.com |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule Wiki
updated
from eaaf1b to 8a7798
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
{ | ||
"name": "communitybunqweb", | ||
"description": "Bunq web interface made by bunqers", | ||
"main": "./manage.py", | ||
"authors": [ | ||
"OGKevin <Kevinhellemun@icloud.com>" | ||
], | ||
"license": "MIT", | ||
"keywords": [ | ||
"bunq", | ||
"pyhton", | ||
"django" | ||
], | ||
"homepage": "https://github.com/OGKevin/ComBunqWebApp", | ||
"ignore": [ | ||
"**/.*", | ||
"node_modules", | ||
"bower_components", | ||
"test", | ||
"tests" | ||
], | ||
"dependencies": { | ||
"bPopup": "bpopup#^0.11.0" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,9 @@ | ||
Hi I'm a bot, the bunq-bot here to help you the best way I can. | ||
|
||
I can help you with: | ||
Nothing at the moment :( | ||
My commands are: | ||
/start `To start receiving automatic messages.` | ||
/stop `To stop receiving automatic messages. This command should also be used before you want to remove me.` | ||
/news `Shows the recent 5 blog posts from bunq.` | ||
/help `Displays a help message.` | ||
|
||
If you need help you can use the /help command. | ||
|
||
My source code can be found [here](https://github.com/OGKevin/bunq-bot). | ||
My source code can be found [here](https://github.com/OGKevin/ComBunqWebApp/tree/master/bunq_bot). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
OGKevin |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
BunqWebApp/config.yaml | ||
Caddyfile | ||
uwsgi-develop.ini | ||
uwsgi.ini |
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.