Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | mail recall - just set mail_flags = mail_flags & MAIL_RECALLED and tell the ↵ | friendica | 2013-02-27 | 1 | -0/+15 | |
| | | | | notifier. We'll need a special button for this. Also should probably report whether it was seen or not. Will do that another day. | |||||
* | remove things calling feed_birthday(), so we can remove it | friendica | 2013-02-26 | 1 | -2/+2 | |
| | ||||||
* | start formatting for Doxygen | friendica | 2013-02-25 | 1 | -1/+1 | |
| | ||||||
* | moving on | friendica | 2013-02-18 | 1 | -0/+8 | |
| | ||||||
* | needle/haystack reversal | friendica | 2013-02-15 | 1 | -1/+1 | |
| | ||||||
* | public scope | friendica | 2013-02-15 | 1 | -0/+2 | |
| | ||||||
* | implement sender side of public scope setting (public post, network-wide, ↵ | friendica | 2013-02-14 | 1 | -2/+36 | |
| | | | | site-wide, etc....) | |||||
* | placeholder comment for public scope requirement | friendica | 2013-02-14 | 1 | -0/+7 | |
| | ||||||
* | maybe it would work if I didn't put non-existent php vars into the sql. | friendica | 2013-02-11 | 1 | -1/+1 | |
| | ||||||
* | more progresss on tag delivery | friendica | 2013-02-11 | 1 | -5/+3 | |
| | ||||||
* | tag notifications now work. | friendica | 2013-02-11 | 1 | -1/+3 | |
| | ||||||
* | progress on tag delivery | friendica | 2013-02-11 | 1 | -4/+6 | |
| | ||||||
* | debug tag_deliver | friendica | 2013-02-10 | 1 | -1/+4 | |
| | ||||||
* | add mimetype to protocol layers | friendica | 2013-02-10 | 1 | -10/+13 | |
| | ||||||
* | cleanup issues discovered in the logs | friendica | 2013-02-07 | 1 | -1/+1 | |
| | ||||||
* | work on notifications | friendica | 2013-02-06 | 1 | -0/+62 | |
| | ||||||
* | Communication of mention tags were garbled | friendica | 2013-02-02 | 1 | -1/+1 | |
| | ||||||
* | sort out the rest of the nasty stuff in the attachment/file api - time to ↵ | friendica | 2013-02-01 | 1 | -2/+7 | |
| | | | | move on to something else | |||||
* | debugging of file attachment api - somewhat functional but the attachment ↵ | friendica | 2013-01-31 | 1 | -2/+2 | |
| | | | | info structure in the item table needs to be re-done. | |||||
* | It's really not supposed to be quite this chatty on the network - ah that's ↵ | friendica | 2013-01-28 | 1 | -6/+18 | |
| | | | | why. Oops. | |||||
* | help deletions along | friendica | 2013-01-27 | 1 | -0/+4 | |
| | ||||||
* | ensure zot messages with 'deleted' items set 'created' as a fallback to ↵ | friendica | 2013-01-26 | 1 | -1/+2 | |
| | | | | ensure the message isn't tossed. | |||||
* | make contact_remove sort of work so I can actually get rid of Oliver's and ↵ | friendica | 2013-01-25 | 1 | -2/+2 | |
| | | | | Michael J's dead contacts and not poll them every ten minutes forever | |||||
* | uncomplicate item deletion and fixup all the other linked tables | friendica | 2013-01-24 | 1 | -98/+75 | |
| | ||||||
* | why oh why is poco_load not getting called? oh - that's why. | friendica | 2013-01-24 | 1 | -2/+2 | |
| | ||||||
* | delete item: change of timestamp last edit | Michael Meer | 2013-01-23 | 1 | -1/+3 | |
| | ||||||
* | Merge pull request #1 from friendica/master | MicMee | 2013-01-23 | 1 | -6/+5 | |
|\ | | | | | get changes | |||||
| * | clean up the photo storage backend, revamp mod/wall_upload | friendica | 2013-01-22 | 1 | -3/+3 | |
| | | ||||||
| * | more heavy lifting on API - though need to re-visit events and give them all ↵ | friendica | 2013-01-19 | 1 | -3/+2 | |
| | | | | | | | | message_ids from the origination site. | |||||
* | | delete of single items should now work again | Michael Meer | 2013-01-23 | 1 | -4/+10 | |
|/ | ||||||
* | this should make tag delivery (e.g. forums) work - but not yet fully tested | friendica | 2013-01-13 | 1 | -38/+33 | |
| | ||||||
* | ignore tagged items in reshares from notifications and tag_delivery | friendica | 2013-01-12 | 1 | -0/+11 | |
| | ||||||
* | start on tag deliver rewrite | friendica | 2013-01-12 | 1 | -54/+49 | |
| | ||||||
* | fix double-encoding | friendica | 2013-01-11 | 1 | -28/+28 | |
| | ||||||
* | add Smarty templates for international templates | Zach Prezkuta | 2013-01-10 | 1 | -5/+0 | |
| | ||||||
* | bypass smarty for intletext templates | friendica | 2013-01-07 | 1 | -0/+7 | |
| | ||||||
* | input cleansing | friendica | 2013-01-07 | 1 | -2/+10 | |
| | ||||||
* | start rewrite of notification system delivery backend | friendica | 2013-01-05 | 1 | -0/+15 | |
| | ||||||
* | Make zot_feeds in ascending created order so that we'll see parents before ↵ | friendica | 2013-01-04 | 1 | -1/+9 | |
| | | | | kids. Otherwise if we get a kid and we don't have a parent we'll drop it. | |||||
* | small tweaks to icon positions | friendica | 2013-01-03 | 1 | -1/+1 | |
| | ||||||
* | temporary feed import/export (public only for the moment) until this is ↵ | friendica | 2013-01-03 | 1 | -0/+42 | |
| | | | | integrated with remote permissions | |||||
* | zome issues registering new hubs | friendica | 2013-01-02 | 1 | -8/+10 | |
| | ||||||
* | add item['expires'] to protocol communications | friendica | 2012-12-30 | 1 | -0/+5 | |
| | ||||||
* | profile messages for directory synchronisation | friendica | 2012-12-22 | 1 | -0/+43 | |
| | ||||||
* | typo - this keyboard is getting frustrating | friendica | 2012-12-16 | 1 | -1/+1 | |
| | ||||||
* | there are now 2 permalinks - one is the remote original post (plink) and the ↵ | friendica | 2012-12-16 | 1 | -1/+7 | |
| | | | | other is a pointer to a local copy (llink). mod_display is not longer tied to a particular id or channel so if a message is publicly viewable it will appear without any ownership info. | |||||
* | a bit of e_all cleanup | friendica | 2012-12-08 | 1 | -0/+2 | |
| | ||||||
* | make mail replies work | friendica | 2012-12-05 | 1 | -1/+6 | |
| | ||||||
* | y'all got mail | friendica | 2012-12-05 | 1 | -0/+129 | |
| | ||||||
* | add pending check on group queries | friendica | 2012-11-29 | 1 | -2/+3 | |
| |