Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Merge pull request #303 from bui/gdrive-beta
ImportSongs: Implement Google Drive beta testing
- Loading branch information
Showing
with
518 additions
and 49 deletions.
- +65 −5 app.py
- +5 −4 config.example.py
- +7 −2 public/src/css/view.css
- +34 −0 public/src/js/account.js
- +82 −4 public/src/js/customsongs.js
- +35 −21 public/src/js/gpicker.js
- +1 −1 public/src/js/main.js
- +17 −0 public/src/js/strings.js
- +5 −0 public/src/views/account.html
- +10 −2 public/src/views/customsongs.html
- +1 −0 public/src/views/login.html
- +9 −9 requirements.txt
- +1 −1 server.py
- +1 −0 templates/admin.html
- +21 −0 templates/admin_users.html
- +38 −0 templates/privacy.txt
- +146 −0 tools/categories.json
- +25 −0 tools/nginx.conf
- +15 −0 tools/supervisor.conf
Oops, something went wrong.