Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | new feature (post 3.4): allow a different username to be used when importing. | zotlabs | 2018-05-01 | 1 | -1/+6 |
| | |||||
* | channel import failing to provide channel_password value | zotlabs | 2018-04-06 | 1 | -1/+1 |
| | |||||
* | use profile_store_lowlevel() when importing profile structures to ensure all ↵ | zotlabs | 2018-04-05 | 1 | -1/+1 |
| | | | | non-null fields are present | ||||
* | Hard fail imports of removed channels. This is silly. | zotlabs | 2018-03-27 | 1 | -0/+5 |
| | |||||
* | remove sendzid core code from core (put in plugin where it belongs) | zotlabs | 2018-01-17 | 1 | -1/+2 |
| | |||||
* | scrutinizer issues: none worthy of including in 3.0, there will likely be a ↵ | zotlabs | 2018-01-08 | 1 | -1/+1 |
| | | | | few hundred more before all is said and done. | ||||
* | this should finish up hubzilla issue #113 | zotlabs | 2017-12-31 | 1 | -5/+9 |
| | |||||
* | update file thumbnails when imported/synced | zotlabs | 2017-12-30 | 1 | -0/+3 |
| | |||||
* | improvements to file import/export | zotlabs | 2017-12-10 | 1 | -2/+35 |
| | |||||
* | synchronise an attach_move operation to clones | zotlabs | 2017-12-06 | 1 | -1/+8 |
| | |||||
* | use httpsig auth for getfile | zotlabs | 2017-11-29 | 1 | -1/+8 |
| | |||||
* | re-implement single delivery | zotlabs | 2017-10-10 | 1 | -0/+9 |
| | |||||
* | ignore diaspora_meta column on item import. | zotlabs | 2017-09-06 | 1 | -0/+5 |
| | |||||
* | prevent expiration of conversations you are involved with - allows you to ↵ | zotlabs | 2017-07-10 | 1 | -0/+8 |
| | | | | find your own comments months from now | ||||
* | it appears to also work a bit better if you don't use imaginary function names | zotlabs | 2017-06-07 | 1 | -1/+1 |
| | |||||
* | partial fix for failure to sync photos - appears to be memory exhaustion and ↵ | zotlabs | 2017-06-07 | 1 | -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_merge | zotlabs | 2017-05-05 | 1 | -7/+12 |
|\ | |||||
| * | :bulb: correct some Doxygen syntax mistakes. | Klaus Weidenbach | 2017-05-05 | 1 | -7/+12 |
| | | |||||
| * | backend infrastructure for 'channel protection password'; which will be used ↵ | zotlabs | 2017-04-12 | 1 | -1/+1 |
| | | | | | | | | to optionally encrypt export files and resolve channel/identity ownership/hijacking disputes | ||||
| * | whitespace | zotlabs | 2017-04-03 | 1 | -12/+14 |
| | | |||||
* | | do away with single delivery (delivery from clones to singleton networks ↵ | zotlabs | 2017-05-04 | 1 | -9/+0 |
| | | | | | | | | attached to other clones) | ||||
* | | backend infrastructure for 'channel protection password'; which will be used ↵ | zotlabs | 2017-04-12 | 1 | -1/+1 |
| | | | | | | | | to optionally encrypt export files and resolve channel/identity ownership/hijacking disputes | ||||
* | | whitespace | zotlabs | 2017-03-30 | 1 | -12/+14 |
|/ | |||||
* | Add some documentation for import functions. | Klaus Weidenbach | 2017-03-30 | 1 | -225/+337 |
| | |||||
* | code_allowed is a real mess. Start the cleanup by remving the account level ↵ | zotlabs | 2017-03-29 | 1 | -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 ↵ | zotlabs | 2017-03-20 | 1 | -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 lines | Andrew Manning | 2017-02-11 | 1 | -1/+0 |
| | |||||
* | Webpage import tool works again after setting iconfig properly and following ↵ | Andrew Manning | 2017-02-11 | 1 | -14/+19 |
| | | | | the Impel class function example. More testing is needed. | ||||
* | superfluous whitespace cleanup | zotlabs | 2017-01-31 | 1 | -350/+357 |
| | |||||
* | channel move stuff (disabled currently because not yet complete) | zotlabs | 2017-01-09 | 1 | -3/+16 |
| | |||||
* | logger typos | zotlabs | 2016-12-30 | 1 | -2/+2 |
| | |||||
* | sql: limit 1 for UPDATE and DELETE is not supported by the SQL standard and ↵ | Florian Steinel | 2016-10-27 | 1 | -7/+7 |
| | | | | | | postgresql (see: https://www.postgresql.org/message-id/flat/1291109101.26137.35.camel%40pcd12478 ) | ||||
* | issue #564 | zotlabs | 2016-10-21 | 1 | -1/+1 |
| | |||||
* | additional array checking | zotlabs | 2016-10-13 | 1 | -2/+4 |
| | |||||
* | consolidate duplicated code for creating table entries from an array | zotlabs | 2016-10-12 | 1 | -119/+24 |
| | |||||
* | caught one typo from the last checkin | zotlabs | 2016-10-12 | 1 | -1/+1 |
| | |||||
* | remove the rest of the backticks from sql queries; replace with TQUOT const ↵ | zotlabs | 2016-10-12 | 1 | -56/+56 |
| | | | | which is driver dependent | ||||
* | issue #538 continued | redmatrix | 2016-09-29 | 1 | -1/+1 |
| | |||||
* | issue #519 continued | redmatrix | 2016-09-28 | 1 | -1/+4 |
| | |||||
* | Merge branch 'nulldate' into dev | redmatrix | 2016-09-26 | 1 | -4/+4 |
|\ | |||||
| * | null_date conversion; phase 1 | redmatrix | 2016-09-25 | 1 | -4/+4 |
| | | |||||
* | | issue #526 | redmatrix | 2016-09-22 | 1 | -0/+3 |
|/ | |||||
* | Imported webpage elements update existing elements properly. AllowCode ↵ | Andrew Manning | 2016-08-30 | 1 | -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 Manning | 2016-08-20 | 1 | -2/+53 |
| | | | | being imported properly. | ||||
* | Layouts list and are selectable for export to the zip file | Andrew Manning | 2016-08-20 | 1 | -2/+46 |
| | |||||
* | Export of pages and their layouts to a zip file works. Bug on importing the ↵ | Andrew Manning | 2016-08-20 | 1 | -1/+44 |
| | | | | exported zip file for pages. | ||||
* | Pages populate the available-to-export list. New checkbox class for smaller ↵ | Andrew Manning | 2016-08-19 | 1 | -0/+62 |
| | | | | boxes. | ||||
* | fix attached photo/file permissions on clones | redmatrix | 2016-08-15 | 1 | -0/+4 |
| | |||||
* | /storeurl/cloudurl/ | redmatrix | 2016-08-01 | 1 | -2/+2 |
| | |||||
* | add a few more path macros to portable menu elements (channelurl, pageurl, ↵ | redmatrix | 2016-07-31 | 1 | -0/+9 |
| | | | | storeurl and baseurl) |