friendica
|
dfe0d230f5
|
got the presence bit.
|
2014-04-26 16:47:43 -07:00 |
|
friendica
|
075b7fa9c8
|
This should resolve the dav authentication loop (correctly)
|
2014-02-22 13:33:18 -08:00 |
|
friendica
|
9c4c0e6d23
|
prevent mod/cloud looping (ping gets a new session on each call [wtf?] which triggers our "changed uid" detector)
|
2014-02-22 03:38:23 -08:00 |
|
friendica
|
b779400218
|
mod/ping - don't perform any database calls if installing
|
2014-02-06 21:31:42 -08:00 |
|
friendica
|
49f07bd90f
|
mod/ping should only update basic_presence - and clearing stale entries. otherwise let rooms handle presence for themselves.
|
2014-01-30 19:01:03 -08:00 |
|
friendica
|
c95f65e092
|
prevent runaway presence indication
|
2014-01-29 02:36:01 -08:00 |
|
friendica
|
10b51a9471
|
issues uncovered whilst testing the chatroom API
|
2014-01-29 02:25:21 -08:00 |
|
friendica
|
0013e59086
|
chatpresence timing out too quickly
|
2014-01-28 20:19:16 -08:00 |
|
friendica
|
8efac0cfd6
|
fix sql query and provide setting to hide online status
|
2014-01-28 16:16:55 -08:00 |
|
friendica
|
6e22aa25cc
|
basic presence indication
|
2014-01-28 15:52:54 -08:00 |
|
Thomas Willingham
|
c35034bfe1
|
Fix new connection nav URL
|
2014-01-08 19:32:06 +00:00 |
|
friendica
|
d32bbaf599
|
split private messages into two modules - "message" is just for message lists, "mail" is for reading and writing conversations. This is so we can Comanchify it cleanly.
|
2013-12-21 23:47:44 -08:00 |
|
friendica
|
4e9103830c
|
clicking on an event notification from somebody else should take you to view event - not edit event. Need to also check permissions on event module because reaching this form shouldn't have been possible without event write permissions.
|
2013-11-13 14:18:07 -08:00 |
|
friendica
|
23f897b8ae
|
fix marking events seen
|
2013-04-16 19:59:12 -07:00 |
|
friendica
|
5754d18286
|
replace old intro link
|
2013-03-06 02:01:57 -08:00 |
|
friendica
|
b92cdd2a27
|
prevent repeated channel names in system notifications
|
2013-02-10 19:34:02 -08:00 |
|
friendica
|
e0cbbbf918
|
smarty support in intltext, fix old pending accounts query in ping, log failed email register notify
|
2013-02-09 13:20:10 -08:00 |
|
friendica
|
421921d4d0
|
debugging mark all seen for various notification types
|
2013-02-04 00:03:19 -08:00 |
|
friendica
|
9dcecb6b37
|
finish up the "mark all xyz seen" for all known values of xyz
|
2013-02-03 19:07:01 -08:00 |
|
friendica
|
af066d7383
|
mopping up the events issues so I can move on to other stuff
|
2013-01-16 03:18:32 -08:00 |
|
friendica
|
f1afe68052
|
typo
|
2013-01-16 02:01:23 -08:00 |
|
friendica
|
ddd8a0e062
|
still some bugs but events are happening again.
|
2013-01-15 20:13:25 -08:00 |
|
friendica
|
f0a08a05ae
|
fix the "personal" network filter and introduction notifications
|
2013-01-09 23:07:13 -08:00 |
|
friendica
|
a96d3ac66f
|
The rest of the front end for the new notifications - now only missing "mark all seen" for some types, ajax loader for a couple of types, and perhaps a birthday cake icon if any birthdays today, a bit of css cleanup of duplicated or obsolete stuff
|
2013-01-08 11:59:29 -08:00 |
|
friendica
|
3b213c5fc7
|
remove debugging
|
2013-01-08 02:50:12 -08:00 |
|
friendica
|
ba20913c2b
|
lots of notification tweaks
|
2013-01-08 02:49:08 -08:00 |
|
friendica
|
7df33bb963
|
fix register_policy globally
|
2013-01-03 13:50:23 -08:00 |
|
friendica
|
e6000f3f6e
|
fix event query - some DB's have problems with it
|
2013-01-03 02:10:37 -08:00 |
|
friendica
|
cad8fa6b35
|
get notification backend working again
|
2012-12-19 16:58:25 -08:00 |
|
friendica
|
893ba371a9
|
set_baseurl issue, more cleanup
|
2012-12-19 16:48:17 -08:00 |
|
friendica
|
e17ba14696
|
DB: do the mail table again. Mail almost working onsite, still needs to zot though
|
2012-12-04 18:24:46 -08:00 |
|
friendica
|
4cca8f8fa1
|
connection notifications
|
2012-12-02 15:45:13 -08:00 |
|
friendica
|
59ea856311
|
further progress on new network/home notifications
|
2012-11-29 20:46:45 -08:00 |
|
friendica
|
4af6d77de3
|
a bit more progress on the new network/home ajax notifications, at least I've now got a plan
|
2012-11-13 16:04:22 -08:00 |
|
friendica
|
e3c2e58979
|
"profile url" e.g. the wall/stream is now "channel url". "Profile URL" goes to the profile details.
|
2012-10-29 17:14:02 -07:00 |
|
friendica
|
e138876199
|
fix updating of bitwise 'unseen' to account for mysql operator precedence
|
2012-10-28 22:08:08 -07:00 |
|
friendica
|
96c8e74438
|
start on network/home notification refactor
|
2012-10-27 04:43:39 -07:00 |
|
friendica
|
a56c0425e6
|
start fixing all the item queries
|
2012-10-07 18:44:06 -07:00 |
|
friendica
|
846a9813b2
|
here's where the heavy lifting begins - everything is likely to be broken for quite some time as we add location and db independence to items and conversations and work through the rest of the permissions and how to federate the buggers.
|
2012-10-01 18:02:11 -07:00 |
|
friendica
|
d261fe271f
|
create a widget registry for pages so themes can reorder, insert/delete, and relocate widgets to different regions of the page
|
2012-09-27 17:48:10 -07:00 |
|
friendica
|
f6d198ce5d
|
trim a bit of fat
|
2012-08-29 23:03:03 -07:00 |
|
friendica
|
9cd1dabe73
|
have to do something about that return_url - but let's just plunge forward without it.
|
2012-08-28 03:02:45 -07:00 |
|
friendica
|
5ff6e9348b
|
a few minor changes
|
2012-08-26 23:05:00 -07:00 |
|
friendica
|
f0e299a97a
|
begin debug zentity
|
2012-08-24 01:57:36 -07:00 |
|
friendica
|
34e42c4cb3
|
don't count ignored events in notifications
|
2012-08-16 23:11:24 -07:00 |
|
friendica
|
9899cfb5c7
|
fix events ping notification backend
|
2012-08-11 19:40:21 -07:00 |
|
friendica
|
eae7522bc9
|
also notify count of events today
|
2012-07-28 17:39:26 -07:00 |
|
friendica
|
2ae0076ae2
|
move today's events into a ping notification
|
2012-07-28 17:21:42 -07:00 |
|
friendica
|
7bdbb8331c
|
picking up the page load times a bit
|
2012-07-25 22:55:43 -07:00 |
|
friendica
|
59ec671879
|
json notification popup mostly working in zero
|
2012-07-17 22:11:24 -07:00 |
|