Dennis Collinson
|
f3c1eff3e9
|
Refactor Relayable Creation
|
2012-02-09 19:01:00 -08:00 |
|
Dennis Collinson
|
9e1816dc12
|
Participations are a federated, relayable model :)
|
2012-02-09 19:01:00 -08:00 |
|
danielgrippi
|
2b15bc7938
|
fix syntax in comment.rb
|
2012-02-09 18:29:52 -08:00 |
|
danielgrippi
|
7a5838a363
|
allow comments to be 65535 chars long (as opposed to 2500)
|
2012-02-09 18:26:20 -08:00 |
|
Diaspora Europe
|
8eda9aaf52
|
added user_is_following method, added 2 model specs
|
2012-02-09 14:17:43 +01:00 |
|
danielgrippi
|
a819f38b99
|
touch interacted_at on Post#after_create
|
2012-02-07 21:32:10 -08:00 |
|
Dennis Collinson
|
8ae18bb393
|
nsfw's users posts are now nsfw
|
2012-02-07 19:14:44 -08:00 |
|
Dennis Collinson
|
558ceec92a
|
a user can mark themselves as nsfw
|
2012-02-07 19:03:20 -08:00 |
|
Maxwell Salzberg
|
7d325cb29b
|
sad fix for stupid app config problem in development [ci skip]
|
2012-02-07 13:41:03 -08:00 |
|
Dennis Collinson
|
ff1cbb48cc
|
remove excess call to appconfi#setup
|
2012-02-06 17:42:01 -08:00 |
|
danielgrippi
|
de757db48b
|
fix ruby reshare model; extract sortOrder in app.models.Stream.
|
2012-02-06 08:26:11 -08:00 |
|
danielgrippi
|
fa5424653a
|
fix markup display on reshares. DERP. [ci skip]
|
2012-02-06 08:02:27 -08:00 |
|
Dennis Collinson
|
354ed7ef05
|
paginating participate stream
|
2012-02-03 17:55:06 -08:00 |
|
Dennis Collinson
|
3991903b56
|
MS DG DC Participate stream that has things bubble to the top
|
2012-02-03 17:23:57 -08:00 |
|
danielgrippi
|
a3e13e3c0e
|
User#like! method.
|
2012-02-03 14:42:03 -08:00 |
|
Dennis Collective
|
6dbd644b01
|
Merge pull request #2719 from stwf/return-contact-popup-to-notify
aspects popup menu missing from 'started sharing' notifications
|
2012-02-03 00:42:10 -08:00 |
|
danielgrippi
|
4f7dda6012
|
bang! kill redis cache.
|
2012-02-02 12:45:43 -08:00 |
|
Sarah Mei
|
085d6552b3
|
Drop comments, likes, and PMs from people who the (post/conversation) owner is ignoring.
|
2012-02-01 17:52:11 -08:00 |
|
danielgrippi
|
02021584a7
|
EvilQuery for Participation, refactor comment creation
you can now create a comment with User#comment!(post, text)
|
2012-02-01 15:09:31 -08:00 |
|
Jonne Haß
|
7a8bd7595b
|
do not auto follow back if already sharing
|
2012-01-31 14:34:09 +01:00 |
|
Steven Fuchs
|
5ea4bc0a1b
|
Merge remote branch 'upstream/master' into return-contact-popup-to-notify
|
2012-01-29 18:13:30 -05:00 |
|
Steven Fuchs
|
5d15fa43b5
|
take url shortening into effect before truncating twitter posts
|
2012-01-29 17:42:17 -05:00 |
|
Sarah Mei
|
7d4a81560d
|
Move contact pagination to controller - fixes #2760
|
2012-01-27 21:56:27 -08:00 |
|
danielgrippi
|
8529293eee
|
resque deals with stringified hashes, not symbolized ones [ci skip]
|
2012-01-27 16:48:28 -08:00 |
|
danielgrippi
|
31bfef9dd2
|
pass in service_type strings instead of objects to deferred_dispatcher.
|
2012-01-27 16:05:38 -08:00 |
|
Maxwell Salzberg
|
67432bfaf4
|
suppress annoying resque errors; add a task to clear Resque failures
|
2012-01-27 14:57:04 -08:00 |
|
Maxwell Salzberg
|
c100f8bfdd
|
clean up Person scopes, and re-use one in contact controller to deprecate a controller method
|
2012-01-27 02:23:38 -08:00 |
|
Maxwell Salzberg
|
46da8310f5
|
small styling changes
|
2012-01-27 02:23:37 -08:00 |
|
Maxwell Salzberg
|
cc5334ce9a
|
make this scary join a scope [ci skip]
|
2012-01-27 02:23:37 -08:00 |
|
Maxwell Salzberg
|
117acdd17f
|
move mention regex to a constant in mention
|
2012-01-27 02:23:37 -08:00 |
|
Maxwell Salzberg
|
718c4fd38c
|
refactor status_message_controller#create to suck less. it still sucks
|
2012-01-27 02:23:37 -08:00 |
|
danielgrippi
|
c133c16dc2
|
DG MS; don't fetch people or contact objects (you don't need) on multi stream.
|
2012-01-26 14:52:31 -08:00 |
|
danielgrippi
|
005b165e87
|
defer dispatching to help app processes not bloat in memory
|
2012-01-26 13:24:53 -08:00 |
|
Maxwell Salzberg
|
c23e6d9afd
|
dispatcher#post should not take opts
|
2012-01-26 13:24:53 -08:00 |
|
Jonne Haß
|
9c67cd7eb9
|
collapse Post#last_three_comments and Commentable#last_three_comments, do not double query comments in CommentsController#index for a JSON response, remove spec that tests ordering as it's not deterministic on psql without specified order
|
2012-01-25 12:44:50 +01:00 |
|
danielgrippi
|
72aee6b2c1
|
don't use .last(3), use .limit(3) instead. also, don't put an order on an association as it isn't overridable. (this commit minimizes AR object instantiation in the stream)
|
2012-01-24 23:47:45 -08:00 |
|
danielgrippi
|
eaed3505e4
|
Don't create share_visibilities for public posts, sans migration of deleting old data.
|
2012-01-24 16:49:07 -08:00 |
|
Jonne Haß
|
7aaaf4f43b
|
use guid instead of id for /people/ urls
|
2012-01-23 23:35:31 +01:00 |
|
Steven Fuchs
|
d8f2e73ea2
|
refer to model for target value, not set attributes.
|
2012-01-23 12:05:43 -05:00 |
|
Daniel Grippi
|
2c50de0726
|
Merge pull request #2714 from stwf/im-sorry-bye-vanna
Remove Vanna Controller from app and fix up notifications controller, views, scripts, specs
|
2012-01-22 22:15:14 -08:00 |
|
Jonne Haß
|
ebfc3de878
|
do not require newrelic or airbrake unless they are configured
|
2012-01-22 15:38:55 +01:00 |
|
Maxwell Salzberg
|
e461956a97
|
allow custom app_name prefixes for newrelic
|
2012-01-20 12:25:05 -08:00 |
|
Steven Fuchs
|
9836860ca3
|
Merge remote branch 'upstream/master' into im-sorry-bye-vanna
|
2012-01-20 12:23:45 -05:00 |
|
Maxwell Salzberg
|
0ce0e47ff8
|
fix #2698; allow a user to delete a reshare of a deleted post
|
2012-01-19 15:24:07 -08:00 |
|
danielgrippi
|
5721c9e512
|
remove depricated methods
|
2012-01-18 13:29:43 -08:00 |
|
Maxwell Salzberg
|
254860bddc
|
SM MS; Read email sent to diaspora-dev for more information about this
commit. Add migration and rake task to copy hidden information from
share_visibilities to users. see: http://devblog.joindiaspora.com/?p=44
|
2012-01-17 19:29:01 -08:00 |
|
Maxwell Salzberg
|
b09e76a0ce
|
introduce base_pod_uri, so we can support domains that use www and [bare] with webfinger
|
2012-01-17 17:34:42 -08:00 |
|
Steven Fuchs
|
36fd43db4c
|
incorporated improvements from @maxwell from last pull request.
|
2012-01-17 19:27:48 -05:00 |
|
danielgrippi
|
fdc0b681eb
|
remove unused api serializers (cruft)
|
2012-01-17 16:03:24 -08:00 |
|
Maxwell Salzberg
|
6e02f61395
|
MS remove custom resque job logging as it is making heroku very sad
|
2012-01-16 20:25:56 -08:00 |
|
danielgrippi
|
177f608276
|
fix oembed issues in backbone land
|
2012-01-15 15:56:34 -08:00 |
|
danielgrippi
|
91e3f5f6ff
|
remove cache counter for photos, as it was causing too many edge-case errors & added complexity across models
|
2012-01-14 15:40:43 -08:00 |
|
danielgrippi
|
84af585f87
|
rescue SocketError on UpdateServiceUser job when dev box is in single process mode and not connected to the internet
|
2012-01-14 15:40:43 -08:00 |
|
Maxwell Salzberg
|
b10eb9e56a
|
we do not need to require this file here. sorry about that
|
2012-01-14 01:12:16 -08:00 |
|
Maxwell Salzberg
|
35676cddac
|
fix #2627 (webfinger produces 500 error, and refactor a little to encapsulate into Webfinger object a bit more
|
2012-01-14 00:40:42 -08:00 |
|
danielgrippi
|
240d595714
|
removing photos_count method from StatusMessage in hopes of fixing the counter (still a bit confused, though...)
|
2012-01-13 23:33:59 -08:00 |
|
Maxwell Salzberg
|
c45057bd94
|
update settings logic, and heroku rake task
|
2012-01-13 13:59:34 -08:00 |
|
Jonne Haß
|
0cc0b152d7
|
do not call .photo_count on a reshare etc.
|
2012-01-13 22:09:22 +01:00 |
|
danielgrippi
|
aed413b463
|
remove unused method and controller action (move_contact)
|
2012-01-13 12:15:32 -08:00 |
|
Maxwell Salzberg
|
408bafca09
|
add/refactor normalize_pod_services so configured services is always defined regardless if SERVICES are set up
|
2012-01-12 15:04:14 -08:00 |
|
danielgrippi
|
0e5bb81d66
|
remove all references to the websocket. bang bang.
|
2012-01-10 12:28:19 -08:00 |
|
danielgrippi
|
985657cbc3
|
pass in correct avatar sizes in person json response
|
2012-01-07 20:06:05 -08:00 |
|
danielgrippi
|
e928cc805a
|
fixed markdown issues with reshares; removed puts from specs
|
2012-01-07 17:33:16 -08:00 |
|
Dennis Collinson
|
daba42c857
|
mentions now render client side, wow
|
2012-01-07 14:24:28 -08:00 |
|
Dennis Collinson
|
b13e72bc00
|
spec fix for markdown
|
2012-01-07 14:24:28 -08:00 |
|
danielgrippi
|
dea21634a2
|
add raw_message method to Reshare
|
2012-01-07 14:24:27 -08:00 |
|
danielgrippi
|
0fb1bf5d4b
|
hash tags are linked on the front end, adding markdown.js file
|
2012-01-07 14:24:27 -08:00 |
|
danielgrippi
|
dbfb18e249
|
display reshare counts; test inf scroll & reshare counter in jasmine instead of cucumber
|
2012-01-07 14:23:27 -08:00 |
|
danielgrippi
|
64a90a30ef
|
only load photos for a post if photos_count > 0; display 'limited' or 'public' in stream elements; fix small like bug in stream
|
2012-01-07 14:23:27 -08:00 |
|
danielgrippi
|
71bae10317
|
fixed notification specs; removed a cuke around reshares already tested in jasmine
|
2012-01-07 14:23:27 -08:00 |
|
danielgrippi
|
841cc29d25
|
add api block to photo; photos display in stream
|
2012-01-07 14:23:23 -08:00 |
|
danielgrippi
|
d9d878f11f
|
added api response for likes; cleaned up view logic; specify like collection url from parent model (Post)
|
2012-01-07 14:23:23 -08:00 |
|
danielgrippi
|
cd1d25dc30
|
remove widget references on backbone stream pages; don't call time_for_stream if @backbone (the method references @stream.stream_posts)
|
2012-01-07 14:23:22 -08:00 |
|
danielgrippi
|
cec2d27204
|
ported likes logic for the stream over from old branch
|
2012-01-07 14:23:22 -08:00 |
|
danielgrippi
|
9e4e58e002
|
fix facebook specs; comment controller specs
|
2012-01-07 14:23:22 -08:00 |
|
danielgrippi
|
414fb8d454
|
corrected template views; status message now includes oembed; updated post.rb api to supply oembed and object_url
|
2012-01-07 14:23:21 -08:00 |
|
danielgrippi
|
34e3403e2e
|
jasmine green again; template switching in place, defaulting to displaying post text
|
2012-01-07 14:23:21 -08:00 |
|
danielgrippi
|
52e3f1b240
|
DC DG; test stream view WIP
|
2012-01-07 14:23:21 -08:00 |
|
Daniel Grippi
|
dca3581ae2
|
added likes to the stream element underscore partial
|
2012-01-07 14:23:20 -08:00 |
|
Daniel Grippi
|
d504bf4591
|
add current user to body tag data field (hackity hack). add comment links to posts
|
2012-01-07 14:23:20 -08:00 |
|
Daniel Grippi
|
176963fdad
|
serialize current user json into body tag for now
|
2012-01-07 14:23:20 -08:00 |
|
Daniel Grippi
|
19db5519c0
|
DG DH; made acts_as_api play nice with backbonejs. comments are semi-functional; stream elements use the StreamElement js widget (for now).
|
2012-01-07 14:23:20 -08:00 |
|
danielgrippi
|
91ba6447d0
|
add acts_as_api to the models directly for now. the 'root node' problem (posts : {}) breaks backbone. wip
|
2012-01-07 14:23:20 -08:00 |
|
Maxwell Salzberg
|
cedc49bf09
|
MS DC; oauth keys are now pulled out of application.yml to be simplier. incldue newrelic as heroku expects it, without affecting people who do not use newrelic. If you do use new relic in production, you have to put your newrelic api key in application.yml
|
2012-01-05 17:31:38 -08:00 |
|
Jonne Haß
|
52c75a7ad4
|
Revert "Revert "auto follow back feature""
This reverts commit 6408105917.
Conflicts:
db/schema.rb
|
2012-01-04 13:49:56 +01:00 |
|
Maxwell Salzberg
|
71b58fa6fc
|
only queue process_photo jobs if the owner is local. this should cut down on some resque errors
|
2012-01-04 00:08:29 -08:00 |
|
Maxwell Salzberg
|
e9465e7001
|
move websocket to make rails happy
|
2012-01-03 22:47:44 -08:00 |
|
Maxwell Salzberg
|
63cdd93afc
|
the websocket has been completely removed, and replaced for a stub until
we find a better way to reimpliment it in a more sane way
|
2012-01-03 18:39:54 -08:00 |
|
Maxwell Salzberg
|
9b05e80e3f
|
fix oembed caches so data must be present
|
2012-01-03 18:00:16 -08:00 |
|
Maxwell Salzberg
|
43090d38eb
|
AppConfig in heroku can now read array variables
|
2012-01-03 16:18:51 -08:00 |
|
Maxwell Salzberg
|
a7d59ce115
|
add EnviromentConfiguration to keep track of heroku specfic enviroment hacks
|
2012-01-03 16:01:21 -08:00 |
|
robhogg
|
b792a6d3e0
|
Fixed typo
|
2012-01-02 21:24:44 +00:00 |
|
robhogg
|
8fbe180446
|
Modified nsfw? to use case-insensitive regex match.
|
2012-01-02 21:24:44 +00:00 |
|
Jonne Haß
|
1e8e0b55fd
|
paranthesis ftw, sorry for the noise
|
2012-01-02 21:17:11 +01:00 |
|
Jonne Haß
|
67b2af0da6
|
check if ca_file is commented out completly
|
2012-01-02 21:07:46 +01:00 |
|
Jonne Haß
|
2817fb95de
|
do not use example config if there's a custom one
|
2011-12-22 02:03:41 +01:00 |
|
Maxwell Salzberg
|
22d5e913cc
|
remove splunk logging
|
2011-12-21 14:24:03 -08:00 |
|
danielgrippi
|
0f42c98a7b
|
merge Pistos's reshare branch into master
|
2011-12-20 14:42:18 -08:00 |
|
danielgrippi
|
e9b6da605f
|
fix specs; move presence_of_content validation check into a before_destory to play nicely with federation
|
2011-12-20 10:42:30 -08:00 |
|
Pistos
|
f83e56e5f3
|
Added a counter cache for the number of reshares of a post.
|
2011-12-19 17:12:17 -05:00 |
|