Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | birthday error checking - if year is present but no month or day, set to 1 ↵ | friendica | 2013-07-03 | 1 | -0/+5 |
| | | | | January. Otherwise the date will be set to 30 November the prior year due to how the PHP strtotime() function works. | ||||
* | multi-profiles work | friendica | 2013-07-03 | 1 | -1/+2 |
| | |||||
* | Typo | Thomas Willingham | 2013-05-18 | 1 | -1/+1 |
| | |||||
* | otherwise add profile wont work | Michael Meer | 2013-03-21 | 1 | -1/+1 |
| | |||||
* | Make the channels profile tab actually do something. | Thomas Willingham | 2013-03-20 | 1 | -1/+6 |
| | |||||
* | hidden directory entries | friendica | 2013-01-22 | 1 | -1/+1 |
| | |||||
* | more work on notification system, fix a couple of minor issues from smarty ↵ | friendica | 2013-01-07 | 1 | -1/+1 |
| | | | | conversion | ||||
* | implement Smarty3 | Zach Prezkuta | 2013-01-06 | 1 | -122/+156 |
| | |||||
* | remove the private keywords stuff to reduce directory and search complexity | friendica | 2012-12-26 | 1 | -12/+6 |
| | |||||
* | send stuff to zothub as a fallback directory master for now | friendica | 2012-12-18 | 1 | -4/+1 |
| | |||||
* | upstream fixes, revision updated, and mail autocomplete was lost after a ↵ | friendica | 2012-12-08 | 1 | -0/+1 |
| | | | | recent change I made | ||||
* | plaintext default - richtext is a feature | friendica | 2012-11-05 | 1 | -3/+3 |
| | |||||
* | upstream fixes | friendica | 2012-10-21 | 1 | -177/+106 |
| | |||||
* | this might post a profile change activity now - it just won't broadcast anywhere | friendica | 2012-10-19 | 1 | -36/+22 |
| | |||||
* | cleanup abook structure | friendica | 2012-10-19 | 1 | -2/+2 |
| | |||||
* | more work on profile changes - the notify activity is still stuffed as we ↵ | friendica | 2012-10-19 | 1 | -29/+35 |
| | | | | finalise the json structure for activitystream meta-data | ||||
* | get profile edits working | friendica | 2012-10-18 | 1 | -25/+19 |
| | |||||
* | Can't see any posts currently - after the big shakeup, but we can now post ↵ | friendica | 2012-10-03 | 1 | -1/+1 |
| | | | | top level activities and store them. | ||||
* | here's where the heavy lifting begins - everything is likely to be broken ↵ | friendica | 2012-10-01 | 1 | -1/+12 |
| | | | | for quite some time as we add location and db independence to items and conversations and work through the rest of the permissions and how to federate the buggers. | ||||
* | States/Countries now free form | friendica | 2012-09-09 | 1 | -5/+0 |
| | |||||
* | more DB cleanup | friendica | 2012-08-30 | 1 | -2/+2 |
| | |||||
* | start on contacts/profiles | friendica | 2012-08-30 | 1 | -18/+17 |
| | |||||
* | stuff | friendica | 2012-08-27 | 1 | -7/+7 |
| | |||||
* | item table rename parent-uri, target-type, object-type (more to come later) | friendica | 2012-08-15 | 1 | -2/+2 |
| | |||||
* | eliminate the obsolete "last-child" indicator | friendica | 2012-07-18 | 1 | -1/+0 |
| | |||||
* | Removing connectors we won't be needing - this is probably going to break ↵ | friendica | 2012-07-18 | 1 | -3/+0 |
| | | | | some shit. | ||||
* | add plink to profile change notifications | friendica | 2012-07-12 | 1 | -1/+9 |
| | |||||
* | add like/dislike to profiles | friendica | 2012-06-24 | 1 | -1/+20 |
| | |||||
* | Now using App::get_cached_avatar_image for /profile/{nickname} page | Zvi ben Yaakov (a.k.a rdc) | 2012-06-19 | 1 | -2/+2 |
| | |||||
* | too many profiles | friendica | 2012-06-17 | 1 | -1/+1 |
| | |||||
* | Enabled Profile photo revisions to be displayed on /profiles page | Zvi ben Yaakov (a.k.a rdc) | 2012-06-17 | 1 | -2/+2 |
| | |||||
* | add hometown to profiles | friendica | 2012-06-02 | 1 | -0/+5 |
| | |||||
* | "howlong" added to marital status. | friendica | 2012-06-02 | 1 | -0/+10 |
| | |||||
* | improve location change notifications | friendica | 2012-05-25 | 1 | -1/+10 |
| | |||||
* | rev update | friendica | 2012-05-25 | 1 | -1/+1 |
| | |||||
* | profile change activity link bug | friendica | 2012-05-18 | 1 | -1/+1 |
| | |||||
* | use html symbols for double quotes | friendica | 2012-05-03 | 1 | -1/+1 |
| | |||||
* | string update | friendica | 2012-05-03 | 1 | -1/+1 |
| | |||||
* | delineate the new profile changes from the rest of the text | friendica | 2012-05-02 | 1 | -1/+1 |
| | |||||
* | the heart should really be red. | friendica | 2012-04-29 | 1 | -1/+1 |
| | |||||
* | fix location change notification | friendica | 2012-04-29 | 1 | -1/+1 |
| | |||||
* | enhanced profile reporting for single values | friendica | 2012-04-29 | 1 | -15/+51 |
| | |||||
* | extended the "interesting" profile attributes | friendica | 2012-04-12 | 1 | -1/+8 |
| | |||||
* | send link directly to profile tab | friendica | 2012-04-12 | 1 | -3/+3 |
| | |||||
* | stray log statements | friendica | 2012-04-12 | 1 | -2/+0 |
| | |||||
* | profile change activities | friendica | 2012-04-12 | 1 | -3/+94 |
| | |||||
* | make editplain work everywhere | friendica | 2012-04-10 | 1 | -3/+14 |
| | |||||
* | fix_mce_lf on profiles | friendica | 2012-04-10 | 1 | -10/+11 |
| | |||||
* | Merge branch 'master' of https://github.com/friendica/friendica | Alexander Kampmann | 2012-04-05 | 1 | -0/+0 |
| | | | | | | Conflicts: include/config.php update.php | ||||
* | basic ssl_policy for important modules | friendica | 2012-03-14 | 1 | -9/+9 |
| |