danielgrippi
|
0e5bb81d66
|
remove all references to the websocket. bang bang.
|
2012-01-10 12:28:19 -08:00 |
|
Daniel Grippi
|
c61e84bc50
|
Merge pull request #2547 from stwf/unread_notifications
Allow users to click on read notifications to mark them as unread
|
2012-01-10 10:46:26 -08:00 |
|
Daniel Grippi
|
bdc9421bc5
|
Merge pull request #2549 from lprelle/no_stream_redirect_from_settings
No stream redirection from settings
|
2012-01-08 20:22:53 -08:00 |
|
Maxwell Salzberg
|
232c4b7931
|
fix for mobile multi stream [ci skip]
|
2012-01-07 23:31:17 -08:00 |
|
danielgrippi
|
c3ea1dfc6e
|
DC DG fix search cucumber step
|
2012-01-07 14:24:27 -08:00 |
|
danielgrippi
|
3db0cd3776
|
fix all cukes but the tags feature [ci skip]
|
2012-01-07 14:24:27 -08:00 |
|
danielgrippi
|
2024716c2c
|
remove unusued javascript files; GC clearing from application/vanna controller
|
2012-01-07 14:24:27 -08:00 |
|
danielgrippi
|
3f7144f214
|
added hide post feature back to stream
|
2012-01-07 14:23:28 -08:00 |
|
danielgrippi
|
24950bd364
|
restored ability to 'unlike'
|
2012-01-07 14:23:28 -08:00 |
|
Dennis Collinson
|
b582f45452
|
green jasmine, yo
|
2012-01-07 14:23:28 -08:00 |
|
danielgrippi
|
4fabbe93a5
|
fix ResharesController / StatusMessage controller spec; remove another js response
|
2012-01-07 14:23:26 -08:00 |
|
danielgrippi
|
719e265b68
|
modified app to return a hash if current_user is not present; removed view specs in postsController specs & moved logic to js/jasmine
|
2012-01-07 14:23:26 -08:00 |
|
danielgrippi
|
02ca7a32f0
|
added reshare logic back (doesn't append it to the stream...)
|
2012-01-07 14:23:25 -08:00 |
|
danielgrippi
|
505adbe07b
|
aspect stream uses backbone; don't ajax in aspect selectors for now
|
2012-01-07 14:23:25 -08:00 |
|
danielgrippi
|
4029b26c03
|
created publisher view; wip
|
2012-01-07 14:23:25 -08:00 |
|
danielgrippi
|
039df8f879
|
fixed 14 cukes (all comments features)
|
2012-01-07 14:23:25 -08:00 |
|
danielgrippi
|
7c5e3cb415
|
switch like_stream to use backbone
|
2012-01-07 14:23:24 -08:00 |
|
danielgrippi
|
1b8f78e006
|
remove sort order logic from controllers; backbone stream does not support it; was to be depricated anyway
|
2012-01-07 14:23:24 -08:00 |
|
danielgrippi
|
6911ed5d7d
|
expand comments working
|
2012-01-07 14:23:23 -08:00 |
|
danielgrippi
|
b94b5240a8
|
added block user functionality to the stream
|
2012-01-07 14:23:23 -08:00 |
|
danielgrippi
|
6760e3868d
|
remove js resposne for likes, do it in backbone with json responses instead
|
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
|
ae6fa5bebb
|
don't use Diaspora widget system or stream.js when backbone is active;
migrating like actions over to backbone; some cleanup; bump jquery to
1.7.1
|
2012-01-07 14:23:22 -08:00 |
|
danielgrippi
|
f5172fa977
|
comment and post deletion now works on the backbone stream
|
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
|
1ecfa92c9e
|
DH DG; create comments via backbone
|
2012-01-07 14:23:21 -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
|
aa7343d759
|
add profile streams to backbone. this breaks hovercards, atm.
|
2012-01-07 14:23:20 -08:00 |
|
danielgrippi
|
42ce3b277b
|
backbone all the streams, besides user. don't use the acts_as_api way 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 |
|
danielgrippi
|
2a13381773
|
DG DH; pagination on backbone stream
|
2012-01-07 14:23:20 -08:00 |
|
danielgrippi
|
c360e82f11
|
DG DH; backbone stream now sort-of renders on multis_controller; wip
|
2012-01-07 14:23:20 -08:00 |
|
Jonne Haß
|
00a800ab07
|
this should fix a weired test polution case on travis where the x-git-revision header is suddenly nil
|
2012-01-06 03:26:00 +01:00 |
|
Maxwell Salzberg
|
41ecf2b27d
|
make a method in EnviromentConfiguration to test if newrelic is setup
|
2012-01-05 18:14:06 -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
|
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 |
|
Steven Fuchs
|
f72a4b4476
|
notifications controller should return the guid and unread state of the updated notification
|
2011-12-23 22:58:01 -05:00 |
|
Steven Fuchs
|
a1d474111b
|
controller now only accepts string values for unread.
|
2011-12-23 15:35:07 -05:00 |
|
Steven Fuchs
|
cd75c6ea67
|
cleaner reading of unread parameter
|
2011-12-23 11:36:20 -05:00 |
|
Lennart Prelle
|
0a83b0d37a
|
forget the return
|
2011-12-23 13:51:40 +01:00 |
|
Lennart Prelle
|
9ab4cd113e
|
remove redirect to stream from settings
|
2011-12-23 13:44:41 +01:00 |
|
Steven Fuchs
|
f3486e831f
|
changes is_unread parameter to unread
|
2011-12-22 22:57:05 -05:00 |
|
Steven Fuchs
|
f2be6e8bcf
|
controller can accept a parameter as to whether the notification should be marked as read or unread
|
2011-12-22 15:20:48 -05:00 |
|
Maxwell Salzberg
|
22d5e913cc
|
remove splunk logging
|
2011-12-21 14:24:03 -08:00 |
|
Jonne Hass
|
d6f98d12e1
|
even more spec fixing, postgres throws statement invalids for duplicate keys, luckily record not unique is a subsubclass of it so we can just catch the higher error
|
2011-12-11 04:45:11 +01:00 |
|
Jonne Hass
|
12d0eee7d9
|
use new translation keys for will_paginate instead of the setting
|
2011-12-11 02:49:43 +01:00 |
|
Jonne Hass
|
57661fe9dd
|
fixed a couple of specs
|
2011-12-11 02:08:38 +01:00 |
|
Jonne Hass
|
5726b37fb9
|
diaspora connect: fix edge case where pod lost the client information
|
2011-12-11 01:37:15 +01:00 |
|
Jonne Hass
|
8b141ed5d5
|
oauth feature green, except for the pod forgot client edge case
|
2011-12-10 12:54:39 +01:00 |
|
Jonne Hass
|
4dd55ebdad
|
fix diaspora connect for the new oauth stuff WIP. There's one bug where the oauth_identifier changes but the client doesn't get informed or doesn't save it. I hope it's the last bug. Btw. this is all ugly
|
2011-12-10 12:54:39 +01:00 |
|