aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Collapse)AuthorAgeFilesLines
* a simple cover-photo implementation for redbasic default templateMario Vavti2016-03-021-2/+2
|
* Merge https://github.com/redmatrix/hubzilla into pending_mergeredmatrix2016-02-294-79/+80
|\
| * provide footer bbcodeMario Vavti2016-02-292-5/+9
| |
| * remove unused variableMario Vavti2016-02-291-4/+0
| |
| * simplify profile edit button(s) and make it useful for multiple profilesMario Vavti2016-02-291-41/+51
| |
| * fix deletion of files from filesystemMario Vavti2016-02-291-1/+1
| |
| * do not process update activity if there is no item to update and simplify ↵Mario Vavti2016-02-291-28/+19
| | | | | | | | code a little
* | abconfigredmatrix2016-02-293-5/+88
|/
* build_sync_packet - no need to sleep after the last sync delivery.redmatrix2016-02-281-1/+5
|
* stop the PHP warnings from Thomas's buggered sitekeyredmatrix2016-02-281-1/+1
|
* Merge https://github.com/redmatrix/hubzilla into pending_mergeredmatrix2016-02-271-0/+3
|\
| * missing includeMario Vavti2016-02-271-0/+1
| |
| * make attach_delete() return and comment out album rename functionality since ↵Mario Vavti2016-02-271-0/+2
| | | | | | | | this is not supported by the backend at the moment.
* | 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