aboutsummaryrefslogtreecommitdiffstats
path: root/include/import.php
Commit message (Collapse)AuthorAgeFilesLines
* access token refactorMario2021-12-171-0/+58
|
* remove library/urlify and use vendor/jbroadway/urlify insteadMario2021-10-221-2/+1
|
* remove redundant variable and provide missing phpdocMario2021-10-101-1/+0
|
* move sync logic for apps to mod appman. this way we can re-use the functions ↵Mario Vavti2021-10-061-25/+2
| | | | without creating sync loops.
* more app syncMario Vavti2021-10-041-4/+23
|
* set the sync flag to trueMario Vavti2021-10-041-1/+1
|
* more app sync fixesMario Vavti2021-10-041-4/+4
|
* Revert "more app sync fixes"Mario Vavti2021-10-041-21/+13
| | | | This reverts commit 743098921220364341e5e3b194fbe0b442a4c28c.
* more app sync fixesMario Vavti2021-10-041-13/+21
|
* app sync fixes - part 2Mario Vavti2021-10-041-6/+6
|
* provide system app syncMario2021-10-041-21/+53
|
* add optional $removed argument to channelx_by functions to allow inclusion ↵Mario Vavti2021-10-031-1/+2
| | | | of removed channels which is required (mod channel, daemon notifier -> refresh_all) if a channel got removed also remove caching to App so we always get a fresh copy. In import_hublocs() add site_id to the array passed to Libzot::gethubs() because it is expected there.
* revise content import/export part 2Mario Vavti2021-09-291-0/+1
|
* remove unobscure()Mario2021-05-281-5/+0
|
* remove deprecated mail codeMario2021-05-281-79/+0
|
* remove most legacy zot quirksMario2021-05-261-1/+1
|
* next batch of fixesMario2021-04-211-5/+0
|
* revert last part of previous commit -> see comment above the changeMario2021-04-191-1/+1
|
* import_items(): make sure we compare the correct revision and only call ↵Mario2021-04-191-6/+7
| | | | item_store_update() if edited timestamp of the received item > stored item timestamp
* get devHilmar R2021-03-011-1/+1
|
* Revert "keyid adapt for backward compatibility to current release part 2"Mario2021-01-131-1/+1
| | | | This reverts commit efb8a29b5fcacd491c5e080572581437b6000f87.
* keyid adapt for backward compatibility to current release part 2Mario2021-01-091-1/+1
|
* more streamline keyidMario2021-01-091-1/+1
|
* streamline keyidMario2021-01-091-1/+1
|
* Fix CardDAV address book IDMax Kostikov2020-12-191-0/+1
|
* fix file sync issuesMario2020-12-141-2/+5
|
* sync categoriesMario2020-12-141-1/+19
|
* fix hubloc issue in mod getfileMario2020-12-111-10/+10
| | | (cherry picked from commit b0b9b9f28974f9016e47491e81876224c57a7e3b)
* some work on include/importMario2020-11-121-19/+26
|
* another import fix and do not allow importing channels < version 4.7.4 for ↵Mario2020-04-051-1/+2
| | | | zot6 compatibility reasons
* Implement DAV calendars sync with clonesMax Kostikov2020-02-241-0/+71
|
* Revert "Use argv() instead URI parsing"Max Kostikov2020-02-201-0/+67
| | | | This reverts commit bcfb69eeeef6a0506a0ec0574a03b673df84a55a
* Sync private items with clones; avoid sync if no local connection with ↵Max Kostikov2019-09-301-1/+18
| | | | thread owner
* Fix attach permissions sync for clonned channelMax Kostikov2019-08-221-2/+2
|
* Merge branch 'httpsig' into 'dev'Mario2019-06-271-2/+4
|\ | | | | | | | | http signature consolidation See merge request hubzilla/core!1685
| * http signature consolidationzotlabs2019-06-261-2/+4
| |
* | Fix thumbnails processing logic on files syncMax Kostikov2019-06-211-1/+1
|/
* attach sync issueszotlabs2019-06-111-5/+7
|
* anomolies in calls to datetime_convert in include/importzotlabs2019-05-281-6/+6
|
* Remove 'os_syspath' from direct 'photo' table updateMax Kostikov2019-05-061-1/+0
|
* strip obsolete channel_(rw)_photos from channel sync packetszotlabs2019-05-031-1/+2
|
* Update xchan profile edited date only onceMax Kostikov2019-04-131-9/+10
|
* Set 'os_syspath' with local pathMax Kostikov2019-04-121-1/+2
|
* Override received 'content' if we saving thumbnail in filesystemMax Kostikov2019-04-121-0/+1
|
* Fix 'os_syspath' if we store thumbnails in filesystemMax Kostikov2019-04-121-1/+3
|
* Fetch thumbnails and store it in filesystem or DB; update xchan profile edit ↵Max Kostikov2019-04-121-4/+22
| | | | time on fetch
* Revert "Update htconfig.sample.php"Max Kostikov2019-04-101-5/+4
| | | | This reverts commit f2126ef18c8b66020305d07dcefeacc4e55a3c12
* check service class limits when syncing fileszotlabs2019-03-301-0/+14
|
* clone systems apps to the extent possible, auto-configure imagick thumbnail ↵Zot2019-03-181-1/+87
| | | | binary during setup if possible
* Correct and extend Doxygen comments.Klaus Weidenbach2019-01-231-4/+5
| | | | | | Correct some documentation errors for Doxygen and add more comments. Document some undefined variables with @FIXME.