aboutsummaryrefslogtreecommitdiffstats
path: root/mod
Commit message (Collapse)AuthorAgeFilesLines
* fix forbidden photos and vcard photo templatefriendica2013-11-121-3/+4
|
* too many friendica references in the siteinfo panelfriendica2013-11-121-5/+5
|
* removeme sort of works for a single channel - lots of loose ends to deal ↵friendica2013-11-123-14/+22
| | | | with but it's a start
* fix editpost which showed an encrypt button but no other buttonsfriendica2013-11-111-0/+2
|
* More safe search - since the default is one, toggle only works afterThomas Willingham2013-11-111-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 Willingham2013-11-111-1/+1
| | | | z_root by default.
* Merge https://github.com/friendica/red into zpullfriendica2013-11-093-7/+38
|\ | | | | | | | | Conflicts: mod/directory.php
| * Clean upThomas Willingham2013-11-091-2/+1
| |
| * Bring safe search to the UIThomas Willingham2013-11-091-1/+4
| |
| * Add a safesearch toggleThomas Willingham2013-11-091-0/+22
| |
| * Kill logging/commentThomas Willingham2013-11-091-2/+0
| |
| * Fix safe search, and also make it an xconfigThomas Willingham2013-11-092-6/+14
| |
* | oups... should not do that...marijus2013-11-091-1/+1
| |
* | fix directory leaking to ppl which aint got zot in searchbar-autocomplete if ↵marijus2013-11-092-1/+10
|/ | | | block_public is enabled
* make PM expiry UI match the main post editor, e.g. JS input triggered by an ↵friendica2013-11-071-6/+10
| | | | icon rather than a scary looking text field
* provide expire feature on post and comments as well as private messages. ↵friendica2013-11-076-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 ↵friendica2013-11-061-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 expirefriendica2013-11-061-2/+2
|
* INSTALL for dummies - step 1: ensure that we throw an ugly error message in ↵friendica2013-11-051-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 pagesfriendica2013-11-051-1/+1
|
* private tagged posts weren't creating second delivery chain - they were ↵friendica2013-11-041-1/+1
| | | | incorrectly being marked as "in a reshare" due to being obscured.
* hmmph. That's why the sort order didn't change...friendica2013-11-031-2/+2
|
* make date order the default for the directoryfriendica2013-11-031-1/+1
|
* return a login form on some protoected pages if not logged in.friendica2013-11-023-5/+5
|
* doc updatesfriendica2013-11-021-2/+2
|
* Don't set widgets if you're not a local user.Thomas Willingham2013-11-023-0/+8
|
* provide an html src converterfriendica2013-10-311-8/+7
|
* fix order of args for array_key_exists and allow rpost to accept htmlfriendica2013-10-301-2/+7
|
* allow rpost parameters to survive a login if you weren't locally logged in ↵friendica2013-10-301-4/+13
| | | | at the time.
* if registration is disabled, send the site register link to pubsitesfriendica2013-10-301-1/+1
|
* allow zot public providers to list their location, as a non US-based server ↵friendica2013-10-303-3/+7
| | | | could be a strong selling point.
* prevent loopsfriendica2013-10-291-1/+2
|
* send rpost requests from remote sites back to yours.friendica2013-10-291-2/+8
|
* rpost bbcode tagfriendica2013-10-291-0/+10
|
* mod_display - if we are given the mid of a webpage, redirect to that ↵friendica2013-10-281-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 ↵friendica2013-10-282-1/+15
| | | | doco) and a few other webpage related cleanups
* typofriendica2013-10-271-1/+1
|
* remote sharing seemed so easy. It's not. It's not happening today. But at ↵friendica2013-10-271-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 ↵friendica2013-10-272-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 issuefriendica2013-10-241-1/+3
|
* Another stab at cleaning up the photos module. This should make permissions ↵friendica2013-10-241-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 ↵friendica2013-10-231-0/+15
| | | | remote site by sending it through oexchange on your home hub. Untested.
* replace text links with icons on design pagesfriendica2013-10-231-1/+1
|
* move killme inside module function so that typo worksfriendica2013-10-221-2/+2
|
* very early cloud demo code - READ THE FRICKIN NOTES and also THE CODE in ↵friendica2013-10-221-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 ↵friendica2013-10-191-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 ↵friendica2013-10-181-1/+1
| | | | parameters and examples for each
* Put a status editor on the display page if you're logged in. This fixes ↵friendica2013-10-181-0/+23
| | | | issue #113 and also provides the ability to reshare from that page.
* wrong app namefriendica2013-10-161-1/+1
|
* oauth wasn't logging in properly, also fixed api status_show to return last ↵friendica2013-10-151-1/+0
| | | | public post, not the last private post