aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* block content-type (called ITEM_BUILDBLOCK to avoid confusion with content ↵friendica2013-08-123-0/+9
| | | | that is blocked)
* add mod_mitem to manage menu itemsfriendica2013-08-122-35/+95
|
* menu modulefriendica2013-08-121-0/+96
|
* theme personal menus so they look more or less like widgetsfriendica2013-08-123-3/+13
|
* more menu manage functions - should be everything we need to get startedfriendica2013-08-111-0/+187
|
* debugging user menusfriendica2013-08-111-6/+4
|
* check these in so I can go back and find out why the stylsheet is horkedfriendica2013-08-115-3/+74
|
* Merge https://github.com/friendica/red into zpullfriendica2013-08-113-1/+2
|\
| * Update install.txt - fix shell command and path instructionAbinoam P. Marques Jr.2013-08-111-1/+1
| | | | | | | | - Fix chown with chmod - Fix path from view/smarty3 to view/tpl/smarty3
| * How did that end up there? Move sample config to right place.Thomas Willingham2013-08-111-0/+0
| |
| * Missing include for new_keypairThomas Willingham2013-08-101-0/+1
| |
* | important bits we need to allow php executable content. These must be ↵friendica2013-08-113-20/+53
| | | | | | | | explicitly allowed - but only if the account has ACCOUNT_ROLE_ALLOWCODE and *only* for web pages and profile fields. This content cannot be transmitted to other sites.
* | don't import any hubloc that doesn't have a sitekey. Eventually we should ↵friendica2013-08-112-3/+8
|/ | | | also verify that it is a valid key, as we've already seen one case where one character got mangled and messed up communication.
* fix string horkagefriendica2013-08-092-109/+103
|
* Merge https://github.com/friendica/red into zpullfriendica2013-08-091-422/+379
|\
| * Merge pull request #92 from pixelroot/masterfriendica2013-08-091-422/+379
| |\ | | | | | | modified: view/ru/messages.po
| | * modified: view/ru/messages.popixelroot2013-08-091-422/+379
| | |
* | | string parse error extracting one particular stringfriendica2013-08-094-1280/+1425
|/ /
* | Merge https://github.com/friendica/red into zpullfriendica2013-08-093-1/+18
|\ \
| * \ Merge pull request #90 from beardy-unixer/masterfriendica2013-08-083-1/+18
| |\ \ | | | | | | | | 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-072-0/+11
| | | |
* | | | add a few missing doc pagesfriendica2013-08-096-0/+488
| | | |
* | | | move sitekey creation to the account creation function instead of during ↵friendica2013-08-09103-1776/+1797
|/ / / | | | | | | | | | channel creation. Channel import bypassed sitekey creation completely. We should do it during install, but it's possible somebody might have to install manually and the sitekey would never get created. This is the best compromise I can come up with. Looks like the doc tree was also updated in this checkin
* | | donate linkfriendica2013-08-081-0/+2
| | |
* | | malformed ru string filefriendica2013-08-083-534/+534
| | |
* | | Merge pull request #91 from pixelroot/masterfriendica2013-08-081-533/+533
|\ \ \ | | |/ | |/| modified: view/ru/messages.po
| * | modified: view/ru/messages.popixelroot2013-08-081-533/+533
| | |
* | | Add public visibility setting to privacy groups (collections). This doesn't ↵friendica2013-08-075-49/+80
| |/ |/| | | | | yet make them visible, but allows them to be visible (like a Cc: instead of a Bcc:)
* | remove some un-needed codefriendica2013-08-071-1320/+10
| |
* | big changes to photo->store() which is now photo->save() and takes an array ↵friendica2013-08-074-20/+172
| | | | | | | | 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.
* | This is an actual arrowhead, the nabla is a math operator.friendica2013-08-062-3/+3
| |
* | wee bit of css cleanupfriendica2013-08-063-297/+102
| |
* | Add a site access policy (to determine if this is really a public site or ↵friendica2013-08-067-15/+42
| | | | | | | | 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.
* | ru string updatefriendica2013-08-061-1901/+1385
| |
* | Merge pull request #89 from pixelroot/masterfriendica2013-08-061-6559/+4136
|\| | | | | modified: view/ru/messages.po
| * modified: view/ru/messages.popixelroot2013-08-061-10/+10
| |
| * modified: view/ru/messages.popixelroot2013-08-061-6559/+4136
| |
* | convert all stored json calls to json_decode_plus()friendica2013-08-066-24/+24
| |
* | we've been storing json_encoded structures on disk in several places because ↵friendica2013-08-064-7/+14
| | | | | | | | it's a lot easier to parse than xml - but OMG do they get mangled - stored as single quoted strings when escaped as if double quoted. We need to use my new function json_decode_plus() wherever we need to parse one of these babies to make sure we get it right. Maybe we should've just used serialize().
* | add extra logging to tag_deliverfriendica2013-08-051-2/+6
| |
* | fine tuning the error checksfriendica2013-08-051-1/+6
| |
* | keep total of imported xchans correct - even if one or mail failures occurfriendica2013-08-051-4/+7
| |
* | more error checking in case import_xchan failsfriendica2013-08-051-0/+8
| |
* | use url part of arrayfriendica2013-08-051-1/+1
| |
* | put rotated/compressed logs (.gz) into ignore listfriendica2013-08-051-0/+1
| |
* | prune old suggested channelsfriendica2013-08-051-0/+10
| |
* | populate initial suggestions (ultimately we want to do this at install time ↵friendica2013-08-056-88/+96
| | | | | | | | as well as from the poller so that new sites have friend suggestions when they create their first channel).
* | Merge https://github.com/friendica/red into zpullfriendica2013-08-050-0/+0
|\ \
| * | Issue #88Thomas Willingham2013-08-051-1/+1
| | |