aboutsummaryrefslogtreecommitdiffstats
path: root/mod/ping.php
Commit message (Collapse)AuthorAgeFilesLines
* This should resolve the dav authentication loop (correctly)friendica2014-02-221-1/+1
|
* prevent mod/cloud looping (ping gets a new session on each call [wtf?] which ↵friendica2014-02-221-1/+1
| | | | triggers our "changed uid" detector)
* mod/ping - don't perform any database calls if installingfriendica2014-02-061-0/+6
|
* mod/ping should only update basic_presence - and clearing stale entries. ↵friendica2014-01-301-9/+6
| | | | otherwise let rooms handle presence for themselves.
* prevent runaway presence indicationfriendica2014-01-291-2/+2
|
* issues uncovered whilst testing the chatroom APIfriendica2014-01-291-3/+7
|
* chatpresence timing out too quicklyfriendica2014-01-281-1/+1
|
* fix sql query and provide setting to hide online statusfriendica2014-01-281-1/+1
|
* basic presence indicationfriendica2014-01-281-0/+25
|
* Fix new connection nav URLThomas Willingham2014-01-081-1/+1
|
* split private messages into two modules - "message" is just for message ↵friendica2013-12-211-1/+1
| | | | lists, "mail" is for reading and writing conversations. This is so we can Comanchify it cleanly.
* clicking on an event notification from somebody else should take you to view ↵friendica2013-11-131-1/+1
| | | | 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.
* fix marking events seenfriendica2013-04-161-1/+1
|
* replace old intro linkfriendica2013-03-061-1/+1
|
* prevent repeated channel names in system notificationsfriendica2013-02-101-1/+1
|
* smarty support in intltext, fix old pending accounts query in ping, log ↵friendica2013-02-091-2/+4
| | | | failed email register notify
* debugging mark all seen for various notification typesfriendica2013-02-041-1/+2
|
* finish up the "mark all xyz seen" for all known values of xyzfriendica2013-02-031-0/+43
|
* mopping up the events issues so I can move on to other stufffriendica2013-01-161-2/+15
|
* typofriendica2013-01-161-0/+31
|
* still some bugs but events are happening again.friendica2013-01-151-3/+3
|
* fix the "personal" network filter and introduction notificationsfriendica2013-01-091-4/+4
|
* The rest of the front end for the new notifications - now only missing "mark ↵friendica2013-01-081-2/+2
| | | | 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
* remove debuggingfriendica2013-01-081-3/+0
|
* lots of notification tweaksfriendica2013-01-081-0/+39
|
* fix register_policy globallyfriendica2013-01-031-1/+1
|
* fix event query - some DB's have problems with itfriendica2013-01-031-3/+3
|
* get notification backend working againfriendica2012-12-191-1/+1
|
* set_baseurl issue, more cleanupfriendica2012-12-191-13/+4
|
* DB: do the mail table again. Mail almost working onsite, still needs to zot ↵friendica2012-12-041-4/+5
| | | | though
* connection notificationsfriendica2012-12-021-2/+32
|
* further progress on new network/home notificationsfriendica2012-11-291-6/+6
|
* a bit more progress on the new network/home ajax notifications, at least ↵friendica2012-11-131-0/+1
| | | | I've now got a plan
* "profile url" e.g. the wall/stream is now "channel url". "Profile URL" goes ↵friendica2012-10-291-1/+1
| | | | to the profile details.
* fix updating of bitwise 'unseen' to account for mysql operator precedencefriendica2012-10-281-1/+1
|
* start on network/home notification refactorfriendica2012-10-271-1/+28
|
* start fixing all the item queriesfriendica2012-10-071-8/+5
|
* here's where the heavy lifting begins - everything is likely to be broken ↵friendica2012-10-011-1/+2
| | | | 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.
* create a widget registry for pages so themes can reorder, insert/delete, and ↵friendica2012-09-271-2/+5
| | | | relocate widgets to different regions of the page
* trim a bit of fatfriendica2012-08-291-1/+1
|
* have to do something about that return_url - but let's just plunge forward ↵friendica2012-08-281-1/+1
| | | | without it.
* a few minor changesfriendica2012-08-261-3/+10
|
* begin debug zentityfriendica2012-08-241-1/+1
|
* don't count ignored events in notificationsfriendica2012-08-161-3/+13
|
* fix events ping notification backendfriendica2012-08-111-2/+2
|
* also notify count of events todayfriendica2012-07-281-4/+13
|
* move today's events into a ping notificationfriendica2012-07-281-0/+11
|
* picking up the page load times a bitfriendica2012-07-251-1/+23
|
* json notification popup mostly working in zerofriendica2012-07-171-1/+1
|
* more work on json notifications, now working except for notify popupfriendica2012-07-151-27/+28
|