Commit graph

  • 5242d329ec
    Merge pull request #2 from SocksPls/dependabot/pip/flask-1.0 master NAme 2019-11-27 17:47:34 +00:00
  • 942485e927
    Merge pull request #1 from SocksPls/dependabot/pip/werkzeug-0.15.3 NAme 2019-11-27 17:47:11 +00:00
  • db1a13fdb2
    Bump flask from 0.12.2 to 1.0 #2 dependabot[bot] 2019-11-27 17:46:59 +00:00
  • 5f6e009384
    Bump werkzeug from 0.14.1 to 0.15.3 #1 dependabot[bot] 2019-10-21 19:33:34 +00:00
  • 0ef5a9d57a
    Update Tweeder.py Sam 2018-05-12 09:50:27 +01:00
  • cb7afd9a36
    Delete .travis.yml Sam 2018-05-12 09:49:50 +01:00
  • 94af8ee586
    Create .travis.yml Sam 2018-05-08 15:06:20 +01:00
  • f73c046489
    Create LICENSE Socks 2018-04-30 03:23:32 +01:00
  • d4f9c38e9f Removed unused bson requirement me@sockspls.com 2018-04-30 02:59:30 +01:00
  • 2c32716486 Removed unused lines Socks 2018-04-26 01:07:46 +01:00
  • 3eb2eaa8e5 Updated requirements Socks 2018-04-26 01:07:29 +01:00
  • 7e1d67de42 Don't check other gender by default Socks 2018-04-17 14:48:46 +01:00
  • a1c628a101 Typo fixes Socks 2018-04-07 23:07:42 +01:00
  • 63c7f0336a Added ability to change account password Socks 2018-04-06 19:33:14 +01:00
  • 168a7b62b3 Search bar for hashtags in navigation bar Socks 2018-04-05 04:17:09 +01:00
  • b33e43cb00 Sort tag search by time posted Socks 2018-04-05 03:20:46 +01:00
  • 5abca18d04 /tag/test to find posts with #test Socks 2018-04-05 03:20:19 +01:00
  • 1346dcfa45 Now with the ability to pin posts to profile Socks 2018-04-05 01:06:11 +01:00
  • 7ac5463f64 Accounts now follow themselves on account creation Socks 2018-04-03 00:35:51 +01:00
  • fd7622d9c9 Only allow profile pictures to be image/jpeg, image/jpg, image/png Socks 2018-04-02 17:15:35 +01:00
  • 83f9a7a465 Login button says 'Login' Socks 2018-04-02 17:00:52 +01:00
  • 5a3fb52380 Don't post status if content is blank Socks 2018-04-02 17:00:40 +01:00
  • 959ce8db77 Only show new post button if user is logged in Socks 2018-04-02 16:56:20 +01:00
  • fed88af6d6 Support for non-binary gender options Socks 2018-03-28 13:03:08 +01:00
  • c949e1db95 Added slate theme Socks 2018-03-28 03:47:47 +01:00
  • 637b8f4482 Fixed mentions page Socks 2018-03-28 03:41:17 +01:00
  • 3d1b22f952 Made names in card headers links on most pages Socks 2018-03-28 03:22:17 +01:00
  • 86a8ae825a Dark theme in messages Socks 2018-03-28 03:16:20 +01:00
  • ec3d78ac3f Updated help message on username field Socks 2018-03-28 03:16:04 +01:00
  • 411cf7f7b0 Fixed get followers method, now shows followers count on profile Socks 2018-03-28 02:04:28 +01:00
  • 81d09f60e6 Method for getting followers of an account Socks 2018-03-28 01:58:47 +01:00
  • 9824eab7f0 Custom gender textbox (although no backend implemented yet) Socks 2018-03-28 01:58:18 +01:00
  • 1d542150ad Fixed non-binary gender option Socks 2018-03-26 17:29:08 +01:00
  • bd6d69a83b Don't try to show profile picture on profiles if there is none for account Socks 2018-03-26 17:28:52 +01:00
  • b3cee6d1a1 Added help text to username field for register form Socks 2018-03-26 17:27:43 +01:00
  • fe7d319dfa Show saved alert on saving settings Socks 2018-03-26 17:27:19 +01:00
  • a85b5f408d View global as 'anonymous' if not logged in Socks 2018-03-23 13:17:14 +00:00
  • 45f635fd8b Usernames above posts on profiles are actual links now Socks 2018-03-23 13:16:49 +00:00
  • 739a2ece6c Added viewport meta so everythign looks good on mobile Socks 2018-03-23 10:59:45 +00:00
  • d21bd92d2a Added page titles for all pages SecretlyTaco 2018-03-23 03:59:21 +00:00
  • 5651a90df6 Merge branch 'messages' SecretlyTaco 2018-03-23 03:52:12 +00:00
  • 2a2fb86b8b Private messaging actually works now SecretlyTaco 2018-03-23 03:50:33 +00:00
  • a09225a523 Added most of the code for private messages, although something doesn't work at the moment Socks 2018-03-23 02:39:57 +00:00
  • fc5100c515 Created method to send private messages SecretlyTaco 2018-03-22 23:22:20 +00:00
  • 6665651f50 Added (edited) marker to other pages Socks 2018-03-22 22:31:29 +00:00
  • 0d0391958e Made profile pic upload form look nicer Socks 2018-03-22 22:27:33 +00:00
  • ba9367b35d Added the ability to edit posts, with edited marker on profiles Socks 2018-03-22 22:27:03 +00:00
  • de15a84c54 Added max length for usernames Socks 2018-03-20 22:16:14 +00:00
  • afe3395d48 Created messages.py with basic send_message function SecretlyTaco 2018-03-17 01:40:28 +00:00
  • 8ada8b853f Switched margin-bottom:16 to mb-3 Socks 2018-03-13 23:11:21 +00:00
  • 44e53be24c Minor restyling, removing the row class from the form, adding my-2 to image selector Socks 2018-03-13 23:10:05 +00:00
  • 95c08f8344 Made 'on tweeder' text smaller Socks 2018-03-13 23:09:20 +00:00
  • 698026b9b3 Fixed settings form to keep current profile picture when none selected Socks 2018-03-06 03:41:05 +00:00
  • 323ae2d7b2 Fixed mobile layout Socks 2018-03-06 02:10:16 +00:00
  • 4641f08e83 Fixed form declaration Socks 2018-03-06 02:09:20 +00:00
  • be0072aec2 Mobile support for navigation bar Socks 2018-03-05 15:03:33 +00:00
  • 13e90c22f8 Merge branch 'themes' SecretlyTaco 2018-03-05 14:03:57 +00:00
  • 67cb99732b Fixed typo that caused theme to be reset whenever it was checked SecretlyTaco 2018-03-05 14:00:57 +00:00
  • f5365ad9d2 Added posts,following count to profile pages Socks 2018-03-05 03:04:38 +00:00
  • ebdda8f6bf Added mentions tab to navbar SecretlyTaco 2018-03-01 14:06:05 +00:00
  • 948fe20c74 Created mentions page SecretlyTaco 2018-03-01 14:01:55 +00:00
  • 64510a9d79 Merge branch 'profile-pics' SecretlyTaco 2018-02-28 22:30:47 +00:00
  • 33ebdcaceb Now shows profile picture on profile page, and doesn't overwrite with nothing if you don't send in a file when saving settings SecretlyTaco 2018-02-28 22:17:19 +00:00
  • ea2f3f84e5 Added check for empty files SecretlyTaco 2018-02-28 22:16:51 +00:00
  • 863eb395b3 Show profile picture on profiles, renamed var to use _ instead of - for compatibility SecretlyTaco 2018-02-28 10:28:33 +00:00
  • 34eda46c87 Added functional file upload form, as well as a /files/<oid> view to get files SecretlyTaco 2018-02-28 10:02:05 +00:00
  • 7123add847 Merge branch 'likes' SecretlyTaco 2018-02-28 01:19:49 +00:00
  • b0fe8621c8 Added code to read files from gridfs system SecretlyTaco 2018-02-28 01:11:08 +00:00
  • 180fda2027 Added like button to timeline page SecretlyTaco 2018-02-27 22:27:53 +00:00
  • 79cf1d681c Added navbar icons for all items SecretlyTaco 2018-02-27 08:12:25 +00:00
  • 02a01bdacf Merge branch 'themes' SecretlyTaco 2018-02-25 16:10:32 +00:00
  • e4f89e960c Merge branch 'bs4login' SecretlyTaco 2018-02-25 16:10:13 +00:00
  • ede58d1812 Merge branch 'materia' into themes SecretlyTaco 2018-02-25 12:26:31 +00:00
  • 0b541c828e Added bottom margin to 'Remember Me' box SecretlyTaco 2018-02-25 12:25:31 +00:00
  • a544dac974 Set theme to default if no theme set SecretlyTaco 2018-02-25 12:09:44 +00:00
  • c8f0b17122 Added 'Materia' material design theme SecretlyTaco 2018-02-25 12:01:41 +00:00
  • a8e4c6877c Merge branch 'themes', with cyborg theme SecretlyTaco 2018-02-25 11:48:54 +00:00
  • ddce8c2636 Set default theme on account creation Socks 2018-02-24 19:05:32 +00:00
  • eede104212 Merge branch 'bs4login' SecretlyTaco 2018-02-24 11:11:20 +00:00
  • 62aaa9310c Redirect to same page after new post, changing settings SecretlyTaco 2018-02-24 11:08:55 +00:00
  • 10e195e85b Now only lets you like/unlike a post if you havent already SecretlyTaco 2018-02-24 11:01:07 +00:00
  • 8fc41c2d0e When liking a post, now forwards to same page you liked from SecretlyTaco 2018-02-24 11:00:45 +00:00
  • d674bc7acf Added like/unlike buttons to posts on profiles SecretlyTaco 2018-02-23 22:14:17 +00:00
  • 6a0cb84bfc Added remember me box to login form, that doesn't break when unchecked SecretlyTaco 2018-02-22 23:07:47 +00:00
  • 5cfc400a8b Merge branch 'bs4login' SecretlyTaco 2018-02-22 20:35:06 +00:00
  • 03a2cb2549 Log user out if they open login/register pages SecretlyTaco 2018-02-22 20:33:53 +00:00
  • 9d96de5c9c Added status message to new login and register pages SecretlyTaco 2018-02-22 20:30:37 +00:00
  • 6881a77e33 Removed random tab char SecretlyTaco 2018-02-22 20:25:37 +00:00
  • 77e0cc3a6a Implemented new login/register pages SecretlyTaco 2018-02-22 20:24:16 +00:00
  • 5487ff60c6 Merge branch 'replies' Socks 2018-02-22 19:15:15 +00:00
  • b8eca6877d Added reply button to posts on reply pages Socks 2018-02-22 19:14:47 +00:00
  • 9d2eb49bcd Merge branch 'viewpage' Socks 2018-02-22 19:12:41 +00:00
  • a1c0d37325 Added view thread page, currently the same as replies without the ability to reply Socks 2018-02-22 19:12:34 +00:00
  • 4c1b031ee5 Merge branch 'replies', showing full thread history on reply page Socks 2018-02-22 18:58:15 +00:00
  • 751e8394ea Forgot to close second } at one tag Socks 2018-02-22 18:55:28 +00:00
  • ebb086ecb2 Fixed bug with infinite looping to get parents Socks 2018-02-22 18:55:08 +00:00
  • 9f92b2d7fe Hooked up new login form to function correctly SecretlyTaco 2018-02-22 12:34:01 +00:00
  • 0607145f0d Created new login page in bootstrap 4 SecretlyTaco 2018-02-22 12:29:36 +00:00
  • 1c7747497a Enabled dark theme on timeline, global, replies pages SecretlyTaco 2018-02-21 22:11:57 +00:00
  • 32f55c65e9 Added cyborg option to settings page SecretlyTaco 2018-02-21 21:48:02 +00:00