index
:
statusnet/lukeshus-gnu-social
0.7.x
0.8.x
0.9.x
1.0.x
base_plugins
master
testing
Unnamed repository; edit this file 'description' to name the repository.
git-mirror
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
classes
/
Inbox.php
Age
Commit message (
Expand
)
Author
2010-03-02
Dropped deprecated timestamp-based 'since' parameter for all API methods. Whe...
Brion Vibber
2010-02-04
drop debug messages from inbox deletion fix
Brion Vibber
2010-02-04
Inbox::streamNotices() with deletion compensation: inbox paging should more o...
Brion Vibber
2010-01-25
Offload inbox updates to a queue handler to speed up posting online
Evan Prodromou
2010-01-15
Fix since_id and max_id API parameters for inbox-based loads; was failing if ...
Brion Vibber
2010-01-13
do since_id and max_id in inbox
Evan Prodromou
2010-01-13
go straight to the DB for inbox before insert
Evan Prodromou
2010-01-13
don't write Inbox if on a read-only page, but encache
Evan Prodromou
2010-01-09
create new Inbox from Notice_inbox if not exists at read/write time
Evan Prodromou
2010-01-09
initialize an Inbox from Notice_inbox records
Evan Prodromou
2010-01-09
some formatting changes to make inblobs work
Evan Prodromou
2010-01-09
Use inbox instead of notice_inbox
Evan Prodromou
2010-01-09
flip exe bit
Evan Prodromou
2010-01-09
add inbox data class
Evan Prodromou