The new Ripple frontend.
  • JavaScript 50.2%
  • CSS 38.7%
  • Less 7.7%
  • Go 2.3%
  • HTML 1.1%
Find a file
2017-04-15 10:30:57 +02:00
data Update locales (remove ko for the moment) 2017-04-12 20:34:48 +02:00
modules Start implementing localisation in JavaScript 2017-04-02 17:45:29 +02:00
routers/pagemappings move pagemappings to own module 2017-02-25 10:27:01 +01:00
scripts Update locales (remove ko for the moment) 2017-04-12 20:34:48 +02:00
semantic Fix placeholder color being completely white 2017-01-05 22:42:41 +01:00
services add cieca CSRF test 2017-01-24 16:09:39 +01:00
static Update locales (remove ko for the moment) 2017-04-12 20:34:48 +02:00
templates Changed paypal email in support page 2017-04-15 10:30:57 +02:00
vendor Update vendor 2017-02-12 12:05:00 +01:00
.gitignore It's not christmas anymore 2017-01-05 22:17:48 +01:00
2fa.go ADD EVERYTHING TO TEMPLATES FILE OH YEAH 2017-04-04 21:53:27 +02:00
avatar.go ADD EVERYTHING TO TEMPLATES FILE OH YEAH 2017-04-04 21:53:27 +02:00
context.go Move from git.zxq.co to zxq.co 2017-01-14 19:15:25 +01:00
doc.go ⬆️ v1.4.0 ⬆️ 2017-04-12 20:35:30 +02:00
errors.go ADD EVERYTHING TO TEMPLATES FILE OH YEAH 2017-04-04 21:53:27 +02:00
funcmap.go Update locales (remove ko for the moment) 2017-04-12 20:34:48 +02:00
gulpfile.js Start implementing localisation in JavaScript 2017-04-02 17:45:29 +02:00
helpers.go ADD EVERYTHING TO TEMPLATES FILE OH YEAH 2017-04-04 21:53:27 +02:00
irc.go ADD EVERYTHING TO TEMPLATES FILE OH YEAH 2017-04-04 21:53:27 +02:00
LICENSE Forgetting we are using GNU AGPL: check 2016-12-08 14:24:07 +01:00
loadchangelog.go fix changelog freaking out 2016-10-18 18:26:12 +02:00
localisation.go Make website show localised text 2017-03-14 19:40:28 +01:00
login.go ADD EVERYTHING TO TEMPLATES FILE OH YEAH 2017-04-04 21:53:27 +02:00
main.go ADD EVERYTHING TO TEMPLATES FILE OH YEAH 2017-04-04 21:53:27 +02:00
make-dark.sh Create script to generate dark theme, build static/dark 2016-12-16 11:51:53 +01:00
messages.go Add messages system (for {error,success,info,...} messages) 2016-07-04 16:18:50 +02:00
package.json Start implementing localisation in JavaScript 2017-04-02 17:45:29 +02:00
profbackground.go Slight increase of 13% of profile background quality 2017-04-11 18:55:49 +02:00
profile.go ADD EVERYTHING TO TEMPLATES FILE OH YEAH 2017-04-04 21:53:27 +02:00
pw.go Initial work on localisation 2017-03-13 19:05:10 +01:00
rate_limiter.go use getContext instead of MustGet("context").(context) 2016-10-22 17:12:58 +02:00
README.md Add some notes on readme. 2017-04-04 19:28:41 +02:00
recovery.go Update vendor 2017-02-12 12:05:00 +01:00
register.go Don't add user to leaderboard when they register 2017-04-11 23:20:54 +02:00
semantic.json Update semantic to 2.2.6 2016-12-08 12:58:14 +01:00
sessions.go ADD EVERYTHING TO TEMPLATES FILE OH YEAH 2017-04-04 21:53:27 +02:00
simple.go ADD EVERYTHING TO TEMPLATES FILE OH YEAH 2017-04-04 21:53:27 +02:00
startuato_linux.go Move from git.zxq.co to zxq.co 2017-01-14 19:15:25 +01:00
startuato_windows.go When refreshing templates, restart the entire webserver 2016-11-03 17:52:37 +01:00
templates.go ADD EVERYTHING TO TEMPLATES FILE OH YEAH 2017-04-04 21:53:27 +02:00
tracking.go Move from git.zxq.co to zxq.co 2017-01-14 19:15:25 +01:00
yarn.lock Start implementing localisation in JavaScript 2017-04-02 17:45:29 +02:00

Hanayo

Ripple's messy frontend. https://ripple.moe

This repository has a mirror at https://github.com/osuripple/hanayo. The original repo is still at https://zxq.co/ripple/hanayo.

Hanayo was developed with the initial intention of it having very little Go code, so it was all in the main package. I underestimated the quantity of Go code I would have required for it, and it eventually grew into an unmanageable beast. There is some code splitting started, but refactoring is happing slowly but surely.