aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module
Commit message (Collapse)AuthorAgeFilesLines
* cleanup logging and return if query returns empty resultMario Vavti2019-02-031-3/+6
| | | (cherry picked from commit c657d766cf0dbca750840a4395003ea9e94a4809)
* do not overwrite $sql_extraMario Vavti2019-02-031-2/+4
| | | (cherry picked from commit 4706ff693843e0fd059bba5d306a172f059b4af7)
* do not count removed channelsMario Vavti2019-01-101-1/+1
| | | (cherry picked from commit 01f4ce96f1fe835db774acffb65b2553e1b44c0a)
* use count() instead of sizeof()Mario Vavti2018-12-221-1/+1
| | | (cherry picked from commit 774dd6d5e333ac1988f1f3d830627cd7af68908e)
* check if we deal with an array before sizeof()Mario Vavti2018-12-221-3/+3
| | | (cherry picked from commit 339c9cceeca1e9b54aa320aea48d164d1cc22e36)
* make mod channel deal with b64 encoded mid\sMario Vavti2018-12-221-0/+8
| | | | | | ; (cherry picked from commit bc6d384ca91bf754c10ead1d787bf1452c20e9d4)
* do not add timestamp to the photo src. caching is handled in mod photo now.Mario Vavti2018-12-211-1/+1
| | | (cherry picked from commit e34853e19ea10bde7a4dc2e585da3c26d7032bdb)
* like permission issuezotlabs2018-12-211-1/+1
| | | (cherry picked from commit 389b4beba47823ebc0549ee8d7c0549c27b73b7a)
* missing observer checkMario Vavti2018-12-201-0/+3
| | | (cherry picked from commit ec769bc9f948956a8093c675a14970461c5d8304)
* Add return if no local_channel()DM42.Net (Matt Dent)2018-12-171-1/+3
| | | (cherry picked from commit 5bcc379530e6789f59397dc39f4da66cc8c5b2ae)
* ARTICLES MODULE: Default to local_channel() user when no argv(1) is passed.DM42.Net (Matt Dent)2018-12-171-2/+8
| | | (cherry picked from commit 3f06a857c27344263d4a361e367738e85fc30af6)
* fix wiki preview issue with hyperlinksMario Vavti2018-12-151-2/+2
| | | (cherry picked from commit 919ea9f750fbb665a655cd26ae86c00e424a4318)
* regression: the ability to order apps messed up since adding pinned apps to ↵zotlabs2018-12-142-18/+21
| | | | | the ordering (cherry picked from commit 6464099364f3d4e800137a57d3b9ff9e8f7601e4)
* add photo_view_filter hook and fix minor issue with unset auto_save_draft ↵Mario Vavti2018-12-141-2/+11
| | | | | variable which resultet in a javascript error (cherry picked from commit 7894fed7413ab3bd782bf939b17ca70bf0196d28)
* home notifications won't expand if there are more than 300 unseen network ↵zotlabs2018-12-141-2/+4
| | | | | notifications ahead of them. (cherry picked from commit 30efeb5becb2b5e1133f429460c5c3bbc9b44f55)
* total_identities restriction off by onezotlabs2018-12-141-1/+1
| | | (cherry picked from commit e60fb175242516382d1e1a61fce327c38515f3ee)
* reset page title if article has no title.zotlabs2018-12-141-2/+1
| | | (cherry picked from commit 8ab1f3105874b3167515de9a41c3bf3f3fe5a9d8)
* prevent incompatible export files (osada/zap) from being imported (manual ↵Mario Vavti2018-12-031-0/+9
| | | | patch from dev)
* allow notification filtering by name or addrzotlabs2018-12-021-1/+7
| | | (cherry picked from commit c6acb6191ca558fce121e7df26a8aba88beac2d9)
* Do not store serialized pconfig value received via to Module/Pconfig.phpM. Dent2018-12-021-0/+5
| | | (cherry picked from commit 6b02c664fb9444d66322605c408bb791457ee0b5)
* fix typo which prevented propagation of commentsMario Vavti2018-11-201-1/+1
| | | (cherry picked from commit 0c94747ab1c740f47e5a796f5c60efcdfcd29ba1)
* recalculate photo filesize when rotating an imageMario Vavti2018-11-171-10/+19
|
* Merge branch 'patch-20181113b' into 'dev'Mario2018-11-141-2/+2
|\ | | | | | | | | Patch 20181113b See merge request hubzilla/core!1395
| * Fix double escaping after xss fixDM42.Net (Matt Dent)2018-11-131-2/+2
| |
* | Merge branch 'dev' into 'dev'Mario2018-11-141-8/+9
|\ \ | |/ |/| | | | | Remove unneccessary fetch_image_from_url() function See merge request hubzilla/core!1393
| * Update Photo.phpMax Kostikov2018-11-131-4/+4
| |
| * Remove uneccessary include/photos.php Max Kostikov2018-11-131-1/+0
| |
| * Text formatting in Photo.phpMax Kostikov2018-11-131-2/+2
| |
| * Replace fetch_image_from_url() with z_fetch_url()Max Kostikov2018-11-131-6/+8
| |
* | Merge remote-tracking branch red/master into patch-20181113a. Add Mike's fix ↵DM42.Net (Matt Dent)2018-11-131-3/+3
|\ \ | | | | | | | | | to search xss and Superblock fix.
| * | xss in searchzotlabs2018-11-131-3/+3
| | |
* | | Revert "Replace fetch_image_from_url() with z_fetch_url()"Max Kostikov2018-11-131-9/+6
| | | | | | | | | This reverts commit 6375f2d73a0c314e8de12071f1e604e59d8c76de
* | | Replace fetch_image_from_url() with z_fetch_url()Max Kostikov2018-11-131-6/+9
| |/ |/|
* | Preserve photo modification dateMax Kostikov2018-11-101-4/+8
| |
* | Remove unnecessary Zulu timezone mentionMax Kostikov2018-11-101-1/+1
| |
* | Fixed timezone conversionMax Kostikov2018-11-091-4/+4
| |
* | Correct "Content-Length:" calculation addedMax Kostikov2018-11-081-1/+1
| |
* | $data only contains the link to the image if the image is in os storage. The ↵Mario Vavti2018-11-081-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 enabledMax Kostikov2018-11-071-6/+6
| |
* | Added `If-Modified-Since` header support for better image caching and fixed ↵Max Kostikov2018-11-071-6/+14
|/ | | | absent 404 for photos
* Revert "remove 'Expiries' HTTP header"Max Kostikov2018-11-071-1/+2
| | | This reverts commit 40d9277ef38ef1200db59cd2f8c6b9e2a80bc332
* remove 'Expiries' HTTP header Max Kostikov2018-11-061-2/+1
|
* Update Photo.phpMax Kostikov2018-11-061-2/+2
|
* Update Photo.phpMax Kostikov2018-11-061-4/+2
|
* Update Photo.phpMax Kostikov2018-11-061-2/+3
|
* 'Last-Modified' and 'Content-Length' HTTP headers added for better image cachingMax Kostikov2018-11-061-9/+18
|
* Update Photo.phpMax Kostikov2018-11-051-1/+1
|
* Use modern get_config() syntaxMax Kostikov2018-11-051-4/+2
|
* Merge remote-tracking branch 'mike/master' into devMario Vavti2018-11-052-11/+36
|\
| * Merge branch 'dev' of https://framagit.org/hubzilla/core into xdev_mergezotlabs2018-11-041-1/+6
| |\