Commit graph

391 commits

Author SHA1 Message Date
Daniel Supernault
662470c8dd Relicense from MIT to AGPL 2018-06-04 20:15:07 -06:00
Daniel Supernault
20432ada5f Add CommentPipeline 2018-06-04 02:25:40 -06:00
Daniel Supernault
eaf465914a Add comment notifications 2018-06-04 02:16:33 -06:00
Daniel Supernault
059791c6af Add dbal dependency
Run `composer update` if you run an instance already!
2018-06-04 00:41:23 -06:00
Daniel Supernault
2a73150586 Update comment url structure 2018-06-04 00:07:40 -06:00
Daniel Supernault
aaf94d56cc Fix comment timeline bug 2018-06-03 23:40:17 -06:00
daniel
c35287f6ad
Merge pull request #176 from hellcp/patch-10
Don't use JS for navbar so much in mobile view
2018-06-03 21:44:25 -06:00
Daniel Supernault
e88777ed57 Add self posts to personal timeline
Closes #85
2018-06-03 21:38:29 -06:00
Daniel Supernault
4751832ad3 Fix pagination bug for like and comment events 2018-06-03 21:04:01 -06:00
Daniel Supernault
dfe451db70 Fix like count 2018-06-03 20:46:55 -06:00
Daniel Supernault
9952920aa7 Update status template 2018-06-03 20:21:13 -06:00
Daniel Supernault
2514bc75e3 Update status template 2018-06-03 20:21:02 -06:00
Daniel Supernault
2b4a6dc20a Update bootstrap.js 2018-06-03 20:20:54 -06:00
Daniel Supernault
cc9dcca5e0 Update commentform.js 2018-06-03 20:20:45 -06:00
Daniel Supernault
b2f20eb8a6 Update likebutton.js 2018-06-03 20:20:39 -06:00
Daniel Supernault
dba78c24cc Update CommentController 2018-06-03 20:20:12 -06:00
Daniel Supernault
d3860fdbb3 Update compiled assets 2018-06-03 20:19:46 -06:00
Daniel Supernault
b4394605ee Update TimelineController 2018-06-03 19:40:19 -06:00
Daniel Supernault
31f7957d30 Update routes 2018-06-03 19:39:49 -06:00
Daniel Supernault
4ca5a9e742 Add ApiController 2018-06-03 19:39:38 -06:00
Daniel Supernault
4f93a4044e Add Font Awesome 5 2018-06-03 19:38:18 -06:00
Stasiek Michalski
fe2017fe7b
Make searchbar darker 2018-06-03 16:28:59 +02:00
Stasiek Michalski
9e28bb6c56
Don't use JS for navbar so much in mobile view
And fix #174
2018-06-03 16:22:13 +02:00
Daniel Supernault
6d5c8fb90a Fix n+1 query in status view 2018-06-03 01:15:38 -06:00
Daniel Supernault
7f7e8526f3 Update status view 2018-06-03 01:00:16 -06:00
Daniel Supernault
d13f73db95 Update compiled assets 2018-06-03 00:55:05 -06:00
daniel
010735b3bc
Merge pull request #163 from trwnh/patch-1
Fix margins on follower/following list
2018-06-03 00:52:22 -06:00
trwnh
48240d319c
Define offset only for md layout (following)
Fix #160 for following list
2018-06-03 01:46:25 -05:00
trwnh
89646cf1c6
Offset only for md layout (followers)
Fix #160 for followers list
2018-06-03 01:44:29 -05:00
daniel
ceb0c0ae2b
Merge pull request #162 from trwnh/patch-1
CSS fixes and cleanup related to the block model
2018-06-03 00:33:44 -06:00
trwnh
32fa4c2e0b
Singular footer margin
Remove complexity and unnecessarily large gap
2018-06-03 01:20:06 -05:00
trwnh
b1a46f9b15
Remove unnecessary block definition
Default display model is already block, so need to redefine it
2018-06-03 01:17:27 -05:00
trwnh
6c0817a572
Fix #156 2018-06-03 01:06:26 -05:00
daniel
32eca1a0fc
Merge pull request #154 from dansup/improve-user-profile
Change assets to use mix() method for versioning
2018-06-02 21:04:22 -06:00
Daniel Supernault
818fd76550 Change assets to use mix() method for versioning 2018-06-02 21:03:37 -06:00
daniel
0928e80485
Merge pull request #153 from dansup/improve-user-profile
Improve user profile
2018-06-02 20:33:52 -06:00
Daniel Supernault
3d657e0c52 Fix n+1 comment + like counts in status overlays 2018-06-02 20:26:49 -06:00
Daniel Supernault
3fcb53c7a6 Add padding to overlay 2018-06-02 20:22:44 -06:00
Daniel Supernault
333577c240 Update compiled assets 2018-06-02 19:41:53 -06:00
Daniel Supernault
c36aeba532 Fix profile blade variables 2018-06-02 19:41:27 -06:00
daniel
4f2f6db200
Merge pull request #38 from moritzheiber/docker
Workable Docker container definitions and docker-compose runtime
2018-06-02 19:34:22 -06:00
daniel
fb3c45943f
Merge pull request #151 from hellcp/patch-6
Make user images square and not dependant on aspect ratio
2018-06-02 19:32:00 -06:00
Stasiek Michalski
ea119a28ed
Add CSS for added classes 2018-06-03 03:28:58 +02:00
Stasiek Michalski
66f285c2b1
Add supporting classes to square based layout 2018-06-03 03:25:29 +02:00
daniel
cf0943a00a
Merge pull request #150 from hellcp/patch-5
Improve image view
2018-06-02 18:57:04 -06:00
Stasiek Michalski
0440f8ba72
Fix #90 2018-06-03 01:53:54 +02:00
Stasiek Michalski
c4b9cc9eda
Remove useless hr 2018-06-03 01:52:50 +02:00
Stasiek Michalski
35020b7108
Update look of status view 2018-06-03 01:47:06 +02:00
Daniel Supernault
c53e963537 Add supported file types and max caption length to new post form.
Closes #121 and #136
2018-06-02 16:53:35 -06:00
Daniel Supernault
b437b62780 Update Image class, remove PNG -> JPEG conversion and use orientate() method to detect proper orientation in Exif 2018-06-02 15:29:33 -06:00