| Commit message (Expand) | Author | Age | Files | Lines |
* | make default group for new connections work | friendica | 2013-11-21 | 1 | -0/+9 |
* | white screen | friendica | 2013-11-21 | 1 | -7/+8 |
* | mark hublocs with incorrect sitekeys deleted | friendica | 2013-11-21 | 1 | -0/+14 |
* | Add #include mechanism for help pages - see the top of mod/help.php for details | friendica | 2013-11-21 | 1 | -0/+24 |
* | mod/help - load Site.md (if it exists) before Home.md. Site.md will typically... | friendica | 2013-11-21 | 1 | -2/+6 |
* | Protocol: now set data['alg'] on all encapsulated encrypted packets, so that ... | friendica | 2013-11-20 | 5 | -6/+14 |
* | admin/users - add expiration date to table and ability to sort by reverse exp... | friendica | 2013-11-18 | 1 | -20/+29 |
* | resetting password tries to update email address even if it didn't change - a... | friendica | 2013-11-18 | 1 | -1/+1 |
* | set a default value for $webbie - it's the right thing to do. | friendica | 2013-11-18 | 1 | -0/+2 |
* | to clarify the fact, we'll remove the line we no longer need instead of comme... | friendica | 2013-11-18 | 1 | -1/+0 |
* | change the way magic-auth works - we rarely need a destination channel and if... | friendica | 2013-11-18 | 1 | -106/+105 |
* | magic auth issues | friendica | 2013-11-17 | 2 | -4/+4 |
* | pull in some posts when we first connect with a new channel (if allowed to) -... | friendica | 2013-11-17 | 3 | -10/+8 |
* | populate some posts when somebody is granted "read stream" permission | friendica | 2013-11-17 | 3 | -2/+7 |
* | more work on redmtx.com magic-auth situation | friendica | 2013-11-17 | 1 | -4/+22 |
* | implement admin remove account | friendica | 2013-11-17 | 1 | -3/+3 |
* | document extra features | friendica | 2013-11-17 | 1 | -2/+2 |
* | revert to prepare_page - but have it call prepare_body | friendica | 2013-11-15 | 1 | -1/+1 |
* | allow rpost to set source app | friendica | 2013-11-15 | 1 | -0/+2 |
* | 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 to... | friendica | 2013-11-14 | 1 | -1/+2 |
* | acl in webpages and a couple of other little bits related to webpages - sort ... | friendica | 2013-11-14 | 3 | -18/+40 |
* | E2EE on private mail (also fixed autocomplete results dropdown for recipient ... | friendica | 2013-11-13 | 1 | -0/+15 |
* | 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 |
* | 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 with... | friendica | 2013-11-12 | 3 | -14/+22 |
* | 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 |
* | When toggling safesearch, go back to the directory page, rather than the z_ro... | Thomas Willingham | 2013-11-11 | 1 | -1/+1 |
* | Merge https://github.com/friendica/red into zpull | friendica | 2013-11-09 | 3 | -7/+38 |
|\ |
|
| * | 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 |
|/ |
|
* | make PM expiry UI match the main post editor, e.g. JS input triggered by an i... | friendica | 2013-11-07 | 1 | -6/+10 |
* | provide expire feature on post and comments as well as private messages. This... | friendica | 2013-11-07 | 6 | -8/+22 |
* | allow private mail sender to set an expiration on their messages. Once expire... | friendica | 2013-11-06 | 1 | -6/+6 |
* | 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 t... | friendica | 2013-11-05 | 1 | -0/+19 |
* | 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 incor... | friendica | 2013-11-04 | 1 | -1/+1 |