aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
Commit message (Collapse)AuthorAgeFilesLines
...
| * Update boot.phpgit-marijus2013-07-111-1/+1
| | | | | | typo
| * Non-translatable string plus feature enabled checkThomas Willingham2013-07-111-1/+2
| |
* | Add self to recipient lists. Sure we already have a copy but it's possible ↵friendica2013-07-141-1/+1
|/ | | | our nomadic channel clones don't.
* One of those days...Thomas Willingham2013-07-101-1/+1
|
* Let's use the right files, plus a typoThomas Willingham2013-07-101-1/+1
|
* Minimum value webpagesThomas Willingham2013-07-101-1/+1
|
* Merge remote-tracking branch 'upstream/master'Thomas Willingham2013-07-101-1/+32
|\
| * use current channel photo for favicon where applicable - might be browser ↵friendica2013-07-071-0/+31
| | | | | | | | dependent but seems to work on FF
| * some object/thing tweaksfriendica2013-07-031-1/+1
| |
* | Merge remote-tracking branch 'upstream/master'Thomas Willingham2013-07-031-20/+21
|\|
| * any questions regarding this checkin will be ignoredfriendica2013-07-031-1/+1
| |
| * multi-profile - bugsfriendica2013-07-031-2/+3
| |
| * multi-profiles workfriendica2013-07-031-6/+9
| |
| * progress on multiple profiles, doing it the old way. I don't think we're ↵friendica2013-07-031-13/+10
| | | | | | | | going to be able to do it the new way - way too complicated.
* | Merge remote-tracking branch 'upstream/master'Thomas Willingham2013-07-021-19/+30
|\|
| * add age to directory profile - requires updating on each birthday and that ↵friendica2013-06-301-1/+1
| | | | | | | | part is still missing
| * Basic ability to create "things"friendica2013-06-271-5/+2
| |
| * Add site registration policy to site record. This is not yet used or stored, ↵friendica2013-06-201-1/+1
| | | | | | | | but potentially can be exchanged through directory mirrors to automatically create "open site" lists.
| * source code re-org, move taxonomy to separate includefriendica2013-06-191-0/+2
| |
| * infrastructure for future stufffriendica2013-06-191-14/+20
| |
| * Support arbitrary likes - "David likes Bob's bicycle" or "Nancy likes ↵friendica2013-06-181-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 workfriendica2013-06-171-0/+2
| |
| * zidify bodies of notification emailsfriendica2013-06-171-6/+8
| |
| * We will need a per item comment policy to be able to determine in advance if ↵friendica2013-06-161-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 Willingham2013-06-071-1/+1
|\|
| * DB: add timestamps to hubloc table so we can eventually expire dead entries.friendica2013-06-041-1/+1
| |
* | Add a webpages tab, where we can edit published pages.Thomas Willingham2013-05-311-0/+7
|/
* function args reversed on duplicate zid detection.friendica2013-05-291-1/+1
|
* make sure we get the correct URL. Also redirect back again (essentially ↵friendica2013-05-281-35/+14
| | | | perform a no-op) when using reverse magic auth and we can't find a channel.
* more progress on items_fetch (new name)friendica2013-05-231-0/+6
|
* implement time travelling postsfriendica2013-05-231-0/+1
|
* add basic input filtering to the simple activity postingfriendica2013-05-221-7/+8
|
* typo in auto permissionsfriendica2013-05-191-2/+5
|
* install issuesfriendica2013-05-151-1/+1
|
* add magic_auth_complete hookfriendica2013-05-151-5/+5
|
* disable pcss when installing since modules don't yet work and pcss uses the ↵friendica2013-05-141-5/+7
| | | | view module, plus weekly doc update
* add $db_port to .htconfig.php and $a->config['syste]['smarty3_folder'] for ↵fabrixxm2013-05-101-1/+1
| | | | compiled templates
* Merge https://github.com/friendica/red into zpullfriendica2013-05-081-9/+75
|\
| * use smarty3 as default template engine. add pluggable template systemfabrixxm2013-05-081-9/+75
| |
* | small updatesfriendica2013-05-081-1/+1
|/
* add driver param to output queue so we know what protocol to use when faced ↵friendica2013-05-061-1/+1
| | | | with multiple choice
* photo driver issue when updating contact photos - old class structure used ↵friendica2013-05-051-1/+1
| | | | instead of photo_factory()
* minor fixes related to postgres developmentfriendica2013-05-051-4/+4
|
* change plugin_install to plugin_load, etc.friendica2013-05-011-3/+3
|
* small issue with zid returning incorrect result on your own channel linkfriendica2013-04-181-0/+3
|
* more docofriendica2013-04-161-2/+20
|
* zid fixesfriendica2013-04-161-2/+15
|
* fix settable page titles after Red page re-org long ago.friendica2013-04-151-3/+3
|
* begin to cut the umbilicalfriendica2013-04-141-3/+3
|
* add new connections to default group (if any)friendica2013-03-271-1/+1
|