| Commit message (Expand) | Author | Age | Files | Lines |
* | That's a string, not an integer | Thomas Willingham | 2014-10-03 | 1 | -1/+1 |
* | Set timezone when creating a channel. | Thomas Willingham | 2014-10-03 | 1 | -3/+4 |
* | issues with diaspora comment signatures on relayed comments that are relayed ... | friendica | 2014-10-02 | 1 | -0/+11 |
* | only auto-follow the site recommendations if creating the first channel for a... | friendica | 2014-10-01 | 1 | -1/+11 |
* | ability to pre-populate connections for new channels. e.g. "MySpace Tom" | friendica | 2014-10-01 | 1 | -1/+10 |
* | Merge remote branch 'upstream/master' | habeascodice | 2014-09-28 | 1 | -0/+16 |
|\ |
|
| * | some background work for import/export of things and liked things/profiles | friendica | 2014-09-27 | 1 | -0/+16 |
* | | Typo in regex causes runtime error | habeascodice | 2014-09-28 | 1 | -1/+1 |
|/ |
|
* | optionally include wall items (posts) in import/export | friendica | 2014-09-25 | 1 | -3/+4 |
* | usability tweaks | friendica | 2014-09-17 | 1 | -2/+6 |
* | channel permission roles | friendica | 2014-09-17 | 1 | -5/+5 |
* | implement permission roles - the backend should be done except for maybe a co... | friendica | 2014-09-17 | 1 | -8/+53 |
* | use the more portable encoded_item format for exported items - but with added... | friendica | 2014-09-16 | 1 | -12/+6 |
* | channel export with items | friendica | 2014-09-15 | 1 | -1/+35 |
* | This is long overdue - use a symblic constant NULL_DATE instead of the easily... | friendica | 2014-09-08 | 1 | -1/+1 |
* | store diaspora meta info in the item table. It has to go there or it will kil... | friendica | 2014-09-03 | 1 | -16/+11 |
* | the rest of the diaspora local discovery stuff | friendica | 2014-08-21 | 1 | -3/+21 |
* | some work on extended profile fields | friendica | 2014-08-13 | 1 | -0/+41 |
* | issue #551 provide import/export of profiles (if this feature is enabled) | friendica | 2014-08-04 | 1 | -9/+7 |
* | Let site admin choose what profile fields to support. | friendica | 2014-08-02 | 1 | -0/+37 |
* | correct the permissions on profile page | friendica | 2014-07-17 | 1 | -1/+1 |
* | clean up more code duplication | friendica | 2014-07-14 | 1 | -1/+1 |
* | visage tracking opt-in/opt-out | friendica | 2014-07-03 | 1 | -0/+12 |
* | ability to like things | friendica | 2014-06-23 | 1 | -1/+3 |
* | profile likes | friendica | 2014-06-22 | 1 | -0/+19 |
* | allow birthdays with just a year (no month or day). | friendica | 2014-05-01 | 1 | -5/+10 |
* | Better handling of restricted /channel and /profile permissions. We will show... | friendica | 2014-04-14 | 1 | -17/+13 |
* | Ooops, replaced too many | Thomas Willingham | 2014-04-12 | 1 | -2/+2 |
* | Revert to prepare_text, use bbcode only for with | Thomas Willingham | 2014-04-12 | 1 | -15/+15 |
* | Bring BBCode to profiles | Thomas Willingham | 2014-04-11 | 1 | -15/+15 |
* | provide the ability for rpost to post as another of your channels. This does ... | friendica | 2014-04-05 | 1 | -0/+21 |
* | Let admins set a default expire days value. | Thomas Willingham | 2014-04-01 | 1 | -3/+7 |
* | photo timestamp was missing from main profile photo url which prevents photo ... | friendica | 2014-03-31 | 1 | -0/+8 |
* | allow zotfeed to create a firehose of a site. | friendica | 2014-03-26 | 1 | -0/+9 |
* | don't allow normal channels to have the name 'sys'. | friendica | 2014-03-23 | 1 | -0/+5 |
* | make sure crypto is loaded before creating a keypair | friendica | 2014-03-23 | 1 | -0/+1 |
* | create_sys_channel during setup bypasses our check when creating the first ac... | friendica | 2014-03-23 | 1 | -0/+9 |
* | contact_block() not being shown to unauthenticated visitors - even if perms a... | friendica | 2014-03-13 | 1 | -4/+1 |
* | undo | friendica | 2014-03-04 | 1 | -2/+2 |
* | Make zid() work for observers as well as local users | Thomas Willingham | 2014-03-04 | 1 | -3/+3 |
* | allow personalised page layouts for modules. | friendica | 2014-02-25 | 1 | -2/+0 |
* | take a p | friendica | 2014-02-24 | 1 | -1/+1 |
* | set theme for un-viewable profile | friendica | 2014-02-24 | 1 | -21/+32 |
* | code cleanup | friendica | 2014-02-20 | 1 | -0/+9 |
* | get_theme_uid() - if no uid, look for a system channel and use that. This all... | friendica | 2014-02-17 | 1 | -0/+5 |
* | snakebite, cont. magic-auth via openid is now possible, with the caveat that ... | friendica | 2014-02-17 | 1 | -1/+1 |
* | don't include deleted channels in number of channels service class checks | friendica | 2014-02-16 | 1 | -4/+8 |
* | return the expected array | friendica | 2014-02-12 | 1 | -3/+3 |
* | dont show onlinestatus if block_public is on | marijus | 2014-02-12 | 1 | -0/+3 |
* | The scenario is that you're authenticated via magic-auth on a remote hub and ... | friendica | 2014-02-10 | 1 | -3/+5 |