aboutsummaryrefslogtreecommitdiffstats
path: root/mod
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | in CSS. These were probably already here, but if you see any - please keep them out of PHP and MySQL where they sometimes get interpreted as a subtraction operation and are a bugger to find.
* 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
| | | | | | | | - though it DOESN'T currently send out notifications to connections
| * menu management is now functional with the exception of acl's (and of course ↵friendica2013-08-132-21/+126
| | | | | | | | a way to display the menus you create, and probably a bit more input sanity checking)
| * menu management complete (as opposed to menu *content* management, which is ↵friendica2013-08-131-13/+49
| | | | | | | | not). As usual, this means functionally complete - as theming and presentation have been left for those more suited to the task.
| * a bit more work on menusfriendica2013-08-131-0/+18
| |
| * block content-type (called ITEM_BUILDBLOCK to avoid confusion with content ↵friendica2013-08-121-0/+3
| | | | | | | | that is blocked)
| * 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
|\ | | | | Add access policy to admin panel.
| * 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 ↵friendica2013-08-071-3/+9
|/ | | | yet make them visible, but allows them to be visible (like a Cc: instead of a Bcc:)
* big changes to photo->store() which is now photo->save() and takes an array ↵friendica2013-08-071-9/+35
| | | | instead of a list of args. Also the beginning of the migration to using photo_flags to indicate special purpose photos such as profile photos and contact photos and "thing" photos.
* Add a site access policy (to determine if this is really a public site or ↵friendica2013-08-062-4/+16
| | | | just an open site) and add an orphan flag to xchans in case all their hublocs go away. Get rid of a couple of DO NOT EDIT template messages which were still lurking in the tree.
* 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 ↵friendica2013-08-052-2/+2
| | | | as well as from the poller so that new sites have friend suggestions when they create their first channel).
* directory server sitelist module (needed for public site list and building ↵friendica2013-08-041-0/+51
| | | | friend suggestions for new sites/channels with no known contacts)
* 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 ↵friendica2013-08-041-3/+10
| | | | logged in locally, $yoursite/~ will now take you to *your* channel page. If you aren't logged in, it won't.
* 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 ↵friendica2013-08-011-1/+1
| | | | particular connections page and not for any connections page.
* ensure that no unencrypted content leaks through item_store which is private ↵friendica2013-08-011-1/+2
| | | | | | - we typically do this in mod/item, but some functions bypass mod/item to create private posts
* Merge https://github.com/friendica/red into zpullfriendica2013-08-014-15/+48
|\
| * Merge pull request #86 from beardy-unixer/masterfriendica2013-08-012-14/+45
| |\ | | | | | | "Can edit my webpages" permissions
| | * Remove loggingThomas Willingham2013-08-011-1/+0
| | |
| | * "Can edit my webpages" permissionsThomas Willingham2013-08-012-14/+46
| | |
| * | make "selected" class work on all navigation menu itemsmarijus2013-08-012-1/+3
| |/
* / yhis should fix the privacy leak - as well as non-private replies to private ↵friendica2013-08-011-1/+1
|/ | | | posts
* fix some privacy leakage in logsfriendica2013-07-311-11/+14
|
* missing includefriendica2013-07-301-0/+1
|
* unencrypt private posts for editingfriendica2013-07-301-0/+9
|
* fix some weirdness on the zot feedfriendica2013-07-291-1/+1
|
* fix bug #84, make imported messages from your clones show up on your wallfriendica2013-07-291-0/+3
|
* load_pconfig had some issues when given a familyfriendica2013-07-291-1/+3
|
* browser location issue but this may not fix itfriendica2013-07-291-1/+1
|
* encrypt private messages on disk - there are still a couple of places where ↵friendica2013-07-281-0/+30
| | | | the text is leaked in the logs during processing.