Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | private tagged posts weren't creating second delivery chain - they were ↵ | friendica | 2013-11-04 | 1 | -1/+1 |
| | | | | incorrectly being marked as "in a reshare" due to being obscured. | ||||
* | hmmph. That's why the sort order didn't change... | friendica | 2013-11-03 | 1 | -2/+2 |
| | |||||
* | make date order the default for the directory | friendica | 2013-11-03 | 1 | -1/+1 |
| | |||||
* | return a login form on some protoected pages if not logged in. | friendica | 2013-11-02 | 3 | -5/+5 |
| | |||||
* | doc updates | friendica | 2013-11-02 | 1 | -2/+2 |
| | |||||
* | Don't set widgets if you're not a local user. | Thomas Willingham | 2013-11-02 | 3 | -0/+8 |
| | |||||
* | provide an html src converter | friendica | 2013-10-31 | 1 | -8/+7 |
| | |||||
* | fix order of args for array_key_exists and allow rpost to accept html | friendica | 2013-10-30 | 1 | -2/+7 |
| | |||||
* | allow rpost parameters to survive a login if you weren't locally logged in ↵ | friendica | 2013-10-30 | 1 | -4/+13 |
| | | | | at the time. | ||||
* | if registration is disabled, send the site register link to pubsites | friendica | 2013-10-30 | 1 | -1/+1 |
| | |||||
* | allow zot public providers to list their location, as a non US-based server ↵ | friendica | 2013-10-30 | 3 | -3/+7 |
| | | | | could be a strong selling point. | ||||
* | prevent loops | friendica | 2013-10-29 | 1 | -1/+2 |
| | |||||
* | send rpost requests from remote sites back to yours. | friendica | 2013-10-29 | 1 | -2/+8 |
| | |||||
* | rpost bbcode tag | friendica | 2013-10-29 | 1 | -0/+10 |
| | |||||
* | mod_display - if we are given the mid of a webpage, redirect to that ↵ | friendica | 2013-10-28 | 1 | -1/+19 |
| | | | | webpage. This lets us include webpages in searches and 'view in context' will do the right thing. | ||||
* | Comanche documentation and some cleanup of layout page (including link to ↵ | friendica | 2013-10-28 | 2 | -1/+15 |
| | | | | doco) and a few other webpage related cleanups | ||||
* | typo | friendica | 2013-10-27 | 1 | -1/+1 |
| | |||||
* | remote sharing seemed so easy. It's not. It's not happening today. But at ↵ | friendica | 2013-10-27 | 1 | -5/+47 |
| | | | | least we've got the important bits in place and the reasons why it doesn't work are known and somewhat documented. | ||||
* | remote post module so that from anywhere on the web or at least within the ↵ | friendica | 2013-10-27 | 2 | -2/+94 |
| | | | | 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. | ||||
* | directory leaking hidden channels - logic issue | friendica | 2013-10-24 | 1 | -1/+3 |
| | |||||
* | Another stab at cleaning up the photos module. This should make permissions ↵ | friendica | 2013-10-24 | 1 | -31/+19 |
| | | | | 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. | ||||
* | basic support (still needs some js to expose it) for sharing an item on a ↵ | friendica | 2013-10-23 | 1 | -0/+15 |
| | | | | remote site by sending it through oexchange on your home hub. Untested. | ||||
* | replace text links with icons on design pages | friendica | 2013-10-23 | 1 | -1/+1 |
| | |||||
* | move killme inside module function so that typo works | friendica | 2013-10-22 | 1 | -2/+2 |
| | |||||
* | very early cloud demo code - READ THE FRICKIN NOTES and also THE CODE in ↵ | friendica | 2013-10-22 | 1 | -0/+107 |
| | | | | mod/cloud.php - there is no other documentation. Use at your own risk. Send all bug reports to nobody@nowhere.com. | ||||
* | part one - honour system.tagifonlyrecip pconfig, default is false - not ↵ | friendica | 2013-10-19 | 1 | -2/+3 |
| | | | | ready to deal with the second part yet (changing the tag char for tag_deliver channels) without a bit more discussion/concensus. | ||||
* | doc - complete hook list, still need detailed functional descriptions with ↵ | friendica | 2013-10-18 | 1 | -1/+1 |
| | | | | parameters and examples for each | ||||
* | Put a status editor on the display page if you're logged in. This fixes ↵ | friendica | 2013-10-18 | 1 | -0/+23 |
| | | | | issue #113 and also provides the ability to reshare from that page. | ||||
* | wrong app name | friendica | 2013-10-16 | 1 | -1/+1 |
| | |||||
* | oauth wasn't logging in properly, also fixed api status_show to return last ↵ | friendica | 2013-10-15 | 1 | -1/+0 |
| | | | | public post, not the last private post | ||||
* | linkify post categories | friendica | 2013-10-14 | 1 | -1/+1 |
| | |||||
* | 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 |