| Commit message (Expand) | Author | Age | Files | Lines |
* | mod/import: try ten times to create a unique webbie if the chosen one is in use. | friendica | 2014-12-18 | 1 | -3/+27 |
* | PostgreSQL support initial commit | Habeas Codice | 2014-11-13 | 1 | -3/+3 |
* | fix import sql error | friendica | 2014-10-13 | 1 | -1/+1 |
* | disable email notifications when bulk importing content. | friendica | 2014-10-08 | 1 | -0/+5 |
* | optionally include wall items (posts) in import/export | friendica | 2014-09-25 | 1 | -2/+55 |
* | when importing channels - use the new location notification message to tell y... | friendica | 2014-09-16 | 1 | -9/+4 |
* | channel export with items | friendica | 2014-09-15 | 1 | -0/+6 |
* | honour service class restrictions for total_identities, total_channels ("frie... | friendica | 2014-09-15 | 1 | -1/+28 |
* | This is long overdue - use a symblic constant NULL_DATE instead of the easily... | friendica | 2014-09-08 | 1 | -1/+1 |
* | We really can't do this without a hubloc. I was hoping we could, but notifier... | friendica | 2014-08-22 | 1 | -2/+3 |
* | if photo import failed during channel import, reset the xchan_photo_date so i... | friendica | 2014-06-04 | 1 | -1/+7 |
* | remove a couple of mysql reserved words from being used as table or row names... | friendica | 2013-12-22 | 1 | -1/+1 |
* | add poco and follow to default xchan creation | friendica | 2013-12-04 | 1 | -1/+3 |
* | change from refresh_all to a directory update - which does a refresh_all and ... | friendica | 2013-09-08 | 1 | -1/+3 |
* | perform a refresh_all when an import has completed so that all your connectio... | friendica | 2013-09-08 | 1 | -0/+2 |
* | if changing primary hub during an import operation - remove the old xchan and... | friendica | 2013-08-19 | 1 | -0/+25 |
* | fix import from file | friendica | 2013-08-15 | 1 | -4/+4 |
* | fix default channel setting after import | friendica | 2013-07-18 | 1 | -4/+9 |
* | import requires a valid account | friendica | 2013-06-08 | 1 | -0/+7 |
* | Merge https://github.com/friendica/red into zpull | friendica | 2013-06-08 | 1 | -0/+1 |
|\ |
|
| * | Another missing include | Thomas Willingham | 2013-06-07 | 1 | -0/+1 |
* | | remove uploaded import file once we're done with it. | friendica | 2013-06-08 | 1 | -0/+1 |
|/ |
|
* | set default channel to new import if a default channel wasn't already set | friendica | 2013-06-05 | 1 | -0/+2 |
* | missing include, plus change to new red api path for basic export | friendica | 2013-06-05 | 1 | -2/+2 |
* | doh - would probably help to decode the data before trying to use it... | friendica | 2013-06-05 | 1 | -0/+1 |
* | mysql 5.1 chokes on 'select * from group' since group is a keyword | Zach Prezkuta | 2013-05-12 | 1 | -2/+2 |
* | photo driver abstraction | friendica | 2013-04-25 | 1 | -2/+2 |
* | add groups and personal configs to export/import | friendica | 2013-02-21 | 1 | -0/+57 |
* | unset auto increment keys on import | friendica | 2013-02-19 | 1 | -0/+3 |
* | that should be the last critical piece. Everything else is gravy. | friendica | 2013-02-19 | 1 | -4/+4 |
* | dang - this is almost testable. Still have to figure out the best way to deal... | friendica | 2013-02-19 | 1 | -22/+57 |
* | the heavy lifting is done for location migration aka channel import - now it'... | friendica | 2013-02-19 | 1 | -1/+144 |
* | more groundwork for channel import | friendica | 2013-02-14 | 1 | -8/+50 |
* | fill in the basic outline of what needs to happen on importation | friendica | 2013-01-12 | 1 | -1/+33 |
* | skeleton for channel import | friendica | 2013-01-12 | 1 | -0/+32 |