aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
Commit message (Expand)AuthorAgeFilesLines
...
* gprobe requires hex argumentfriendica2013-07-241-1/+1
* add chandesc field to profiles to provide some arbitrary text in the director...friendica2013-07-241-1/+1
* obscured flags for itemsfriendica2013-07-241-1/+1
* log when zid_init invokes reverse magic-authfriendica2013-07-211-0/+1
* private mail is just a little more private now. Not encrypted and the obfusca...friendica2013-07-191-0/+1
* block duplicate channelsfriendica2013-07-171-1/+1
* configurable theme precedence rules, and passing the page owner to the pcss t...friendica2013-07-171-3/+42
* provide a controlling user for theme settings, not necessarily local_user() -...friendica2013-07-161-1/+8
* define some photo types; primarily profile photos and things, but there is ro...friendica2013-07-161-0/+12
* photo_flags - for adding taxonomy photos and other stuff.friendica2013-07-161-1/+1
* fix xtagfriendica2013-07-141-1/+1
* Merge https://github.com/friendica/red into zpullfriendica2013-07-141-2/+3
|\
| * Update boot.phpgit-marijus2013-07-111-1/+1
| * 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 ou...friendica2013-07-141-1/+1
|/
* 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 dep...friendica2013-07-071-0/+31
| * 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 goin...friendica2013-07-031-13/+10
* | Merge remote-tracking branch 'upstream/master'Thomas Willingham2013-07-021-19/+30
|\|
| * add age to directory profile - requires updating on each birthday and that pa...friendica2013-06-301-1/+1
| * 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
| * 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 Margare...friendica2013-06-181-0/+1
| * 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
* | 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 perfo...friendica2013-05-281-35/+14
* 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 v...friendica2013-05-141-5/+7
* add $db_port to .htconfig.php and $a->config['syste]['smarty3_folder'] for co...fabrixxm2013-05-101-1/+1
* Merge https://github.com/friendica/red into zpullfriendica2013-05-081-9/+75
|\