|
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 |
|
|
44e53be24c
|
Minor restyling, removing the row class from the form, adding my-2 to image selector
|
2018-03-13 23:10:05 +00:00 |
|
|
95c08f8344
|
Made 'on tweeder' text smaller
|
2018-03-13 23:09:20 +00:00 |
|
|
698026b9b3
|
Fixed settings form to keep current profile picture when none selected
|
2018-03-06 03:41:05 +00:00 |
|
|
323ae2d7b2
|
Fixed mobile layout
|
2018-03-06 02:10:16 +00:00 |
|
|
4641f08e83
|
Fixed form declaration
|
2018-03-06 02:09:20 +00:00 |
|
|
be0072aec2
|
Mobile support for navigation bar
|
2018-03-05 15:03:33 +00:00 |
|
SecretlyTaco
|
13e90c22f8
|
Merge branch 'themes'
|
2018-03-05 14:03:57 +00:00 |
|
SecretlyTaco
|
67cb99732b
|
Fixed typo that caused theme to be reset whenever it was checked
|
2018-03-05 14:00:57 +00:00 |
|
|
f5365ad9d2
|
Added posts,following count to profile pages
|
2018-03-05 03:04:38 +00:00 |
|
SecretlyTaco
|
ebdda8f6bf
|
Added mentions tab to navbar
|
2018-03-01 14:06:05 +00:00 |
|
SecretlyTaco
|
948fe20c74
|
Created mentions page
|
2018-03-01 14:01:55 +00:00 |
|
SecretlyTaco
|
64510a9d79
|
Merge branch 'profile-pics'
|
2018-02-28 22:30:47 +00:00 |
|
SecretlyTaco
|
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
|
2018-02-28 22:17:19 +00:00 |
|
SecretlyTaco
|
ea2f3f84e5
|
Added check for empty files
|
2018-02-28 22:16:51 +00:00 |
|
SecretlyTaco
|
863eb395b3
|
Show profile picture on profiles, renamed var to use _ instead of - for compatibility
|
2018-02-28 10:28:33 +00:00 |
|
SecretlyTaco
|
34eda46c87
|
Added functional file upload form, as well as a /files/<oid> view to get files
|
2018-02-28 10:02:05 +00:00 |
|
SecretlyTaco
|
7123add847
|
Merge branch 'likes'
|
2018-02-28 01:19:49 +00:00 |
|
SecretlyTaco
|
b0fe8621c8
|
Added code to read files from gridfs system
|
2018-02-28 01:11:08 +00:00 |
|
SecretlyTaco
|
180fda2027
|
Added like button to timeline page
|
2018-02-27 22:27:53 +00:00 |
|
SecretlyTaco
|
79cf1d681c
|
Added navbar icons for all items
|
2018-02-27 08:12:25 +00:00 |
|
SecretlyTaco
|
02a01bdacf
|
Merge branch 'themes'
|
2018-02-25 16:10:32 +00:00 |
|
SecretlyTaco
|
e4f89e960c
|
Merge branch 'bs4login'
|
2018-02-25 16:10:13 +00:00 |
|
SecretlyTaco
|
ede58d1812
|
Merge branch 'materia' into themes
|
2018-02-25 12:26:31 +00:00 |
|
SecretlyTaco
|
0b541c828e
|
Added bottom margin to 'Remember Me' box
|
2018-02-25 12:25:31 +00:00 |
|
SecretlyTaco
|
a544dac974
|
Set theme to default if no theme set
|
2018-02-25 12:09:44 +00:00 |
|
SecretlyTaco
|
c8f0b17122
|
Added 'Materia' material design theme
|
2018-02-25 12:01:41 +00:00 |
|