| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | more loose ends | friendica | 2013-08-27 | 2 | -5/+5 |
* | get rid of ssl_policy - it's implicit in the site url | friendica | 2013-08-27 | 1 | -7/+7 |
* | start timestamping hubloc connections so we can eventually remove dead ones | friendica | 2013-08-24 | 1 | -1/+11 |
* | this should fix the premium checkbox stickiness issue | friendica | 2013-08-22 | 1 | -6/+10 |
* | proc_run, not proc_exec | friendica | 2013-08-22 | 1 | -1/+1 |
* | perform a refresh_all operation after changing premium status so that everybo... | friendica | 2013-08-22 | 1 | -2/+4 |
* | make premium channels a feature | friendica | 2013-08-22 | 1 | -0/+13 |
* | fixes for sellpage with blocked profiles | friendica | 2013-08-21 | 1 | -9/+16 |
* | premium/restricted channel connections implemented, configure at yoursite/cha... | friendica | 2013-08-21 | 3 | -8/+25 |
* | progress on generic sellpage - is not yet linked from existing connect button... | friendica | 2013-08-21 | 1 | -1/+97 |
* | Merge https://github.com/friendica/red into zpull | friendica | 2013-08-21 | 1 | -3/+3 |
|\ |
|
| * | theme qualifier without dots | Christian Vogeley | 2013-08-21 | 1 | -3/+3 |
* | | basic structure for premium channel implementation | friendica | 2013-08-21 | 2 | -0/+15 |
|/ |
|
* | email attachments (and fix email photos) | friendica | 2013-08-19 | 1 | -6/+37 |
* | localize_item() thinks all likes on posts are likes on comments because we di... | friendica | 2013-08-19 | 1 | -0/+1 |
* | if changing primary hub during an import operation - remove the old xchan and... | friendica | 2013-08-19 | 1 | -0/+25 |
* | some sane permission defaults. | friendica | 2013-08-18 | 1 | -15/+16 |
* | More steps for mobile theme toggling + dash elimination | Christian Vogeley | 2013-08-19 | 1 | -2/+2 |
* | get rid of more variables with dashes in the names - use underscore *except* ... | friendica | 2013-08-15 | 5 | -18/+18 |
* | fix import from file | friendica | 2013-08-15 | 1 | -4/+4 |
* | move js from matrix page | friendica | 2013-08-15 | 1 | -17/+0 |
* | not able to drop pending connections | friendica | 2013-08-15 | 1 | -1/+2 |
* | show main menu page even if no menus exist | friendica | 2013-08-14 | 1 | -2/+2 |
* | More progress on pages - extend writepages widget, add pagelist widget | Thomas Willingham | 2013-08-14 | 3 | -14/+12 |
* | Merge remote-tracking branch 'upstream/master' | Thomas Willingham | 2013-08-14 | 4 | -1/+318 |
|\ |
|
| * | fix expire so it actually should expire stuff; and mostly the correct stuff -... | friendica | 2013-08-14 | 1 | -1/+0 |
| * | menu management is now functional with the exception of acl's (and of course ... | friendica | 2013-08-13 | 2 | -21/+126 |
| * | menu management complete (as opposed to menu *content* management, which is n... | friendica | 2013-08-13 | 1 | -13/+49 |
| * | a bit more work on menus | friendica | 2013-08-13 | 1 | -0/+18 |
| * | block content-type (called ITEM_BUILDBLOCK to avoid confusion with content th... | friendica | 2013-08-12 | 1 | -0/+3 |
| * | add mod_mitem to manage menu items | friendica | 2013-08-12 | 2 | -35/+95 |
| * | menu module | friendica | 2013-08-12 | 1 | -0/+96 |
* | | Initial shot at write_pages widget | Thomas Willingham | 2013-08-10 | 1 | -1/+14 |
* | | Small improvement | Thomas Willingham | 2013-08-09 | 1 | -1/+1 |
* | | Allow creation of webpages at channels other than your own. | Thomas Willingham | 2013-08-09 | 1 | -9/+19 |
|/ |
|
* | string parse error extracting one particular string | friendica | 2013-08-09 | 1 | -1/+1 |
* | Merge pull request #90 from beardy-unixer/master | friendica | 2013-08-08 | 2 | -1/+17 |
|\ |
|
| * | Unbork webpage permissions - missed this because most of my channel_ids are 1. | Thomas Willingham | 2013-08-07 | 1 | -1/+7 |
| * | Add access policy to admin panel. | Thomas Willingham | 2013-08-07 | 1 | -0/+10 |
* | | Add public visibility setting to privacy groups (collections). This doesn't y... | friendica | 2013-08-07 | 1 | -3/+9 |
|/ |
|
* | big changes to photo->store() which is now photo->save() and takes an array i... | friendica | 2013-08-07 | 1 | -9/+35 |
* | Add a site access policy (to determine if this is really a public site or jus... | friendica | 2013-08-06 | 2 | -4/+16 |
* | convert all stored json calls to json_decode_plus() | friendica | 2013-08-06 | 1 | -2/+2 |
* | populate initial suggestions (ultimately we want to do this at install time a... | friendica | 2013-08-05 | 2 | -2/+2 |
* | directory server sitelist module (needed for public site list and building fr... | friendica | 2013-08-04 | 1 | -0/+51 |
* | progress on unfriending | friendica | 2013-08-04 | 1 | -6/+15 |
* | don't show connections with removed xchans - as there isn't much to see | friendica | 2013-08-04 | 2 | -31/+30 |
* | $yoursite/~foo has taken you to foo's channel page for ages. If you're logged... | friendica | 2013-08-04 | 1 | -3/+10 |
* | connect link in directory | friendica | 2013-08-03 | 2 | -4/+24 |
* | basic email invitations - and doc update | friendica | 2013-08-02 | 1 | -16/+31 |