aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Collapse)AuthorAgeFilesLines
* Merge https://github.com/redmatrix/hubzilla into pending_mergeredmatrix2016-03-091-1/+1
|\
| * Issue #316 make /display updates work. Basically copy and paste what we do ↵Mario Vavti2016-03-091-1/+1
| | | | | | | | on load and add $simple_update to the query.
* | work on implementing account/channel move (as opposed to clone)redmatrix2016-03-095-25/+28
|/
* isue #315redmatrix2016-03-081-0/+3
|
* add syslog loglevels to dba functionsredmatrix2016-03-072-8/+8
|
* a bit of page cleanup for edit profilesredmatrix2016-03-072-7/+7
|
* Also make it clear with (mouse) hover text that you must click on the cover ↵jeroenpraat2016-03-061-0/+1
| | | | photo to show the channel/more
* Merge https://github.com/redmatrix/hubzilla into pending_merge1.3redmatrix2016-03-031-2/+22
|\
| * Merge branch 'master' of https://github.com/redmatrix/hubzillaMario Vavti2016-03-033-3/+1
| |\
| * | move cover-photo to template, add the ability to define a title and subtitle ↵Mario Vavti2016-03-031-2/+22
| | | | | | | | | | | | (defaults to channel name and addres), move js from redbasic.js to template.
* | | remove the markdown feature. Do not re-enable unless you are willing to ↵redmatrix2016-03-031-1/+1
| |/ |/| | | | | support it.
* | rename the menu entry and page to 'Profile Fields' to maintain consistencyredmatrix2016-03-021-1/+1
| |
* | Merge https://github.com/redmatrix/hubzilla into pending_mergeredmatrix2016-03-021-2/+2
|\|
| * Merge branch 'master' of https://github.com/redmatrix/hubzillaMario Vavti2016-03-022-1/+20
| |\
| * | a simple cover-photo implementation for redbasic default templateMario Vavti2016-03-021-2/+2
| | |
* | | issue #305redmatrix2016-03-022-2/+0
| |/ |/|
* | sort out the with and howlong dependenciesredmatrix2016-03-011-2/+2
| |
* | profile field admin page (functional only: still needs a lot of HTML/CSS ↵redmatrix2016-03-011-2/+2
| | | | | | | | cleanup)
* | Merge https://github.com/redmatrix/hubzilla into pending_mergeredmatrix2016-03-011-1/+1
|\ \
| * | Merge branch 'master' of https://github.com/redmatrix/hubzillajeroenpraat2016-03-013-5/+88
| |\|
| * | Small fix for deleted forum channels showing in the forum widget (had this ↵jeroenpraat2016-03-011-1/+1
| | | | | | | | | | | | after migration from RM on 1 or 2 channels)
* | | Allow configuration of the display order of profile fields. This is an ↵redmatrix2016-03-011-0/+19
| |/ |/| | | | | important piece of a more general profile configuration framework which will eventually be accessible via the admin page.
* | 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.