previous frontend we used for ripple - currently used for admin panel
  • JavaScript 61.1%
  • PHP 35.5%
  • CSS 3%
  • HTML 0.4%
Find a file
Giuseppe Guerra 828379d4a8 Merge branch 'feature/rank-announce' into 'master'
Add Discord webhook messages for Rank + Blacklist

See merge request ripple/old-frontend!1
2023-05-19 12:56:51 +00:00
audio First commit 2016-04-20 20:50:51 +02:00
css Admin log page restyle 2020-05-22 18:37:57 +02:00
discord I hate discord and its undocumented behaviour 2020-08-13 10:11:59 +00:00
fonts First commit 2016-04-20 20:50:51 +02:00
html_static Responsive RAP 2018-04-23 20:04:29 +02:00
images Ornella interface 2020-05-01 00:57:35 +02:00
inc Add Discord webhook messages for Rank + Blacklist 2023-05-19 12:56:51 +00:00
js Fix non-working pipoli loading icon 2020-05-01 00:57:50 +02:00
main_menu_icons New main menu icons system 2018-08-12 17:06:22 +02:00
palloncini .WEB. Fix np bug 2016-08-11 21:59:36 +02:00
secret@5757bf3159 Updated submodule secret 2021-04-02 17:19:47 +02:00
ss First commit 2016-04-20 20:50:51 +02:00
.dockerignore Add .dockerignore 2020-04-19 12:38:55 +02:00
.drone.yml CI: Disable cache 2023-05-17 13:54:16 +02:00
.gitignore New main menu icons system 2018-08-12 17:06:22 +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 Sentry 2020-07-30 19:31:17 +02:00
composer.lock Update composer dependencies 2021-02-01 12:46:46 +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 support for ppy_expires_on bancho setting 2021-03-07 15:17:24 +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 Removed unused code 2021-02-01 12:47:23 +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