aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* some events refacturingMario Vavti2015-11-181-0/+15
* fix admin plugin hooksredmatrix2015-11-171-0/+17
* Merge https://github.com/redmatrix/hubzilla into pending_mergeredmatrix2015-11-171-1/+1
|\
| * whitespaceMario Vavti2015-11-171-1/+1
| * more css fixesMario Vavti2015-11-171-1/+1
| * missing closing " for src attributeMario Vavti2015-11-171-1/+1
* | photo album widget permissions issueredmatrix2015-11-172-0/+6
|/
* fix api/direct_messages/new at least for the json case. We seem to have a mis...redmatrix2015-11-161-2/+2
* tag_deliver of an edit to an already uplinked item wasn't resetting permissio...redmatrix2015-11-151-1/+4
* allow plugins to also log to a different named logfile and also alter the log...redmatrix2015-11-151-1/+1
* permission issues editing wall-to-wall postsredmatrix2015-11-151-2/+9
* issue with dead hub detectionredmatrix2015-11-151-1/+1
* revert html in markdown for posts, but trim the input before processing the m...redmatrix2015-11-151-1/+1
* issues connecting to local forumredmatrix2015-11-152-12/+8
* superblock enhancementsredmatrix2015-11-131-0/+3
* really basic photo album widget for content regionsredmatrix2015-11-121-0/+78
* allow pdl contentredmatrix2015-11-122-1/+14
* issue #154redmatrix2015-11-121-0/+11
* will also need api docoredmatrix2015-11-111-1/+1
* Merge pull request #144 from kenrestivo/api-auth-fixken restivo2015-11-111-0/+1
|\
| * api_auth.php must be included since the function moved.ken restivo2015-11-111-0/+1
* | Merge pull request #140 from kenrestivo/move-export-to-pluginredmatrix2015-11-111-89/+0
|\ \
| * | Moving this out into a plugin; hopefully one that will work with Redmatrix as...ken restivo2015-11-101-89/+0
* | | Move api_auth() out to a file that can be included from plugins/modules to al...ken restivo2015-11-103-90/+96
|/ /
* | remove the obsolete avatar_img function (gravatar/libravatar lookup)redmatrix2015-11-091-22/+0
* | get rid of the pre-comanche widget placement and wgl coderedmatrix2015-11-091-13/+0
* | add avatars to likes/dislikes/etc.redmatrix2015-11-091-2/+2
* | thwart attempts to use an external private directory as a directory serverredmatrix2015-11-091-0/+13
* | First pass at endpoints for exporting users and channels in bulk as admin.ken restivo2015-11-081-0/+90
* | Merge pull request #132 from kenrestivo/test-for-emailredmatrix2015-11-091-4/+6
|\ \
| * | Add unit tests for valid email function.ken restivo2015-11-081-4/+6
| |/
* | make jotnets modalredmatrix2015-11-081-0/+2
* | no comment permission bug, also implement delete() in RedDirectory per Waitmanredmatrix2015-11-081-0/+21
|/
* version and string updateredmatrix2015-11-061-1/+1
* typoredmatrix2015-11-051-1/+1
* handle old files with partial pathsredmatrix2015-11-053-6/+18
* first cut at some much better hook documentation derived from bamfic's automa...redmatrix2015-11-051-1/+7
* fix the file chunking api now that we've got working data to test withredmatrix2015-11-051-1/+1
* Merge https://github.com/redmatrix/redmatrix into pending_mergeredmatrix2015-11-042-14/+18
|\
| * protocol upgraderedmatrix2015-11-031-1/+2
* | re-arrange file api calls so the api pathnames don't shadow each otherredmatrix2015-11-041-21/+25
* | api calls to fetch file (attach) meta data and to chunk file content fetching...redmatrix2015-11-041-0/+57
* | Merge https://github.com/redmatrix/redmatrix into pending_mergeredmatrix2015-11-031-0/+1
|\|
| * move it upMario Vavti2015-10-291-1/+1
| * possibly better fix for profile photo image type issueMario Vavti2015-10-291-5/+14
| * re-enable pathinfo() check and try with getimagesize() if we have not got a r...Mario Vavti2015-10-281-3/+2
| * pathinfo() does not work in this case. getimagesize() seems more reliabel. th...Mario Vavti2015-10-282-2/+10
| * do not treat profile photo change posts like photo-itemsMario Vavti2015-10-281-2/+6
| * hubzilla compatibility: improve photo item object - we now provide the infos ...Mario Vavti2015-10-251-1/+2
| * photo object compatibility revampedMario Vavti2015-10-222-15/+9