aboutsummaryrefslogtreecommitdiffstats
path: root/include/identity.php
Commit message (Collapse)AuthorAgeFilesLines
* Provide Zotlabs\Project and System class for querying details about the ↵redmatrix2016-02-181-1/+1
| | | | project/version info. Move these out of /boot.php
* need to re-arrange a few things for a short vcardredmatrix2016-02-081-1/+4
|
* lots more zcard tweaksredmatrix2016-02-081-4/+6
|
* provide get_server_role() to abstract different roles and capabilitiesredmatrix2016-02-071-1/+1
|
* fix uno import by disabling for nowredmatrix2016-02-051-1/+1
|
* remove blackout setting now that the keepout plugin performs the same tasks ↵redmatrix2016-02-041-3/+0
| | | | (plus a lot more)
* more zcard tweaksredmatrix2016-02-021-0/+4
|
* some zcard cleanup - still eneds a lot more workredmatrix2016-02-021-14/+33
|
* profile embeds (still needs a bit of work)redmatrix2016-02-011-0/+42
|
* add photos to the profile "likes this" dropdownsredmatrix2016-02-011-1/+1
|
* move permission check before global block checkredmatrix2016-01-291-3/+4
|
* block_public_blackout settingredmatrix2016-01-271-0/+4
|
* Added a feature to hide rating buttons from a members channel and profile pages.jeroenpraat2016-01-181-2/+4
|
* various issues from the forumsredmatrix2016-01-171-0/+2
|
* cover photo fetch and widgetredmatrix2016-01-141-0/+35
|
* 'auto channel creation' - if the corresponding config variable is set, ↵redmatrix2016-01-121-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 creationredmatrix2015-12-291-2/+2
|
* remove some unused stuffredmatrix2015-12-081-6/+0
|
* webpages and design elements weren't being included in the item export query.redmatrix2015-11-221-1/+2
|
* add v4 project roadmap, partial fix for cloning of profile photos on ↵redmatrix2015-11-201-0/+11
| | | | alternate profiles
* get rid of the pre-comanche widget placement and wgl coderedmatrix2015-11-091-13/+0
|
* missing xchan_mail_queryredmatrix2015-10-151-0/+1
|
* mail sync/migrate continued; also abstract delivery loop to make it ↵redmatrix2015-10-151-1/+1
| | | | re-usable, change refresh_all to use delivery loop.
* more mail sync workredmatrix2015-10-141-8/+6
|
* Merge https://github.com/redmatrix/redmatrix into pending_mergeredmatrix2015-10-141-0/+25
|\
| * support for mail syncredmatrix2015-10-141-0/+25
| |
| * export TERM_FILE when mirroringredmatrix2015-09-081-0/+1
| |
* | add plugin hooks to channel sync/import/exportredmatrix2015-09-231-0/+4
| |
* | Merge https://github.com/redmatrix/redmatrix into pending_mergeredmatrix2015-09-081-1/+10
|\| | | | | | | | | Conflicts: include/identity.php
| * menu exportredmatrix2015-09-081-1/+11
| |
* | menu import and syncredmatrix2015-09-081-0/+11
| |
* | Merge https://github.com/redmatrix/redmatrix into pending_mergeredmatrix2015-09-071-0/+19
|\|
| * export eventsredmatrix2015-09-071-0/+19
| |
| * export chatroomsredmatrix2015-09-031-0/+6
| |
* | import and sync chatroomsredmatrix2015-09-031-1/+6
| |
* | Merge https://github.com/redmatrix/redmatrix into pending_mergeredmatrix2015-09-031-5/+7
|\| | | | | | | | | Conflicts: include/identity.php
| * channel export - don't include linked resource items (photos, events). These ↵redmatrix2015-09-031-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_mergeredmatrix2015-09-011-0/+7
|\|
| * export appsredmatrix2015-09-011-0/+7
| |
* | match the redmatrix output format for objects (which is the hubzilla table ↵redmatrix2015-09-011-6/+2
| | | | | | | | format)
* | Merge https://github.com/redmatrix/redmatrix into pending_mergeredmatrix2015-09-011-1/+9
|\|
| * add the baseurl so we can easily relocate objectsredmatrix2015-09-011-1/+2
| |
| * use different obj export output format for hubzilla compatibilityredmatrix2015-09-011-1/+8
| |
* | Merge https://github.com/redmatrix/redmatrix into pending_mergeredmatrix2015-09-011-1/+0
|\| | | | | | | | | | | Conflicts: include/identity.php install/update.php
| * typo in sqlredmatrix2015-08-311-1/+1
| |
* | don't log the mundane - especially at normal levels.redmatrix2015-08-311-2/+3
| |
* | Merge https://github.com/redmatrix/redmatrix into pending_mergeredmatrix2015-08-311-0/+1
|\| | | | | | | | | | | | | | | Conflicts: include/identity.php install/update.php util/messages.po view/nl/messages.po
| * change the likes db structure to make it more easily importable/exportableredmatrix2015-08-311-1/+1
| |
* | mostly doc tweaks, some import/export workredmatrix2015-08-311-1/+1
| |
* | rename 'register_account' hook to 'create_identity'.redmatrix2015-08-311-1/+1
| |