aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs
Commit message (Expand)AuthorAgeFilesLines
* use count() instead of sizeof()Mario Vavti2018-12-221-1/+1
* check if we deal with an array before sizeof()Mario Vavti2018-12-221-3/+3
* make mod channel deal with b64 encoded mid\sMario Vavti2018-12-221-0/+8
* Update OAuth2Storage.php - fix email retrieval in getUserPascal Deklerck2018-12-221-1/+1
* do not add timestamp to the photo src. caching is handled in mod photo now.Mario Vavti2018-12-211-1/+1
* like permission issuezotlabs2018-12-211-1/+1
* missing observer checkMario Vavti2018-12-201-0/+3
* Add return if no local_channel()DM42.Net (Matt Dent)2018-12-171-1/+3
* ARTICLES MODULE: Default to local_channel() user when no argv(1) is passed.DM42.Net (Matt Dent)2018-12-171-2/+8
* fix wiki preview issue with hyperlinksMario Vavti2018-12-151-2/+2
* regression: the ability to order apps messed up since adding pinned apps to t...zotlabs2018-12-143-30/+47
* add photo_view_filter hook and fix minor issue with unset auto_save_draft var...Mario Vavti2018-12-141-2/+11
* home notifications won't expand if there are more than 300 unseen network not...zotlabs2018-12-141-2/+4
* total_identities restriction off by onezotlabs2018-12-141-1/+1
* reset page title if article has no title.zotlabs2018-12-141-2/+1
* prevent incompatible export files (osada/zap) from being imported (manual pat...Mario Vavti2018-12-031-0/+9
* more notifications fixesMario Vavti2018-12-031-4/+4
* fallback to url if we have not got an addrMario Vavti2018-12-021-1/+1
* allow notification filtering by name or addrzotlabs2018-12-022-1/+8
* Do not store serialized pconfig value received via to Module/Pconfig.phpM. Dent2018-12-021-0/+5
* fix call to undefined functionMario Vavti2018-11-211-1/+1
* fix typo which prevented propagation of commentsMario Vavti2018-11-201-1/+1
* recalculate photo filesize when rotating an imageMario Vavti2018-11-171-10/+19
* Merge branch 'patch-20181113b' into 'dev'Mario2018-11-141-2/+2
|\
| * Fix double escaping after xss fixDM42.Net (Matt Dent)2018-11-131-2/+2
* | Merge branch 'dev' into 'dev'Mario2018-11-141-8/+9
|\ \ | |/ |/|
| * 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-132-5/+15
|\ \
| * | xss in searchzotlabs2018-11-131-3/+3
| * | enotify::format hook for superblockzotlabs2018-11-121-2/+12
* | | Revert "Replace fetch_image_from_url() with z_fetch_url()"Max Kostikov2018-11-131-9/+6
* | | 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
* | 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 a...Max Kostikov2018-11-071-6/+14
|/
* Revert "remove 'Expiries' HTTP header"Max Kostikov2018-11-071-1/+2
* 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