friendica
75ba7ae116
rpost bbcode tag
2013-10-29 18:46:51 -07:00
friendica
4415ed7820
mod_display - if we are given the mid of a webpage, redirect to that webpage. This lets us include webpages in searches and 'view in context' will do the right thing.
2013-10-28 18:20:04 -07:00
friendica
1380bee82c
Comanche documentation and some cleanup of layout page (including link to doco) and a few other webpage related cleanups
2013-10-28 17:48:42 -07:00
friendica
52f447513f
typo
2013-10-27 21:18:33 -07:00
friendica
3ee90ef31d
remote sharing seemed so easy. It's not. It's not happening today. But at least we've got the important bits in place and the reasons why it doesn't work are known and somewhat documented.
2013-10-27 21:16:28 -07:00
friendica
9b7994a9b7
remote post module so that from anywhere on the web or at least within the matrix you'll be able to share content or we can have apps on other sites that post status updates on your wall. All with your permission of course as you'll have to click "share" to actually post it.
2013-10-27 20:01:28 -07:00
friendica
3da20b3797
directory leaking hidden channels - logic issue
2013-10-24 18:34:55 -07:00
friendica
3fa6737726
Another stab at cleaning up the photos module. This should make permissions behave a bit better and show the "this is you" photo for commenting and get rid of most of the old "visitor and "contact" cruft.
2013-10-24 16:47:34 -07:00
friendica
c88fd01205
basic support (still needs some js to expose it) for sharing an item on a remote site by sending it through oexchange on your home hub. Untested.
2013-10-23 21:49:50 -07:00
friendica
7b7ef56b54
replace text links with icons on design pages
2013-10-23 19:35:51 -07:00
friendica
acca7893e8
move killme inside module function so that typo works
2013-10-22 17:41:54 -07:00
friendica
985d8091ad
very early cloud demo code - READ THE FRICKIN NOTES and also THE CODE in mod/cloud.php - there is no other documentation. Use at your own risk. Send all bug reports to nobody@nowhere.com.
2013-10-22 17:34:39 -07:00
friendica
d39f1c570c
part one - honour system.tagifonlyrecip pconfig, default is false - not ready to deal with the second part yet (changing the tag char for tag_deliver channels) without a bit more discussion/concensus.
2013-10-19 16:22:07 -07:00
friendica
4ce948731a
doc - complete hook list, still need detailed functional descriptions with parameters and examples for each
2013-10-18 15:48:59 -07:00
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
a3b358d025
wrong app name
2013-10-16 00:17:16 -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
9787872778
linkify post categories
2013-10-14 15:34:47 -07:00
Thomas Willingham
9945c1844c
Issue #181
2013-10-14 21:44:35 +01: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
1354702d69
remove the disabled flag on individual permissions and improve the text to show that settings may be inherited. The reason for this change is that we want the individual settings to be stored regardless of the inherited settings, because if somebody changes the higher precedence privacy settings it could leave all their existing contacts with no permissions and this could be a support nightmare.
...
So this way if somebody starts off with "anybody on the network can send me their stream and posts" and later changes it to "only specific connections can send me their stream and posts", the individual setting will already be set for all their connections. The previous behaviour is that this setting would have been disabled so none of their existing connections will have this specific permission. Old-timers who were here and made lots of connections before this commit - will have to edit all their connections if they change their privacy settings from lesser restrictive to be more restrictive.
2013-10-13 15:42:30 -07:00
friendica
bb9feee370
Merge https://github.com/friendica/red into zpull
2013-10-12 15:13:23 -07:00
friendica
55c43f12b5
directory date order (sort=date)
2013-10-12 15:12:45 -07:00
Olaf Conradi
095d1bae26
Typo in replaced variable
2013-10-12 19:27:39 +02:00
friendica
c459228dca
show private message conversant in sidebar because without a reply you may not remember who it is/was.
2013-10-12 00:57:00 -07:00
friendica
1c8a36f9ca
mail recall
2013-10-11 23:12:10 -07:00
friendica
7cd1bd59b2
bug 175 - categories not updated when editing
2013-10-11 20:44:13 -07:00
friendica
89fc319c90
fix search to display more than one item
2013-10-10 21:31:40 -07: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
Olaf Conradi
086750d4ba
Merge pull request #168 from oohlaf/fixes
...
Typo and whitespace
2013-10-06 15:57:44 -07:00
Olaf Conradi
c422fad899
Typo and whitespace
2013-10-07 00:56:22 +02:00
Thomas Willingham
a026832009
If an observer doesn't have view_stream perms, try for view_profile before
...
giving up.
2013-10-04 15:57:48 +01: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
78a8d176ac
post signatures
2013-10-02 21:04:48 -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
friendica
f3d351621d
Saved searches on the matrix/network page just got a lot more interesting. Hint: it's all about autocomplete
2013-10-01 19:54:22 -07:00
friendica
1f965f1b70
search_ac is really whacked - help it out a bit, but much more to do
2013-10-01 19:04:08 -07:00
friendica
a6c542289a
add link to channel source management in settings if channel_sources feature is enabled
2013-09-30 22:01:11 -07:00
friendica
dffce63662
implement republish permission for use in sourced channels
2013-09-30 21:49:26 -07:00
friendica
2353e6d23f
small fixes
2013-09-30 19:28:59 -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
49882c13a4
there's our directory sync packet (aka transaction log). Now we just have to pass them around and act on them.
2013-09-29 22:24:37 -07:00
friendica
398162f78a
log any attempt to call mod_magic
2013-09-29 21:06:53 -07:00
friendica
a26e48b013
sources management page
2013-09-29 18:18:05 -07:00
Thomas Willingham
42e11019b9
Missing include
2013-09-29 19:44:57 +01:00
friendica
a06f1f9594
Issue #158
2013-09-29 02:47:36 -07:00
friendica
110974eb55
fix can_comment_on_post when viewing wall-to-wall
2013-09-28 04:41:12 -07:00
friendica
edc5566f79
structure for channel unions
2013-09-26 16:25:28 -07:00
friendica
6519433301
suppress creating the directory update record for profile updates which are part of the normal import_xchan sequence - otherwise we get two for every change. Create it normally if we are called with a profile_update message and don't go through the whole import_xchan thing.
2013-09-25 21:22:36 -07:00