Commit graph

150 commits

Author SHA1 Message Date
NAme
5242d329ec
Merge pull request #2 from SocksPls/dependabot/pip/flask-1.0
Bump flask from 0.12.2 to 1.0
2019-11-27 17:47:34 +00:00
NAme
942485e927
Merge pull request #1 from SocksPls/dependabot/pip/werkzeug-0.15.3
Bump werkzeug from 0.14.1 to 0.15.3
2019-11-27 17:47:11 +00:00
dependabot[bot]
db1a13fdb2
Bump flask from 0.12.2 to 1.0
Bumps [flask](https://github.com/pallets/flask) from 0.12.2 to 1.0.
- [Release notes](https://github.com/pallets/flask/releases)
- [Changelog](https://github.com/pallets/flask/blob/master/CHANGES.rst)
- [Commits](https://github.com/pallets/flask/compare/0.12.2...1.0)

Signed-off-by: dependabot[bot] <support@github.com>
2019-11-27 17:46:59 +00:00
dependabot[bot]
5f6e009384
Bump werkzeug from 0.14.1 to 0.15.3
Bumps [werkzeug](https://github.com/pallets/werkzeug) from 0.14.1 to 0.15.3.
- [Release notes](https://github.com/pallets/werkzeug/releases)
- [Changelog](https://github.com/pallets/werkzeug/blob/master/CHANGES.rst)
- [Commits](https://github.com/pallets/werkzeug/compare/0.14.1...0.15.3)

Signed-off-by: dependabot[bot] <support@github.com>
2019-10-21 19:33:34 +00:00
Sam
0ef5a9d57a
Update Tweeder.py 2018-05-12 09:50:27 +01:00
Sam
cb7afd9a36
Delete .travis.yml 2018-05-12 09:49:50 +01:00
Sam
94af8ee586
Create .travis.yml 2018-05-08 15:06:20 +01:00
Socks
f73c046489
Create LICENSE 2018-04-30 03:23:32 +01:00
d4f9c38e9f Removed unused bson requirement 2018-04-30 02:59:30 +01:00
2c32716486 Removed unused lines 2018-04-26 01:07:46 +01:00
3eb2eaa8e5 Updated requirements 2018-04-26 01:07:29 +01:00
7e1d67de42 Don't check other gender by default 2018-04-17 14:48:46 +01:00
a1c628a101 Typo fixes 2018-04-07 23:07:42 +01:00
63c7f0336a Added ability to change account password 2018-04-06 19:33:14 +01:00
168a7b62b3 Search bar for hashtags in navigation bar 2018-04-05 04:17:09 +01:00
b33e43cb00 Sort tag search by time posted 2018-04-05 03:20:46 +01:00
5abca18d04 /tag/test to find posts with #test 2018-04-05 03:20:19 +01:00
1346dcfa45 Now with the ability to pin posts to profile 2018-04-05 01:06:11 +01:00
7ac5463f64 Accounts now follow themselves on account creation 2018-04-03 00:35:51 +01:00
fd7622d9c9 Only allow profile pictures to be image/jpeg, image/jpg, image/png 2018-04-02 17:15:35 +01:00
83f9a7a465 Login button says 'Login' 2018-04-02 17:00:52 +01:00
5a3fb52380 Don't post status if content is blank 2018-04-02 17:00:40 +01:00
959ce8db77 Only show new post button if user is logged in 2018-04-02 16:56:20 +01:00
fed88af6d6 Support for non-binary gender options 2018-03-28 13:03:08 +01:00
c949e1db95 Added slate theme 2018-03-28 03:47:47 +01:00
637b8f4482 Fixed mentions page 2018-03-28 03:41:17 +01:00
3d1b22f952 Made names in card headers links on most pages 2018-03-28 03:22:17 +01:00
86a8ae825a Dark theme in messages 2018-03-28 03:16:20 +01:00
ec3d78ac3f Updated help message on username field 2018-03-28 03:16:04 +01:00
411cf7f7b0 Fixed get followers method, now shows followers count on profile 2018-03-28 02:04:28 +01:00
81d09f60e6 Method for getting followers of an account 2018-03-28 01:58:47 +01:00
9824eab7f0 Custom gender textbox (although no backend implemented yet) 2018-03-28 01:58:18 +01:00
1d542150ad Fixed non-binary gender option 2018-03-26 17:29:08 +01:00
bd6d69a83b Don't try to show profile picture on profiles if there is none for account 2018-03-26 17:28:52 +01:00
b3cee6d1a1 Added help text to username field for register form 2018-03-26 17:27:43 +01:00
fe7d319dfa Show saved alert on saving settings 2018-03-26 17:27:19 +01:00
a85b5f408d View global as 'anonymous' if not logged in 2018-03-23 13:17:14 +00:00
45f635fd8b Usernames above posts on profiles are actual links now 2018-03-23 13:16:49 +00:00
739a2ece6c Added viewport meta so everythign looks good on mobile 2018-03-23 10:59:45 +00:00
SecretlyTaco
d21bd92d2a Added page titles for all pages 2018-03-23 03:59:21 +00:00
SecretlyTaco
5651a90df6 Merge branch 'messages' 2018-03-23 03:52:12 +00:00
SecretlyTaco
2a2fb86b8b Private messaging actually works now 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 2018-03-23 02:39:57 +00:00
SecretlyTaco
fc5100c515 Created method to send private messages 2018-03-22 23:22:20 +00:00
6665651f50 Added (edited) marker to other pages 2018-03-22 22:31:29 +00:00
0d0391958e Made profile pic upload form look nicer 2018-03-22 22:27:33 +00:00
ba9367b35d Added the ability to edit posts, with edited marker on profiles 2018-03-22 22:27:03 +00:00
de15a84c54 Added max length for usernames 2018-03-20 22:16:14 +00:00
SecretlyTaco
afe3395d48 Created messages.py with basic send_message function 2018-03-17 01:40:28 +00:00
8ada8b853f Switched margin-bottom:16 to mb-3 2018-03-13 23:11:21 +00:00