Commit Graph

2523 Commits

Author SHA1 Message Date
friendica 24b9799dca convert all stored json calls to json_decode_plus() 2013-08-06 03:54:49 -07:00
friendica c2f97f7490 populate initial suggestions (ultimately we want to do this at install time as well as from the poller so that new sites have friend suggestions when they create their first channel). 2013-08-05 20:08:35 -07:00
friendica c86dfd2e0c directory server sitelist module (needed for public site list and building friend suggestions for new sites/channels with no known contacts) 2013-08-04 21:20:03 -07:00
friendica ad36ccdbc8 progress on unfriending 2013-08-04 19:09:53 -07:00
friendica 1b7b53f409 don't show connections with removed xchans - as there isn't much to see 2013-08-04 05:12:11 -07:00
friendica 6e23865533 $yoursite/~foo has taken you to foo's channel page for ages. If you're logged in locally, $yoursite/~ will now take you to *your* channel page. If you aren't logged in, it won't. 2013-08-04 01:04:05 -07:00
friendica e6a8bb211c connect link in directory 2013-08-03 16:35:55 -07:00
friendica 1d816ba90a basic email invitations - and doc update 2013-08-02 03:45:40 -07:00
friendica 852f102ba3 minor - change nav_set_selected() to only highlight intros if on that particular connections page and not for any connections page. 2013-08-01 20:10:03 -07:00
friendica 222fe08420 ensure that no unencrypted content leaks through item_store which is private - we typically do this in mod/item, but some functions
bypass mod/item to create private posts
2013-08-01 18:50:36 -07:00
friendica 85b6be5b00 Merge https://github.com/friendica/red into zpull 2013-08-01 14:28:35 -07:00
friendica 7d00f61ceb Merge pull request #86 from beardy-unixer/master
"Can edit my webpages" permissions
2013-08-01 14:31:30 -07:00
friendica 85c7d7165f yhis should fix the privacy leak - as well as non-private replies to private posts 2013-08-01 14:27:40 -07:00
Thomas Willingham 31ffabc3d2 Remove logging 2013-08-01 19:13:51 +01:00
Thomas Willingham f3791d48b0 "Can edit my webpages" permissions 2013-08-01 18:40:50 +01:00
marijus 47de80ead4 make "selected" class work on all navigation menu items 2013-08-01 13:26:57 +02:00
friendica 0d22e1eefb fix some privacy leakage in logs 2013-07-31 18:57:14 -07:00
friendica c45ebdf97f missing include 2013-07-30 20:01:17 -07:00
friendica cb4d61e092 unencrypt private posts for editing 2013-07-30 19:05:34 -07:00
friendica 79dacc3f1a fix some weirdness on the zot feed 2013-07-29 20:31:02 -07:00
friendica 7b3c29ebe6 fix bug #84, make imported messages from your clones show up on your wall 2013-07-29 17:30:46 -07:00
friendica ca5abc0247 load_pconfig had some issues when given a family 2013-07-29 05:37:05 -07:00
friendica 6295dff409 browser location issue but this may not fix it 2013-07-29 01:18:42 -07:00
friendica d002ff668a encrypt private messages on disk - there are still a couple of places where the text is leaked in the logs during processing. 2013-07-28 21:04:03 -07:00
friendica 10f016841c cleaning up issues reported in logs 2013-07-28 18:54:40 -07:00
friendica 7f87da68ba the rest of the heavy lifting on clone sync - now we're down to some log messages and a whole lot of testing 2013-07-25 22:57:06 -07:00
friendica 21c73ceb10 include zot 2013-07-25 17:52:55 -07:00
friendica 3d95fcb7cd more work on clone sync 2013-07-25 16:00:04 -07:00
friendica 1a624c10aa hide detailed site information if you're off the grid. 2013-07-24 20:53:28 -07:00
friendica c5d456af9b add more siteinfo 2013-07-24 20:35:54 -07:00
friendica 36f63573c5 more site stats 2013-07-24 18:17:34 -07:00
friendica 9288c2e636 start saving site info 2013-07-23 22:33:56 -07:00
friendica 2c9e6bb10f potential solution to Friendica for Android photo uploads, which aren't working on Red currently. 2013-07-23 20:17:10 -07:00
friendica 3eb0444059 add logging to matrix page load because I don't want to spend a week telling somebody how to determine if it found anything. Now it will just take a week to tell them how to turn on LOGGER_ALL and read the logfile. 2013-07-22 19:59:18 -07:00
friendica 8aadb9ec3c mail completion issue 2013-07-21 21:48:12 -07:00
friendica e9d899f737 log forbidden photos with complete URL and observer webbie (if available). 2013-07-21 19:56:57 -07:00
friendica a2738389ed make forbidden sign less obnoxious and more theme-able 2013-07-21 19:37:58 -07:00
friendica 19f674c29d remove obsolete notifications 2013-07-21 17:45:36 -07:00
friendica 2455b0c92f remove some unused settings from admin page 2013-07-21 17:33:40 -07:00
friendica 45797f01ad remove stray debugging 2013-07-19 03:02:08 -07:00
friendica ade8174750 private pokes - perhaps a little *too* private. 2013-07-19 01:20:51 -07:00
friendica 94dfe87a6b fix default channel setting after import 2013-07-18 21:35:28 -07:00
friendica 247d132e17 start using profile_flags in photo queries so we can start creating PHOTO_THING's 2013-07-18 20:55:25 -07:00
friendica 2323e946ee Merge https://github.com/friendica/red into zpull 2013-07-17 02:02:54 -07:00
friendica d6133c861c configurable theme precedence rules, and passing the page owner to the pcss theme settings. 2013-07-17 02:01:35 -07:00
friendica 4c30cddbfc provide a controlling user for theme settings, not necessarily local_user() - can't test on my test site so moving into production and I'll debug it there. 2013-07-16 22:48:05 -07:00
Thomas Willingham 3743d5ca79 Observer permissions (but not ACL yet) for webpages. 2013-07-16 18:48:53 +01:00
friendica 26fa2b105d parse_url: add missing scheme unless url begins with '/' 2013-07-16 01:14:23 -07:00
friendica 3bd7c1af23 fix some issues that showed up in the logs. 2013-07-15 18:07:23 -07:00
friendica d571ac02b2 provide a way to search the directory by modification date 2013-07-14 22:53:28 -07:00