Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | This should resolve the dav authentication loop (correctly) | friendica | 2014-02-22 | 1 | -1/+1 |
| | |||||
* | prevent mod/cloud looping (ping gets a new session on each call [wtf?] which ↵ | friendica | 2014-02-22 | 1 | -1/+1 |
| | | | | triggers our "changed uid" detector) | ||||
* | mod/ping - don't perform any database calls if installing | friendica | 2014-02-06 | 1 | -0/+6 |
| | |||||
* | mod/ping should only update basic_presence - and clearing stale entries. ↵ | friendica | 2014-01-30 | 1 | -9/+6 |
| | | | | otherwise let rooms handle presence for themselves. | ||||
* | prevent runaway presence indication | friendica | 2014-01-29 | 1 | -2/+2 |
| | |||||
* | issues uncovered whilst testing the chatroom API | friendica | 2014-01-29 | 1 | -3/+7 |
| | |||||
* | chatpresence timing out too quickly | friendica | 2014-01-28 | 1 | -1/+1 |
| | |||||
* | fix sql query and provide setting to hide online status | friendica | 2014-01-28 | 1 | -1/+1 |
| | |||||
* | basic presence indication | friendica | 2014-01-28 | 1 | -0/+25 |
| | |||||
* | Fix new connection nav URL | Thomas Willingham | 2014-01-08 | 1 | -1/+1 |
| | |||||
* | split private messages into two modules - "message" is just for message ↵ | friendica | 2013-12-21 | 1 | -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 ↵ | friendica | 2013-11-13 | 1 | -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 seen | friendica | 2013-04-16 | 1 | -1/+1 |
| | |||||
* | replace old intro link | friendica | 2013-03-06 | 1 | -1/+1 |
| | |||||
* | prevent repeated channel names in system notifications | friendica | 2013-02-10 | 1 | -1/+1 |
| | |||||
* | smarty support in intltext, fix old pending accounts query in ping, log ↵ | friendica | 2013-02-09 | 1 | -2/+4 |
| | | | | failed email register notify | ||||
* | debugging mark all seen for various notification types | friendica | 2013-02-04 | 1 | -1/+2 |
| | |||||
* | finish up the "mark all xyz seen" for all known values of xyz | friendica | 2013-02-03 | 1 | -0/+43 |
| | |||||
* | mopping up the events issues so I can move on to other stuff | friendica | 2013-01-16 | 1 | -2/+15 |
| | |||||
* | typo | friendica | 2013-01-16 | 1 | -0/+31 |
| | |||||
* | still some bugs but events are happening again. | friendica | 2013-01-15 | 1 | -3/+3 |
| | |||||
* | fix the "personal" network filter and introduction notifications | friendica | 2013-01-09 | 1 | -4/+4 |
| | |||||
* | The rest of the front end for the new notifications - now only missing "mark ↵ | friendica | 2013-01-08 | 1 | -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 debugging | friendica | 2013-01-08 | 1 | -3/+0 |
| | |||||
* | lots of notification tweaks | friendica | 2013-01-08 | 1 | -0/+39 |
| | |||||
* | fix register_policy globally | friendica | 2013-01-03 | 1 | -1/+1 |
| | |||||
* | fix event query - some DB's have problems with it | friendica | 2013-01-03 | 1 | -3/+3 |
| | |||||
* | get notification backend working again | friendica | 2012-12-19 | 1 | -1/+1 |
| | |||||
* | set_baseurl issue, more cleanup | friendica | 2012-12-19 | 1 | -13/+4 |
| | |||||
* | DB: do the mail table again. Mail almost working onsite, still needs to zot ↵ | friendica | 2012-12-04 | 1 | -4/+5 |
| | | | | though | ||||
* | connection notifications | friendica | 2012-12-02 | 1 | -2/+32 |
| | |||||
* | further progress on new network/home notifications | friendica | 2012-11-29 | 1 | -6/+6 |
| | |||||
* | a bit more progress on the new network/home ajax notifications, at least ↵ | friendica | 2012-11-13 | 1 | -0/+1 |
| | | | | I've now got a plan | ||||
* | "profile url" e.g. the wall/stream is now "channel url". "Profile URL" goes ↵ | friendica | 2012-10-29 | 1 | -1/+1 |
| | | | | to the profile details. | ||||
* | fix updating of bitwise 'unseen' to account for mysql operator precedence | friendica | 2012-10-28 | 1 | -1/+1 |
| | |||||
* | start on network/home notification refactor | friendica | 2012-10-27 | 1 | -1/+28 |
| | |||||
* | start fixing all the item queries | friendica | 2012-10-07 | 1 | -8/+5 |
| | |||||
* | here's where the heavy lifting begins - everything is likely to be broken ↵ | friendica | 2012-10-01 | 1 | -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 ↵ | friendica | 2012-09-27 | 1 | -2/+5 |
| | | | | relocate widgets to different regions of the page | ||||
* | trim a bit of fat | friendica | 2012-08-29 | 1 | -1/+1 |
| | |||||
* | have to do something about that return_url - but let's just plunge forward ↵ | friendica | 2012-08-28 | 1 | -1/+1 |
| | | | | without it. | ||||
* | a few minor changes | friendica | 2012-08-26 | 1 | -3/+10 |
| | |||||
* | begin debug zentity | friendica | 2012-08-24 | 1 | -1/+1 |
| | |||||
* | don't count ignored events in notifications | friendica | 2012-08-16 | 1 | -3/+13 |
| | |||||
* | fix events ping notification backend | friendica | 2012-08-11 | 1 | -2/+2 |
| | |||||
* | also notify count of events today | friendica | 2012-07-28 | 1 | -4/+13 |
| | |||||
* | move today's events into a ping notification | friendica | 2012-07-28 | 1 | -0/+11 |
| | |||||
* | picking up the page load times a bit | friendica | 2012-07-25 | 1 | -1/+23 |
| | |||||
* | json notification popup mostly working in zero | friendica | 2012-07-17 | 1 | -1/+1 |
| | |||||
* | more work on json notifications, now working except for notify popup | friendica | 2012-07-15 | 1 | -27/+28 |
| |