Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | small improvements to profile like activity | redmatrix | 2016-02-25 | 1 | -2/+1 |
| | |||||
* | provide an edit button for the profile page | Mario Vavti | 2016-02-25 | 1 | -4/+5 |
| | |||||
* | pimp up mod new_channel | Mario Vavti | 2016-02-19 | 1 | -1/+1 |
| | |||||
* | Provide Zotlabs\Project and System class for querying details about the ↵ | redmatrix | 2016-02-18 | 1 | -1/+1 |
| | | | | project/version info. Move these out of /boot.php | ||||
* | need to re-arrange a few things for a short vcard | redmatrix | 2016-02-08 | 1 | -1/+4 |
| | |||||
* | lots more zcard tweaks | redmatrix | 2016-02-08 | 1 | -4/+6 |
| | |||||
* | provide get_server_role() to abstract different roles and capabilities | redmatrix | 2016-02-07 | 1 | -1/+1 |
| | |||||
* | fix uno import by disabling for now | redmatrix | 2016-02-05 | 1 | -1/+1 |
| | |||||
* | remove blackout setting now that the keepout plugin performs the same tasks ↵ | redmatrix | 2016-02-04 | 1 | -3/+0 |
| | | | | (plus a lot more) | ||||
* | more zcard tweaks | redmatrix | 2016-02-02 | 1 | -0/+4 |
| | |||||
* | some zcard cleanup - still eneds a lot more work | redmatrix | 2016-02-02 | 1 | -14/+33 |
| | |||||
* | profile embeds (still needs a bit of work) | redmatrix | 2016-02-01 | 1 | -0/+42 |
| | |||||
* | add photos to the profile "likes this" dropdowns | redmatrix | 2016-02-01 | 1 | -1/+1 |
| | |||||
* | move permission check before global block check | redmatrix | 2016-01-29 | 1 | -3/+4 |
| | |||||
* | block_public_blackout setting | redmatrix | 2016-01-27 | 1 | -0/+4 |
| | |||||
* | Added a feature to hide rating buttons from a members channel and profile pages. | jeroenpraat | 2016-01-18 | 1 | -2/+4 |
| | |||||
* | various issues from the forums | redmatrix | 2016-01-17 | 1 | -0/+2 |
| | |||||
* | cover photo fetch and widget | redmatrix | 2016-01-14 | 1 | -0/+35 |
| | |||||
* | 'auto channel creation' - if the corresponding config variable is set, ↵ | redmatrix | 2016-01-12 | 1 | -0/+42 |
| | | | | | | create a channel when an account is created. Plugins can provide the necessary channel details (probably from an extended registration form). If no details are provided, a social (mostly public) channel will be created using the LHS of the email address and you will be directed to your channel page (unless email verification is required, in which case this step will be delayed until successful validation and login). If the reddress is already assigned a random name(1000-9999) reddress will be assigned. | ||||
* | store perms_accept on channel creation | redmatrix | 2015-12-29 | 1 | -2/+2 |
| | |||||
* | remove some unused stuff | redmatrix | 2015-12-08 | 1 | -6/+0 |
| | |||||
* | webpages and design elements weren't being included in the item export query. | redmatrix | 2015-11-22 | 1 | -1/+2 |
| | |||||
* | add v4 project roadmap, partial fix for cloning of profile photos on ↵ | redmatrix | 2015-11-20 | 1 | -0/+11 |
| | | | | alternate profiles | ||||
* | get rid of the pre-comanche widget placement and wgl code | redmatrix | 2015-11-09 | 1 | -13/+0 |
| | |||||
* | missing xchan_mail_query | redmatrix | 2015-10-15 | 1 | -0/+1 |
| | |||||
* | mail sync/migrate continued; also abstract delivery loop to make it ↵ | redmatrix | 2015-10-15 | 1 | -1/+1 |
| | | | | re-usable, change refresh_all to use delivery loop. | ||||
* | more mail sync work | redmatrix | 2015-10-14 | 1 | -8/+6 |
| | |||||
* | Merge https://github.com/redmatrix/redmatrix into pending_merge | redmatrix | 2015-10-14 | 1 | -0/+25 |
|\ | |||||
| * | support for mail sync | redmatrix | 2015-10-14 | 1 | -0/+25 |
| | | |||||
| * | export TERM_FILE when mirroring | redmatrix | 2015-09-08 | 1 | -0/+1 |
| | | |||||
* | | add plugin hooks to channel sync/import/export | redmatrix | 2015-09-23 | 1 | -0/+4 |
| | | |||||
* | | Merge https://github.com/redmatrix/redmatrix into pending_merge | redmatrix | 2015-09-08 | 1 | -1/+10 |
|\| | | | | | | | | | Conflicts: include/identity.php | ||||
| * | menu export | redmatrix | 2015-09-08 | 1 | -1/+11 |
| | | |||||
* | | menu import and sync | redmatrix | 2015-09-08 | 1 | -0/+11 |
| | | |||||
* | | Merge https://github.com/redmatrix/redmatrix into pending_merge | redmatrix | 2015-09-07 | 1 | -0/+19 |
|\| | |||||
| * | export events | redmatrix | 2015-09-07 | 1 | -0/+19 |
| | | |||||
| * | export chatrooms | redmatrix | 2015-09-03 | 1 | -0/+6 |
| | | |||||
* | | import and sync chatrooms | redmatrix | 2015-09-03 | 1 | -1/+6 |
| | | |||||
* | | Merge https://github.com/redmatrix/redmatrix into pending_merge | redmatrix | 2015-09-03 | 1 | -5/+7 |
|\| | | | | | | | | | Conflicts: include/identity.php | ||||
| * | channel export - don't include linked resource items (photos, events). These ↵ | redmatrix | 2015-09-03 | 1 | -2/+4 |
| | | | | | | | | items will need to be provided with those objects so that they can be re-linked. | ||||
* | | Merge https://github.com/redmatrix/redmatrix into pending_merge | redmatrix | 2015-09-01 | 1 | -0/+7 |
|\| | |||||
| * | export apps | redmatrix | 2015-09-01 | 1 | -0/+7 |
| | | |||||
* | | match the redmatrix output format for objects (which is the hubzilla table ↵ | redmatrix | 2015-09-01 | 1 | -6/+2 |
| | | | | | | | | format) | ||||
* | | Merge https://github.com/redmatrix/redmatrix into pending_merge | redmatrix | 2015-09-01 | 1 | -1/+9 |
|\| | |||||
| * | add the baseurl so we can easily relocate objects | redmatrix | 2015-09-01 | 1 | -1/+2 |
| | | |||||
| * | use different obj export output format for hubzilla compatibility | redmatrix | 2015-09-01 | 1 | -1/+8 |
| | | |||||
* | | Merge https://github.com/redmatrix/redmatrix into pending_merge | redmatrix | 2015-09-01 | 1 | -1/+0 |
|\| | | | | | | | | | | | Conflicts: include/identity.php install/update.php | ||||
| * | typo in sql | redmatrix | 2015-08-31 | 1 | -1/+1 |
| | | |||||
* | | don't log the mundane - especially at normal levels. | redmatrix | 2015-08-31 | 1 | -2/+3 |
| | | |||||
* | | Merge https://github.com/redmatrix/redmatrix into pending_merge | redmatrix | 2015-08-31 | 1 | -0/+1 |
|\| | | | | | | | | | | | | | | | Conflicts: include/identity.php install/update.php util/messages.po view/nl/messages.po |