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
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
ba9367b35d
Added the ability to edit posts, with edited marker on profiles
2018-03-22 22:27:03 +00:00
698026b9b3
Fixed settings form to keep current profile picture when none selected
2018-03-06 03:41:05 +00:00
SecretlyTaco
948fe20c74
Created mentions page
2018-03-01 14:01:55 +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
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
b0fe8621c8
Added code to read files from gridfs system
2018-02-28 01:11:08 +00:00
SecretlyTaco
a8e4c6877c
Merge branch 'themes', with cyborg theme
2018-02-25 11:48:54 +00:00
SecretlyTaco
eede104212
Merge branch 'bs4login'
2018-02-24 11:11:20 +00:00
SecretlyTaco
62aaa9310c
Redirect to same page after new post, changing settings
2018-02-24 11:08:55 +00:00
SecretlyTaco
8fc41c2d0e
When liking a post, now forwards to same page you liked from
2018-02-24 11:00:45 +00:00
SecretlyTaco
d674bc7acf
Added like/unlike buttons to posts on profiles
2018-02-23 22:14:17 +00:00
SecretlyTaco
6a0cb84bfc
Added remember me box to login form, that doesn't break when unchecked
2018-02-22 23:07:47 +00:00
SecretlyTaco
5cfc400a8b
Merge branch 'bs4login'
2018-02-22 20:35:06 +00:00
SecretlyTaco
03a2cb2549
Log user out if they open login/register pages
2018-02-22 20:33:53 +00:00
SecretlyTaco
6881a77e33
Removed random tab char
2018-02-22 20:25:37 +00:00
9d2eb49bcd
Merge branch 'viewpage'
2018-02-22 19:12:41 +00:00
a1c0d37325
Added view thread page, currently the same as replies without the ability to reply
2018-02-22 19:12:34 +00:00
4c1b031ee5
Merge branch 'replies', showing full thread history on reply page
2018-02-22 18:58:15 +00:00
SecretlyTaco
1c7747497a
Enabled dark theme on timeline, global, replies pages
2018-02-21 22:11:57 +00:00
SecretlyTaco
32f55c65e9
Added cyborg option to settings page
2018-02-21 21:48:02 +00:00
SecretlyTaco
b403b9f2bf
Merge branch 'themes', allowing darkly theme option
2018-02-21 21:33:42 +00:00
SecretlyTaco
1dab258335
Implemented more generic themes options, allowing between 'default' and 'darkly' themes
2018-02-21 21:32:52 +00:00
SecretlyTaco
61f5080910
Dark theme checkbox is now checked by default, where applicable
2018-02-21 12:29:55 +00:00
SecretlyTaco
15bea2ba63
Split line return statement in profile
2018-02-21 12:16:20 +00:00
SecretlyTaco
e36c6d4d80
Set host to localhost explicitly
2018-02-21 12:10:02 +00:00
SecretlyTaco
17a3cf0491
Implemented basic full threading, although currently gets stuck in infinite loop
2018-02-21 11:21:50 +00:00
SecretlyTaco
98140ce576
Made settings option save dark theme to account, show dark theme on user profiles
2018-02-21 08:54:12 +00:00
8359fc42d4
Shows one reply further back on replies page where possible
2018-02-20 17:04:34 +00:00
b74be3332b
Set username on settings page to logged in name
2018-02-19 11:24:44 +00:00
SecretlyTaco
22c3193f12
Created un/follow buttons
2018-02-18 15:15:25 +00:00
71ba0b3634
Merge branch 'globaltab'
2018-02-18 13:52:07 +00:00
16a2507503
Completed ability to reply to posts
2018-02-18 13:51:49 +00:00
19aee623b1
Navigation bar to show global highlighted on global page
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
2018-02-16 05:43:59 +00:00
Socks
eab5b4c22f
Added profile view, cookie support for accounts
2018-01-30 04:00:00 +00:00
Socks
16bf449dff
Initial Commit
...
- Basic accounts system
2018-01-12 12:45:52 +00:00