Commit Graph

75 Commits (7ec9e32d71b8638f7a2ae77162f4a77acf700bca)

Author SHA1 Message Date
Trivernis dd2a49209f Added command listing
- improved asynchronous command feature
- added waterfall to resolve array answers
- added function and array type to answerMessage types
6 years ago
Renovate Bot 2503d7c72b
Pin dependency fs-extra to 7.0.1 6 years ago
Trivernis 2a2f4abe66 Modifications
- replaced most promises with async/await
- added sqlite3 session storage
- restyled login page
- added session requirement to graphql
- deactivated incompatible
- modified mockobjects
- added fs-extra for async file operations
6 years ago
Trivernis d095922926 Code Style Corrections 6 years ago
Trivernis c0efaf2e80 Bugfixes and login system
**WARNING:** This login system is not safe because it transfers your password in plain text. Please wait for the next release.

- added https options
- added user password system
- added paused/playing to dashboard
- bugfixes to music playnext function
- Code Reformatting
6 years ago
Trivernis c46f34fd59 Changes to webservice
- added more query parameters
- started working on webinterface
- tokens for authentication
6 years ago
Trivernis 72794a2f63 Added Query entries
- changed id to type ID!
- changed id to md5 hash of base64 string of properties
- added discord Id
- added paging to arrays
- implemented guildHandler into Guild query type
- added saved to retrieve saved songs/playlists
- added ready indicator boolean
- added querying logs
- added presences array
- added config as String
- added prefix
6 years ago
Trivernis 275179b990 Added Graphiql
- added some discord objects (see schema for more info)
6 years ago
Trivernis 3bc3557796
Merge branch 'develop' into renovate/winston-3.x 6 years ago
Renovate Bot b6d7ccc4fe
Update dependency winston to v3.2.1 6 years ago
Trivernis 15ace55c24
Merge pull request #27 from Trivernis/renovate/winston-3.x
Update dependency winston to v3.2.0
6 years ago
Renovate Bot 07848ac761
Update dependency winston to v3.2.0 6 years ago
Trivernis 8b2f9c45cf Added --exit flag to mocha test 6 years ago
Trivernis 990628244e Added Tests
- added tests for the dj class
- moved to rewire for mocking
6 years ago
Trivernis d5d5c12126 Restructured Tests
- removed previous testfiles
- added test.js where all tests are stored
- added tests for lib/utils
- added standard test config
- added test config to devDependencies in package.json
- reconfigured circleci configuration
6 years ago
Trivernis bcfbada46c TestScripts 1
- added circleci configuration
- added mockobjects for testing without the discord api
- added a testscript for the music library
6 years ago
Trivernis 37207265fc
Merge pull request #15 from Trivernis/renovate/winston-daily-rotate-file-3.x
Update dependency winston-daily-rotate-file to v3.6.0
6 years ago
Trivernis 5ab7d32f15
Merge pull request #16 from Trivernis/renovate/ytdl-core-0.x
Update dependency ytdl-core to v0.29.1
6 years ago
Renovate Bot 74d3990a63
Update dependency ytdl-core to v0.29.1 6 years ago
Renovate Bot e360e5a15b
Update dependency winston-daily-rotate-file to v3.6.0 6 years ago
Renovate Bot 2485c35217
Pin dependency sqlite3 to 4.0.6 6 years ago
Trivernis e4e26cd51f Integration of SQLite
- Instead of storing data in files, the bot stores data in database-files (wow)
- Why? Because Databases are best
6 years ago
Renovate Bot 0984a20119
Update dependency ytdl-core to v0.28.3 6 years ago
Renovate Bot 696676b350
Pin dependencies 6 years ago
Trivernis 68a56ee3a5 Initialized Content 6 years ago