Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | block content-type (called ITEM_BUILDBLOCK to avoid confusion with content ↵ | friendica | 2013-08-12 | 1 | -0/+1 | |
| | | | | that is blocked) | |||||
* | check these in so I can go back and find out why the stylsheet is horked | friendica | 2013-08-11 | 1 | -1/+5 | |
| | ||||||
* | important bits we need to allow php executable content. These must be ↵ | friendica | 2013-08-11 | 1 | -2/+2 | |
| | | | | 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. | |||||
* | Add a site access policy (to determine if this is really a public site or ↵ | friendica | 2013-08-06 | 1 | -0/+11 | |
| | | | | 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. | |||||
* | basic *account* removal, but the channel removal which it calls still needs ↵ | friendica | 2013-08-04 | 1 | -1/+1 | |
| | | | | (lots of) work. Oh and the intro table is no longer used and won't be - so it's gone. | |||||
* | basic email invitations - and doc update | friendica | 2013-08-02 | 1 | -2/+2 | |
| | ||||||
* | add "xchan_instance_url" for communicating with services that lack nomadic ↵ | friendica | 2013-08-01 | 1 | -1/+1 | |
| | | | | identity. This will be set to the url of the Red site that they are connected with. Only the nomadic identity clone at that site can communicate directly with them. Other instances will need to relay through that site - and if it goes down, that connection is stuffed. | |||||
* | better mail obscuring | friendica | 2013-07-31 | 1 | -1/+1 | |
| | ||||||
* | fix bug #84, make imported messages from your clones show up on your wall | friendica | 2013-07-29 | 1 | -1/+1 | |
| | ||||||
* | gprobe requires hex argument | friendica | 2013-07-24 | 1 | -1/+1 | |
| | ||||||
* | add chandesc field to profiles to provide some arbitrary text in the ↵ | friendica | 2013-07-24 | 1 | -1/+1 | |
| | | | | directory - such as to inform people what this channel is about before they connect. This will work best with a "channel detail" popup in the directory to provide more info than is available in the micro-profiles (when hovered, or clicked or something). And of course, the first thing is to enable this data to be stored in the directory. | |||||
* | obscured flags for items | friendica | 2013-07-24 | 1 | -1/+1 | |
| | ||||||
* | log when zid_init invokes reverse magic-auth | friendica | 2013-07-21 | 1 | -0/+1 | |
| | ||||||
* | private mail is just a little more private now. Not encrypted and the ↵ | friendica | 2013-07-19 | 1 | -0/+1 | |
| | | | | | | obfuscation is easily reversible, but not casually readable by browsing logfiles or mysql dumps. This isn't backward compatible - folks will have to upgrade if they can't read their mail. | |||||
* | block duplicate channels | friendica | 2013-07-17 | 1 | -1/+1 | |
| | ||||||
* | configurable theme precedence rules, and passing the page owner to the pcss ↵ | friendica | 2013-07-17 | 1 | -3/+42 | |
| | | | | theme settings. | |||||
* | provide a controlling user for theme settings, not necessarily local_user() ↵ | friendica | 2013-07-16 | 1 | -1/+8 | |
| | | | | - can't test on my test site so moving into production and I'll debug it there. | |||||
* | define some photo types; primarily profile photos and things, but there is ↵ | friendica | 2013-07-16 | 1 | -0/+12 | |
| | | | | room for others. Also move the "decoration" out of the mod_page.css and into fancy.css - mod_xxx.css should only specify element positions and basic layout, not "decoration". Once we get more positioning stuff moved into module and basic layout files, we can trim down the style.css a lot - as it will theoretically only have decoration. And if we use macro substitution (pcss) we should be able to ultimately change the colour, size or background in one place and be done with it. This will make life easier for theme developers. | |||||
* | photo_flags - for adding taxonomy photos and other stuff. | friendica | 2013-07-16 | 1 | -1/+1 | |
| | ||||||
* | fix xtag | friendica | 2013-07-14 | 1 | -1/+1 | |
| | ||||||
* | Merge https://github.com/friendica/red into zpull | friendica | 2013-07-14 | 1 | -2/+3 | |
|\ | ||||||
| * | Update boot.php | git-marijus | 2013-07-11 | 1 | -1/+1 | |
| | | | | | | typo | |||||
| * | Non-translatable string plus feature enabled check | Thomas Willingham | 2013-07-11 | 1 | -1/+2 | |
| | | ||||||
* | | Add self to recipient lists. Sure we already have a copy but it's possible ↵ | friendica | 2013-07-14 | 1 | -1/+1 | |
|/ | | | | our nomadic channel clones don't. | |||||
* | One of those days... | Thomas Willingham | 2013-07-10 | 1 | -1/+1 | |
| | ||||||
* | Let's use the right files, plus a typo | Thomas Willingham | 2013-07-10 | 1 | -1/+1 | |
| | ||||||
* | Minimum value webpages | Thomas Willingham | 2013-07-10 | 1 | -1/+1 | |
| | ||||||
* | Merge remote-tracking branch 'upstream/master' | Thomas Willingham | 2013-07-10 | 1 | -1/+32 | |
|\ | ||||||
| * | use current channel photo for favicon where applicable - might be browser ↵ | friendica | 2013-07-07 | 1 | -0/+31 | |
| | | | | | | | | dependent but seems to work on FF | |||||
| * | some object/thing tweaks | friendica | 2013-07-03 | 1 | -1/+1 | |
| | | ||||||
* | | Merge remote-tracking branch 'upstream/master' | Thomas Willingham | 2013-07-03 | 1 | -20/+21 | |
|\| | ||||||
| * | any questions regarding this checkin will be ignored | friendica | 2013-07-03 | 1 | -1/+1 | |
| | | ||||||
| * | multi-profile - bugs | friendica | 2013-07-03 | 1 | -2/+3 | |
| | | ||||||
| * | multi-profiles work | friendica | 2013-07-03 | 1 | -6/+9 | |
| | | ||||||
| * | progress on multiple profiles, doing it the old way. I don't think we're ↵ | friendica | 2013-07-03 | 1 | -13/+10 | |
| | | | | | | | | going to be able to do it the new way - way too complicated. | |||||
* | | Merge remote-tracking branch 'upstream/master' | Thomas Willingham | 2013-07-02 | 1 | -19/+30 | |
|\| | ||||||
| * | add age to directory profile - requires updating on each birthday and that ↵ | friendica | 2013-06-30 | 1 | -1/+1 | |
| | | | | | | | | part is still missing | |||||
| * | Basic ability to create "things" | friendica | 2013-06-27 | 1 | -5/+2 | |
| | | ||||||
| * | Add site registration policy to site record. This is not yet used or stored, ↵ | friendica | 2013-06-20 | 1 | -1/+1 | |
| | | | | | | | | but potentially can be exchanged through directory mirrors to automatically create "open site" lists. | |||||
| * | source code re-org, move taxonomy to separate include | friendica | 2013-06-19 | 1 | -0/+2 | |
| | | ||||||
| * | infrastructure for future stuff | friendica | 2013-06-19 | 1 | -14/+20 | |
| | | ||||||
| * | Support arbitrary likes - "David likes Bob's bicycle" or "Nancy likes ↵ | friendica | 2013-06-18 | 1 | -0/+1 | |
| | | | | | | | | Margaret's breasts" or whatever... This is a tricky activity to construct. You will need to set the object owner to the owner of the "thing" and the object title to the name of the "thing". The thing liked can include a photo if desired. This will probably have issues working correctly in other activitystreams environments. | |||||
| * | another try on zidified notifications - this time it actually seems to work | friendica | 2013-06-17 | 1 | -0/+2 | |
| | | ||||||
| * | zidify bodies of notification emails | friendica | 2013-06-17 | 1 | -6/+8 | |
| | | ||||||
| * | We will need a per item comment policy to be able to determine in advance if ↵ | friendica | 2013-06-16 | 1 | -1/+2 | |
| | | | | | | | | we have permission to comment on something , and we'll need to send it out with all communications. The current check is not only flawed but also a huge performance hit. Also provide the ability for an item to disable commenting completely - such as for a webpage or wherever you want to prevent comments on one item, without requiring a change to your entire permission scheme. All of this is only partially implemented at the moment but we need the structures in place on several sites in order to finish it without breaking everything. | |||||
* | | Merge remote-tracking branch 'upstream/master' | Thomas Willingham | 2013-06-07 | 1 | -1/+1 | |
|\| | ||||||
| * | DB: add timestamps to hubloc table so we can eventually expire dead entries. | friendica | 2013-06-04 | 1 | -1/+1 | |
| | | ||||||
* | | Add a webpages tab, where we can edit published pages. | Thomas Willingham | 2013-05-31 | 1 | -0/+7 | |
|/ | ||||||
* | function args reversed on duplicate zid detection. | friendica | 2013-05-29 | 1 | -1/+1 | |
| | ||||||
* | make sure we get the correct URL. Also redirect back again (essentially ↵ | friendica | 2013-05-28 | 1 | -35/+14 | |
| | | | | perform a no-op) when using reverse magic auth and we can't find a channel. |