aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Collapse)AuthorAgeFilesLines
* start doco cleanupredmatrix2015-07-031-0/+2
|
* Merge branch 'master' of https://github.com/redmatrix/redmatrixredmatrix2015-07-022-1/+14
|\ | | | | | | | | Conflicts: include/zot.php
| * a few clone sync fixes as well as some work on hubzilla clone sync back to ↵redmatrix2015-07-022-0/+36
| | | | | | | | redmatrix
* | sync abook entries from redmatrixredmatrix2015-07-021-0/+21
|\| | | | | | | | | | | | | Merge branch 'master' of https://github.com/redmatrix/redmatrix Conflicts: include/items.php
| * provide backward compatibility with hubzilla extended item exportredmatrix2015-07-011-0/+55
| |
* | provide compatibility with redmatrix extended item exportredmatrix2015-07-011-3/+50
| |
* | lots of work on clone/import from redmatrix to hubzilla (won't go back the ↵redmatrix2015-06-301-3/+2
| | | | | | | | other way)
* | Merge branch 'master' of https://github.com/redmatrix/redmatrixredmatrix2015-06-292-0/+6
|\|
| * turn the connection filter into a feature.redmatrix2015-06-292-0/+6
| |
* | fix the postgres schema with all the changes to dateredmatrix2015-06-291-2/+1
| |
* | Merge branch 'master' of https://github.com/redmatrix/redmatrixredmatrix2015-06-292-1/+100
|\| | | | | | | | | | | Conflicts: view/nl/messages.po view/nl/strings.php
| * some prep workredmatrix2015-06-292-1/+100
| |
* | Merge branch 'master' of https://github.com/redmatrix/redmatrixredmatrix2015-06-282-17/+94
|\| | | | | | | | | | | | | Conflicts: include/zot.php mod/connedit.php util/messages.po
| * no this isn't it. well ok, it's part of it, but not the important part. it's ↵redmatrix2015-06-282-17/+93
| | | | | | | | still pretty cool.
* | bring single instance file storage to dav and cloud uploaded photosredmatrix2015-06-272-8/+28
| |
* | undo the disabling of browser_prefetch and for the time being revert the ↵redmatrix2015-06-252-53/+39
| | | | | | | | HTML cache until we can isolate all the zid and observer calls. Also get rid of youtube and vimeo bbcode tags which we should not be using any more.
* | remove all QR-code stuff from core - now in qrator addonredmatrix2015-06-251-14/+0
| |
* | localise event calendarredmatrix2015-06-252-55/+114
| |
* | more work on photos, including os_storage for the size '0' photo and ↵redmatrix2015-06-233-15/+67
| | | | | | | | numbering duplicate filenames
* | more work on mail flagsredmatrix2015-06-235-23/+18
| |
* | item flag fixes discovered after a few mergesredmatrix2015-06-235-28/+9
| |
* | Merge branch 'master' of https://github.com/redmatrix/redmatrixredmatrix2015-06-232-3/+30
|\| | | | | | | | | | | Conflicts: include/items.php mod/item.php
| * ensure we always sign a trimmed item body.redmatrix2015-06-221-3/+3
| |
| * discovered a couple of loose ends in the per-member enable diaspora settingredmatrix2015-06-221-0/+26
| |
* | Merge branch 'master' of https://github.com/redmatrix/redmatrixredmatrix2015-06-213-11/+156
|\| | | | | | | | | | | Conflicts: include/items.php util/messages.po
| * some diaspora import issues uncovered during dry-run testsredmatrix2015-06-211-6/+4
| |
| * Merge pull request #352 from solstag/store_update_fixredmatrix2015-06-211-9/+10
| |\ | | | | | | Make item_store_update only affect the data we requested
| | * Make item_store_update only affect the data we requestedAlexandre Hannud Abdo2015-06-201-9/+10
| | |
| * | ensure the photo driver is includedredmatrix2015-06-201-0/+1
| | |
| * | import_diaspora - incorrect method for importing channel photo, and add ↵redmatrix2015-06-201-20/+42
| | | | | | | | | | | | duplicate reddress detection/correction
| * | wrong logicredmatrix2015-06-191-1/+1
| | |
| * | import_diaspora - a few more atypical settingsredmatrix2015-06-191-3/+19
| | |
| * | import_diaspora: add all the friendsredmatrix2015-06-191-4/+13
| | |
| * | Merge https://github.com/redmatrix/redmatrix into pending_mergeredmatrix2015-06-191-5/+2
| |\ \
| | * | bring some more generic-content-wrappers and fix some of themMario Vavti2015-06-191-5/+2
| | |/
| * / very early attempt diaspora import from diaspora export file. Currently the ↵redmatrix2015-06-191-0/+100
| |/ | | | | | | json export has to be gunzipped prior to uploading and we're net yet adding connections (which should come soon) and we can't import items until they add guids to the export file - so consider it a work in progress. This first attempt should create a channel and get your profile details setup providing there isn't a nickname conflict on the server. That will also be handled later.
* | all file attachments are now stored natively, still have photos-0 to store ↵redmatrix2015-06-181-11/+68
| | | | | | | | natively
* | Merge branch 'master' of https://github.com/redmatrix/redmatrixredmatrix2015-06-182-4/+12
|\|
| * Merge https://github.com/redmatrix/redmatrix into pending_mergeredmatrix2015-06-181-2/+2
| |\
| * | issues with markdownify and escaped HTMLredmatrix2015-06-182-4/+12
| | |
* | | more photos workredmatrix2015-06-171-1/+1
| | |
* | | lots of work on merging photo and file albums/foldersredmatrix2015-06-172-20/+45
| | |
* | | attach_mkdirp - implement force option to return success if dir existsredmatrix2015-06-171-2/+9
| | |
* | | recursive mkdir (ala mkdir -p) for file and photo storageredmatrix2015-06-161-1/+90
| | |
* | | start work on photo directoriesredmatrix2015-06-161-2/+30
| | |
* | | Merge branch 'master' of https://github.com/redmatrix/redmatrixredmatrix2015-06-161-2/+2
|\ \ \ | | |/ | |/| | | | | | | | | | Conflicts: mod/photos.php mod/siteinfo.php
| * | fix deleting of album for remote channelMario Vavti2015-06-161-2/+2
| |/
* | remove file/attachments when their associated photos are removedredmatrix2015-06-161-2/+3
| |
* | move profile photos to new methodsredmatrix2015-06-151-1/+7
| |
* | fix attachment permissions when they also contain an image.redmatrix2015-06-151-0/+2
| |