Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #181 | Thomas Willingham | 2013-10-14 | 1 | -2/+2 |
| | |||||
* | turn off endless scroll if we have no more content to load - currently for ↵ | friendica | 2013-10-13 | 1 | -0/+2 |
| | | | | mod_display, need to add to other content modules | ||||
* | directory sort links on sidebar | friendica | 2013-10-13 | 1 | -0/+2 |
| | |||||
* | remove the disabled flag on individual permissions and improve the text to ↵ | friendica | 2013-10-13 | 1 | -1/+2 |
| | | | | | | 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. | ||||
* | Merge https://github.com/friendica/red into zpull | friendica | 2013-10-12 | 1 | -1/+1 |
|\ | |||||
| * | Typo in replaced variable | Olaf Conradi | 2013-10-12 | 1 | -1/+1 |
| | | |||||
* | | directory date order (sort=date) | friendica | 2013-10-12 | 1 | -1/+1 |
|/ | |||||
* | show private message conversant in sidebar because without a reply you may ↵ | friendica | 2013-10-12 | 1 | -0/+11 |
| | | | | not remember who it is/was. | ||||
* | mail recall | friendica | 2013-10-11 | 1 | -0/+21 |
| | |||||
* | bug 175 - categories not updated when editing | friendica | 2013-10-11 | 1 | -15/+1 |
| | |||||
* | fix search to display more than one item | friendica | 2013-10-10 | 1 | -3/+3 |
| | |||||
* | more icon tweaks - this could be going on for some time; try to get icon ↵ | friendica | 2013-10-10 | 1 | -2/+2 |
| | | | | code (and all theme stuff) out of main code and into templates, but on the short term provide both so nothing breaks. | ||||
* | Merge pull request #168 from oohlaf/fixes | Olaf Conradi | 2013-10-06 | 1 | -2/+2 |
|\ | | | | | Typo and whitespace | ||||
| * | Typo and whitespace | Olaf Conradi | 2013-10-07 | 1 | -2/+2 |
| | | |||||
* | | If an observer doesn't have view_stream perms, try for view_profile before | Thomas Willingham | 2013-10-04 | 1 | -0/+5 |
|/ | | | | giving up. | ||||
* | fix a bunch of post editing bugs - though this consolidates some disparate ↵ | friendica | 2013-10-04 | 1 | -43/+11 |
| | | | | code and may create some new bugs due to regression | ||||
* | post signatures | friendica | 2013-10-02 | 2 | -14/+19 |
| | |||||
* | in probe diagnostic - note https failure as diagnostic info - this also ↵ | friendica | 2013-10-01 | 1 | -2/+9 |
| | | | | 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). | ||||
* | Saved searches on the matrix/network page just got a lot more interesting. ↵ | friendica | 2013-10-01 | 2 | -37/+43 |
| | | | | Hint: it's all about autocomplete | ||||
* | search_ac is really whacked - help it out a bit, but much more to do | friendica | 2013-10-01 | 1 | -17/+17 |
| | |||||
* | add link to channel source management in settings if channel_sources feature ↵ | friendica | 2013-09-30 | 1 | -0/+9 |
| | | | | is enabled | ||||
* | implement republish permission for use in sourced channels | friendica | 2013-09-30 | 1 | -18/+22 |
| | |||||
* | small fixes | friendica | 2013-09-30 | 2 | -3/+12 |
| | |||||
* | directory sync - this will either work, or it won't work, or it will ↵ | friendica | 2013-09-30 | 1 | -6/+4 |
| | | | | | | | | | 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. | ||||
* | there's our directory sync packet (aka transaction log). Now we just have to ↵ | friendica | 2013-09-29 | 1 | -4/+14 |
| | | | | pass them around and act on them. | ||||
* | log any attempt to call mod_magic | friendica | 2013-09-29 | 1 | -0/+2 |
| | |||||
* | sources management page | friendica | 2013-09-29 | 1 | -0/+140 |
| | |||||
* | Missing include | Thomas Willingham | 2013-09-29 | 1 | -1/+1 |
| | |||||
* | Issue #158 | friendica | 2013-09-29 | 2 | -3/+10 |
| | |||||
* | fix can_comment_on_post when viewing wall-to-wall | friendica | 2013-09-28 | 1 | -8/+14 |
| | |||||
* | structure for channel unions | friendica | 2013-09-26 | 1 | -5/+0 |
| | |||||
* | suppress creating the directory update record for profile updates which are ↵ | friendica | 2013-09-25 | 1 | -3/+7 |
| | | | | 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. | ||||
* | Fix name of Bleichenbacher | Olaf Conradi | 2013-09-24 | 1 | -2/+2 |
| | |||||
* | Merge https://github.com/friendica/red into zpull | friendica | 2013-09-24 | 1 | -0/+20 |
|\ | |||||
| * | admin hubloc page now with content from all hublocs, in next steps I add ↵ | Michael Meer | 2013-09-24 | 1 | -0/+20 |
| | | | | | | | | some tests with zping and reduce the content to known problems. | ||||
* | | reduce susceptibility to bleichenberger attack | friendica | 2013-09-24 | 1 | -6/+18 |
|/ | |||||
* | oauth settings - clarify text | friendica | 2013-09-23 | 1 | -6/+13 |
| | |||||
* | one more edge case in the public perms - don't match perms = 0 which is ↵ | friendica | 2013-09-22 | 2 | -4/+4 |
| | | | | private, this and prior checkin are for issue #114 | ||||
* | fixes for display and search privacy enforcement | friendica | 2013-09-22 | 2 | -26/+40 |
| | |||||
* | adult channel setting | friendica | 2013-09-22 | 3 | -6/+16 |
| | |||||
* | clean up app management a bit | friendica | 2013-09-20 | 1 | -5/+5 |
| | |||||
* | hopefully(?) the final word on remote comment permissions | friendica | 2013-09-20 | 1 | -0/+3 |
| | |||||
* | when it's a contentious issue, make it an option. | friendica | 2013-09-20 | 1 | -4/+8 |
| | |||||
* | hopefully this will go over a bit better - check post owner permissions as ↵ | friendica | 2013-09-20 | 2 | -2/+10 |
| | | | | well as local owner permissions for comments during submission, since the comment was being blindly accepted on the local system due to only checking the profile owner. Also change collections query to include only top-level posts by a member of the collection. | ||||
* | typo | friendica | 2013-09-19 | 1 | -1/+1 |
| | |||||
* | now bring it to the url | friendica | 2013-09-19 | 1 | -0/+2 |
| | |||||
* | bring safe mode to the client side | friendica | 2013-09-19 | 1 | -1/+12 |
| | |||||
* | use &safe=-1 for unsafe only | friendica | 2013-09-19 | 1 | -1/+4 |
| | |||||
* | Merge https://github.com/friendica/red into zpull | friendica | 2013-09-19 | 1 | -1/+4 |
|\ | |||||
| * | Use get_config | Thomas Willingham | 2013-09-20 | 1 | -1/+1 |
| | |