Commit Graph

58 Commits

Author SHA1 Message Date
Evert Prants 971730f1cb
Make CSS field actually nullable.. 2017-12-28 17:20:22 +02:00
Evert Prants 1449826082
Add views and pinned to discussion board 2017-12-28 17:16:20 +02:00
Evert Prants d32d0b069e
Merge branch 'databases' of github.com:IcyNet/Episodes.Community into databases 2017-12-28 17:10:50 +02:00
Evert Prants 19f258d9fd
Fix admin 2017-12-28 17:10:33 +02:00
Evert Prants 702e11de12
Add extra fields to Submission 2017-12-28 17:09:39 +02:00
Evert Prants 845845bb2e
Remove show moderators model 2017-12-28 17:03:49 +02:00
Evert Prants 307fdd4f7b
Make custom CSS nullable 2017-12-28 17:03:16 +02:00
Evert Prants 36de1771ce
Extend abbreviation length 2017-12-28 17:02:41 +02:00
Evert Prants c850405d7a
Add license headers to all code files 2017-12-28 12:39:02 +02:00
Evert Prants 61c853dcc7
Add shield to staff name 2017-12-28 12:15:32 +02:00
Evert Prants 4c2e0d0f91
Bans - Implement show bans 2017-12-27 17:01:39 +02:00
Evert Prants 48a037439e
Use season info on the banner on an episode page 2017-12-26 19:11:18 +02:00
Evert Prants fa594518c3
Add a bunch of moderation options to Show - add seasons, add episodes, add, change and delete submissions. 2017-12-15 13:33:01 +02:00
Evert Prants 94931900e5
Install django-guardian 2017-12-11 19:23:19 +02:00
Evert Prants 5f8d142508
Merge pull request #54 from IcyNet/authstuff
Rewrite the user models to use Django's auth system.
2017-12-11 15:55:57 +02:00
Evert Prants 70832a685c
Remove the "Admin" model since it's not necessary 2017-11-16 21:13:13 +02:00
Evert Prants c7f0bbe545
Ensure the banner's text stays in it's place 2017-11-14 15:48:44 +02:00
Evert Prants ddeff408f1
Change `Artwork` to `Banner` in Show where its appropriate, make ban scope nullable because `site_wide` is a thing 2017-11-14 15:39:11 +02:00
Evert Prants 0bded3afc7
Authentication - Add logout view and set login url in settings 2017-11-14 15:32:26 +02:00
Evert Prants 9f725b4c46
Authentication - Made Django use a custom User model
WARNING! This commit requires you to re-migrate the database from the beginning, because AUTH_USER_MODEL can only be set before the initial migration.
2017-11-14 14:56:44 +02:00
Evert Prants 5fb6911960
Authentication - Rewrite auth system to use Django's user model 2017-11-13 19:38:51 +02:00
Evert Prants c11a43b7c5
Show - Form hack with vote buttons - CSRF protection 2017-11-11 20:34:48 +02:00
Evert Prants a8d2961a79
Show - Add episode link submissions 2017-11-11 14:57:52 +02:00
Evert Prants 528e95fc7b
Show - Allow submissions to be voted for 2017-11-11 11:24:39 +02:00
Evert Prants 4adab93c3a
Show - Show empty message for no submitted links 2017-11-10 17:47:45 +02:00
Evert Prants f6895e7d25
Show - Added Submissions Page 2017-11-10 17:21:21 +02:00
Evert Prants 5e0aa075d1
Show - Index Page, CSS 2017-11-10 15:55:39 +02:00
Tsa6 a584fec1a3 Switched from stylus to plain css 2017-10-09 12:48:21 -04:00
Evert Prants 039935b9b5
migrations init still needs to be included 2017-10-09 19:14:04 +03:00
Evert Prants 416399de9e
remove the migrations from the landingpage 2017-10-09 18:57:09 +03:00
Evert Prants 6a2932f1b3
display name on the page 2017-10-09 17:39:55 +03:00
Evert Prants 4acf500bc8
Merge remote-tracking branch 'origin/master' into landing-page
merge with latest
2017-10-09 17:00:11 +03:00
Evert Prants 20cb72c864
simple mobile friendlyness 2017-10-06 13:25:32 +03:00
Evert Prants 4ca7c86ec5
initial layout 2017-10-05 13:37:09 +03:00
Tsa6 ece4e8254f Removed unnecessary test files 2017-09-29 17:44:37 -04:00
Taizo 'Tsa6' Simpson 3b195eb763 Added user display name to session on login 2017-09-25 18:08:43 -04:00
Taizo 'Tsa6' Simpson 18e8dbefd2 Fixed the postive typo 2017-09-25 15:49:15 -04:00
Taizo 'Tsa6' Simpson 2a5d4e3fdd Added __str__ methods to all the models 2017-09-24 18:30:15 -04:00
Taizo 'Tsa6' Simpson 2b6dfeca8b Fixed a typo in the Episode models's name's verbose_name 2017-09-24 17:02:50 -04:00
Taizo 'Tsa6' Simpson a815e29f65 Added very basic framework for the landing page 2017-09-24 16:53:10 -04:00
Taizo 'Tsa6' Simpson 383ed7b649 Added models to the admin page 2017-09-24 16:14:08 -04:00
Taizo 'Tsa6' Simpson 327052322a Now loads user data to database and user id to session on login 2017-09-22 17:48:39 -04:00
Taizo 'Tsa6' Simpson ba0d572cb1 Updated User model to match changes in IcyNet (User id [int] --> UUIDv4 [varchar]) 2017-09-22 17:45:17 -04:00
Taizo 'Tsa6' Simpson 49e508f4ad Elaborated on error messages for the OAuth redirect endpoint 2017-09-22 16:13:45 -04:00
Taizo 'Tsa6' Simpson ad5552c37a Cleaned up debug code 2017-09-22 16:04:13 -04:00
Taizo 'Tsa6' Simpson e0ef46ca91 Added login enpoints /login and /login/redirect 2017-09-22 16:00:24 -04:00
Taizo 'Tsa6' Simpson b7fc3628df Changed type of field from non-existant IntField to IntegerField 2017-09-21 16:51:16 -04:00
Taizo 'Tsa6' Simpson a8fbd82b0a Updated User model 2017-08-26 15:08:14 -04:00
Taizo 'Tsa6' Simpson 1f81e5a6f6 Clean duplicate comment 2017-08-26 15:01:56 -04:00
Taizo 'Tsa6' Simpson c0bff596db Cleaned up errors 2017-08-26 02:40:28 -04:00