Commit Graph

42 Commits

Author SHA1 Message Date
467641f4f2 Add initial_name field in DB 2016-10-13 19:56:29 +02:00
1c62f61bf0 Backend: extract file generation and team renaming in dedicated files 2016-10-13 19:56:27 +02:00
ee67788d59 Expect full downloadable file pathname (allow CDN) 2016-10-13 19:56:26 +02:00
da84a90b4f Export VideoURI if they are defined 2016-10-13 19:56:25 +02:00
bd0deecc89 Team colors are uint32 2016-10-13 19:56:25 +02:00
e9f2b166a6 Fix submission replay possibility 2016-10-13 19:56:24 +02:00
a8031452f7 New scripts to get files 2016-10-13 19:56:23 +02:00
f3a15b00e9 Too much things 2016-02-01 16:07:41 +01:00
d35bdca3b1 Prepare tries rank 2016-01-25 03:08:42 +01:00
9b293b7d32 themes.json: add stat of tries count 2016-01-25 03:08:42 +01:00
e55804fecb my.json: When solved=false, solved_number now contains tries count 2016-01-25 03:08:42 +01:00
85646fd2d7 Recall ThemeId in my.json exercices 2016-01-25 03:08:42 +01:00
9c1f6c4ab8 theme: new function for getting just the ID of the theme, not all the Theme 2016-01-25 03:08:42 +01:00
7f9581f578 Fix rank order... 2016-01-24 14:33:17 +01:00
136b436af5 Allow teams to change their name 2016-01-24 14:33:16 +01:00
e207e90c2e my.json now contains team members, instead of teams.json 2016-01-24 14:33:16 +01:00
890d3e2fdf Fix segv 2016-01-24 14:33:16 +01:00
fce5b26e5d Points are given through my.json 2016-01-24 14:33:15 +01:00
fdeffbdefe Last minute fixes 2016-01-23 14:12:03 +01:00
645f40f0c6 format 2016-01-23 13:19:28 +01:00
8788eea4f0 Use MySQL instead of SQLite 2016-01-23 13:17:24 +01:00
70b6b30067 backend: treat file found in directory discovered + handle multiple keys + generate my.json 2016-01-23 12:57:15 +01:00
c1746f3dc7 libfic: Can retrieve the Theme from an exercice 2016-01-23 12:57:15 +01:00
859dbc68cb Add authors in themes 2016-01-23 12:57:15 +01:00
e628e7931c Extract my.json generation 2016-01-23 12:57:15 +01:00
992dbfc67d Bufferize file download (to avoid OOM) 2016-01-23 12:57:14 +01:00
52d23b8920 Fix typo 2016-01-23 12:57:14 +01:00
8465f442c6 Change HasSolved behaviour: now return last try if not solved 2016-01-23 12:57:11 +01:00
3aafb15f19 Add rank 2016-01-21 05:34:00 +01:00
5a8d2c36b7 Export themes.json 2016-01-21 05:34:00 +01:00
47610f0e2a Export teams.json 2016-01-21 05:34:00 +01:00
664d78f913 Fix number of previous answered teams 2016-01-21 05:33:59 +01:00
69ad64715c Import file from owncloud 2016-01-21 05:33:59 +01:00
ede5bb18b1 Add certificate generation and revokation 2016-01-21 05:33:59 +01:00
59ae11e68d Add a color field for teams 2016-01-21 05:33:58 +01:00
381aefa597 HasSolved now returns a tuple (bool, Time, int) 2016-01-21 05:33:58 +01:00
c33c2b8e8a Cache file size 2016-01-21 05:33:57 +01:00
c8d1575ee1 Add a function to get all exercices 2016-01-21 05:33:57 +01:00
1bd8374703 Add HasAccess function 2016-01-21 05:33:57 +01:00
5a2a950b1f Use byte slice instead of arrays 2016-01-21 05:33:57 +01:00
e3f7cce80a Able to check submission 2016-01-19 14:42:38 +01:00
92b81e467f Move common structs to libfic 2016-01-19 14:42:37 +01:00