danielgrippi
|
9ef0fbfe60
|
DG MS; fix last failing spec
|
2011-11-03 21:08:32 -07:00 |
|
danielgrippi
|
07f713f46c
|
change 'mute' to 'ignore' for now; fix specs; repopulate cache upon
contact removal
|
2011-11-03 12:31:24 -07:00 |
|
danielgrippi
|
90f990e8dd
|
use the cache if cache size is less than limit
|
2011-10-31 17:07:30 -07:00 |
|
danielgrippi
|
c49c76e2a6
|
DG MS; some refactoring
|
2011-10-19 15:47:22 -07:00 |
|
Manuel Schölling
|
8cfb854fab
|
Quickfixed federation of StatusMessages with photos only (no text)
|
2011-10-16 14:42:14 +02:00 |
|
Manuel Schölling
|
bdeae54c6c
|
Make Photos not inherit from Posts
|
2011-10-16 13:58:35 +02:00 |
|
Manuel Schölling
|
02a3c3f88b
|
Introduced Shareable
|
2011-10-16 13:58:35 +02:00 |
|
Maxwell Salzberg
|
f959ca0c12
|
refactor streams to be in a Stream module, hopefully they will auto-reload now
|
2011-10-13 22:26:15 -07:00 |
|
Ilya Zhitomirskiy
|
018a42b001
|
assert that prep_opts works; reference BaseStream types in lieu of subclassed AspectStream's
|
2011-10-06 17:26:29 -07:00 |
|
Ilya Zhitomirskiy
|
7572eaaf0d
|
changed the default order in prep_opts, passing in opts to cache population
|
2011-10-06 17:14:14 -07:00 |
|
Ilya Zhitomirskiy
|
97342630c4
|
dg iz added some more documentation and only caching on all aspects
|
2011-10-04 14:39:56 -07:00 |
|
Ilya Zhitomirskiy
|
01515725fe
|
WIP trim is still needed, also possible weirdness with the mock
|
2011-10-04 10:32:16 -07:00 |
|
Ilya Zhitomirskiy
|
8d12a57f37
|
reding from redis cache
|
2011-10-04 10:32:16 -07:00 |
|
Maxwell Salzberg
|
60ace5c297
|
DG MS; Broke out HydraWrapper in HttpMulti job
|
2011-09-14 15:50:07 -07:00 |
|
danielgrippi
|
91e649977c
|
MS DG update copyright
|
2011-09-14 11:23:12 -07:00 |
|
Maxwell Salzberg
|
665facaeb0
|
DG MS renamed private dispatcher; started refactor including public
dispatcher
|
2011-09-12 17:02:40 -07:00 |
|
danielgrippi
|
1bd37038cc
|
fixed/moved specs; made Person.all_from_aspects scope (move direct AR querying from AspectStream; added more documentation in AspectStream
|
2011-09-11 14:16:48 -07:00 |
|
Sarah Mei
|
37579814c4
|
More querying_spec refactoring. #visible_posts now has sufficient test coverage to aggressively refactor.
|
2011-09-08 14:55:21 -07:00 |
|
Sarah Mei
|
d1604a5bb5
|
Blow out the visible_posts specs so I can more easily see what it's doing
|
2011-09-08 11:58:14 -07:00 |
|
Sarah Mei
|
7d10b3fdb0
|
Remove more refs to aspects.first - should make postgres builds green
|
2011-09-05 19:04:56 -07:00 |
|
danielgrippi
|
eb8c540ac1
|
MS DG IZ major invite refactor. all tests are green minus weird stuff on dans computer, need to checkout this out on pivots
|
2011-08-17 16:28:21 -07:00 |
|
danielgrippi
|
32ae21a213
|
removed user invite counter, as it was already depricated
|
2011-08-15 15:15:43 -07:00 |
|
Maxwell Salzberg
|
73616a3e7a
|
new users now autofollow diasporahq@joindiaspora.com; upon connecting to a user, you now get post visibilities for their public posts (that your pod knows about)
|
2011-07-29 17:20:10 -07:00 |
|
Raphael Sofaer
|
06217a0a1d
|
Fix stream query
|
2011-06-01 14:19:27 -07:00 |
|
Raphael Sofaer
|
ee75426963
|
Add failing spec for being overloaded with updated pending photos
|
2011-06-01 14:05:25 -07:00 |
|
Raphael Sofaer
|
609439f948
|
Destroy notifications on contact destroy
|
2011-05-23 18:33:18 -07:00 |
|
danielgrippi
|
7eaca0346c
|
Merge branch 'master' into follow
Conflicts:
config/assets.yml
public/stylesheets/sass/_mixins.scss
spec/models/user/posting_spec.rb
|
2011-05-16 14:56:28 -07:00 |
|
Raphael Sofaer
|
70fd2e916a
|
Update rspec
|
2011-05-13 17:52:37 -07:00 |
|
danielgrippi
|
0db8541f6e
|
added a pane for people sharing with you on all aspect page
|
2011-05-04 17:57:42 -07:00 |
|
danielgrippi
|
e854bd0a32
|
split 'mutual' flag into 'sharing' and 'receiving' on Contact
|
2011-05-04 17:09:48 -07:00 |
|
danielgrippi
|
648a10e6d3
|
Merge branch 'master' into follow
Conflicts:
app/controllers/requests_controller.rb
app/controllers/tags_controller.rb
app/helpers/aspects_helper.rb
app/views/notifications/index.html.haml
config/routes.rb
public/javascripts/aspect-edit.js
public/javascripts/contact-list.js
spec/integration/receiving_spec.rb
spec/models/user/connecting_spec.rb
spec/models/user/posting_spec.rb
|
2011-05-04 11:35:35 -07:00 |
|
Raphael Sofaer
|
efe79eb351
|
Fix stream on pages other than 1, rename raw_visible_posts to visible_posts
|
2011-04-13 14:35:20 -07:00 |
|
Raphael Sofaer
|
92b50c3d90
|
Add some comments, a test for pagination
|
2011-04-13 10:45:11 -07:00 |
|
danielgrippi
|
106ae983d5
|
Merge branch 'master' into follow. all specs green.
Conflicts:
app/controllers/application_controller.rb
app/controllers/people_controller.rb
app/models/person.rb
config/assets.yml
db/schema.rb
public/javascripts/aspect-edit.js
spec/controllers/aspects_controller_spec.rb
spec/models/user/querying_spec.rb
spec/spec_helper.rb
|
2011-04-11 17:48:37 -07:00 |
|
danielgrippi
|
352d1c6abf
|
fixed disconnecting logic. specs&cucumber green
|
2011-04-11 15:10:51 -07:00 |
|
danielgrippi
|
aeda5a4e39
|
dispatching / receiving logic complete. following wip.
|
2011-04-07 18:29:24 -07:00 |
|
danielgrippi
|
4f972a23f6
|
drop requests table wip
|
2011-04-06 19:01:41 -07:00 |
|
danielgrippi
|
2e5b5e1efe
|
request notification emails -> started sharing notification emails
|
2011-04-06 13:21:15 -07:00 |
|
Raphael Sofaer
|
a172e56290
|
Make the ordering in querying spec less brittle
|
2011-04-06 12:33:20 -07:00 |
|
Raphael Sofaer
|
3fb822c6c5
|
Fix distinct problem
|
2011-04-06 12:29:05 -07:00 |
|
danielgrippi
|
68375fdb02
|
added mutual flag, removed pending from contact, specs are green. wip
|
2011-04-05 16:12:53 -07:00 |
|
Raphael Sofaer
|
fa41c1fc52
|
Stream query... FIXED?????
|
2011-04-05 14:56:56 -07:00 |
|
danielgrippi
|
07f7eff782
|
fixed all specs
|
2011-04-05 10:00:54 -07:00 |
|
danielgrippi
|
cbdbe1b29b
|
follow wip. 2 failures.
|
2011-04-04 19:22:19 -07:00 |
|
danielgrippi
|
590e1fd93f
|
All green except invite connecting +2 misc.
|
2011-04-04 15:16:19 -07:00 |
|
Raphael Sofaer
|
79e3438b11
|
Fix CI?
|
2011-04-04 14:32:37 -07:00 |
|
Raphael Sofaer
|
b48b483eab
|
Still working on stream query
|
2011-04-04 13:06:15 -07:00 |
|
Raphael Sofaer
|
d09bf35213
|
Add tests for raw_visible_posts
|
2011-04-04 12:07:19 -07:00 |
|
danielgrippi
|
c800b0bfef
|
use fixtures in request spec; collapsed xml specs
|
2011-04-04 11:57:25 -07:00 |
|
MrZYX
|
9829f11498
|
fixed posting spec
|
2011-04-02 14:01:16 +02:00 |
|