pokemon-showdown-client/replays
Guangcong Luo 66238a9ee0 Refactor ntbb-session with auth checking
Auth checking was done relatively sporadically in the past, but this
change adds $users->isSysop/isAdmin/isLeader for more centralized
auth checking.
2021-07-05 18:25:35 -04:00
..
js Update Battle class API (#1686) 2021-01-23 13:17:23 -08:00
theme Remove SoundManager dependency (#1563) 2020-07-23 12:51:47 -07:00
.htaccess Add JSON API for replays 2020-04-16 03:53:00 -04:00
404.php Update button phrasing in replay 404 page (#1339) 2019-07-26 15:00:40 -05:00
503.php Add replay database code to version control (#1301) 2019-06-14 17:48:34 +09:00
apple-touch-icon.png Add replay database code to version control (#1301) 2019-06-14 17:48:34 +09:00
battle.log.php Fix 'Content-Type' capitalization 2020-04-18 10:42:01 -04:00
battle.php Refactor ntbb-session with auth checking 2021-07-05 18:25:35 -04:00
build Support configurable URLs (#1543) 2020-07-21 15:27:21 -07:00
converter.lib.php Fix missed instances of renaming Pokemon#species (#1486) 2020-03-27 20:21:48 -07:00
favicon.ico Add replay database code to version control (#1301) 2019-06-14 17:48:34 +09:00
index.php Remove objectionable replays from the homepage (#1727) 2021-03-04 18:31:12 -05:00
ps_prepreplays.sql Add replay database schema 2019-06-21 16:27:33 +09:00
ps_replays.sql Update database schemas (#1546) 2020-07-09 04:59:45 -07:00
README.md Improve and document replay search API 2020-04-16 03:53:00 -04:00
replay-config.example.inc.php Add replay database code to version control (#1301) 2019-06-14 17:48:34 +09:00
replays.lib.php Fix crash in replay upload 2020-11-17 20:54:31 -05:00
search.json.php Fix 'Content-Type' capitalization 2020-04-18 10:42:01 -04:00
search.php Unify username and format replay search internals (#1346) 2019-08-12 04:26:48 -07:00
turn-image.php Standardize file/directory names in sprites/ (#1370) 2019-09-13 00:55:55 -07:00
warstory.php Refactor sides to use .isFar over .n for graphics (#1658) 2020-11-24 06:11:02 -08:00

PS replays database

This is the code powering https://replay.pokemonshowdown.com/

JSON API

The replays database has a JSON API, documented at:

https://github.com/smogon/pokemon-showdown-client/blob/master/WEB-API.md