Commit Graph
2400 Commits
Author SHA1 Message Date
friendica c5d0da43e5 tweaky tweak, plus add share tracking db, and don't show acl for guest postings, and experiment with compressing pcss on the fly 2013-03-06 15:13:54 -08:00
friendica 59ea4e32a0 randprof sorta working 2013-03-06 00:21:02 -08:00
friendica 6845d22285 hide hidden entries 2013-03-05 21:04:47 -08:00
friendica 4062be2869 basic friend suggestions (but not "new to the network and have no friends at all" suggestions) 2013-03-05 21:00:25 -08:00
friendica dd22e1b582 just tinkering and trying a few things - don't get upset. It can all be reverted it it sucks. Freedom's just another word for "nothin' left to lose" and I'm not sure it's possible to create a UI that's hated more than Friendica. So that gives us plenty of artististic license to explore some different directions and see if they lead to anything interesting. 2013-03-05 15:48:56 -08:00
friendica 8d442e6fc1 fix timeago (again), webfinger new spec implemented, some theme work 2013-03-04 20:58:39 -08:00
friendica 4cfbdfa6db cleanup affinity tool 2013-03-03 23:38:08 -08:00
friendica a7efec2b51 edits might really work now 2013-02-28 18:59:03 -08:00
friendica a2a2ae2dd2 this might make edits update across the wire, or it might not 2013-02-28 18:20:42 -08:00
friendica 8275f14cea mail recall - just set mail_flags = mail_flags & MAIL_RECALLED and tell the notifier. We'll need a special button for this. Also should probably report whether it was seen or not. Will do that another day. 2013-02-27 20:38:33 -08:00
friendica 5612716cff taking the next step on pages 2013-02-27 17:09:04 -08:00
friendica 596ed80adf hex2bin is a built-in function in PHP 5.4 2013-02-27 00:59:41 -08:00
friendica 48d2f7e07d get rid of str_getcsv legacy function since we now require php 5.3 2013-02-26 20:07:14 -08:00
friendica 70e766c2bf xss attack vector in bbcode.php - check for proc_open being disabled for security reasons in install 2013-02-26 19:41:44 -08:00
friendica c1e2f95484 doc update 2013-02-26 18:26:33 -08:00
friendica 1a6a89da1b remove things calling feed_birthday(), so we can remove it 2013-02-26 18:10:09 -08:00
friendica b69fca14e7 initial doco 2013-02-26 15:49:37 -08:00
friendica 9430117204 route oembed through z_fetch_url 2013-02-25 20:13:30 -08:00
friendica c45a8e2763 make sure old fetch_url calls (and those that provided their own curl wrapper) go through z_fetch_url 2013-02-25 20:06:33 -08:00
friendica 46a89910ae partial port of embedded shares 2013-02-25 19:06:31 -08:00
friendica ea3940c4b0 start formatting for Doxygen 2013-02-25 17:09:40 -08:00
friendica cfd0dc1bff little fixes 2013-02-24 20:21:37 -08:00
friendica 1abce176ff add groups and personal configs to export/import 2013-02-21 21:18:36 -08:00
zottel e724e2b0d2 bring back like/dislike and share buttons 2013-02-21 11:27:41 +01:00
friendica 0e9cf839d6 fix localdir privacy (again) 2013-02-19 23:41:42 -08:00
friendica 7038ad2e59 set xchan hidden flag correctly when local directory update 2013-02-19 23:31:26 -08:00
friendica a192171365 directory debugging 2013-02-19 23:21:23 -08:00
friendica 23718e5e28 that should be the last critical piece. Everything else is gravy. 2013-02-19 20:22:04 -08:00
friendica ef360f0a5c dang - this is almost testable. Still have to figure out the best way to deal with the profile photo. Otherwise if you're really brave you could give it a go and see what happens. The worst that could happen is that it destroys the universe. Not a big deal. More likely you could end up with a bunch of imported things that have to be cleaned up. Less likely but entirely possible is that nothing useful will happen at all and it'll white screen. 2013-02-19 19:08:04 -08:00
friendica 24eac8c656 the heavy lifting is done for location migration aka channel import - now it's just connecting all the dots. Don't get impatient, there are a lot of dots. 2013-02-19 17:13:23 -08:00
friendica 8a474cbff5 permission plugin hooks 2013-02-19 14:22:10 -08:00
friendica 488714290f global rename viewcontacts to viewconnections 2013-02-19 03:00:29 -08:00
friendica 2d6027150f viewcontacts update 2013-02-19 00:20:47 -08:00
friendica 6e6a83194a nothing to see, keep moving 2013-02-18 16:27:54 -08:00
friendica 65912ec0bf moving on 2013-02-18 15:15:55 -08:00
friendica a21e6cffa1 start on channel_remove(), add some generic channel queries to the API layers 2013-02-16 15:51:55 -08:00
friendica e754845c80 add rating support to poco 2013-02-15 22:34:01 -08:00
friendica c66c168d1c needle/haystack reversal 2013-02-15 17:18:07 -08:00
friendica ec3d387a65 public scope 2013-02-15 14:13:58 -08:00
friendica b3bc061ae1 implement sender side of public scope setting (public post, network-wide, site-wide, etc....) 2013-02-14 20:17:30 -08:00
friendica 9784536ff9 more groundwork for channel import 2013-02-14 17:39:16 -08:00
friendica d6db8513e8 placeholder comment for public scope requirement 2013-02-14 14:07:00 -08:00
friendica 4bde38c429 make 'view in context' actually go somewhere useful 2013-02-13 23:54:25 -08:00
friendica b4057cfeb4 use our own CA bundle as authoritative for backend communications. This avoids OS dependent CA validity mismatches. 2013-02-13 20:09:30 -08:00
Thomas Willingham 5888d03ff6 Expert mode. Doesn't do anything yet, just checking in on the offchance anyone needs it before I'm finished with the theme stuff that uses it. 2013-02-13 15:35:57 +00:00
friendica b19764c9a1 fix to common friends - it seems it counts the right number of common friends, but they are all you 2013-02-13 04:12:13 -08:00
friendica d1e5337c72 recursion and typo in rmagic with zid 2013-02-13 00:14:01 -08:00
friendica 33c97f718c contact photo update issue 2013-02-12 16:21:12 -08:00
friendica 3ee75a795a Whinging whining stupid fucks. 2013-02-12 02:02:35 -08:00
friendica e7170cb513 maybe it would work if I didn't put non-existent php vars into the sql. 2013-02-11 17:03:06 -08:00