aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* DB: add timestamps to hubloc table so we can eventually expire dead entries.friendica2013-06-041-1/+1
|
* 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
|
* update manage table and some documentationfriendica2013-03-271-3/+4
|
* descriptive textfriendica2013-03-231-0/+23
|
* rename 'uri' (and parent_uri) to 'mid' (and parent_mid) since these no ↵friendica2013-03-211-1/+1
| | | | longer remotely resemble uri's and are actually message_id's. This change is potentially destabilising because it touches a lot of code and structure. But it has to get done and there's no better time than the present.
* Merge https://github.com/friendica/red into zpullfriendica2013-03-211-1/+1
|\
| * Add "channels" field to profile table.Thomas Willingham2013-03-201-1/+1
| |
* | updatefriendica2013-03-211-11/+19
|/
* we'll need a special system channel (not attached to any account) for ↵friendica2013-03-181-0/+1
| | | | directory synchronisation
* add xconfig table and functions, update strings and docofriendica2013-03-151-1/+1
|
* directory synchronisation timestampsfriendica2013-03-131-1/+1
|
* .friendica2013-03-101-0/+59
|
* tweaky tweak, plus add share tracking db, and don't show acl for guest ↵friendica2013-03-061-2/+2
| | | | postings, and experiment with compressing pcss on the fly
* basic friend suggestions (but not "new to the network and have no friends at ↵friendica2013-03-051-1/+1
| | | | all" suggestions)
* add account_external for linking to legacy authentication infrastructure ↵friendica2013-03-011-1/+1
| | | | (e.g. ldap, pam, AD, phpBB, Drupal, etc) - this field is not used by Red.
* mail recall - just set mail_flags = mail_flags & MAIL_RECALLED and tell the ↵friendica2013-02-271-0/+1
| | | | notifier. We'll need a special button for this. Also should probably report whether it was seen or not. Will do that another day.
* initial docofriendica2013-02-261-808/+750
|
* doxygen gets tripped up by 'if (! function_exists' - but this construct no ↵friendica2013-02-251-71/+70
| | | | longer has value anyway.
* start formatting for Doxygenfriendica2013-02-251-0/+1
|
* reverse the cyclic conundrum, and a minor db update of no consequencefriendica2013-02-181-1/+2
|
* moving onfriendica2013-02-181-1/+1
|
* start on channel_remove(), add some generic channel queries to the API layersfriendica2013-02-161-0/+2
|
* add rating support to pocofriendica2013-02-151-1/+1
|
* contact rating field so it's here when we need itfriendica2013-02-151-1/+1
|
* use our own CA bundle as authoritative for backend communications. This ↵friendica2013-02-131-0/+5
| | | | avoids OS dependent CA validity mismatches.