Commit graph

  • 7255ccebfd Re-add Discord link to participant dashboard master Cara Salter 2025-01-03 19:52:13 -05:00
  • 02eb9b4220 update static site Cara Salter 2025-01-03 19:35:55 -05:00
  • 4e90cbe150 sponsor changes 2025 warren yun 2025-01-02 19:25:03 -05:00
  • 605c8b3406 registration updates Warren Yun 2024-12-03 15:33:38 -05:00
  • 59266eb865 force MAX_BEFORE_WAITLIST to be an int Cara Salter 2024-10-31 14:40:35 -04:00
  • fb2dd9032b fix resume uploading Cara Salter 2024-10-31 14:36:07 -04:00
  • 8ab8101214 basic implementation of github issue #28 (modifying user details right from admin dashboard). Went with first name, last name, school, and phone number, since the user can change the shirt size and special accomodations on their own. ngolp 2024-10-31 13:41:12 -04:00
  • 368f8b4de6 Hacker table on admin dashboard can now be sorted by double clicking the headers. Spent a bit trying to implement this manually before learning about the sortable class. The more you know! ngolp 2024-10-27 12:28:10 -04:00
  • edffbb72fb Basic implementation of searching by email. I'd like to expand this to searching by other column values as well if necessary, and I still need to add sorting. Also, "registered users" isn't perfectly centered (its pushed off just a bit by the search button). This commit is mainly so I can save my progress. ngolp 2024-10-17 17:56:27 -04:00
  • 3ec089c749 missed that bit in the github issue where Cara wanted it to redirect to login page. quick fix ngolp 2024-10-16 15:49:17 -04:00
  • 8076d8571d graceful handling of database integrity violations in registration ngolp 2024-10-16 15:44:20 -04:00
  • 4e24274915 basic implementation of github issue #28 (modifying user details right from admin dashboard). Went with first name, last name, school, and phone number, since the user can change the shirt size and special accomodations on their own. searching-sorting-user-list ngolp 2024-10-31 13:41:12 -04:00
  • 97f072ddb8 open registration Cara Salter 2024-10-31 13:34:40 -04:00
  • cf725a2206 Add MLH logistics checkbox Cara Salter 2024-10-31 13:18:38 -04:00
  • 0f4ef0b690 use .env for config from now on Cara Salter 2024-10-31 13:10:09 -04:00
  • b0a1e142cd Update migrations and homepage for 2025 Cara Salter 2024-10-31 13:09:26 -04:00
  • c73184060c Changed back the SQL query in /mail route ngolp 2024-08-14 11:44:19 -04:00
  • 29cdcf1899 See Github Issue #10. Added separation of admins and users on admin dashboard. Refactored a bit of the original admin.home endpoint into a helper function to accompany two routes that use the same template without having to copy+paste code. ngolp 2024-08-12 20:13:50 -04:00
  • 3c40553b45 update user schema warren yun 2024-10-22 17:56:14 -04:00
  • 36bb39a8a0 more fields warren yun 2024-10-22 17:51:44 -04:00
  • fa55e10e5b countries warren yun 2024-10-20 22:15:12 -04:00
  • 35c0197a40 schools dropdown warren yun 2024-10-20 21:55:25 -04:00
  • 1857e15791 countdown (hot) warren yun 2024-10-18 23:51:22 -04:00
  • f6b03460d9 modified theme warren yun 2024-09-30 22:09:25 -04:00
  • 8a94de44c0 playing around with styling and items warren yun 2024-09-17 20:01:38 -04:00
  • 3dff046e84 Make unauth handler redirect to login Cara Salter 2024-06-03 18:15:18 -04:00
  • 0b3480dd52 Support editing event category in modals Cara Salter 2024-06-03 18:12:39 -04:00
  • b7ca654bf1 Enable editing/creating/deleting events Cara Salter 2024-06-02 12:58:07 -04:00
  • c47a46c204 Input event modal and create some supporting infra Cara Salter 2024-06-02 12:30:40 -04:00
  • fd96be4752 open registration Cara Salter 2024-10-31 13:34:40 -04:00
  • 13119288d4 Add MLH logistics checkbox Cara Salter 2024-10-31 13:18:38 -04:00
  • 3441982734 use .env for config from now on Cara Salter 2024-10-31 13:10:09 -04:00
  • 2f8998c971 Update migrations and homepage for 2025 Cara Salter 2024-10-31 13:09:26 -04:00
  • c70fa7cbae Merge branch '2025' into searching-sorting-user-list ngolp 2024-10-31 11:39:20 -04:00
  • 228244ad2d Hacker table on admin dashboard can now be sorted by double clicking the headers. Spent a bit trying to implement this manually before learning about the sortable class. The more you know! ngolp 2024-10-27 12:28:10 -04:00
  • a46a6b2831 Changed back the SQL query in /mail route ngolp 2024-08-14 11:44:19 -04:00
  • 44673d1b07 See Github Issue #10. Added separation of admins and users on admin dashboard. Refactored a bit of the original admin.home endpoint into a helper function to accompany two routes that use the same template without having to copy+paste code. ngolp 2024-08-12 20:13:50 -04:00
  • e9446b97c7 update user schema warren yun 2024-10-22 17:56:14 -04:00
  • 0268f70f9b more fields warren yun 2024-10-22 17:51:44 -04:00
  • 7defb52a56 countries warren yun 2024-10-20 22:15:12 -04:00
  • 5a3c43e98b schools dropdown warren yun 2024-10-20 21:55:25 -04:00
  • 2b0b2912f3 countdown (hot) warren yun 2024-10-18 23:51:22 -04:00
  • b65154b865 Basic implementation of searching by email. I'd like to expand this to searching by other column values as well if necessary, and I still need to add sorting. Also, "registered users" isn't perfectly centered (its pushed off just a bit by the search button). This commit is mainly so I can save my progress. ngolp 2024-10-17 17:56:27 -04:00
  • 7a52071db3 missed that bit in the github issue where Cara wanted it to redirect to login page. quick fix handle-duplicate-registration ngolp 2024-10-16 15:49:17 -04:00
  • 5188cde7ac graceful handling of database integrity violations in registration ngolp 2024-10-16 15:44:20 -04:00
  • e89b2ab7b4 modified theme warren yun 2024-09-30 22:09:25 -04:00
  • 16f08f7750 playing around with styling and items warren yun 2024-09-17 20:01:38 -04:00
  • 09ed66f5ae Changed back the SQL query in /mail route separate-users-admins ngolp 2024-08-14 11:44:19 -04:00
  • 4e8091fc0b See Github Issue #10. Added separation of admins and users on admin dashboard. Refactored a bit of the original admin.home endpoint into a helper function to accompany two routes that use the same template without having to copy+paste code. ngolp 2024-08-12 20:13:50 -04:00
  • d0240d15d8
    Merge pull request #33 from wpi-acm/event-date-time-fields Cara Salter 2024-06-05 09:21:09 -04:00
  • f5eb90b73d
    Make unauth handler redirect to login event-date-time-fields Cara Salter 2024-06-03 18:15:18 -04:00
  • a3c89dd478
    Support editing event category in modals Cara Salter 2024-06-03 18:12:39 -04:00
  • 7fc06bde11
    Enable editing/creating/deleting events Cara Salter 2024-06-02 12:58:07 -04:00
  • e28912b997
    Input event modal and create some supporting infra Cara Salter 2024-06-02 12:30:40 -04:00
  • 3332b94b9c
    Merge 1e1f7f5189 into 3a41dc6559 dependabot[bot] 2024-05-22 07:51:47 -04:00
  • 3a41dc6559
    Add post_upgrade Cara Salter 2024-04-27 09:11:38 +10:00
  • 9dd8c98c51
    Merge pull request #25 from wpi-acm/rewrite Cara Salter 2024-03-18 09:01:16 +11:00
  • fa6a9ee148
    Merge remote-tracking branch 'origin/master' into rewrite rewrite Cara Salter 2024-02-23 16:32:05 -05:00
  • 6b48c30395
    Re-add index page Cara Salter 2024-02-23 16:30:35 -05:00
  • 476966bef5
    fix checkin/waitlist Cara Salter 2024-02-23 14:47:14 -05:00
  • 24384b2a35
    Update bulk mailer tool Cara Salter 2024-02-23 14:40:07 -05:00
  • 077e57ef00 Login redirect testing login-redirect-testing willhockey20 2024-01-12 19:32:06 -05:00
  • f1640493ec
    Completely rewrite all backend pages Cara Salter 2024-01-12 17:19:17 -05:00
  • 9144ad89b0
    Merge pull request #24 from wpi-acm/meal-checkin Cara Salter 2024-01-11 14:28:26 -05:00
  • ede69a3be6
    Make qrcode generator create external URLs meal-checkin Cara Salter 2024-01-11 14:27:47 -05:00
  • cd5e58fa59
    Start admin site rewrite Cara Salter 2024-01-11 14:25:14 -05:00
  • 02b5ffa481
    update static site Cara Salter 2023-12-15 08:12:27 -05:00
  • 6ba1313ea6
    Merge pull request #21 from wpi-acm/2024 William Ryan 2023-12-14 21:20:59 -05:00
  • f82aa08085
    Update static site 2024 Cara Salter 2023-12-14 21:14:50 -05:00
  • a2e640f8f7
    Update CLI Cara Salter 2023-12-14 19:05:58 -05:00
  • 18a1dcb0d1
    Enable setting discord link via config Cara Salter 2023-12-14 18:32:09 -05:00
  • c863b4064f
    Merge branch 'master' into rewrite Cara Salter 2023-12-03 15:21:26 -05:00
  • 62a4efca71
    Merge pull request #19 from wpi-acm/meal-checkin William Ryan 2023-12-01 17:30:15 -05:00
  • dfd0c33be7
    Enable creating and editing of events, and QR codes Cara Salter 2023-12-01 17:05:54 -05:00
  • 9d08c27135
    Editing and creating events! Cara Salter 2023-12-01 16:25:32 -05:00
  • 74394abdfe
    Scaffold event blueprint Cara Salter 2023-12-01 14:21:48 -05:00
  • 006f54255f
    Fix migration for event table Cara Salter 2023-12-01 13:31:17 -05:00
  • 1432d0d7fb
    Update makefile Cara Salter 2023-12-01 13:26:57 -05:00
  • cc4fe8cea4
    Scaffold event models Cara Salter 2023-12-01 13:26:06 -05:00
  • bc560ce64d
    Merge f757bea31e into 05b70dcaa7 dependabot[bot] 2023-05-02 00:17:34 +00:00
  • f757bea31e
    Bump flask from 2.2.2 to 2.3.2 dependabot/pip/flask-2.3.2 dependabot[bot] 2023-05-02 00:17:32 +00:00
  • 1e1f7f5189
    Bump werkzeug from 2.2.2 to 2.2.3 dependabot/pip/werkzeug-2.2.3 dependabot[bot] 2023-02-16 07:11:09 +00:00
  • b2c8f3a77a
    bootstrap5-ify the dashboard and participant-facing pages Cara Salter 2023-01-13 18:06:16 -05:00
  • 05b70dcaa7
    admin: Add registration time to dashboard table Cara Salter 2023-01-06 14:18:09 -05:00
  • de8277c970
    Merge pull request #12 from wpi-acm/password-reset William Ryan 2023-01-03 20:42:45 -05:00
  • 5cb4b7582d
    registration: Amend password reset email to include expiration password-reset Cara Salter 2023-01-03 18:01:23 -05:00
  • e49e329f68
    registration: Expire password requests after 30 minutes Cara Salter 2023-01-03 18:00:41 -05:00
  • 60953074e7
    registration: Basic password reset Cara Salter 2023-01-03 17:43:17 -05:00
  • 952df13136
    meta: Add ulid dependency Cara Salter 2022-12-30 14:38:01 -05:00
  • 41bad2b8b0
    models: Add PwResetRequest model Cara Salter 2022-12-30 14:35:39 -05:00
  • 87a071b878
    Merge pull request #11 from wpi-acm/rewrite William Ryan 2022-12-30 14:13:30 -05:00
  • d1045226a1
    registration: Add code to actually send registration emails Cara Salter 2022-12-30 14:05:03 -05:00
  • 4f06eab26a
    Remove broken backgrounds Cara Salter 2022-12-23 14:42:05 -05:00
  • 8cc4a41492
    Fix email registration template Cara Salter 2022-12-23 14:27:52 -05:00
  • eedfa91f35
    Merge pull request #6 from wpi-acm/adding-sponsor-and-conduct William Ryan 2022-12-20 20:15:05 -05:00
  • 95aee17d61 this should work adding-sponsor-and-conduct willhockey20 2022-12-20 20:07:49 -05:00
  • c3e75a7c2e uhhhhhhhhhhhhh willhockey20 2022-12-20 20:04:56 -05:00
  • cf1f509986 still going willhockey20 2022-12-20 20:03:32 -05:00
  • 6c790110a1 still testing willhockey20 2022-12-20 19:40:31 -05:00
  • 994057de1c hmmmmm willhockey20 2022-12-20 19:36:01 -05:00