summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Georgios Atheridis [Mon, 23 Jan 2023 16:01:22 +0000 (16:01 +0000)]
Uploaded user now visible during ranking and result viewing
When ranking clips and viewing the results the twitch username
of the person who sent the clip is now visible. This name is the
username saved in the database and does not make an API call
to twitch servers using the user id. As a result, the twitch
username may be outdated.
Georgios Atheridis [Mon, 23 Jan 2023 14:03:54 +0000 (14:03 +0000)]
Admin has more options on which clips to allow and deny
The admin can now choose to only allow clips from specific channel,
clips that were made during a specific date or later, whether or not
the user who is uploading the clip also needs to be the one who has
clipped, and also added a cutoff point for being able to upload clips.
Fixed some timezone issues caused in the Clips model.
Georgios Atheridis [Mon, 23 Jan 2023 10:55:55 +0000 (10:55 +0000)]
Added TODO list
Georgios Atheridis [Mon, 23 Jan 2023 10:43:11 +0000 (10:43 +0000)]
Added AGPLv3 License
Georgios Atheridis [Mon, 23 Jan 2023 10:16:08 +0000 (10:16 +0000)]
Added more options for admin to change
Admin can choose different amount of ranks for every ranking timeline.
Ranking timelines are now appended to the database, allowing for a
ranking timeline history.
Message is now sent under the form when sending a clip, rather than
going to a new page.
Staff now has admin access, not just super user.
Georgios Atheridis [Sun, 22 Jan 2023 19:57:38 +0000 (19:57 +0000)]
Fixed some issues and implemented a final screen
Georgios Atheridis [Sun, 22 Jan 2023 17:32:14 +0000 (17:32 +0000)]
Ranking clips implemented
Georgios Atheridis [Sun, 22 Jan 2023 14:03:45 +0000 (14:03 +0000)]
Max clip amount implemented
Georgios Atheridis [Sun, 22 Jan 2023 12:59:06 +0000 (12:59 +0000)]
Clips now connect to account
Georgios Atheridis [Sun, 22 Jan 2023 11:56:24 +0000 (11:56 +0000)]
Save clip to back end
Georgios Atheridis [Sun, 22 Jan 2023 10:46:59 +0000 (10:46 +0000)]
Form is now available
Basic structure of site defined.