aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Collapse)AuthorAgeFilesLines
* z_fetch_url and z_post_url returning falseredmatrix2016-02-271-2/+2
|
* Merge https://github.com/redmatrix/hubzilla into pending_mergeredmatrix2016-02-263-38/+14
|\
| * fix link to photo album and make sure that small photos are not overwritten ↵Mario Vavti2016-02-262-4/+4
| | | | | | | | by body text.
| * some improvement for file activityMario Vavti2016-02-261-7/+8
| |
| * Merge branch 'master' of https://github.com/redmatrix/hubzillaMario Vavti2016-02-263-3/+18
| |\
| * | get rid of duplicate functionMario Vavti2016-02-261-27/+2
| | |
* | | turn timezone aware birthdays into a feature for those who want an ↵redmatrix2016-02-262-1/+2
| | | | | | | | | | | | uncluttered calendar - at the expense of possibly sending somebody's birthday greeting on the wrong day if they are in a different timezone.
* | | small improvements to profile like activityredmatrix2016-02-251-2/+1
| |/ |/|
* | this reverts ea54987ca4c36redmatrix2016-02-251-1/+1
| |
* | Merge https://github.com/redmatrix/hubzilla into pending_mergeredmatrix2016-02-254-8/+9
|\|
| * revert f62ec4132ed571288737423de386054a4cc8b0d5 - allow one self to be added ↵Mario Vavti2016-02-251-1/+1
| | | | | | | | to a privacy group.
| * in update_birthdays() we should probably set adjust to 0 instead of 1 since ↵Mario Vavti2016-02-251-1/+1
| | | | | | | | a birthday is more a kind of a global holiday
| * provide an edit button for the profile pageMario Vavti2016-02-251-4/+5
| |
| * we have got a button for events in the nav. no need for it in the tabs if we ↵Mario Vavti2016-02-251-2/+2
| | | | | | | | are local.
* | backtrace openssl_verify errors so that we can find bad keys - as there is ↵redmatrix2016-02-252-2/+17
|/ | | | very little relevant context available at this level.
* when creating an event from a post in our stream, if the original post was ↵redmatrix2016-02-252-2/+13
| | | | private, set the event permissions to "just me". If it was a public event, set the event permissions to the channel default permissions.
* issue #216 - calendar sharingredmatrix2016-02-242-7/+31
|
* add 'requires' field to plugin info to list other dependent plugins/addons ↵redmatrix2016-02-241-1/+18
| | | | and disable if dependencies are not installed/enabled
* missing functionredmatrix2016-02-242-5/+20
|
* function to process atom stream without actually storing anythingredmatrix2016-02-231-5/+67
|
* remove bookmark identifier from embedded links since they aren't ↵redmatrix2016-02-211-1/+1
| | | | bookmarkable without an associated taxonomy entry.
* retry the move of AccessList to composer format (one or more third-party ↵redmatrix2016-02-215-152/+64
| | | | plugins will likely break as a result)
* fix double encodingredmatrix2016-02-211-3/+4
|
* Revert "move accesslist class to namespace"redmatrix2016-02-204-4/+152
| | | | This reverts commit a9711895cf254a0ca34b1e3f7c8e75bb832e6973.
* move accesslist class to namespaceredmatrix2016-02-204-152/+4
|
* ensure auto_channel_create() is executed for all workflows when UNO is set.redmatrix2016-02-191-2/+2
|
* issue #288 allow relative_date() to be translated into languages with more ↵redmatrix2016-02-191-8/+41
| | | | than two plural forms, such as pl.
* move dreport to zotlabs\zot namespaceredmatrix2016-02-192-62/+4
|
* Merge https://github.com/redmatrix/hubzilla into pending_mergeredmatrix2016-02-192-5/+5
|\
| * Merge branch 'master' of https://github.com/redmatrix/hubzillaMario Vavti2016-02-196-1455/+13
| |\
| * | pimp up mod new_channelMario Vavti2016-02-192-5/+5
| | |
* | | get_feature_default() was using filtered view, preventing it from working in ↵redmatrix2016-02-191-1/+1
| |/ |/| | | | | all cases
* | finish up the storage moveredmatrix2016-02-195-1445/+3
| |
* | move storage assets to zotlabs/storageredmatrix2016-02-192-13/+13
|/
* Merge https://github.com/redmatrix/hubzilla into pending_mergeredmatrix2016-02-181-5/+8
|\
| * Removed export temporary from UNO. Removed 'Remove Channel' from UNO, cause ↵jeroenpraat2016-02-181-5/+8
| | | | | | | | a UNO member has only 1 channel, so it's logical to remove the acccount (by experience on UNO hub). Styling oauth settings.
* | Provide Zotlabs\Project and System class for querying details about the ↵redmatrix2016-02-189-29/+18
|/ | | | project/version info. Move these out of /boot.php
* some necessary doco for set_iconfig()redmatrix2016-02-181-0/+16
|
* iconfig - add sharing variableredmatrix2016-02-181-9/+12
|
* Merge branch 'iconfig'redmatrix2016-02-171-1/+223
|\
| * provide del_iconfig for completenessredmatrix2016-02-171-0/+34
| |
| * iconfig debugging - federation now workingredmatrix2016-02-171-1/+2
| |
| * iconfig debuggingredmatrix2016-02-171-2/+2
| |
| * slight changes to set_iconfig - if passed an item structure only update the ↵redmatrix2016-02-161-33/+13
| | | | | | | | structure. Update the DB only if passed an item_id. This makes a clean separation of behaviour that's easy to document. One could get into some weird situations the original way which tried to update and sync both.
| * more work on iconfigredmatrix2016-02-161-5/+75
| |
| * some iconfig basicsredmatrix2016-02-161-0/+137
| |
* | format atom event renderings so they are reasonably compatible with GNU-socialredmatrix2016-02-171-2/+15
| |
* | allow admin to set and lock features when UNO is enabledredmatrix2016-02-161-1/+1
|/
* update fr strings from transifexredmatrix2016-02-151-3/+10
|
* form cleanup (profile_photo and cover_photo), admin 'user_approve' not ↵redmatrix2016-02-141-0/+54
| | | | found, missing close div in mood_content.tpl