aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-06-26Bio can actually be nil.Roger Braun
2017-06-25Add external links to twapi.Roger Braun
2017-06-25Save external link for notes.Roger Braun
2017-06-24update frontend.Roger Braun
2017-06-24More resilient xml parsing.Roger Braun
2017-06-24Update user data on fetch if it changed.Roger Braun
2017-06-23Handle webpubs in queue.Roger Braun
2017-06-23Some salmon debug fixes.Roger Braun
Plus httpoison update.
2017-06-23use correct arity .post.Roger Braun
2017-06-23Longer timeouts for outgoing federation.Roger Braun
2017-06-20Merge branch 'develop' of ssh.gitgud.io:lambadalambda/pleroma into developRoger Braun
2017-06-20Better debugging.Roger Braun
2017-06-20Merge branch 'develop' of ssh.gitgud.io:lambadalambda/pleroma into developdtluna
2017-06-20Move util functions to UtilControllerdtluna
2017-06-20Add correct index.Roger Braun
2017-06-20Use more efficient queries.Roger Braun
2017-06-20Use more efficient query.Roger Braun
2017-06-20Add some debugging to federations.Roger Braun
2017-06-20Drop the general index on activities.Roger Braun
Indices should be more specific as the general index can lead to slower queries because postgres can't estimate the specificity of jsonb indexes very well.
2017-06-20Merge branch 'develop' into refactor/user-viewRoger Braun
2017-06-20Work around upserting problems in context mapping.Roger Braun
2017-06-20Replace UserRepresenter with UserViewdtluna
2017-06-19Move finmojis to representation.Roger Braun
2017-06-19Add finmoji.Roger Braun
2017-06-18Update frontend.Roger Braun
2017-06-18Downcase tags coming in through the TwAPI.Roger Braun
2017-06-18Save incoming tags as lowercase.Roger Braun
2017-06-18Revert "Add invisible tags to TwAPI output."Roger Braun
This reverts commit a92a9dce94d2a2502750a4a258560283c21e2777.
2017-06-18Fetch user feed on externalprofile request.Roger Braun
This is so we always have something to show.
2017-06-18Output tags list in TwAPI.Roger Braun
2017-06-18Strip unsafe html on output in TwAPI.Roger Braun
2017-06-18Slightly better html link regex.Roger Braun
2017-06-18Remove html from user bios on display.Roger Braun
This is mainly to fix problems of bios coming from mastodong.
2017-06-16Update frontend.Roger Braun
2017-06-14Do some basic escaping.Roger Braun
2017-06-14Move mention parsing to Formatter module.Roger Braun
2017-06-12Update frontend.Roger Braun
2017-06-12Enable user timelines.Roger Braun
2017-06-12Redirect html user profile request.Roger Braun
2017-06-08Save correct date for incoming notes.Roger Braun
2017-06-07Update frontend.Roger Braun
2017-06-05Fix NaN statuses per day.Roger Braun
2017-06-05Update frontend.Roger Braun
2017-06-04Update frontend.Roger Braun
2017-06-02Represent object publishing date in notes.Roger Braun
2017-06-01Update frontend.Roger Braun
2017-06-01Merge branch 'develop' of ssh.gitgud.io:lambadalambda/pleroma into developRoger Braun
2017-05-31Make timeouts longer, some servers are very slow.Roger Braun
2017-05-31Redirect to frontend on html notice path.Roger Braun
2017-05-30Shorten names in links.Roger Braun