Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | recalculate photo filesize when rotating an image | Mario Vavti | 2018-11-17 | 1 | -10/+19 |
| | |||||
* | Merge branch 'patch-20181113b' into 'dev' | Mario | 2018-11-14 | 1 | -2/+2 |
|\ | | | | | | | | | Patch 20181113b See merge request hubzilla/core!1395 | ||||
| * | Fix double escaping after xss fix | DM42.Net (Matt Dent) | 2018-11-13 | 1 | -2/+2 |
| | | |||||
* | | Merge branch 'dev' into 'dev' | Mario | 2018-11-14 | 1 | -8/+9 |
|\ \ | |/ |/| | | | | | Remove unneccessary fetch_image_from_url() function See merge request hubzilla/core!1393 | ||||
| * | Update Photo.php | Max Kostikov | 2018-11-13 | 1 | -4/+4 |
| | | |||||
| * | Remove uneccessary include/photos.php | Max Kostikov | 2018-11-13 | 1 | -1/+0 |
| | | |||||
| * | Text formatting in Photo.php | Max Kostikov | 2018-11-13 | 1 | -2/+2 |
| | | |||||
| * | Replace fetch_image_from_url() with z_fetch_url() | Max Kostikov | 2018-11-13 | 1 | -6/+8 |
| | | |||||
* | | Merge remote-tracking branch red/master into patch-20181113a. Add Mike's fix ↵ | DM42.Net (Matt Dent) | 2018-11-13 | 2 | -5/+15 |
|\ \ | | | | | | | | | | to search xss and Superblock fix. | ||||
| * | | xss in search | zotlabs | 2018-11-13 | 1 | -3/+3 |
| | | | |||||
| * | | enotify::format hook for superblock | zotlabs | 2018-11-12 | 1 | -2/+12 |
| | | | |||||
* | | | Revert "Replace fetch_image_from_url() with z_fetch_url()" | Max Kostikov | 2018-11-13 | 1 | -9/+6 |
| | | | | | | | | | This reverts commit 6375f2d73a0c314e8de12071f1e604e59d8c76de | ||||
* | | | Replace fetch_image_from_url() with z_fetch_url() | Max Kostikov | 2018-11-13 | 1 | -6/+9 |
| |/ |/| | |||||
* | | Preserve photo modification date | Max Kostikov | 2018-11-10 | 1 | -4/+8 |
| | | |||||
* | | Remove unnecessary Zulu timezone mention | Max Kostikov | 2018-11-10 | 1 | -1/+1 |
| | | |||||
* | | Fixed timezone conversion | Max Kostikov | 2018-11-09 | 1 | -4/+4 |
| | | |||||
* | | Correct "Content-Length:" calculation added | Max Kostikov | 2018-11-08 | 1 | -1/+1 |
| | | |||||
* | | $data only contains the link to the image if the image is in os storage. The ↵ | Mario Vavti | 2018-11-08 | 1 | -1/+2 |
| | | | | | | | | size is calculatet wrong in this case and the download fails. rely on filesize from the db for content-length | ||||
* | | Disable image caching if personal or group permissions enabled | Max Kostikov | 2018-11-07 | 1 | -6/+6 |
| | | |||||
* | | Added `If-Modified-Since` header support for better image caching and fixed ↵ | Max Kostikov | 2018-11-07 | 1 | -6/+14 |
|/ | | | | absent 404 for photos | ||||
* | Revert "remove 'Expiries' HTTP header" | Max Kostikov | 2018-11-07 | 1 | -1/+2 |
| | | | This reverts commit 40d9277ef38ef1200db59cd2f8c6b9e2a80bc332 | ||||
* | remove 'Expiries' HTTP header | Max Kostikov | 2018-11-06 | 1 | -2/+1 |
| | |||||
* | Update Photo.php | Max Kostikov | 2018-11-06 | 1 | -2/+2 |
| | |||||
* | Update Photo.php | Max Kostikov | 2018-11-06 | 1 | -4/+2 |
| | |||||
* | Update Photo.php | Max Kostikov | 2018-11-06 | 1 | -2/+3 |
| | |||||
* | 'Last-Modified' and 'Content-Length' HTTP headers added for better image caching | Max Kostikov | 2018-11-06 | 1 | -9/+18 |
| | |||||
* | Update Photo.php | Max Kostikov | 2018-11-05 | 1 | -1/+1 |
| | |||||
* | Use modern get_config() syntax | Max Kostikov | 2018-11-05 | 1 | -4/+2 |
| | |||||
* | Merge branch 'patch-20181028a' into 'dev' | Mario | 2018-11-05 | 2 | -15/+118 |
|\ | | | | | | | | | Add timestamp to pconfig See merge request hubzilla/core!1355 | ||||
| * | Add tracking of deleted pconfig variables | M.Dent | 2018-10-29 | 1 | -4/+40 |
| | | |||||
| * | Fix to set update time in pconfig on update | M.Dent | 2018-10-28 | 1 | -3/+3 |
| | | |||||
| * | Add timestamp and associated logic to pconfig | M.Dent | 2018-10-28 | 1 | -12/+53 |
| | | |||||
| * | DB Updates to prep for pconfig timestamps. | M.Dent | 2018-10-28 | 1 | -0/+26 |
| | | |||||
* | | Merge remote-tracking branch 'mike/master' into dev | Mario Vavti | 2018-11-05 | 3 | -129/+319 |
|\ \ | |||||
| * | | debug zot6 discovery | zotlabs | 2018-11-04 | 1 | -118/+283 |
| | | | |||||
| * | | Merge branch 'dev' of https://framagit.org/hubzilla/core into xdev_merge | zotlabs | 2018-11-04 | 1 | -1/+6 |
| |\ \ | |||||
| * | | | z6 updates to owa, linkinfo improved image detection | zotlabs | 2018-11-04 | 2 | -11/+36 |
| | | | | |||||
* | | | | more fixes for forum notifications handling: do not count likes/dislikes if ↵ | Mario Vavti | 2018-11-03 | 2 | -2/+6 |
| |/ / |/| | | | | | | | | likes notifications are disabled and also do not show like activities when clicking a forum notification and like notifications are disabled | ||||
* | | | Update Linkinfo.php | Max Kostikov | 2018-11-03 | 1 | -1/+1 |
| | | | |||||
* | | | Update Linkinfo.php | Max Kostikov | 2018-11-03 | 1 | -1/+1 |
| | | | |||||
* | | | Update Linkinfo.php | Max Kostikov | 2018-11-03 | 1 | -4/+4 |
| | | | |||||
* | | | Update Linkinfo.php | Max Kostikov | 2018-11-02 | 1 | -2/+2 |
| | | | |||||
* | | | more precise codepage detection | Max Kostikov | 2018-11-02 | 1 | -3/+5 |
| | | | |||||
* | | | Workaround for incorrect ISO-8859-5 encoded content conversion | Max Kostikov | 2018-11-02 | 1 | -2/+5 |
|/ / | |||||
* | | yet another blueimp vulnerability. Move to composer. | Mike Macgirvin | 2018-10-31 | 1 | -3/+3 |
| | | |||||
* | | Merge branch 'dev' of https://framagit.org/hubzilla/core into xdev_merge | zotlabs | 2018-10-30 | 4 | -18/+30 |
|\ \ | |||||
| * \ | Merge branch 'forum-ping' into 'dev' | M. Dent | 2018-10-31 | 1 | -4/+3 |
| |\ \ | | | | | | | | | | | | | | | | | fix forum ping results - the term query requires xchan_name instead of… See merge request hubzilla/core!1358 | ||||
| | * | | fix forum ping results - the term query requires xchan_name instead of ↵ | Mario Vavti | 2018-10-29 | 1 | -4/+3 |
| | |/ | | | | | | | | | | xchan_hash. also improve the query itself - item_permission_sql() is redundant here since we always deal with local_channel() and use count(id) instead of sum(item_unseen) to get the unseen count | ||||
| * / | allow wiki_list widget to be used in any page | Mario Vavti | 2018-10-29 | 1 | -4/+0 |
| |/ | |||||
| * | fix issues with forum handling in mod network and ping. also some code cleanup. | Mario Vavti | 2018-10-27 | 2 | -10/+24 |
| | |