Commit graph

7933 commits

Author SHA1 Message Date
pixelroot
9f649b4d95 modified: view/ru/messages.po 2013-08-06 13:53:09 +02:00
friendica
24b9799dca convert all stored json calls to json_decode_plus() 2013-08-06 03:54:49 -07:00
friendica
71347bb9e0 we've been storing json_encoded structures on disk in several places because it's a lot easier to parse than xml - but OMG do they get mangled - stored as single quoted strings when escaped as if double quoted. We need to use my new function json_decode_plus() wherever we need to parse one of these babies to make sure we get it right. Maybe we should've just used serialize(). 2013-08-06 03:29:57 -07:00
friendica
576b815f9b add extra logging to tag_deliver 2013-08-05 21:42:55 -07:00
friendica
d467544bb7 fine tuning the error checks 2013-08-05 20:46:25 -07:00
friendica
790c6507d5 keep total of imported xchans correct - even if one or mail failures occur 2013-08-05 20:36:05 -07:00
friendica
d5e873f549 more error checking in case import_xchan fails 2013-08-05 20:32:58 -07:00
friendica
18f8fcf9e7 use url part of array 2013-08-05 20:20:34 -07:00
friendica
9cb10b8a94 put rotated/compressed logs (.gz) into ignore list 2013-08-05 20:17:02 -07:00
friendica
8d2debca7e prune old suggested channels 2013-08-05 20:15:33 -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
089e915be1 Merge https://github.com/friendica/red into zpull 2013-08-05 17:34:15 -07:00
friendica
c965ed2bb6 enotify: localize things we know how to translate 2013-08-05 17:32:33 -07:00
Thomas Willingham
290cdf81d6 Issue #88 2013-08-05 17:29:18 +01: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
e265a943c8 js_upload is wretched, but at least fix the HTML in the template so it will work again. 2013-08-04 20:21:50 -07:00
friendica
ad36ccdbc8 progress on unfriending 2013-08-04 19:09:53 -07:00
friendica
159a347c01 Merge https://github.com/friendica/red into zpull 2013-08-04 17:19:29 -07:00
friendica
68d907803a basic *account* removal, but the channel removal which it calls still needs (lots of) work. Oh and the intro table is no longer used and won't be - so it's gone. 2013-08-04 17:17:00 -07:00
Thomas Willingham
a8409379c3 Template boo-boo 2013-08-04 20:09:57 +01: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
8a7fea45cc doc updates 2013-08-03 00:41:40 -07:00
friendica
a40f806875 Merge https://github.com/friendica/red into zpull 2013-08-03 00:38:32 -07:00
friendica
a5f751915a Merge pull request #87 from cvogeley/master
includes/bbcode.php:check if bbcode tag exists before executing regexes
2013-08-03 00:41:16 -07:00
friendica
156a0af30e rev update 2013-08-03 00:38:02 -07:00
Christian Vogeley
4e447bb7e8 change back mod to 644 2013-08-03 01:31:11 +02:00
friendica
0c51b2560a Make Zot a bit more prominent in the README 2013-08-02 16:08:24 -07:00
Christian Vogeley
f09ac4e597 Revert "Revert "merge""
This reverts commit 9294f72adb.
2013-08-03 00:18:14 +02:00
Christian Vogeley
9294f72adb Revert "merge"
This reverts commit c0cd147a3a, reversing
changes made to d2d1e54bfe.
2013-08-03 00:14:59 +02:00
Christian Vogeley
c0cd147a3a merge 2013-08-03 00:04:26 +02:00
friendica
1d816ba90a basic email invitations - and doc update 2013-08-02 03:45:40 -07:00
friendica
ae5cd53e1e potentially fixes the "federation" bug w/r/t/ tagged forums 2013-08-01 21:24:55 -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
27b4127f30 pass item by reference so title can be altered 2013-08-01 19:18:05 -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
6197f945ad add "xchan_instance_url" for communicating with services that lack nomadic identity. This will be set to the url of the Red site that they are connected with. Only the nomadic identity clone at that site can communicate directly with them. Other instances will need to relay through that site - and if it goes down, that connection is stuffed. 2013-08-01 16:55:37 -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
005f2cbda1 Merge pull request #85 from git-marijus/master
make "selected" class work on all navigation menu items
2013-08-01 14:31:02 -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
2a848c0d37 privacy leakage 2013-07-31 22:58:23 -07:00
friendica
0d22e1eefb fix some privacy leakage in logs 2013-07-31 18:57:14 -07:00
friendica
c00c550c58 better mail obscuring 2013-07-31 02:32:41 -07:00
friendica
c45ebdf97f missing include 2013-07-30 20:01:17 -07:00
friendica
41c411739f attachment permissions not right 2013-07-30 19:43:46 -07:00