Jonne Haß
|
33c3b38f2f
|
replace deprecated finder and finder_options syntax
|
2014-08-23 16:34:00 +02:00 |
|
jaideng123
|
406397988b
|
Made wording more clear, refactored read_all
|
2014-08-17 11:16:30 -05:00 |
|
jaideng123
|
6456a441fe
|
Modified behavior of mark all as read button
|
2014-08-17 10:12:23 -05:00 |
|
Steffen van Bergerem
|
f217a5bc11
|
Add filters to notifications controller
|
2014-03-19 17:54:22 +01:00 |
|
Maxwell Salzberg
|
ab2e740ca2
|
upgrade to Rails 3.2.3
|
2012-05-14 21:53:16 -07:00 |
|
Diaspora Europe
|
e78fc82bea
|
we need json for the notification dropdown #2998
|
2012-03-14 16:31:54 +01:00 |
|
Maxwell Salzberg
|
fa247c23ae
|
Merge pull request #2998 from diasp/notification-chore
Notifications update spec and cleanup json response [ci skip]
|
2012-03-13 15:56:24 -07:00 |
|
Diaspora Europe
|
746a144dac
|
now redirect to stream
|
2012-03-13 18:07:42 +01:00 |
|
Diaspora Europe
|
97d6b8dab8
|
notifications update spec and cleanup json response
|
2012-03-13 11:46:14 +01:00 |
|
Maxwell Salzberg
|
063912287c
|
use the user presenter, luke
|
2012-02-16 13:19:14 -08:00 |
|
danielgrippi
|
f3f2b8ca44
|
change routes to properly reflect page names (activity/stream).
|
2012-02-14 11:16:41 -08:00 |
|
danielgrippi
|
ed3d5c429a
|
fix a bunch of small css related media box issues [ci skip]
|
2012-02-10 15:18:27 -08:00 |
|
danielgrippi
|
84eb313e20
|
updated routes to reflect page titles (explore/participate)
|
2012-02-08 14:40:28 -08:00 |
|
Steven Fuchs
|
9e337fc8b0
|
read_all button on notifications page redirects to stream.
|
2012-01-25 19:03:31 -05:00 |
|
Steven Fuchs
|
e882dedd33
|
remove vanna controller from app, adjust scripts, specs, views and controllers to work.
|
2012-01-22 17:39:35 -05:00 |
|
Steven Fuchs
|
9836860ca3
|
Merge remote branch 'upstream/master' into im-sorry-bye-vanna
|
2012-01-20 12:23:45 -05:00 |
|
Steven Fuchs
|
36fd43db4c
|
incorporated improvements from @maxwell from last pull request.
|
2012-01-17 19:27:48 -05:00 |
|
danielgrippi
|
bfe0b7129c
|
move all stream actions into PostController
|
2012-01-17 15:53:06 -08:00 |
|
danielgrippi
|
1efce2cede
|
Revert "Merge pull request #2547 from stwf/unread_notifications"
This reverts commit c61e84bc50, reversing
changes made to b88899ff2a.
|
2012-01-11 12:11:00 -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 |
|
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 |
|
danielgrippi
|
f204910aa4
|
add 'mark all as read' on notification dropdown
|
2011-10-25 17:33:57 -07:00 |
|
danielgrippi
|
91e649977c
|
MS DG update copyright
|
2011-09-14 11:23:12 -07:00 |
|
Sarah Mei
|
8b789bfe35
|
Notifications don't 500 anymore, but I don't know how to make it render the mobile view.
|
2011-09-10 13:38:01 -07:00 |
|
Maxwell Salzberg
|
0473037d1b
|
fix notification links
|
2011-08-18 11:12:58 -07:00 |
|
Michael Sofaer
|
d2b7168195
|
Use an explicit per_page param instead of switching on format
|
2011-07-03 21:16:58 -07:00 |
|
Dan Hansen
|
eb0fbe519c
|
remove read/unread state, always mark notifications as read, only return 5 notifications for json requests
|
2011-07-02 16:39:01 -07:00 |
|
Dan Hansen
|
05688c2f43
|
notifications wip
|
2011-07-01 22:46:54 -07:00 |
|
Dennis Collinson & Michael Sofaer
|
839756573d
|
set post correctly
|
2011-06-27 19:51:35 -07:00 |
|
Dennis Collinson & Michael Sofaer
|
f9e8e7a041
|
notifications tests pass
|
2011-06-27 19:51:35 -07:00 |
|
Dan Hansen & Michael Sofaer
|
8f5358e68f
|
Move some DB logic from helper to controller
|
2011-06-27 19:51:35 -07:00 |
|
Michael Sofaer
|
d6ba3c970c
|
proof of concept for notifications overlay
|
2011-06-27 19:51:35 -07:00 |
|
Michael Sofaer
|
ef7580a698
|
Notifications page works with Vanna
|
2011-06-27 19:51:35 -07:00 |
|
Raphael Sofaer
|
21463582d4
|
Fix pagination on notifications page, it was getting all notifications for a user
|
2011-06-04 15:48:10 -07:00 |
|
Maxwell Salzberg
|
e95288e074
|
notifications by created at date so they stop jumping when you make them read
|
2011-05-17 14:44:42 -07:00 |
|
danielgrippi
|
0c62277961
|
add add to aspect dropdown on notifications page
|
2011-05-17 14:41:15 -07:00 |
|
Raphael Sofaer
|
8c0dcdde08
|
Notifications should be sorted by updated_at
|
2011-04-12 14:06:58 -07:00 |
|
MrZYX
|
4c696603c6
|
some better http status codes
|
2011-04-06 17:16:39 +02:00 |
|
Gonzalo Rodriguez
|
ea3b719253
|
Fixed notifications time-ago calculation
|
2011-02-20 05:13:34 -02:00 |
|
maxwell
|
4111a0ae4e
|
make notifications return json for MuGMaN
|
2011-02-14 11:59:58 -08:00 |
|
MrZYX
|
6e0e46435e
|
localize dates
|
2011-02-08 16:26:56 +01:00 |
|
maxwell
|
67ed035f21
|
make notifications updated_at rather than created at
|
2011-02-01 21:45:36 -08:00 |
|
Raphael
|
906de27922
|
Make notifications/read_all non-ajax, link back to index page
|
2011-01-31 15:28:43 -08:00 |
|
zhitomirskiyi
|
cfef9a747e
|
all green
|
2011-01-30 20:10:34 -08:00 |
|
zhitomirskiyi
|
21bccedf9b
|
notification eagerly load the target
|
2011-01-18 17:22:48 -08:00 |
|
zhitomirskiyi
|
e7a4c47f0a
|
include target for notification
|
2011-01-18 17:06:54 -08:00 |
|
Raphael
|
738e8c65c8
|
Merge almost complete, 4 failures
|
2011-01-14 16:00:10 -08:00 |
|