Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | stringify_array_elms() could return weird results if the initial array key ↵ | Mario Vavti | 2019-07-15 | 1 | -2/+2 | |
| | | | | | | | | was not zero. this could trigger obscure bugs e.g. adding an empty string value to the recipients array in the notifier which could then select some broken hubloc/xchan entries. | |||||
* | | fix urls on imported item taxonomy | zotlabs | 2019-07-28 | 1 | -0/+9 | |
|/ | ||||||
* | Add single photo URL rewrite for clonned channel | Max Kostikov | 2019-05-30 | 1 | -1/+1 | |
| | ||||||
* | add btlogger to unxmlify() | Mario Vavti | 2019-05-11 | 1 | -0/+9 | |
| | ||||||
* | Replace photo URL for gallery on clonned channel post sync | Max Kostikov | 2019-05-11 | 1 | -1/+1 | |
| | ||||||
* | Replace own image URL in clonned channel posts | Max Kostikov | 2019-05-08 | 1 | -6/+5 | |
| | ||||||
* | address xmlify/unxmlify performance issue | Mario Vavti | 2019-05-01 | 1 | -2/+12 | |
| | ||||||
* | Cleanup and fixes | Mario | 2019-03-15 | 1 | -16/+1 | |
| | ||||||
* | Merge branch 'dev' into 'dev' | Mario | 2019-02-25 | 1 | -1/+1 | |
|\ | | | | | | | | | zot api changes to support combined content (items+files) import addon See merge request hubzilla/core!1533 | |||||
| * | issues uncovered testing combined item/file import | zotlabs | 2019-02-24 | 1 | -1/+1 | |
| | | ||||||
* | | fix summary and use item_normal_search() for viewsrc so we can also view the ↵ | Mario Vavti | 2019-02-21 | 1 | -1/+6 | |
|/ | | | | source for articles, cards, etc. | |||||
* | Merge remote-tracking branch 'mike/master' into dev | Mario Vavti | 2019-02-04 | 1 | -57/+105 | |
|\ | ||||||
| * | fix linkify_tags() so it works with xchans across multiple protocols, also ↵ | zotlabs | 2019-02-03 | 1 | -57/+105 | |
| | | | | | | | | some fixes to activity parsing from upstream. | |||||
* | | Merge branch 'dev' into 'dev' | M. Dent | 2019-02-01 | 1 | -1/+1 | |
|\ \ | |/ |/| | | | | | Prevent Hubzilla usage for SEO backlinks See merge request hubzilla/core!1501 | |||||
| * | Prevent Hubzilla usage for SEO backlinks | Max Kostikov | 2019-02-01 | 1 | -1/+1 | |
| | | ||||||
* | | Correct and extend Doxygen comments. | Klaus Weidenbach | 2019-01-23 | 1 | -48/+99 | |
| | | | | | | | | | | | | Correct some documentation errors for Doxygen and add more comments. Document some undefined variables with @FIXME. | |||||
* | | Merge branch 'prepare_text' into 'dev' | Mario | 2019-01-23 | 1 | -27/+34 | |
|\ \ | | | | | | | | | | | | | Correct parameter in include/text.php prepare_text() See merge request hubzilla/core!1483 | |||||
| * | | Correct parameter in include/text.php prepare_text() | Klaus Weidenbach | 2019-01-22 | 1 | -27/+34 | |
| | | | | | | | | | | | | Also extend documentation. | |||||
* | | | Merge branch 'dev' into 'dev' | Mario | 2019-01-23 | 1 | -0/+3 | |
|\ \ \ | |/ / |/| / | |/ | | | Skip tags detection in URL See merge request hubzilla/core!1482 | |||||
| * | Skip tags detection in URL | Max Kostikov | 2019-01-22 | 1 | -0/+3 | |
| | | ||||||
* | | we must sslify all possible content variables | Mario Vavti | 2019-01-10 | 1 | -1/+8 | |
|/ | ||||||
* | Remove scale_external_images() | Max Kostikov | 2018-12-17 | 1 | -2/+0 | |
| | ||||||
* | more notifications fixes | Mario Vavti | 2018-12-03 | 1 | -1/+1 | |
| | | | (cherry picked from commit 9ef6c57ca59aa318a3564f6b48c6442870650d3e) | |||||
* | Merge branch 'photocache' into 'dev' | M. Dent | 2018-12-02 | 1 | -5/+15 | |
|\ | | | | | | | | | Add Photo Cache addon support See merge request hubzilla/core!1412 | |||||
| * | Remove local_channel() check on cache_body_hook call | Max Kostikov | 2018-12-02 | 1 | -9/+7 | |
| | | ||||||
| * | Check local_channel() before cache call | Max Kostikov | 2018-11-30 | 1 | -6/+8 | |
| | | ||||||
| * | Move cache code to addon | Max Kostikov | 2018-11-30 | 1 | -17/+7 | |
| | | ||||||
| * | Fix wrong parameter | Max Kostikov | 2018-11-29 | 1 | -4/+3 | |
| | | ||||||
| * | Update text.php | Max Kostikov | 2018-11-29 | 1 | -5/+0 | |
| | | ||||||
| * | Skip sslify for images if it already were cached with https enabled | Max Kostikov | 2018-11-29 | 1 | -1/+6 | |
| | | ||||||
| * | Update text.php | Max Kostikov | 2018-11-29 | 1 | -1/+2 | |
| | | ||||||
| * | Cache for viewer channel | Max Kostikov | 2018-11-29 | 1 | -5/+4 | |
| | | ||||||
| * | Disable links to cached photos for non logged viewers | Max Kostikov | 2018-11-29 | 1 | -1/+1 | |
| | | ||||||
| * | Update text.php | Max Kostikov | 2018-11-29 | 1 | -2/+2 | |
| | | ||||||
| * | Add photo cache support using sslify() | Max Kostikov | 2018-11-29 | 1 | -6/+27 | |
| | | ||||||
* | | prevent incompatible export files (osada/zap) from being imported. This is ↵ | zotlabs | 2018-11-27 | 1 | -0/+23 | |
|/ | | | | to keep your DB from getting trashed. We probably need a similar thing for item import since the object formats aren't compatible | |||||
* | Merge branch 'master' into zvi | zotlabs | 2018-11-14 | 1 | -1/+1 | |
|\ | ||||||
| * | Revert "Filter search box before display" | DM42.Net (Matt Dent) | 2018-11-13 | 1 | -1/+1 | |
| | | | | | | | | This reverts commit 35e66770be6ca93c9090cdab221e6c33a410a569. | |||||
* | | Merge branch 'master' into zvi | zotlabs | 2018-11-13 | 1 | -1/+14 | |
|\| | ||||||
| * | Filter search box before display | DM42.Net (Matt Dent) | 2018-11-13 | 1 | -1/+1 | |
| | | ||||||
| * | provide a function to log to syslog | Mario Vavti | 2018-11-08 | 1 | -0/+13 | |
| | | ||||||
* | | item uuid changes | zotlabs | 2018-11-12 | 1 | -19/+2 | |
| | | ||||||
* | | begin native summary support | zotlabs | 2018-11-08 | 1 | -2/+21 | |
|/ | ||||||
* | these changes needed to ensure cloning/syncing works in the future to ↵ | zotlabs | 2018-11-05 | 1 | -0/+8 | |
| | | | | non-zot6 enabled servers after the (coming) zot6 schema updates. This should probably be on a fast track to master branch | |||||
* | Prevent links damage on foreign channel repost for cloned | Max Kostikov | 2018-10-05 | 1 | -1/+3 | |
| | ||||||
* | Fix misplaced comma with period. | M.Dent | 2018-10-02 | 1 | -1/+1 | |
| | ||||||
* | Update text.php | Max Kostikov | 2018-09-27 | 1 | -1/+1 | |
| | ||||||
* | Catch errors in template rendering. Output a generic error and log problem. | M.Dent | 2018-09-14 | 1 | -1/+7 | |
| | ||||||
* | hubzilla core issue #1262 | zotlabs | 2018-08-17 | 1 | -0/+1 | |
| | ||||||
* | more backporting for zot6 | zotlabs | 2018-08-14 | 1 | -0/+38 | |
| |