Commit Graph

185 Commits

Author SHA1 Message Date
Jill 27d82b509c prevent the server from starting if database isn't migrated 2023-01-04 02:39:14 +03:00
Jill 2c4ddaf0e8 fix viewing users' levels 2023-01-04 02:21:52 +03:00
Jill 9b55f5c423 dumb daily levels implementation 2023-01-04 02:20:45 +03:00
Jill 17a4332e24 fix images stretching in levels page 2023-01-03 22:44:32 +03:00
Jill 56750a8f31 simple levels viewer 2023-01-03 22:38:33 +03:00
Jill 49c23832dd disallow literally everything in robots.txt 2023-01-03 21:42:47 +03:00
Jill 93c0511a82 make a simple index homepage 2023-01-03 21:35:09 +03:00
Jill 6e04027170 polish up html endpoint stuff 2023-01-03 20:47:12 +03:00
Jill 9b2a1315ea add a warning when full server path and robtop server path does not match 2023-01-03 20:30:14 +03:00
Jill d8eca119b7 unhardcode hostname for song downloads 2023-01-03 20:23:35 +03:00
Jill d6ebc268ac add yt-dlp and ffmpeg as dependencies for the flake 2023-01-03 20:23:35 +03:00
winter 91d6e0b8d7 oops i uh . 2023-01-04 02:05:38 +09:00
winter cab49b61b1 song uploading is now real 2023-01-04 02:03:47 +09:00
Jill fab7136a1a functional nix flake 2023-01-03 17:50:05 +03:00
Jill bfb62f3e47 stricter requirements for accounts 2023-01-03 16:20:31 +03:00
Jill 2533475a2e update levels 2023-01-03 15:59:57 +03:00
Jill 7da5bbf575 id incrementing typo fix 2023-01-03 15:47:58 +03:00
Jill daa1e74533 switch level storage to file-based instead of blobs in db 2023-01-03 14:42:18 +03:00
Jill c27c9dca4c no more heading into lib/ to fix crystal-db :slugclose: 2023-01-03 14:14:48 +03:00
Jill ba0eb75f9e update readme and really elaborate on Why 2023-01-03 14:09:58 +03:00
Jill 5937c3978c oops forgot to remove debug line 2023-01-03 13:55:45 +03:00
Jill 310ba24084 more intensive upload checks; config update 2023-01-03 13:46:11 +03:00
Jill 6587cb4adf add level parsing for intensive upload checks, remove GDBase64 2023-01-03 13:38:23 +03:00
Jill e455a304b9 refactor endpoint system
context is now passed in instead of just the body

will allow for ip bans and similar in the future :slugclose:
2023-01-03 10:02:50 +03:00
Jill 0c6f4219da rename wt1 to editor_time, wt2 to editor_time_copies 2023-01-03 09:14:02 +03:00
Jill 46a4d06983 put newfound gddocs info to use
fun fact: this exists https://docs.gdprogra.me/

:slugclose:
2023-01-03 08:58:24 +03:00
Jill 09ff7b4800 get rid of cakefile :stupib: 2023-01-03 08:07:15 +03:00
Jill aa4f2d2c48 wip nix flake; currently doesn't work but 2023-01-03 07:27:27 +03:00
Jill fd50948ec7 switch migrate.cr to my own fork 2023-01-03 06:43:11 +03:00
Jill 7f9323c72f cache gjp checks for performance; switch everything to Accounts.auth 2023-01-02 19:07:33 +03:00
Jill e50acbcfd6 weekly level score leaderboard 2023-01-02 18:55:21 +03:00
Jill 69d9c5aee7 make mappack impl work with >3 mappacks 2023-01-02 18:14:06 +03:00
Jill 92cfd710c9 group map packs correctly question mark ? 2023-01-02 17:44:22 +03:00
Jill 8f3caccce2 see your own unlisted levels 2023-01-02 17:21:39 +03:00
Jill ef072cf082 viewing user levels fix 2023-01-02 17:12:12 +03:00
Jill 50c3f00035 single-line change to make unlisted levels work 2023-01-02 17:07:18 +03:00
Jill 903a7dd869 make search queries & level id lookups work 2023-01-02 17:06:32 +03:00
Jill 551bc7cbcf trending error fix, make errors actually log 2023-01-02 17:00:04 +03:00
Jill d4e930e424 switch all auto-incrementing ids to a single tracking system
this is to prevent ids from overlapping after a level is deleted

this WILL cause issues on older databases. i will not be responsible
2023-01-02 16:32:31 +03:00
Jill 02461ec944 clean downloadLevel up a little 2023-01-02 15:21:49 +03:00
Jill a4e28cb708 clean up comments 2023-01-02 15:12:41 +03:00
Jill c6b7fe3dfb pretty logs :) 2023-01-02 13:59:37 +03:00
Jill ae2901e859 fix directory listings displaying on / 2023-01-02 12:37:06 +03:00
Jill a7357c7f0d polish up songs, refactor http server initialization 2023-01-02 12:31:55 +03:00
Jill 8b3a39da9d custom song system more-or-less outlined
it's functional, but missing a lot of the functionality; very little checks to match the config are done and caching is completely missing
2023-01-02 09:56:04 +03:00
winter 6785d0e936 shine bright like a diamond 2023-01-01 17:24:04 +09:00
winter 31b59f76e0 shabadaba gooba like a meebo 2023-01-01 17:17:50 +09:00
winter cc8d24d2fd like comment and subscribe 2023-01-01 16:06:25 +09:00
Jill b67a3c350e basic song downloader backend 2023-01-01 08:45:22 +03:00
Jill 1427aa6fc1 further attempt at getting comments to work (still not working) 2023-01-01 05:11:09 +03:00