Commit graph

  • 79ad0d6fb8 Merge branch 'darktheme-cyborg' into themes SecretlyTaco 2018-02-21 21:43:17 +00:00
  • b403b9f2bf Merge branch 'themes', allowing darkly theme option SecretlyTaco 2018-02-21 21:33:42 +00:00
  • 1dab258335 Implemented more generic themes options, allowing between 'default' and 'darkly' themes SecretlyTaco 2018-02-21 21:32:52 +00:00
  • 7635573ca0 Renamed cyborg from dark.css to cyborg.css SecretlyTaco 2018-02-21 21:13:01 +00:00
  • 61f5080910 Dark theme checkbox is now checked by default, where applicable SecretlyTaco 2018-02-21 12:29:55 +00:00
  • c0be552632 Swapped dark theme from darkly to cyborg SecretlyTaco 2018-02-21 12:19:54 +00:00
  • 15bea2ba63 Split line return statement in profile SecretlyTaco 2018-02-21 12:16:20 +00:00
  • 8eab692f0c Created new login page SecretlyTaco 2018-02-21 12:11:54 +00:00
  • e36c6d4d80 Set host to localhost explicitly SecretlyTaco 2018-02-21 12:10:02 +00:00
  • 17a3cf0491 Implemented basic full threading, although currently gets stuck in infinite loop SecretlyTaco 2018-02-21 11:21:50 +00:00
  • 173acbb179 Merge branch 'replies' SecretlyTaco 2018-02-21 09:27:00 +00:00
  • f50cf354a0 Added settings to navigation bar SecretlyTaco 2018-02-21 08:59:12 +00:00
  • 98140ce576 Made settings option save dark theme to account, show dark theme on user profiles SecretlyTaco 2018-02-21 08:54:12 +00:00
  • 03d9d997a8 Set dark theme css file in layout SecretlyTaco 2018-02-21 08:53:44 +00:00
  • 0395e5d8bc Added checkbox for dark theme in settings page SecretlyTaco 2018-02-21 08:53:15 +00:00
  • 417da1a9d2 Added functions to get and set dark theme for users SecretlyTaco 2018-02-21 08:52:54 +00:00
  • cf7ab61583 Added empty profile to fixdb SecretlyTaco 2018-02-20 23:00:41 +00:00
  • 0e7bbb442b Link to dark theme css file if dark_theme SecretlyTaco 2018-02-20 22:55:09 +00:00
  • ffd993210d Dark theme css file SecretlyTaco 2018-02-20 22:48:40 +00:00
  • 8359fc42d4 Shows one reply further back on replies page where possible Socks 2018-02-20 17:04:34 +00:00
  • 6cdc40516a Fixed some line spacing Socks 2018-02-20 16:41:17 +00:00
  • 006104bdec Switched to bs4 css file, cards instead of panels, updated column widths SecretlyTaco 2018-02-20 16:31:35 +00:00
  • b7dc2e1dce Added reply button on global page Socks 2018-02-20 16:28:06 +00:00
  • bf4fa6536d Added reply button on timeline page Socks 2018-02-19 11:25:22 +00:00
  • b74be3332b Set username on settings page to logged in name Socks 2018-02-19 11:24:44 +00:00
  • e1edd2129b Textbox now stretches across entire card SecretlyTaco 2018-02-18 16:33:43 +00:00
  • d6a8b2594b Moved if statements so that reply button shows on other users posts SecretlyTaco 2018-02-18 16:24:02 +00:00
  • 22c3193f12 Created un/follow buttons SecretlyTaco 2018-02-18 15:15:25 +00:00
  • a07df6d023 Fixed broken 'replyTo' params SecretlyTaco 2018-02-18 15:15:03 +00:00
  • 71ba0b3634 Merge branch 'globaltab' socks 2018-02-18 13:52:07 +00:00
  • 16a2507503 Completed ability to reply to posts socks 2018-02-18 13:51:49 +00:00
  • 19aee623b1 Navigation bar to show global highlighted on global page socks 2018-02-18 13:33:49 +00:00
  • cf1259a311 many changes - imports timeline - checks if email address during login to ensure no errors later - make the "remember me" box do something - make the logged_in variable be your username if you are logged in, in many places - pass user posts to profile - created new post method - created timeline view - created global timeline view - created settings view - created delete post view - created reply to post view Socks 2018-02-16 05:43:59 +00:00
  • b300999fd1 Added reply form Socks 2018-02-16 05:43:04 +00:00
  • 245ba1e019 Created settings form Socks 2018-02-16 05:42:33 +00:00
  • 92d4ae7ca5 Added layout extend, list of posts Socks 2018-02-16 05:41:32 +00:00
  • aedd48c893 Added requirements.txt Socks 2018-02-16 05:32:06 +00:00
  • 46ae5505a7 Added bootstrap 4, font awesome Socks 2018-02-16 05:31:46 +00:00
  • dea757b4e0 Added profile fields to profile, as well as verified tags and latest posts Socks 2018-02-16 05:31:09 +00:00
  • e0869b1e25 Created separate login page Socks 2018-02-16 05:30:19 +00:00
  • 258beb01a3 Added unverified tag, empty following list Socks 2018-02-16 05:29:34 +00:00
  • b111523e3e Removed unused custom validation Socks 2018-02-16 05:27:25 +00:00
  • 16f75683ab Added navigation bar, new post modal Socks 2018-02-16 05:26:07 +00:00
  • bc16653a98 Removed unused configuration file Socks 2018-02-16 05:24:45 +00:00
  • 934bd8dbd9 Created username_for_email(), get_profile(), update_profile() - username_for_email() to get a username for an acccount, given an email address - get_profile(username) to get a user profile dict, given a username - update_profile(username, details) to update a user profile dict, given a username and updated details Socks 2018-02-16 05:21:58 +00:00
  • fe108d1a35 Initial Commit Creation of - post_status(), to post a status - user_posts_by_username(username) to get posts for a specific account, given username - user_posts(account_object) to get posts for a specific account, given user ID - timeline_for_user(username) to get 'following' timeline for a user, given username - global_timeline() to get all posts - post_details(post_id) to get post details, given post ID - delete_post(post_id) to 'delete' post, sets post as hidden Socks 2018-02-16 05:18:39 +00:00
  • eab5b4c22f Added profile view, cookie support for accounts Socks 2018-01-30 04:00:00 +00:00
  • f44e07a414 Created timeline.py to manage posts, fixdb.py to add missing db entries, layout.html for pages to extend (containing navbar), separated login.html and register.html, created profile.html page Socks 2018-01-30 03:58:05 +00:00
  • c967193807 Initial Commit Socks 2018-01-12 12:46:19 +00:00
  • 16bf449dff Initial Commit Socks 2018-01-12 12:45:52 +00:00