aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* bump version3.8.8Mario2018-12-221-1/+1
|
* update changelogMario Vavti2018-12-221-0/+18
| | | (cherry picked from commit cdb85f130933b2abe9da80119696f5d1d55bebc4)
* 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)
* revert padding for text highlight. It is messing with indent punctuation and ↵Mario Vavti2018-12-221-2/+1
| | | | | decreases legibility of the highlighted text. (cherry picked from commit fac3579fb0124a13c5066c660e8a2bd89ed1e144)
* manualy Fix cURL with HTTP/2 due to merge conflictsMario2018-12-221-14/+4
|
* manualy remove scale_external_images() due to merge conflictsMario2018-12-221-2/+0
|
* Remove scale_external_images()Max Kostikov2018-12-221-93/+0
| | | (cherry picked from commit 1541f67eab5f541d1f61001fc4e42132a9ac09f8)
* Remove scale_external_images()Max Kostikov2018-12-221-2/+0
| | | (cherry picked from commit a2959c6e9e795c0c8c6e87b70d8d0a935ae272f9)
* remove color from style.css (default) but add a little padding; add color & ↵phani002018-12-222-1/+7
| | | | | border radius to dark.css. (cherry picked from commit 2354bb5427d5d6b384c2e5b0f8fb9e676249e77b)
* change hl text color to the default text color in non-dark schema. looks ↵phani002018-12-221-1/+1
| | | | | good, except in dark, where i can change it in dark.css. (cherry picked from commit b97143e9db5c002145e2811cad4a1e12a9eaa259)
* remove some fancy formatting.phani002018-12-222-5/+0
| | | (cherry picked from commit aaab905e726c126a36453f4ae08c39c3045bf412)
* make mod channel deal with b64 encoded mid\sMario Vavti2018-12-221-0/+8
| | | | | | ; (cherry picked from commit bc6d384ca91bf754c10ead1d787bf1452c20e9d4)
* new fix for dark themephani002018-12-223-25/+28
| | | | | | | | | | 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)
* remove my dark theme fixes.phani002018-12-221-5/+8
| | | (cherry picked from commit 70a766171117fd94c7e0ca228d3b879f7f307e5f)
* Update OAuth2Storage.php - fix email retrieval in getUserPascal Deklerck2018-12-221-1/+1
| | | (cherry picked from commit 6a825cc504901b6c09724e487f43b5012805c6a0)
* Add reload to util/addonsM. Dent2018-12-221-0/+15
| | | (cherry picked from commit 0e5d76e7359d3f38b971138069a239ae4ef171eb)
* 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)
* default curl to http/1.1zotlabs2018-12-171-0/+15
| | | (cherry picked from commit 04a45a407ead8e7afcdd3423b773074207e885df)
* 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)
* update changelog3.8.7Mario Vavti2018-12-141-0/+12
| | | (cherry picked from commit 4ff3c57976705ce2b7964536d55dabb308cc25dd)
* fix issue with linkdropperMario Vavti2018-12-141-2/+2
| | | (cherry picked from commit f81a3ba45d50c0a0e4da68c17aba73425058e23d)
* regression: the ability to order apps messed up since adding pinned apps to ↵zotlabs2018-12-145-47/+94
| | | | | the ordering (cherry picked from commit 6464099364f3d4e800137a57d3b9ff9e8f7601e4)
* version bumpMario2018-12-141-1/+1
|
* return on readImageBlob() exceptionMario Vavti2018-12-141-0/+1
| | | (cherry picked from commit 993db01400be17c5e74dfa895c324a7116a4e97e)
* add photo_view_filter hook and fix minor issue with unset auto_save_draft ↵Mario Vavti2018-12-144-3/+16
| | | | | 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)
* change redbasic dark schema to make categories and highlights readablephani002018-12-141-0/+19
| | | | | | | | | | additions to /view/theme/redbasic/schema/dark.css to change the appearance of category badges and highlighted text ([hl]...[/hl]). hl text changed from master: it's not 'strong' anymore. commented out the pseudo-class selector that works in master but not in dev anymore. (cherry picked from commit 18caf0273fe6ec66ea429561c1da93deb5741c23)
* 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)
* quickfix for es-es languageMario Vavti2018-12-031-2/+2
|
* version 3.8.63.8.6Mario Vavti2018-12-031-1/+1
|
* update stringsMario Vavti2018-12-031-399/+387
|
* optimize autoload cacheMario Vavti2018-12-032-12/+4
|
* changelogMario Vavti2018-12-031-0/+18
|
* prevent incompatible export files (osada/zap) from being imported (manual ↵Mario Vavti2018-12-032-0/+32
| | | | patch from dev)
* more notifications fixesMario Vavti2018-12-033-6/+6
|
* catch exception if readImageBlob() receives bogus dataMario Vavti2018-12-031-3/+7
|
* fallback to url if we have not got an addrMario Vavti2018-12-021-1/+1
|
* fix filtering by addr in handleNotificationsItems()Mario Vavti2018-12-022-2/+3
|
* make pdf preview 100% width and 300px height to match it openstreetmaps previewMario Vavti2018-12-021-1/+5
| | | (cherry picked from commit df843523850237b0be1eadee99b01b20685917f4)
* redbasic sticky aside fixesMario Vavti2018-12-021-3/+3
| | | (cherry picked from commit 8d4f6a7865faeeccf984083597893bb131437ecf)
* typozotlabs2018-12-021-1/+1
| | | (cherry picked from commit 6f22e47febdfb46494a0e1681e3eabdbd00fe72b)
* allow notification filtering by name or addrzotlabs2018-12-024-8/+16
| | | (cherry picked from commit c6acb6191ca558fce121e7df26a8aba88beac2d9)
* attached photo permissions regressionzotlabs2018-12-021-4/+4
| | | (cherry picked from commit 6cade7d935a489349c56165139796bd2f9cf9be6)
* Revision 1 doc/es-es/about/about.bbManuel Jiménez Friaza2018-12-021-14/+21
| | | | | (cherry picked from commit 5ac08ec3aa8ede14141390670a8097a60769e11e) (cherry picked from commit 37d563c30ed2db7aba04537af8e90324d55c71f0)