Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | provide compatibility with old-style update system | zotlabs | 2017-03-25 | 1 | -6/+16 |
| | |||||
* | get rid of 'davguest' and allow for project specific DB updates (currently ↵ | zotlabs | 2017-03-25 | 3 | -13/+15 |
| | | | | db updates are common between all possible projects/subprojects/forks). | ||||
* | move db_upgrade to zlib | zotlabs | 2017-03-23 | 3 | -8/+115 |
| | |||||
* | allow setting the system email name/address/reply | zotlabs | 2017-03-22 | 1 | -0/+15 |
| | |||||
* | more cloud updates - upgrade the DAV structures as well. | zotlabs | 2017-03-22 | 2 | -23/+51 |
| | |||||
* | some more photo issues | zotlabs | 2017-03-22 | 1 | -24/+22 |
| | |||||
* | fix photo prvnxt after all the changes yesterday | zotlabs | 2017-03-22 | 1 | -6/+5 |
| | |||||
* | more work on the photo album mess | zotlabs | 2017-03-21 | 1 | -92/+65 |
| | |||||
* | photos_album_exists() requires an observer to work correctly; provide it. | zotlabs | 2017-03-21 | 1 | -2/+2 |
| | |||||
* | use the same host macro for sender address as for reply_to address | zotlabs | 2017-03-21 | 1 | -2/+2 |
| | |||||
* | begin the process of using the relevant attach directory/path for photo ↵ | zotlabs | 2017-03-21 | 1 | -31/+14 |
| | | | | albums instead of an album basename which may not be unique. Created an 'ellipsify()' function to shorten long names and keep the beginning and end intact | ||||
* | more markdown purification | zotlabs | 2017-03-21 | 1 | -5/+5 |
| | |||||
* | perform attach_upgrade() | zotlabs | 2017-03-20 | 1 | -0/+3 |
| | |||||
* | after all of this, I would be very hesitant to use any multi-user system ↵ | zotlabs | 2017-03-20 | 1 | -1/+1 |
| | | | | which uses markdown and which doesn't have a large security budget. | ||||
* | even more fine tuning of the markdown purifier - especially when used with ↵ | zotlabs | 2017-03-20 | 3 | -2/+3 |
| | | | | the wiki | ||||
* | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_merge | zotlabs | 2017-03-19 | 1 | -1/+1 |
|\ | |||||
| * | fix php warning and remove logging | Mario Vavti | 2017-03-19 | 1 | -4/+2 |
| | | |||||
* | | Merge branch 'dev' into merge | zotlabs | 2017-03-18 | 1 | -0/+1 |
|\| | |||||
| * | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_merge | zotlabs | 2017-03-18 | 1 | -2/+1 |
| |\ | |||||
| | * | Missed one old Markdown() | Klaus | 2017-03-18 | 1 | -2/+1 |
| | | | |||||
| * | | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_merge | zotlabs | 2017-03-15 | 2 | -18/+6 |
| |\| | |||||
| | * | better handling of mimetype security | Mario Vavti | 2017-03-15 | 2 | -18/+6 |
| | | | |||||
* | | | various input filter fixes | zotlabs | 2017-03-18 | 10 | -27/+77 |
| | | | |||||
* | | | remove include/widgets.php | zotlabs | 2017-03-16 | 5 | -13/+1 |
| | | | |||||
* | | | the rest of the standard widgets converted | zotlabs | 2017-03-16 | 20 | -0/+860 |
| | | | |||||
* | | | namespace error | zotlabs | 2017-03-16 | 1 | -1/+1 |
| | | | |||||
* | | | widgets cont. | zotlabs | 2017-03-15 | 9 | -0/+274 |
| | | | |||||
* | | | widgets cont. | zotlabs | 2017-03-15 | 9 | -0/+411 |
| | | | |||||
* | | | more widget migrations | zotlabs | 2017-03-15 | 4 | -0/+102 |
| | | | |||||
* | | | more widgets | zotlabs | 2017-03-15 | 3 | -0/+106 |
| | | | |||||
* | | | filename issue | zotlabs | 2017-03-15 | 1 | -0/+0 |
| | | | |||||
* | | | more widgets | zotlabs | 2017-03-15 | 3 | -0/+166 |
| | | | |||||
* | | | convert more widgets to classes | zotlabs | 2017-03-15 | 5 | -0/+166 |
| | | | |||||
* | | | use absolute namespace | zotlabs | 2017-03-15 | 1 | -1/+2 |
| | | | |||||
* | | | Comanche: allow widgets to be class based and stored appropriately in Zotlabs | zotlabs | 2017-03-15 | 2 | -0/+37 |
| | | | |||||
* | | | more work related to attach/photo and os_path, display_path and general code ↵ | zotlabs | 2017-03-15 | 2 | -36/+40 |
| | | | | | | | | | | | | cleanup | ||||
* | | | input filter updates | zotlabs | 2017-03-14 | 4 | -46/+9 |
| | | | |||||
* | | | class MarkdownSoap to safely store markdown by purifying and preserving ↵ | zotlabs | 2017-03-14 | 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 | ||||
* | | | code_allowed is a real mess. Start the cleanup by remving the account level ↵ | zotlabs | 2017-03-13 | 2 | -24/+4 |
| | | | | | | | | | | | | 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. | ||||
* | | | better handling of mimetype security | zotlabs | 2017-03-12 | 3 | -20/+7 |
| | | | |||||
* | | | grrr. stop making branding assumptions. | zotlabs | 2017-03-12 | 2 | -2/+2 |
| | | | |||||
* | | | Merge branch 'dev' into red | zotlabs | 2017-03-11 | 1 | -1/+1 |
|\| | | |||||
| * | | Monday is a proper name and should be capitalised (except in private ↵ | zotlabs | 2017-03-08 | 1 | -1/+1 |
| |/ | | | | | | | conversation amongst unix geeks). | ||||
* / | one role. | zotlabs | 2017-03-09 | 2 | -15/+3 |
|/ | |||||
* | add public_policy to the nwiki container also. This should not affect the ↵ | zotlabs | 2017-03-06 | 1 | -0/+2 |
| | | | | recent bug as presented, but is being added for consistency. | ||||
* | correct fix for wiki anonymous read issue (items_permissions_sql checks ↵ | zotlabs | 2017-03-06 | 1 | -8/+4 |
| | | | | item.public_policy which was set for posts, not wikis) | ||||
* | allow unauthenticated access to public wiki pages | Mario Vavti | 2017-03-06 | 1 | -2/+10 |
| | |||||
* | we need item edited for wiki page history, not item created | Mario Vavti | 2017-03-04 | 1 | -1/+1 |
| | |||||
* | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_merge | zotlabs | 2017-03-02 | 1 | -1/+1 |
|\ | |||||
| * | reset schema value after we empty and repopulate it. second half of fix for #624 | Mario Vavti | 2017-03-02 | 1 | -1/+1 |
| | |