Admin Panel for Yimoko
  • JavaScript 64.6%
  • PHP 31.9%
  • CSS 3.1%
  • HTML 0.4%
Find a file
2018-02-25 09:07:30 +01:00
audio First commit 2016-04-20 20:50:51 +02:00
css Update fontawesome 2017-10-15 12:20:52 +02:00
fonts First commit 2016-04-20 20:50:51 +02:00
html_static .WEB. Update about page 2016-08-31 21:48:35 +02:00
images .WEB. New accounts now require verification, add captcha, add welcome and verify page, beatmaps page concept 2016-07-28 19:46:45 +02:00
inc Remove double exclamation marks in success messages in RAP (#5) 2018-02-25 09:07:30 +01:00
js .WEB. Fix rank request process in RAP not working with latest chrome/firefox/edge versions 2017-02-08 19:43:46 +01:00
palloncini .WEB. Fix np bug 2016-08-11 21:59:36 +02:00
secret@c2c6e5ebbb Updated submodule secret 2017-11-01 12:42:27 +01:00
ss First commit 2016-04-20 20:50:51 +02:00
.gitignore Remove useless entry in .gitignore 2017-07-22 16:46:04 +02:00
.gitmodules Laser granddad 2017-07-22 16:38:11 +02:00
apple-touch-icon.png .WEB. .NEW. New logo 2016-07-12 21:59:34 +02:00
composer.json .WEB. Add redis pubsub triggers to RAP 2016-11-20 11:34:56 +01:00
composer.lock .WEB. Add redis pubsub triggers to RAP 2016-11-20 11:34:56 +01:00
favicon-16x16.png .WEB. .NEW. New logo 2016-07-12 21:59:34 +02:00
favicon-32x32.png .WEB. .NEW. New logo 2016-07-12 21:59:34 +02:00
favicon.ico .WEB. .NEW. New logo 2016-07-12 21:59:34 +02:00
favicon.png First commit 2016-04-20 20:50:51 +02:00
index.php Add reports manager in RAP 2016-12-12 22:48:47 +01:00
LICENSE Update README and LICENSE 2016-08-01 10:45:15 +02:00
manifest.json .WEB. .NEW. New logo 2016-07-12 21:59:34 +02:00
README.md add link to github mirror 2016-11-29 16:42:28 +01:00
rewrite.php First commit 2016-04-20 20:50:51 +02:00
safari-pinned-tab.svg .WEB. .NEW. New logo 2016-07-12 21:59:34 +02:00
submit.php Remove documentation code 2018-02-08 16:48:51 +01:00

old-frontend

This is Ripple's current frontend, written in PHP. This is the only part of Ripple we've not rewritten since the first version of Ripple, and it sucks. We've actually rewritten also this. But, since the code is here just for reference, I don't think it's a huge problem.

Installation

Copy config.sample.php as config.php and edit it

$ cd inc
$ cp config.sample.php config.php
$ nano config.php

Then, run composer install on the main directory

$ composer install

License

All code in this repository is licensed under the GNU AGPL 3 License.
See the "LICENSE" file for more information