Commit Graph

8047 Commits

Author SHA1 Message Date
ndurchx bf3e7f5e9f Fixed error in SQL Statement 2013-09-12 11:39:07 +02:00
friendica ca1b8dbe1e Merge pull request #129 from MicMee/master
to flag failed auth attempts in db table hubloc as hubloc_receive_error
2013-09-12 02:26:56 -07:00
Michael Meer 2c06a2c163 implement tip from Mike, corrected the sql statement 2013-09-11 15:24:26 +02:00
Michael Meer 82f4b1767e delete logger line; was the wrong place. 2013-09-11 14:05:33 +02:00
Michael Meer 2228264772 flag failed auth attempts in DB table hubloc 2013-09-11 13:59:45 +02:00
friendica d593b40d9a assuming this doesn't blow up the internet like the last fix - this is a very old bug that's been reported time and time again and nobody every bothered to debug or even report it somewhere where we could monitor it. It's buried somewhere in my stream, but basically is "things don't work right if you've got 'everybody in my address book' permissions" on "can send me their channel stream and posts". I think this is Michelle's problem and anybody else who has en empty matrix after making lots of connections. 2013-09-11 02:03:37 -07:00
friendica 5fbe4c1876 make comments work again 2013-09-10 23:25:56 -07:00
friendica 5e230edb85 well that really stuffed things up... 2013-09-10 22:45:04 -07:00
friendica de777d2f9c remove old debugging cruft 2013-09-10 21:17:33 -07:00
friendica 3c328083d2 this should fix the foreign language like notifications (again) 2013-09-10 21:10:56 -07:00
friendica 46c66e2e4c change wording on item_store message so we can find failures fast with grep item_store logfile | grep -v created 2013-09-10 20:14:12 -07:00
friendica 3e5414cf35 provide detailed error to remote site for the myriad of things that can go wrong inside item_store(), !! this changes the return of item_store !! 2013-09-10 19:06:06 -07:00
friendica 7ada499ca9 Merge https://github.com/friendica/red into zpull 2013-09-10 17:12:48 -07:00
friendica 72f562c190 z_fetch_url - include curl debug info in return array and log it (at logger_data level) on failure
This should probably be at a lower log level, but unsuccessful connections could happen a lot on a busy production site so we'll try to keep the log noise down unless somebody really needs to track this info.
2013-09-10 17:09:10 -07:00
friendica 5aaf8b8e99 Merge pull request #126 from MicMee/master
extends DB in hubloc to maintain hubloc connectivity
2013-09-10 15:56:59 -07:00
Olaf Conradi 58490a4a80 Merge pull request #128 from oohlaf/fixes
No need to add name_updated twice in zfinger response
2013-09-10 15:36:06 -07:00
Olaf Conradi 517baa86a3 No need to add name_updated twice in zfinger response 2013-09-11 00:29:27 +02:00
friendica b304267a09 Merge pull request #127 from git-marijus/master
make /channel respect "Maximum number of conversations to load at any time" setting like /network does.
2013-09-10 13:49:28 -07:00
marijus fec0c71445 make /channel respect "Maximum number of conversations to load at any time" setting like /network does. 2013-09-10 21:52:13 +02:00
Thomas Willingham dfd91889ad Admin templates. 2013-09-10 20:15:09 +01:00
Michael Meer f93e92c260 extends DB in hubloc to maintain hubloc connectivity 2013-09-10 14:18:51 +02:00
friendica 933c30d95d site rename issue 2013-09-09 19:02:38 -07:00
friendica 9994ab2c5d Merge https://github.com/friendica/red into zpull 2013-09-09 13:46:14 -07:00
friendica 75dfcf9c4f quick fix to directory 2013-09-09 13:45:51 -07:00
cvogeley a4d455c48b Merge pull request #125 from cvogeley/master
usage message showed wrong number of channels
2013-09-09 13:04:20 -07:00
Christian Vogeley e92233e39e usage message showed wrong number of channels 2013-09-09 22:00:39 +02:00
friendica 4619993562 Merge https://github.com/friendica/red into zpull 2013-09-09 04:57:55 -07:00
friendica 0565a6ef01 change primary key on updates table 2013-09-09 04:55:43 -07:00
friendica 147483f259 Merge pull request #122 from MicMee/master
just a typo
2013-09-09 04:55:38 -07:00
Michael Meer f9e6e1c3d2 Preparation to maintain HubLocs from adminpanel. This should act as basis for a kind of traffic light to get an overview. 2013-09-09 12:18:39 +02:00
Michael Meer fd540cd596 just a typo 2013-09-09 10:30:37 +02:00
friendica 25a5a5ff4d some alteration to the way directory sync was originally supposed to work. I'm making this up as I go and not exactly certain where to go next but it makes more sense now and I think the basic idea will actually work. I'll just have to keep making it up until it does work. 2013-09-09 01:05:29 -07:00
friendica f5519d9c77 fix the sitename also 2013-09-08 22:59:06 -07:00
friendica 6b0c8831ff fix the recipient and subject localisation of failed update emails 2013-09-08 22:56:53 -07:00
friendica 2c90a73695 change from refresh_all to a directory update - which does a refresh_all and also updates the directory. 2013-09-08 21:12:23 -07:00
friendica a09829a1ee perform a refresh_all when an import has completed so that all your connections get a fresh update. 2013-09-08 21:05:39 -07:00
friendica e11f2a9b02 make sure new contacts who are not yet in the address book are sync'd across clone instances 2013-09-08 20:38:15 -07:00
friendica f8c709830f Merge https://github.com/friendica/red into zpull 2013-09-08 19:12:46 -07:00
friendica 135c188732 description of the chanman module and what it will need to do. 2013-09-08 19:12:23 -07:00
friendica dcc74185d0 Merge pull request #120 from beardy-unixer/master
Quick and dirty file storage module.
2013-09-08 18:23:31 -07:00
Thomas Willingham 256ee236ad Kill logger 2013-09-09 02:11:26 +01:00
Thomas Willingham d2b4ba7be6 Quick and dirty file storage module. 2013-09-09 02:06:21 +01:00
friendica e60c8e9174 rev update 2013-09-08 17:26:17 -07:00
friendica ead50382c0 Merge pull request #119 from unary/categorywidget
only show categories this channel has used
2013-09-08 16:37:02 -07:00
friendica f8afdb3cba Merge pull request #118 from cvogeley/master
Service class checks
2013-09-08 16:33:30 -07:00
Christian Vogeley b4a2361efc . 2013-09-08 21:52:05 +02:00
Christian Vogeley a73f8291c3 retrun check 2013-09-08 21:45:35 +02:00
Michael Johnston a36abb764d added dbesc 2013-09-08 14:53:14 -04:00
Michael Johnston a1b3a72f9e only show categories this channel has used 2013-09-08 13:55:37 -04:00
Christian Vogeley e70c9b3613 Merge service class
//service class configure in .htconfig.php:
$a->config['system']['default_service_class']='standard';  // this is
the default service class that is attached to every new account
$a->config['service_class']['standard'] =
array('photo_upload_limit'=>20000000, // total photo storage limit per
channel (here 20MB)
 'total_identities' =>5, // number of channels an account can create
'total_items' =>2000, // number of top level posts a channel can
create. Applies only to top level posts of the user, other posts and
comments are unaffected
'total_pages' =>10, // number of pages a channel can create
 'total_channels' =>500, // number of channels the user can add, other
users can still add this channel, even if the limit is reached
 'attach_upload_limit' =>20000000); // total attachment storage limit
per channel (here 20MB)
2013-09-08 18:03:26 +02:00