Commit Graph

878 Commits

Author SHA1 Message Date
friendica 4f6c4f4d2d ignore tagged items in reshares from notifications and tag_delivery 2013-01-12 18:35:27 -08:00
friendica d5c71e5691 start on tag deliver rewrite 2013-01-12 18:06:34 -08:00
friendica fa642b36ff fix double-encoding 2013-01-11 14:53:14 -08:00
Zach Prezkuta ddb2a8c23a add Smarty templates for international templates 2013-01-10 21:24:10 -07:00
friendica 5cb8db64cf bypass smarty for intletext templates 2013-01-07 20:25:38 -08:00
friendica 31ce6a3876 input cleansing 2013-01-07 13:58:25 -08:00
friendica 529451a4e5 start rewrite of notification system delivery backend 2013-01-05 18:08:06 -08:00
friendica e208e07e35 Make zot_feeds in ascending created order so that we'll see parents before kids. Otherwise if we get a kid and we don't have a parent we'll drop it. 2013-01-04 18:06:38 -08:00
friendica bd728e773b small tweaks to icon positions 2013-01-03 20:41:17 -08:00
friendica bec7d9f483 temporary feed import/export (public only for the moment) until this is integrated with remote permissions 2013-01-03 19:34:04 -08:00
friendica 32a97d5065 zome issues registering new hubs 2013-01-02 16:28:47 -08:00
friendica 2f1bc925de add item['expires'] to protocol communications 2012-12-30 00:41:08 -08:00
friendica ce0d389696 profile messages for directory synchronisation 2012-12-22 04:33:32 -08:00
friendica 00128955eb typo - this keyboard is getting frustrating 2012-12-16 02:46:21 -08:00
friendica 8d8ad7656e there are now 2 permalinks - one is the remote original post (plink) and the 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. 2012-12-16 02:18:26 -08:00
friendica c70777e19c a bit of e_all cleanup 2012-12-08 14:18:02 -08:00
friendica 270266357d make mail replies work 2012-12-05 17:11:38 -08:00
friendica 1c6f301d8f y'all got mail 2012-12-05 16:44:07 -08:00
friendica f7ff2de132 add pending check on group queries 2012-11-29 23:06:03 -08:00
friendica 59ea856311 further progress on new network/home notifications 2012-11-29 20:46:45 -08:00
friendica 2fe2de1d5a got comments going back and forth - we really need local_deliver now since even local deliveries are going through zot and that isn't necessary or desirable in the long term 2012-11-27 17:09:01 -08:00
friendica e916d71cc5 basic (very basic) communication showing up on network page 2012-11-26 23:52:16 -08:00
friendica 941c554031 You've got mail! (actually a post, mail is for another day) 2012-11-26 21:20:16 -08:00
friendica ed9d7257b0 fix item_private flag 2012-11-26 17:07:23 -08:00
friendica d79d698beb more heavy lifting on delivery - now we can find all the recipients on the system who have any acceptable permissions for receiving a post. Next we just need to process edits and deletes, and otherwise store the message - yay. Still a lot of work, but we've come a long way baby. 2012-11-26 16:48:04 -08:00
friendica cd4e381aa1 "heavy lifting" - zot messages flowing, now just need to be parsed and stored at the other end. 2012-11-19 20:45:12 -08:00
friendica db77309bc3 For private messages, use hush-hush ultra top-secret mode by default 2012-11-18 19:19:16 -08:00
friendica 387346c772 and there's the import side of things 2012-11-17 12:55:59 -08:00
friendica 9c51f37f29 mostly working item_decode, but without full input santising 2012-11-17 02:29:02 -08:00
friendica 9a726f0308 finish basic item encoding, add plugin compatibility tag, notes on improving $global_perms for edge cases 2012-11-16 13:57:55 -08:00
friendica 5d4c9f5617 more progress on notifier cleanup and encoding items for transit. 2012-11-15 21:52:05 -08:00
friendica ef192a3c14 start on item feed structures 2012-11-14 23:09:25 -08:00
friendica 90e70d9674 start on the like/dislike activities 2012-11-05 20:42:12 -08:00
friendica ece59b778e turn off some "advanced" features by default, like archives and saved search - even though we don't yet have a screen to turn them on. That will come. 2012-11-03 16:40:05 -07: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
Mike Macgirvin 7acba41dc6 more cleanup 2012-10-23 21:26:12 +11:00
friendica 87c171030c upstream fixes 2012-10-21 17:23:21 -07:00
friendica 5248c5075d more stuff we don't need. 2012-10-08 18:23:43 +11:00
friendica ef22c1a9b3 prevent tag recursion on shared posts 2012-10-08 18:04:12 +11:00
friendica a56c0425e6 start fixing all the item queries 2012-10-07 18:44:06 -07:00
friendica c612253627 fix some issues that couldn't be tested yesterday - as was working offline 2012-10-07 16:39:29 -07:00
friendica 118049c0e9 new item structure to item_store 2012-10-06 18:17:25 +10:00
friendica e124c9fa5c Can't see any posts currently - after the big shakeup, but we can now post top level activities and store them. 2012-10-03 22:28:19 -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 6c92b5ab86 separate the public feed from everything else 2012-09-20 17:04:22 -07:00
friendica 3ebb4a3dc7 updates 2012-09-09 21:17:06 -07:00
friendica 80bd128425 more DB cleanup 2012-08-30 18:47:07 -07:00
friendica 5ff6e9348b a few minor changes 2012-08-26 23:05:00 -07:00
friendica 5b547ae991 registration dangling code fragment that should've been removed 2012-08-15 23:15:29 -07:00
friendica f7c6a6ff90 item table rename parent-uri, target-type, object-type (more to come later) 2012-08-15 22:33:37 -07:00