Commit Graph

2867 Commits

Author SHA1 Message Date
friendica 3772682204 Put a status editor on the display page if you're logged in. This fixes issue #113 and also provides the ability to reshare from that page. 2013-10-18 14:25:55 -07:00
friendica 100043da38 oauth wasn't logging in properly, also fixed api status_show to return last public post, not the last private post 2013-10-15 15:51:20 -07:00
friendica 66f427db5e directory sync optimisations to save redundant processing 2013-10-15 02:33:35 -07:00
friendica 89378fb12a update even if no change 2013-10-14 22:20:14 -07:00
friendica b75163fb80 why do these have invalid id's? 2013-10-14 22:04:45 -07:00
friendica 83daf51460 extra logging 2013-10-14 21:56:56 -07:00
friendica 3a615528e8 sync tweaks 2013-10-14 21:39:54 -07:00
friendica 6dbaaef7b7 don't update old entries with no address 2013-10-14 21:19:23 -07:00
friendica a13ab4ee9b sql wrong number of args 2013-10-14 21:09:39 -07:00
friendica 96ba0dccf9 sql typo in directory sync 2013-10-14 20:51:26 -07:00
friendica 9787872778 linkify post categories 2013-10-14 15:34:47 -07:00
friendica 4f2c056d6d template and icons for categories and "file as" 2013-10-14 04:49:28 -07:00
friendica db42e4d2f9 attachment icons revisited 2013-10-13 21:14:04 -07:00
friendica 454aa6bff3 turn off endless scroll if we have no more content to load - currently for mod_display, need to add to other content modules 2013-10-13 20:09:11 -07:00
friendica bae7f4e078 directory sort links on sidebar 2013-10-13 19:49:40 -07:00
friendica 0e0e0d018b provide config for preferred directory server 2013-10-13 19:29:54 -07:00
friendica ad29d0f9a1 preserve the source owner when creating a delivery fork so that we can uplink back to them without any ambiguity. 2013-10-13 18:36:28 -07:00
zottel e6c93e4146 fix alt_pager to work if item count is higher than page['itemspage'] (threads) 2013-10-11 10:50:06 +02:00
friendica 3985aa07b4 more icon tweaks - this could be going on for some time; try to get icon code (and all theme stuff) out of main code and into templates, but on the short term provide both so nothing breaks. 2013-10-10 02:15:44 -07:00
friendica 1aa69604fc more redbasic icon work 2013-10-09 18:33:33 -07:00
friendica 1e7034c4da nav icons 2013-10-09 03:26:24 -07:00
friendica 0e793dea9b replace a bunch of graphic icons with vector icons 2013-10-08 21:17:11 -07:00
friendica e369e5ddc5 The check for f*cked database (which otherwise sends out zillions of update failed emails) interferes with install. So what else can we do about f*cked databases which open successfully but don't actually read/write data? It would of course be nice if we didn't have to deal with them, but apparently we do. For now we're not doing anything until I can figure out how to take the site offline when it happens without affecting install. 2013-10-04 14:42:18 -07:00
friendica ff7182f441 fix a bunch of post editing bugs - though this consolidates some disparate code and may create some new bugs due to regression 2013-10-04 04:47:41 -07:00
friendica e1fb45bc4a bring back photo shadows (via theme settings) 2013-10-02 22:59:58 -07:00
friendica 78a8d176ac post signatures 2013-10-02 21:04:48 -07:00
friendica 6e2695f94a that would've messed it up 2013-10-02 04:13:35 -07:00
friendica 266c701034 directory sync typo 2013-10-02 04:04:37 -07:00
friendica de9aee8a07 block forgeries 2013-10-02 02:50:02 -07:00
friendica f7aaa2290a Merge https://github.com/friendica/red into zpull 2013-10-01 22:24:44 -07:00
friendica 494090a3b7 in probe diagnostic - note https failure as diagnostic info - this also changes zot_finger so you can tell it not to fallback. This could be useful in corporate environments that are off the grid or other high security situations (as much as anything could be considered high security which relies on SSL). 2013-10-01 22:20:09 -07:00
Thomas Willingham b25d2e0d12 Slightly modify reshares so they can be themed as a whole. 2013-10-02 05:03:09 +01:00
friendica 7b6530fed5 add the auto form submit even though it doesn't seem to work. Will debug it later. 2013-10-01 20:10:09 -07:00
zottel d7b81b1afd Add possibility to use a block a channel menu (set channel_menublock to the lowercase title of the block without special chars)
Fix comanche_block() SQL
2013-10-01 09:36:28 +02:00
friendica dffce63662 implement republish permission for use in sourced channels 2013-09-30 21:49:26 -07:00
friendica e992cfeca9 directory sync - this will either work, or it won't work, or it will possibly recurse and blow up the matrix. Hard to say. Do you feel lucky? Well do ya' ... punk? Rule #1 - don't mess with anything unless it's blowing up the matrix. If it doesn't blow up the matrix, but doesn't work, just let it go and let's figure out what it is doing and what it isn't doing.
The flow is as follows:
Once a day go out to all the directory servers besides yourself and grab a list of updates. This happens in the poller. If we've never seen them before add them to the updates table. The poller also looks to see if we're a directory server and have updates that haven't yet been processed. It calls onedirsync.php to process each one. If we contact the channel to update and don't find anything (we're just doing a basic zot_finger), set a ud_last timestamp. If this is set we will only try once a day for seven days. Then we stop trying to update.

This will probably cause a spike the first time through because you haven't seen any updates before, but we spread out the load over your delivery interval.
2013-09-30 18:33:27 -07:00
friendica e0391de906 there's no $a in comanche_block() (zottel) 2013-09-30 13:42:29 -07:00
Olaf Conradi 0497c441df ret_secret is not used 2013-09-30 09:59:22 +02:00
friendica 0e95bae3d2 RSS feeds as channel sources. It's feasible and within reach, however there's a lot of work left to do.
How bad does anybody want it?

Let's find out...
2013-09-29 20:34:05 -07:00
friendica bd0b4d8487 remove the "Similar Interests" link until somebody makes it work 2013-09-29 18:34:41 -07:00
friendica a26e48b013 sources management page 2013-09-29 18:18:05 -07:00
Thomas Willingham 3c42989fc4 Typo 2013-09-29 16:45:21 +01:00
Thomas Willingham 9212fd0ecc Issue #117 2013-09-29 16:40:15 +01:00
friendica 4f83a1c152 Merge https://github.com/friendica/red into zpull 2013-09-29 02:47:58 -07:00
friendica a06f1f9594 Issue #158 2013-09-29 02:47:36 -07:00
Thomas Willingham 3cf5e5effd Fix Comanche menus 2013-09-28 19:05:50 +01:00
friendica 6ca6bc2dd8 close comment 2013-09-28 05:03:58 -07:00
friendica 110974eb55 fix can_comment_on_post when viewing wall-to-wall 2013-09-28 04:41:12 -07:00
friendica 4b3c565174 convert to plaintext before matching words in body. Otherwise every post I make with a link in it is going to match a test for zot. 2013-09-26 19:58:24 -07:00
friendica 017db29947 aggregate channels 2013-09-26 19:34:45 -07:00