aboutsummaryrefslogtreecommitdiffstats
path: root/mod
Commit message (Expand)AuthorAgeFilesLines
* start timestamping hubloc connections so we can eventually remove dead onesfriendica2013-08-241-1/+11
* this should fix the premium checkbox stickiness issuefriendica2013-08-221-6/+10
* proc_run, not proc_execfriendica2013-08-221-1/+1
* perform a refresh_all operation after changing premium status so that everybo...friendica2013-08-221-2/+4
* make premium channels a featurefriendica2013-08-221-0/+13
* fixes for sellpage with blocked profilesfriendica2013-08-211-9/+16
* premium/restricted channel connections implemented, configure at yoursite/cha...friendica2013-08-213-8/+25
* progress on generic sellpage - is not yet linked from existing connect button...friendica2013-08-211-1/+97
* Merge https://github.com/friendica/red into zpullfriendica2013-08-211-3/+3
|\
| * theme qualifier without dotsChristian Vogeley2013-08-211-3/+3
* | basic structure for premium channel implementationfriendica2013-08-212-0/+15
|/
* email attachments (and fix email photos)friendica2013-08-191-6/+37
* localize_item() thinks all likes on posts are likes on comments because we di...friendica2013-08-191-0/+1
* if changing primary hub during an import operation - remove the old xchan and...friendica2013-08-191-0/+25
* some sane permission defaults.friendica2013-08-181-15/+16
* More steps for mobile theme toggling + dash eliminationChristian Vogeley2013-08-191-2/+2
* get rid of more variables with dashes in the names - use underscore *except* ...friendica2013-08-155-18/+18
* fix import from filefriendica2013-08-151-4/+4
* move js from matrix pagefriendica2013-08-151-17/+0
* not able to drop pending connectionsfriendica2013-08-151-1/+2
* show main menu page even if no menus existfriendica2013-08-141-2/+2
* More progress on pages - extend writepages widget, add pagelist widgetThomas Willingham2013-08-143-14/+12
* Merge remote-tracking branch 'upstream/master'Thomas Willingham2013-08-144-1/+318
|\
| * fix expire so it actually should expire stuff; and mostly the correct stuff -...friendica2013-08-141-1/+0
| * menu management is now functional with the exception of acl's (and of course ...friendica2013-08-132-21/+126
| * menu management complete (as opposed to menu *content* management, which is n...friendica2013-08-131-13/+49
| * a bit more work on menusfriendica2013-08-131-0/+18
| * block content-type (called ITEM_BUILDBLOCK to avoid confusion with content th...friendica2013-08-121-0/+3
| * add mod_mitem to manage menu itemsfriendica2013-08-122-35/+95
| * menu modulefriendica2013-08-121-0/+96
* | Initial shot at write_pages widgetThomas Willingham2013-08-101-1/+14
* | Small improvementThomas Willingham2013-08-091-1/+1
* | Allow creation of webpages at channels other than your own.Thomas Willingham2013-08-091-9/+19
|/
* string parse error extracting one particular stringfriendica2013-08-091-1/+1
* Merge pull request #90 from beardy-unixer/masterfriendica2013-08-082-1/+17
|\
| * Unbork webpage permissions - missed this because most of my channel_ids are 1.Thomas Willingham2013-08-071-1/+7
| * Add access policy to admin panel.Thomas Willingham2013-08-071-0/+10
* | Add public visibility setting to privacy groups (collections). This doesn't y...friendica2013-08-071-3/+9
|/
* big changes to photo->store() which is now photo->save() and takes an array i...friendica2013-08-071-9/+35
* Add a site access policy (to determine if this is really a public site or jus...friendica2013-08-062-4/+16
* convert all stored json calls to json_decode_plus()friendica2013-08-061-2/+2
* populate initial suggestions (ultimately we want to do this at install time a...friendica2013-08-052-2/+2
* directory server sitelist module (needed for public site list and building fr...friendica2013-08-041-0/+51
* progress on unfriendingfriendica2013-08-041-6/+15
* don't show connections with removed xchans - as there isn't much to seefriendica2013-08-042-31/+30
* $yoursite/~foo has taken you to foo's channel page for ages. If you're logged...friendica2013-08-041-3/+10
* connect link in directoryfriendica2013-08-032-4/+24
* basic email invitations - and doc updatefriendica2013-08-021-16/+31
* minor - change nav_set_selected() to only highlight intros if on that particu...friendica2013-08-011-1/+1
* ensure that no unencrypted content leaks through item_store which is private ...friendica2013-08-011-1/+2