Commit Graph

143 Commits (5cb3e5c17b488e2f261741175a3821964339bbfc)

Author SHA1 Message Date
Daniel Supernault 3f0ad3ffe2 Update StatusController, support multiple uploads 7 years ago
Daniel Supernault 25bf33e64a Update CW 7 years ago
Daniel Supernault b63b8353ad Add pagination to notifications 7 years ago
Daniel Supernault 2726f90584 Update Status model 7 years ago
Daniel Supernault 0cc736d109 Update Profile model 7 years ago
Daniel Supernault 40d1b5342a Update ProfileController 7 years ago
Daniel Supernault 545efbeee3 Update AccountController, add pagination to notifications 7 years ago
Daniel Supernault 63343ae503 Add basic CW/NSFW support 7 years ago
Daniel Supernault dd60413394 Add MentionPipeline 7 years ago
Daniel Supernault 7bb1f10d19 Add new entity lexers 7 years ago
Daniel Supernault 33ff1f7829 Add mention model/migration/translation 7 years ago
Daniel Supernault 86efcceb4c Update LikePipeline, prevent duplicate like notifications 7 years ago
Daniel Supernault f64cf90dda Update CommentPipeline, do not send notifications for self comments 7 years ago
Daniel Supernault 8194432073 Update Status model, add cache busting to unprocessed media urls 7 years ago
Daniel Supernault a817875064 Add basic language picker 7 years ago
Daniel Supernault dfbcb0ae24 Update ProfileController 7 years ago
Daniel Supernault e9627c4c4c Update ProfileController 7 years ago
daniel 8414ed768e
Merge pull request #165 from trwnh/patch-1
lowercase name in nodeinfo
7 years ago
daniel 16f4d52476
Merge pull request #137 from Skehmatics/fix/apostrophe-bug
(Lazily) fix #131 by ignoring hashtags that begin with a ampersand in lexer
7 years ago
Daniel Supernault 4c7cf26c16 Fix N+1 in #144 7 years ago
Daniel Supernault 20432ada5f Add CommentPipeline 7 years ago
Daniel Supernault eaf465914a Add comment notifications 7 years ago
Daniel Supernault 2a73150586 Update comment url structure 7 years ago
Daniel Supernault e88777ed57 Add self posts to personal timeline
Closes #85
7 years ago
Daniel Supernault 4751832ad3 Fix pagination bug for like and comment events 7 years ago
Daniel Supernault dfe451db70 Fix like count 7 years ago
Daniel Supernault dba78c24cc Update CommentController 7 years ago
Daniel Supernault b4394605ee Update TimelineController 7 years ago
Daniel Supernault 4ca5a9e742 Add ApiController 7 years ago
trwnh 574e7207cb
lowercase name in nodeinfo
fix #164
7 years ago
Daniel Supernault 6d5c8fb90a Fix n+1 query in status view 7 years ago
Daniel Supernault 3d657e0c52 Fix n+1 comment + like counts in status overlays 7 years ago
Daniel Supernault c53e963537 Add supported file types and max caption length to new post form.
Closes #121 and #136
7 years ago
Daniel Supernault b437b62780 Update Image class, remove PNG -> JPEG conversion and use orientate() method to detect proper orientation in Exif 7 years ago
Derek Schmidt 41683db2b4
Ignore hashtags that begin with a ampersand
Fixes #131

This is usually a marker of an HTML entity code.
It is possible for a user to do this on purpose,
but not horribly likely.

i hope
7 years ago
Daniel Supernault 93129fe39f Update AppServiceProvider
Closes #107
7 years ago
daniel dcd6edb154
Merge pull request #114 from m4sk1n/settings-bio-fix
Fix “Can't update account settings without setting a bio”
7 years ago
daniel 619d51060f
Merge pull request #108 from m4sk1n/discover-fix
Do not recommend myself
7 years ago
daniel 7c4a383a65
Merge pull request #93 from neilalexander/patch-2
Use inRandomOrder instead of orderByRaw in Discover page
7 years ago
Daniel Supernault 91a6f8eba5 Add post delete method 7 years ago
Daniel Supernault fa7d1fef2f Update RestrictedNames so users can't register a username that conflicts with routes 7 years ago
Marcin Mikołajczak 13c0e33490 Fix “Can't update account settings without setting a bio”
Signed-off-by: Marcin Mikołajczak <me@m4sk.in>
7 years ago
Daniel Supernault 1b794c8508 Update StatusPipeline 7 years ago
Daniel Supernault 92939ed867 Add recaptcha to login/register form 7 years ago
Marcin Mikołajczak 71c90c8f49 Do not recommend myself
Signed-off-by: Marcin Mikołajczak <me@m4sk.in>
7 years ago
Neil Alexander efbb1017e7
Also fix orderByRaw in SeedFollows 7 years ago
Neil Alexander 11447c13da
Use inRandomOrder instead of orderByRaw in Discover page 7 years ago
Daniel Supernault 8498779430 Fix avatar bug 7 years ago
Daniel Supernault 51aa17052f Update FederationController
Prevent outbox from returning an actor object so other federation
software does not attempt to send inbox requests until the inbox is
fully supported.
7 years ago
Daniel Supernault 753b6d4721 Add Inbox util 7 years ago