aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Collapse)AuthorAgeFilesLines
* log the remote message if there was oneredmatrix2015-09-111-1/+4
|
* another tactic to deal with orphan hublocs from re-installs, or at least ↵redmatrix2015-09-112-20/+36
| | | | allow the descendant channel to survive
* zot_refresh: always try the hubloc pointed to by xchan_addr firstredmatrix2015-09-101-3/+12
|
* export TERM_FILE when mirroringredmatrix2015-09-082-1/+7
|
* add sync packets for menusredmatrix2015-09-081-0/+11
|
* menu exportredmatrix2015-09-081-1/+11
|
* export eventsredmatrix2015-09-071-0/+19
|
* create event sync packetsredmatrix2015-09-071-0/+14
|
* fix postgres zotfeedHabeas Codice2015-09-071-4/+6
|
* PRIVACY: item_private seems to have been removed from permissions_sql ↵redmatrix2015-09-071-2/+2
| | | | checking with an observer.
* export chatroomsredmatrix2015-09-031-0/+6
|
* 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.
* Update the creditsredmatrix2015-09-021-4/+0
|
* protect from sql injectionredmatrix2015-09-021-1/+1
|
* really fix post filteringzottel2015-09-021-2/+2
|
* export appsredmatrix2015-09-011-0/+7
|
* 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
|
* typo in sqlredmatrix2015-08-311-1/+1
|
* change the likes db structure to make it more easily importable/exportableredmatrix2015-08-311-1/+1
|
* use extended export format for items in api photo_detailredmatrix2015-08-261-1/+1
|
* add item info to photo detail in apiredmatrix2015-08-261-1/+21
|
* support likes on comments with diaspora owner by sending as activityredmatrix2015-08-261-14/+19
|
* required for future workredmatrix2015-08-261-1/+12
|
* remove orphan mod_connections editing code (now done in mod/connedit)redmatrix2015-08-241-3/+0
|
* issues with abook sync between hubzilla and redredmatrix2015-08-231-2/+1
|
* add photo_detail api callredmatrix2015-08-181-68/+89
|
* provide ability to export by month as well as by yearredmatrix2015-08-171-3/+14
|
* add item_id to yearly dump filesredmatrix2015-08-171-0/+12
|
* Properly fix which perms get checked for comments, Mike's solutionAlexandre Hannud Abdo2015-08-141-14/+3
|
* revert 36b5f6acredmatrix2015-08-121-12/+14
|
* Require comment perms only for own posts, allow senders to deliver comments ↵Alexandre Hannud Abdo2015-08-101-1/+11
| | | | using stream perms.
* ensure diaspora_signature is converted to json before we store it.redmatrix2015-08-081-0/+3
|
* connection filter fixesredmatrix2015-08-051-6/+9
|
* unobscure item before applying connection filterredmatrix2015-08-041-0/+3
|
* these were some really difficult bugs to findredmatrix2015-08-032-3/+2
|
* event parse cleanupredmatrix2015-07-301-2/+8
|
* escape $ in eventsredmatrix2015-07-302-3/+16
|
* minor cleanupredmatrix2015-07-291-14/+1
|
* Merge branch 'vobject'redmatrix2015-07-291-23/+83
|\ | | | | | | | | Conflicts: include/event.php
| * convert ics import to sabre/vobjectredmatrix2015-07-291-29/+42
| |
| * initial work on using sabre as a vcalendar parserredmatrix2015-07-281-1/+50
| |
* | add connection filter to non-zot postsredmatrix2015-07-292-0/+8
| |
* | PRIVACY: imported eventsredmatrix2015-07-291-0/+1
|/
* make superblock block a channel if it's an owner as well as the current ↵redmatrix2015-07-282-2/+2
| | | | author; add @hostname to event hashes to make their use in vcalendar more RFC compliant
* logic issue in connection filterredmatrix2015-07-271-4/+3
|
* crude but more or less functional event import from thunderbird ics filesredmatrix2015-07-261-6/+25
|
* backend code for importing events from "simple" ics calendar files.redmatrix2015-07-261-0/+65
|
* Merge https://github.com/redmatrix/redmatrix into pending_mergeredmatrix2015-07-231-1/+1
|\
| * make content filter by language work for excludeszottel2015-07-221-1/+1
| |