-
Notifications
You must be signed in to change notification settings - Fork 4
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
1 parent
9b6cd7f
commit 089a243
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
Submodule stern
updated
26 files
+1 −1 | app/app.py | |
+1 −1 | app/common | |
+2 −24 | app/routes/__init__.py | |
+6 −0 | app/routes/account/register.py | |
+1 −1 | app/routes/api/beatmaps/update.py | |
+29 −0 | app/routes/public/__init__.py | |
+0 −0 | app/routes/public/beatmap.py | |
+0 −0 | app/routes/public/beatmapset.py | |
+0 −0 | app/routes/public/changelog.py | |
+0 −0 | app/routes/public/download.py | |
+0 −0 | app/routes/public/groups.py | |
+0 −0 | app/routes/public/home.py | |
+0 −0 | app/routes/public/multiplayer.py | |
+0 −0 | app/routes/public/rankings.py | |
+0 −0 | app/routes/public/scores.py | |
+0 −0 | app/routes/public/search.py | |
+3 −0 | app/routes/public/sitemap.py | |
+0 −0 | app/routes/public/users.py | |
+0 −6 | app/static/css/fontawesome.brands.min.css | |
+0 −9 | app/static/css/fontawesome.min.css | |
+0 −6 | app/static/css/fontawesome.solid.min.css | |
+0 −768 | app/static/css/nv.d3.min.css | |
+0 −5 | app/static/js/d3.v3.js | |
+0 −2 | app/static/js/jquery.min.js | |
+0 −232 | app/static/js/jquery.timeago.js | |
+0 −6 | app/static/js/nv.d3.js |