Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | baby steps tring to get magix auth working for redmtx | friendica | 2013-11-14 | 1 | -4/+15 |
| | |||||
* | dirsearch and pubsites - force non-SSL sites to float to the bottom of the list | friendica | 2013-11-14 | 2 | -2/+10 |
| | |||||
* | making it less complicated to join | friendica | 2013-11-14 | 2 | -2/+3 |
| | |||||
* | define js profile_uid in photos module | friendica | 2013-11-14 | 1 | -1/+1 |
| | |||||
* | e2ee in comments and a bit of cleanup so not every theme has to define how ↵ | friendica | 2013-11-14 | 1 | -1/+2 |
| | | | | to insert bbcode, only if they're doing something special (e.g. this is how to implement a javascript plugin :-)), and I got rid of the predefined http:// in the bbcode for urls. You're almost always pasting a url which already has that bit and it just creates an extra step. | ||||
* | acl in webpages and a couple of other little bits related to webpages - sort ↵ | friendica | 2013-11-14 | 3 | -18/+40 |
| | | | | the list of pages by last edited and use prepare_body() so we get private stuff (and attachments, categories, etc.) formatted correctly | ||||
* | E2EE on private mail (also fixed autocomplete results dropdown for recipient ↵ | friendica | 2013-11-13 | 1 | -0/+15 |
| | | | | which was positioned below the navbar instead of next to the recipient input box) | ||||
* | some minor documentation updates and corrections | friendica | 2013-11-13 | 1 | -0/+2 |
| | |||||
* | clicking on an event notification from somebody else should take you to view ↵ | friendica | 2013-11-13 | 1 | -1/+1 |
| | | | | event - not edit event. Need to also check permissions on event module because reaching this form shouldn't have been possible without event write permissions. | ||||
* | fix photo permissions on encrypted posts | friendica | 2013-11-13 | 1 | -2/+8 |
| | |||||
* | fix forbidden photos and vcard photo template | friendica | 2013-11-12 | 1 | -3/+4 |
| | |||||
* | too many friendica references in the siteinfo panel | friendica | 2013-11-12 | 1 | -5/+5 |
| | |||||
* | removeme sort of works for a single channel - lots of loose ends to deal ↵ | friendica | 2013-11-12 | 3 | -14/+22 |
| | | | | with but it's a start | ||||
* | fix editpost which showed an encrypt button but no other buttons | friendica | 2013-11-11 | 1 | -0/+2 |
| | |||||
* | More safe search - since the default is one, toggle only works after | Thomas Willingham | 2013-11-11 | 1 | -3/+4 |
| | | | | | an initial xconfig is set - the first one will turn safe search on (ie, do nothing from a users point of view). Fix that. | ||||
* | When toggling safesearch, go back to the directory page, rather than the ↵ | Thomas Willingham | 2013-11-11 | 1 | -1/+1 |
| | | | | z_root by default. | ||||
* | Merge https://github.com/friendica/red into zpull | friendica | 2013-11-09 | 3 | -7/+38 |
|\ | | | | | | | | | Conflicts: mod/directory.php | ||||
| * | Clean up | Thomas Willingham | 2013-11-09 | 1 | -2/+1 |
| | | |||||
| * | Bring safe search to the UI | Thomas Willingham | 2013-11-09 | 1 | -1/+4 |
| | | |||||
| * | Add a safesearch toggle | Thomas Willingham | 2013-11-09 | 1 | -0/+22 |
| | | |||||
| * | Kill logging/comment | Thomas Willingham | 2013-11-09 | 1 | -2/+0 |
| | | |||||
| * | Fix safe search, and also make it an xconfig | Thomas Willingham | 2013-11-09 | 2 | -6/+14 |
| | | |||||
* | | oups... should not do that... | marijus | 2013-11-09 | 1 | -1/+1 |
| | | |||||
* | | fix directory leaking to ppl which aint got zot in searchbar-autocomplete if ↵ | marijus | 2013-11-09 | 2 | -1/+10 |
|/ | | | | block_public is enabled | ||||
* | make PM expiry UI match the main post editor, e.g. JS input triggered by an ↵ | friendica | 2013-11-07 | 1 | -6/+10 |
| | | | | icon rather than a scary looking text field | ||||
* | provide expire feature on post and comments as well as private messages. ↵ | friendica | 2013-11-07 | 6 | -8/+22 |
| | | | | This requires a feature setting and is currently unmaskable - if the author says it's gone, there's not a lot you can do to stop it or try and save it. It's gone. | ||||
* | allow private mail sender to set an expiration on their messages. Once ↵ | friendica | 2013-11-06 | 1 | -6/+6 |
| | | | | expired the message is destroyed at both ends (subject to the granularity of the polling interval) and is gone. Officially it takes some form of language independent string like 2013/11/22, but English speakers can use anything that strtotime() understands, like "+30 minutes" or "next Tuesday". | ||||
* | DB - allow private messages to expire | friendica | 2013-11-06 | 1 | -2/+2 |
| | |||||
* | INSTALL for dummies - step 1: ensure that we throw an ugly error message in ↵ | friendica | 2013-11-05 | 1 | -0/+19 |
| | | | | | | | their face if there's an ugly error when we first try to install. DON'T white screen until after they've got it running. | ||||
* | add shameless plug if they've not got zot, and add photo favicon to photos pages | friendica | 2013-11-05 | 1 | -1/+1 |
| | |||||
* | 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 |
| |