Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | various input filter fixes | zotlabs | 2017-03-29 | 12 | -2179/+1860 |
| | |||||
* | simplify the message signing spaghetti | zotlabs | 2017-03-29 | 2 | -47/+29 |
| | |||||
* | namespace error | zotlabs | 2017-03-29 | 1 | -1/+1 |
| | |||||
* | ensure z_input_filter is called exactly once, since we now depend on the ↵ | zotlabs | 2017-03-29 | 2 | -22/+55 |
| | | | | | | number of htmlspecialchars operations for markdown content. Also ensure that the content is escaped the correct number of times on imported items. | ||||
* | more work related to attach/photo and os_path, display_path and general code ↵ | zotlabs | 2017-03-29 | 2 | -36/+40 |
| | | | | cleanup | ||||
* | add os_path and display_path to photos, fix some issues with multiple path ↵ | zotlabs | 2017-03-29 | 3 | -96/+12 |
| | | | | separators after cloud/nickname in the content field of attach and photos | ||||
* | store os_path and display_path with files | zotlabs | 2017-03-29 | 1 | -2/+3 |
| | |||||
* | dim class was un-themed | zotlabs | 2017-03-29 | 2 | -4/+4 |
| | |||||
* | input filter updates | zotlabs | 2017-03-29 | 6 | -103/+57 |
| | |||||
* | fix group by item query | zotlabs | 2017-03-29 | 1 | -17/+15 |
| | |||||
* | class MarkdownSoap to safely store markdown by purifying and preserving ↵ | zotlabs | 2017-03-29 | 1 | -0/+86 |
| | | | | (escaped) what may be unsafe code in codeblocks. The stored item needs to be unescaped just prior to calling the markdown-to-html processor | ||||
* | get rid of some cruft in boot.php | zotlabs | 2017-03-29 | 1 | -62/+17 |
| | |||||
* | remove the unimplemented upload limit site settings | zotlabs | 2017-03-29 | 1 | -3/+0 |
| | |||||
* | code_allowed is a real mess. Start the cleanup by remving the account level ↵ | zotlabs | 2017-03-29 | 7 | -78/+28 |
| | | | | code allow and limiting to specific channels only. This reduces the possibility of cross channel security issues coming into play. Then provide a single function for checking the code permission. This is only partially done as we often need to check against the observer or logged in channel as well as the resource owner to ensure that this only returns true for local channels which also own the requested resource. | ||||
* | fix widgets for bs4 again | Mario Vavti | 2017-03-29 | 2 | -4/+4 |
| | |||||
* | namespace error | Mario Vavti | 2017-03-29 | 1 | -1/+1 |
| | |||||
* | widget file update | zotlabs | 2017-03-29 | 1 | -2/+2 |
| | |||||
* | remove include/widgets.php | zotlabs | 2017-03-29 | 7 | -27/+2 |
| | |||||
* | the rest of the standard widgets converted | zotlabs | 2017-03-29 | 21 | -762/+861 |
| | |||||
* | namespace error | Mario Vavti | 2017-03-29 | 2 | -3/+2 |
| | |||||
* | widgets cont. | zotlabs | 2017-03-29 | 10 | -207/+274 |
| | |||||
* | widgets cont. | zotlabs | 2017-03-29 | 10 | -345/+411 |
| | |||||
* | more widget migrations | zotlabs | 2017-03-29 | 5 | -73/+102 |
| | |||||
* | more widgets | zotlabs | 2017-03-29 | 4 | -83/+106 |
| | |||||
* | filename issue | zotlabs | 2017-03-29 | 1 | -0/+0 |
| | |||||
* | more widgets | zotlabs | 2017-03-29 | 5 | -173/+172 |
| | |||||
* | convert more widgets to classes | zotlabs | 2017-03-29 | 6 | -133/+166 |
| | |||||
* | use absolute namespace | zotlabs | 2017-03-29 | 1 | -1/+2 |
| | |||||
* | Comanche: allow widgets to be class based and stored appropriately in Zotlabs | zotlabs | 2017-03-29 | 3 | -16/+37 |
| | |||||
* | minor bs4 fixes | Mario Vavti | 2017-03-28 | 4 | -12/+12 |
| | |||||
* | some fixes for latest bs-dev | Mario Vavti | 2017-03-28 | 4 | -2/+12 |
| | |||||
* | fixes for latest bootstrap | Mario Vavti | 2017-03-28 | 4 | -24/+30 |
| | |||||
* | update to latest bs-dev | Mario Vavti | 2017-03-28 | 10 | -135/+184 |
| | |||||
* | links in wall-item-title must have white colour if the background is bg-primary | Mario Vavti | 2017-03-28 | 1 | -0/+4 |
| | |||||
* | Merge pull request #701 from dawnbreak/HTMLpurifier | Klaus | 2017-03-27 | 448 | -407/+9258 |
|\ | | | | | HTMLPurifier library update | ||||
| * | :arrow_up: Update HTML Purifier library. | Klaus Weidenbach | 2017-03-26 | 448 | -407/+9258 |
| | | | | | | | | | | Updated HTML Purifier from 4.6.0 to 4.9.2 with better PHP7 compatibility. Used composer to manage this library. | ||||
* | | adjust comment box | Mario Vavti | 2017-03-27 | 1 | -2/+3 |
| | | |||||
* | | fix app rendering | Mario Vavti | 2017-03-27 | 4 | -8/+6 |
| | | |||||
* | | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev | Mario Vavti | 2017-03-27 | 2 | -117/+115 |
|\ \ | |||||
| * \ | Merge pull request #704 from zotlabs/doppleclone | git-marijus | 2017-03-27 | 1 | -6/+0 |
| |\ \ | | | | | | | | | remove redundant and non-functional/broken check for successfully clo… | ||||
| | * | | remove redundant and non-functional/broken check for successfully cloned ↵ | zotlabs | 2017-03-20 | 1 | -6/+0 |
| | | | | | | | | | | | | | | | | channel record which was left over from an earlier method of creating the table; which was deprecated a few months back. | ||||
| * | | | Merge pull request #707 from dawnbreak/docu | git-marijus | 2017-03-27 | 1 | -111/+115 |
| |\ \ \ | | | | | | | | | | | Import Module documentation and @-sign replacement. | ||||
| | * | | | Import Module documentation and @-sign replacement. | Klaus Weidenbach | 2017-03-25 | 1 | -111/+115 |
| | | |/ | | |/| | | | | | | | | | | | | | If you copy the identity from your profile page the @-sign is invalid for the import and fails. Replace it for convenience. | ||||
* | / | | remove apps which we have access to from the leftside menu in nav | Mario Vavti | 2017-03-27 | 9 | -24/+0 |
|/ / / | |||||
* | | | unify css classes | Mario Vavti | 2017-03-27 | 3 | -44/+16 |
| | | | |||||
* | | | css fixes | Mario Vavti | 2017-03-27 | 3 | -31/+22 |
| | | | |||||
* | | | fix app-icon color and use bs class for w100 | Mario Vavti | 2017-03-26 | 3 | -6/+3 |
| | | | |||||
* | | | fix nav menu caret | Mario Vavti | 2017-03-26 | 2 | -5/+8 |
| | | | |||||
* | | | fix and cleanup custom theme settings | Mario Vavti | 2017-03-26 | 6 | -180/+20 |
| | | | |||||
* | | | minor css cleanup | Mario Vavti | 2017-03-26 | 1 | -19/+8 |
|/ / |