1
0
Fork 0
Commit Graph

156 Commits

Author SHA1 Message Date
Daniel Supernault 612082d043 Update EmailVerification Middleware
Allow login/logout routes
2018-07-12 10:39:14 -06:00
Daniel Supernault 97869fc100 Update SiteController 2018-07-12 10:37:31 -06:00
Daniel Supernault bac7e05d6f Add AccountLog model/migration 2018-07-12 10:36:20 -06:00
Daniel Supernault 9fdce89526 Update AccountController 2018-07-12 10:34:33 -06:00
Daniel Supernault f7cd91110d Update compiled assets 2018-06-17 23:28:34 -06:00
Daniel Supernault 56b18f3e08 Update ImageOptimizePipeline, do not optimize gifs 2018-06-14 20:54:05 -06:00
Daniel Supernault aa32b8020c Update status template 2018-06-14 01:42:47 -06:00
Daniel Supernault a415b421cb Add Email Verification 2018-06-13 23:30:43 -06:00
Daniel Supernault faec46069b Update StatusDelete Pipeline 2018-06-13 21:29:20 -06:00
Daniel Supernault 47df007a7e Add Photo Filters and Photo Albums 2018-06-13 20:57:16 -06:00
Daniel Supernault 596f335dc6 Update StatusEntityLexer 2018-06-13 19:47:08 -06:00
Daniel Supernault 231884c770 Update view entity encoding 2018-06-13 18:54:27 -06:00
Daniel Supernault 4e51fbd5eb Add soft-deletes 2018-06-13 18:52:42 -06:00
Daniel Supernault 3f0ad3ffe2 Update StatusController, support multiple uploads 2018-06-13 17:14:10 -06:00
Daniel Supernault 25bf33e64a Update CW 2018-06-09 20:34:52 -06:00
Daniel Supernault b63b8353ad Add pagination to notifications 2018-06-09 17:36:27 -06:00
Daniel Supernault 2726f90584 Update Status model 2018-06-09 17:32:07 -06:00
Daniel Supernault 0cc736d109 Update Profile model 2018-06-09 17:31:48 -06:00
Daniel Supernault 40d1b5342a Update ProfileController 2018-06-09 17:31:14 -06:00
Daniel Supernault 545efbeee3 Update AccountController, add pagination to notifications 2018-06-09 17:30:54 -06:00
Daniel Supernault 63343ae503 Add basic CW/NSFW support 2018-06-09 16:29:36 -06:00
Daniel Supernault dd60413394 Add MentionPipeline 2018-06-08 21:32:46 -06:00
Daniel Supernault 7bb1f10d19 Add new entity lexers 2018-06-08 21:31:42 -06:00
Daniel Supernault 33ff1f7829 Add mention model/migration/translation 2018-06-08 21:05:13 -06:00
Daniel Supernault 86efcceb4c Update LikePipeline, prevent duplicate like notifications 2018-06-07 00:14:32 -06:00
Daniel Supernault f64cf90dda Update CommentPipeline, do not send notifications for self comments 2018-06-05 21:01:59 -06:00
Daniel Supernault 8194432073 Update Status model, add cache busting to unprocessed media urls 2018-06-05 19:54:48 -06:00
Daniel Supernault a817875064 Add basic language picker 2018-06-05 01:49:05 -06:00
Daniel Supernault dfbcb0ae24 Update ProfileController 2018-06-04 23:41:40 -06:00
Daniel Supernault e9627c4c4c Update ProfileController 2018-06-04 23:25:34 -06:00
daniel 8414ed768e
Merge pull request #165 from trwnh/patch-1
lowercase name in nodeinfo
2018-06-04 22:41:54 -06:00
daniel 16f4d52476
Merge pull request #137 from Skehmatics/fix/apostrophe-bug
(Lazily) fix #131 by ignoring hashtags that begin with a ampersand in lexer
2018-06-04 22:13:40 -06:00
Daniel Supernault 4c7cf26c16 Fix N+1 in #144 2018-06-04 22:09:48 -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 2a73150586 Update comment url structure 2018-06-04 00:07:40 -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 dba78c24cc Update CommentController 2018-06-03 20:20:12 -06:00
Daniel Supernault b4394605ee Update TimelineController 2018-06-03 19:40:19 -06:00
Daniel Supernault 4ca5a9e742 Add ApiController 2018-06-03 19:39:38 -06:00
trwnh 574e7207cb
lowercase name in nodeinfo
fix #164
2018-06-03 04:04:39 -05:00
Daniel Supernault 6d5c8fb90a Fix n+1 query in status view 2018-06-03 01:15:38 -06:00
Daniel Supernault 3d657e0c52 Fix n+1 comment + like counts in status overlays 2018-06-02 20:26:49 -06: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
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
2018-06-02 00:06:55 -07:00
Daniel Supernault 93129fe39f Update AppServiceProvider
Closes #107
2018-06-01 17:39:45 -06:00
daniel dcd6edb154
Merge pull request #114 from m4sk1n/settings-bio-fix
Fix “Can't update account settings without setting a bio”
2018-06-01 16:59:56 -06:00