Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | new fix for dark theme | phani00 | 2018-12-22 | 1 | -1/+2 |
| | | | | | | | | | | change implementation of hl-tags in include/bbcode.php insert class='default-highlight' instead of background-color: 'yellow' into span add span.default-highlight definition to view/theme/redbasic/css/style.css this works for all schemas incl. dark. (cherry picked from commit aace8a14cee2f173b7a11bb2bfcbcebbe0084863) | ||||
* | default curl to http/1.1 | zotlabs | 2018-12-17 | 1 | -0/+15 |
| | | | (cherry picked from commit 04a45a407ead8e7afcdd3423b773074207e885df) | ||||
* | regression: the ability to order apps messed up since adding pinned apps to ↵ | zotlabs | 2018-12-14 | 1 | -15/+45 |
| | | | | | the ordering (cherry picked from commit 6464099364f3d4e800137a57d3b9ff9e8f7601e4) | ||||
* | return on readImageBlob() exception | Mario Vavti | 2018-12-14 | 1 | -0/+1 |
| | | | (cherry picked from commit 993db01400be17c5e74dfa895c324a7116a4e97e) | ||||
* | prevent incompatible export files (osada/zap) from being imported (manual ↵ | Mario Vavti | 2018-12-03 | 1 | -0/+23 |
| | | | | patch from dev) | ||||
* | more notifications fixes | Mario Vavti | 2018-12-03 | 1 | -1/+1 |
| | |||||
* | catch exception if readImageBlob() receives bogus data | Mario Vavti | 2018-12-03 | 1 | -3/+7 |
| | |||||
* | make pdf preview 100% width and 300px height to match it openstreetmaps preview | Mario Vavti | 2018-12-02 | 1 | -1/+5 |
| | | | (cherry picked from commit df843523850237b0be1eadee99b01b20685917f4) | ||||
* | attached photo permissions regression | zotlabs | 2018-12-02 | 1 | -4/+4 |
| | | | (cherry picked from commit 6cade7d935a489349c56165139796bd2f9cf9be6) | ||||
* | fix mastodon tag notifications (again) | zotlabs | 2018-12-02 | 1 | -15/+17 |
| | | | (cherry picked from commit 8e713245144d0bcedca0d3345017b5fa232c8ca3) | ||||
* | no mention notifications from mastodon (and pleroma) | zotlabs | 2018-12-02 | 1 | -4/+4 |
| | | | (cherry picked from commit ea235c0c6751b682332b968b4c18f905e8ece451) | ||||
* | Merge branch 'patch-20181118a' into 'dev' | Mario | 2018-11-19 | 1 | -2/+0 |
| | | | | | | | | | Patch 20181118a - fix delayed publication of posts See merge request hubzilla/core!1398 (cherry picked from commit f34af496ec82555a0e070e91260dc6edb17f2d5a) 3787c490 Fix: delayed items propagate before publication on cloned channels | ||||
* | strlen($this->imageString()) does not return the correct size when dealing ↵ | Mario Vavti | 2018-11-16 | 1 | -2/+2 |
| | | | | with os_storage images. use filesize() instead. | ||||
* | delivery issue | zotlabs | 2018-11-15 | 1 | -3/+3 |
| | |||||
* | Merge branch 'patch-20181113b' into 'dev' | Mario | 2018-11-14 | 1 | -1/+1 |
|\ | | | | | | | | | Patch 20181113b See merge request hubzilla/core!1395 | ||||
| * | Revert "Filter search box before display" | DM42.Net (Matt Dent) | 2018-11-13 | 1 | -1/+1 |
| | | | | | | | | This reverts commit 35e66770be6ca93c9090cdab221e6c33a410a569. | ||||
* | | Merge branch 'dev' into 'dev' | Mario | 2018-11-14 | 1 | -20/+0 |
|\ \ | |/ |/| | | | | | Remove unneccessary fetch_image_from_url() function See merge request hubzilla/core!1393 | ||||
| * | Remove fetch_image_from_url() because of functions duplicate | Max Kostikov | 2018-11-13 | 1 | -20/+0 |
| | | |||||
* | | Filter search box before display | DM42.Net (Matt Dent) | 2018-11-13 | 1 | -1/+1 |
| | | |||||
* | | fix css issues in bbcode conversion and focus-light schema | Mario Vavti | 2018-11-12 | 1 | -6/+6 |
|/ | |||||
* | Merge branch 'dev' into 'dev' | Max Kostikov | 2018-11-10 | 1 | -9/+9 |
|\ | | | | | | | # Conflicts: # include/photo/photo_driver.php | ||||
| * | Merge branch 'dev' into 'dev' | Mario | 2018-11-10 | 1 | -9/+9 |
| |\ | | | | | | | | | | | | | Remove DNS check for database connection during installation... See merge request hubzilla/core!1384 | ||||
| | * | Remove DNS check for database connection during installation. Causes ↵ | Andrew Manning | 2018-11-09 | 1 | -9/+9 |
| | | | | | | | | | | | | friction with Docker deployment. | ||||
| * | | Fixed wrong value assign on compare with 0 | Max Kostikov | 2018-11-10 | 1 | -1/+1 |
| | | | |||||
* | | | Update photo_driver.php | Max Kostikov | 2018-11-10 | 1 | -1/+1 |
| | | | |||||
* | | | Fixed wrong value assign on compare with 0 | Max Kostikov | 2018-11-10 | 1 | -1/+1 |
|/ / | |||||
* | | Do not return default images from vCard | Max Kostikov | 2018-11-10 | 1 | -1/+0 |
| | | |||||
* | | Preserve received image modification date on caching | Max Kostikov | 2018-11-09 | 1 | -11/+16 |
| | | |||||
* | | Merge branch 'patch-1' into 'dev' | Mario | 2018-11-09 | 1 | -128/+156 |
|\ \ | |/ |/| | | | | | Return image modification date on remote fetch for caching See merge request hubzilla/core!1383 | ||||
| * | remove image type double guess by checking HTTP headers | Max Kostikov | 2018-11-08 | 1 | -23/+7 |
| | | |||||
| * | Return image modification date using HTTP 'Last-Modified' and '304 Not ↵ | Max Kostikov | 2018-11-08 | 1 | -115/+159 |
| | | | | | | | | Modified' on remote fetch for caching | ||||
* | | Workaround for local resource path to photo from Diaspora | Max Kostikov | 2018-11-09 | 1 | -0/+1 |
|/ | |||||
* | provide a function to log to syslog | Mario Vavti | 2018-11-08 | 1 | -0/+13 |
| | |||||
* | Merge remote-tracking branch 'mike/master' into dev | Mario Vavti | 2018-11-07 | 3 | -45/+95 |
|\ | |||||
| * | signature issue | zotlabs | 2018-11-06 | 1 | -1/+1 |
| | | |||||
| * | these changes needed to ensure cloning/syncing works in the future to ↵ | zotlabs | 2018-11-05 | 2 | -44/+94 |
| | | | | | | | | non-zot6 enabled servers after the (coming) zot6 schema updates. This should probably be on a fast track to master branch | ||||
* | | Merge branch 'patch-20181028a' into 'dev' | Mario | 2018-11-05 | 2 | -4/+37 |
|\ \ | |/ |/| | | | | | Add timestamp to pconfig See merge request hubzilla/core!1355 | ||||
| * | strpos needs to test with ===0 not ==0 | M.Dent | 2018-11-01 | 1 | -3/+3 |
| | | |||||
| * | Add timestamp and associated logic to pconfig | M.Dent | 2018-10-28 | 2 | -4/+37 |
| | | |||||
* | | Fix wrong image resize for some external images | Max Kostikov | 2018-11-01 | 1 | -2/+2 |
| | | |||||
* | | Merge branch 'dev' of https://framagit.org/hubzilla/core into dev | Mario Vavti | 2018-10-31 | 1 | -1/+6 |
|\ \ | |||||
| * \ | Merge branch 'patch-20' into 'dev' | Mario | 2018-10-31 | 1 | -1/+6 |
| |\ \ | | | | | | | | | | | | | | | | | Beautiful embedding for Hubzilla links See merge request hubzilla/core!1360 | ||||
| | * | | Update oembed.php | Max Kostikov | 2018-10-30 | 1 | -1/+5 |
| | | | | |||||
| | * | | Beautiful embedding for Hubzilla links | Max Kostikov | 2018-10-30 | 1 | -1/+2 |
| | |/ | |||||
* | | | Merge branch 'dev' of https://framagit.org/hubzilla/core into xdev_merge | zotlabs | 2018-10-30 | 1 | -12/+14 |
|\| | | |||||
| * | | fix markdown tests | Mario Vavti | 2018-10-30 | 1 | -1/+2 |
| | | | |||||
| * | | really fix html2markdown() - when using environment, we must set the defaults | Mario Vavti | 2018-10-30 | 1 | -5/+13 |
| | | | |||||
| * | | fix html2markdown() and re-enable previously failing tests | Mario Vavti | 2018-10-30 | 1 | -9/+2 |
| |/ | |||||
* | | typo | zotlabs | 2018-10-30 | 1 | -1/+1 |
| | | |||||
* | | issue syncing the channel_primary setting which shows up as a wrong count on ↵ | zotlabs | 2018-10-30 | 2 | -19/+17 |
|/ | | | | the admin summary page |