aboutsummaryrefslogtreecommitdiffstats
path: root/include/import.php
Commit message (Collapse)AuthorAgeFilesLines
* use httpsig auth for getfilezotlabs2017-11-291-1/+8
|
* re-implement single deliveryzotlabs2017-10-101-0/+9
|
* ignore diaspora_meta column on item import.zotlabs2017-09-061-0/+5
|
* prevent expiration of conversations you are involved with - allows you to ↵zotlabs2017-07-101-0/+8
| | | | find your own comments months from now
* it appears to also work a bit better if you don't use imaginary function nameszotlabs2017-06-071-1/+1
|
* partial fix for failure to sync photos - appears to be memory exhaustion and ↵zotlabs2017-06-071-2/+3
| | | | | | dependent on filesize although an unrelated issue was found with directory creation during file sync (we didn't check ownership when looking for duplicates). This checkin provides the means for a sync process to fetch the contents for various photo scales from the original server just as is done for the attach data now. It is still missing the bit for the sync process to spawn a mob of children to fetch these suckers and update the photo table with the results.
* Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_mergezotlabs2017-05-051-7/+12
|\
| * :bulb: correct some Doxygen syntax mistakes.Klaus Weidenbach2017-05-051-7/+12
| |
| * backend infrastructure for 'channel protection password'; which will be used ↵zotlabs2017-04-121-1/+1
| | | | | | | | to optionally encrypt export files and resolve channel/identity ownership/hijacking disputes
| * whitespacezotlabs2017-04-031-12/+14
| |
* | do away with single delivery (delivery from clones to singleton networks ↵zotlabs2017-05-041-9/+0
| | | | | | | | attached to other clones)
* | backend infrastructure for 'channel protection password'; which will be used ↵zotlabs2017-04-121-1/+1
| | | | | | | | to optionally encrypt export files and resolve channel/identity ownership/hijacking disputes
* | whitespacezotlabs2017-03-301-12/+14
|/
* Add some documentation for import functions.Klaus Weidenbach2017-03-301-225/+337
|
* code_allowed is a real mess. Start the cleanup by remving the account level ↵zotlabs2017-03-291-31/+3
| | | | code allow and limiting to specific channels only. This reduces the possibility of cross channel security issues coming into play. Then provide a single function for checking the code permission. This is only partially done as we often need to check against the observer or logged in channel as well as the resource owner to ensure that this only returns true for local channels which also own the requested resource.
* remove redundant and non-functional/broken check for successfully cloned ↵zotlabs2017-03-201-6/+0
| | | | channel record which was left over from an earlier method of creating the table; which was deprecated a few months back.
* remove logger linesAndrew Manning2017-02-111-1/+0
|
* Webpage import tool works again after setting iconfig properly and following ↵Andrew Manning2017-02-111-14/+19
| | | | the Impel class function example. More testing is needed.
* superfluous whitespace cleanupzotlabs2017-01-311-350/+357
|
* channel move stuff (disabled currently because not yet complete)zotlabs2017-01-091-3/+16
|
* logger typoszotlabs2016-12-301-2/+2
|
* sql: limit 1 for UPDATE and DELETE is not supported by the SQL standard and ↵Florian Steinel2016-10-271-7/+7
| | | | | | postgresql (see: https://www.postgresql.org/message-id/flat/1291109101.26137.35.camel%40pcd12478 )
* issue #564zotlabs2016-10-211-1/+1
|
* additional array checkingzotlabs2016-10-131-2/+4
|
* consolidate duplicated code for creating table entries from an arrayzotlabs2016-10-121-119/+24
|
* caught one typo from the last checkinzotlabs2016-10-121-1/+1
|
* remove the rest of the backticks from sql queries; replace with TQUOT const ↵zotlabs2016-10-121-56/+56
| | | | which is driver dependent
* issue #538 continuedredmatrix2016-09-291-1/+1
|
* issue #519 continuedredmatrix2016-09-281-1/+4
|
* Merge branch 'nulldate' into devredmatrix2016-09-261-4/+4
|\
| * null_date conversion; phase 1redmatrix2016-09-251-4/+4
| |
* | issue #526redmatrix2016-09-221-0/+3
|/
* Imported webpage elements update existing elements properly. AllowCode ↵Andrew Manning2016-08-301-12/+11
| | | | permission is checked correctly and issues error on import if denied.
* Block export and re-import works. Fixed bug where layout content was not ↵Andrew Manning2016-08-201-2/+53
| | | | being imported properly.
* Layouts list and are selectable for export to the zip fileAndrew Manning2016-08-201-2/+46
|
* Export of pages and their layouts to a zip file works. Bug on importing the ↵Andrew Manning2016-08-201-1/+44
| | | | exported zip file for pages.
* Pages populate the available-to-export list. New checkbox class for smaller ↵Andrew Manning2016-08-191-0/+62
| | | | boxes.
* fix attached photo/file permissions on clonesredmatrix2016-08-151-0/+4
|
* /storeurl/cloudurl/redmatrix2016-08-011-2/+2
|
* add a few more path macros to portable menu elements (channelurl, pageurl, ↵redmatrix2016-07-311-0/+9
| | | | storeurl and baseurl)
* Improved UI. Removed logger statements.Andrew Manning2016-07-311-3/+3
|
* Merge remote-tracking branch 'upstream/dev' into website-importAndrew Manning2016-07-211-9/+38
|\
| * issue #453 and a bug noted from the logfiles related to the schema change ↵redmatrix2016-07-201-1/+1
| | | | | | | | last month
| * more perms workredmatrix2016-07-181-0/+1
| |
| * export/import channel permissionsredmatrix2016-07-171-8/+36
| |
* | Importing webpage elements from manually entered cloud file path work. All ↵Andrew Manning2016-07-171-4/+4
| | | | | | | | detected elements are automatically imported.
* | Added functions to check cloud files path and return path with hashed namesAndrew Manning2016-07-171-5/+18
| |
* | Refactored the scan and import functions to reduce redundant code and ↵Andrew Manning2016-07-141-0/+200
|/ | | | simplify logic. Import of pages, layouts, and blocks works.
* sync flags even if post has not been editedredmatrix2016-06-301-19/+10
|
* 1. provide automatic relocation of important links in items that are ↵redmatrix2016-06-211-35/+24
| | | | | | | imported or synced to clones 2. provide framework for custom curl request bodies using custom/non-standard request methods. This was a real nightmare because curl doesn't actually let you specify a string to send as the request body (except when doing POST). You have to treat it as a file upload using a custom file handler function which provides the actual content in chunks as if it were buffered I/O. 3. item_store and item_store_update now return the item that was stored