Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | typos | Habeas Codice | 2016-06-27 | 1 | -3/+3 |
| | |||||
* | start on re-write of the permissions doc. Some of this will change ↵ | redmatrix | 2016-06-27 | 1 | -8/+12 |
| | | | | (slightly), as the permissions framework is currently evolving. Most of the concepts and mechanisms will remain the same, but we need to simplify and do a better job of explaining the concepts. | ||||
* | fix for the rendering side of issue #412. We traditionally store all | redmatrix | 2016-06-26 | 1 | -1/+1 |
| | | | | | | | | | | "user generated" content with ENT_COMPAT encoding to reduce the attack vector for JS CSS exploits. This may present compatibility issues sharing wikis to platforms which do not provide such CSS protection. We can either decide that wikis are inherently insecure and filter them on render (with an associated performance penalty), or keep the existing method of filtering on store. I'm not making that choice. I'm merely fixing the obvious rendering issue in mono-platform viewing. | ||||
* | remove the app $a passed to profile_load, also add profile_load to mod_wiki ↵ | redmatrix | 2016-06-26 | 27 | -28/+29 |
| | | | | which should fix issue #431 | ||||
* | document the daemon classes | redmatrix | 2016-06-26 | 1 | -0/+43 |
| | |||||
* | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_merge | redmatrix | 2016-06-26 | 5 | -36/+199 |
|\ | |||||
| * | Merge pull request #441 from Treer/cdn | hubzilla | 2016-06-26 | 1 | -1/+1 |
| |\ | | | | | | | fix absolute .js urls | ||||
| | * | fix absolute .js urls | Treer | 2016-06-26 | 1 | -1/+1 |
| | | | |||||
| * | | Merge pull request #438 from anaqreon/wiki | hubzilla | 2016-06-26 | 3 | -27/+178 |
| |\ \ | | | | | | | | | Wiki post generation option and image embed tool | ||||
| | * | | A page name wrapped in double brackets is converted into a link to another ↵ | Andrew Manning | 2016-06-25 | 3 | -5/+32 |
| | | | | | | | | | | | | | | | | page in the current wiki | ||||
| | * | | Insert image links wherever cursor is in the editor | Andrew Manning | 2016-06-25 | 1 | -2/+2 |
| | | | | |||||
| | * | | Merge remote-tracking branch 'upstream/dev' into wiki | Andrew Manning | 2016-06-25 | 36 | -3770/+3959 |
| | |\ \ | |||||
| | * | | | Post generation about new wiki is optional, default is NOT to post. Fixed ↵ | Andrew Manning | 2016-06-25 | 3 | -22/+146 |
| | | | | | | | | | | | | | | | | | | | | bug in wiki creation. Added embed image dialog and album browser. | ||||
| * | | | | Merge pull request #440 from Treer/misc | hubzilla | 2016-06-26 | 1 | -1/+1 |
| |\ \ \ \ | | | | | | | | | | | | | fix help link | ||||
| | * | | | | fix help link | Treer | 2016-06-26 | 1 | -1/+1 |
| | | |/ / | | |/| | | |||||
| * | | | | Merge pull request #439 from Treer/cdn | hubzilla | 2016-06-26 | 1 | -8/+20 |
| |\ \ \ \ | | |/ / / | |/| | / | | | |/ | | |/| | Allow absolute links to css and js files (for CDN links) | ||||
| | * | | Allow absolute links to css and js files | Treer | 2016-06-25 | 1 | -8/+20 |
| |/ / | |||||
* / / | issue #442, tables contain too much whitespace (there's a definite issue ↵ | redmatrix | 2016-06-26 | 2 | -1/+25 |
|/ / | | | | | | | here, but I should note the offending example was full of carriage returns as well as linefeeds; which exacerbated the problem). | ||||
* | | Improvements to help pages | Alexandre Hannud Abdo | 2016-06-25 | 6 | -44/+51 |
| | | |||||
* | | media (e.g. video) files weren't being detected correctly in oembed, causing ↵ | redmatrix | 2016-06-25 | 1 | -9/+8 |
| | | | | | | | | the stream to try and load large videos (and failing) | ||||
* | | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_merge | redmatrix | 2016-06-24 | 1 | -1/+1 |
|\ \ | |||||
| * \ | Merge pull request #435 from dissolve/microformats2 | hubzilla | 2016-06-24 | 1 | -1/+1 |
| |\ \ | | | | | | | | | add url permalink mf2 markup | ||||
| | * | | add url permalink mf2 markup | Ben Roberts | 2016-06-24 | 1 | -1/+1 |
| | | | | |||||
* | | | | fix pdledit "list layouts" | redmatrix | 2016-06-24 | 2 | -3515/+3522 |
|/ / / | |||||
* | | | Merge pull request #434 from dissolve/microformats2 | hubzilla | 2016-06-24 | 1 | -1/+1 |
|\| | | | | | | | | p-author missing from embedded h-card in items | ||||
| * | | p-author missing from embedded h-card in items | Ben Roberts | 2016-06-23 | 1 | -1/+1 |
|/ / | |||||
* | | make dropdown-caret invoke the dropdown | redmatrix | 2016-06-23 | 1 | -1/+1 |
| | | |||||
* | | SuperCurl to provide a re-usable curl options stack and just change options ↵ | redmatrix | 2016-06-23 | 2 | -1/+112 |
| | | | | | | | | that are different from one call to the next | ||||
* | | db update for abconfig transition | redmatrix | 2016-06-23 | 4 | -4/+40 |
| | | |||||
* | | change AbConfig to use channel_id instead of channel_hash; which was a ↵ | redmatrix | 2016-06-23 | 7 | -32/+30 |
| | | | | | | | | mistake in retrospect | ||||
* | | relocate the cache class | redmatrix | 2016-06-23 | 5 | -73/+52 |
| | | |||||
* | | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_merge | redmatrix | 2016-06-23 | 1 | -6/+6 |
|\ \ | |||||
| * \ | Merge pull request #433 from dissolve/microformats2 | hubzilla | 2016-06-23 | 1 | -6/+6 |
| |\ \ | | | | | | | | | microformats 2 for posts | ||||
| | * | | microformats 2 for posts | Ben Roberts | 2016-06-22 | 1 | -6/+6 |
| | | | | |||||
* | | | | code cleanup for profile_photos | redmatrix | 2016-06-23 | 6 | -68/+108 |
|/ / / | |||||
* | | | set profile when "use existing photo" | redmatrix | 2016-06-22 | 1 | -4/+14 |
| | | | |||||
* | | | missing class selector when "use photo as profile photo" | redmatrix | 2016-06-22 | 1 | -1/+1 |
|/ / | |||||
* | | the xchan_query wasn't fully optimised as we were comparing quoted and ↵ | redmatrix | 2016-06-22 | 1 | -4/+4 |
| | | | | | | | | unquoted strings when looking for duplicates | ||||
* | | db statement debugging | redmatrix | 2016-06-22 | 3 | -6/+8 |
| | | |||||
* | | use the normal html escape for '@' in addresses rather than the high-plane ↵ | redmatrix | 2016-06-22 | 3 | -3/+3 |
|/ | | | | unicode variant. This makes it copy-able, but not easily scrape-able. | ||||
* | provide a skeleton of the current CalDAVClient with lots of notes about how ↵ | redmatrix | 2016-06-21 | 1 | -0/+739 |
| | | | | best to move forward just in case anybody is feeling ambitious or anxious. | ||||
* | channel homepage not providing content when javascript disabled | redmatrix | 2016-06-21 | 1 | -0/+3 |
| | |||||
* | vcard spec changes | redmatrix | 2016-06-21 | 4 | -24/+31 |
| | |||||
* | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_merge | redmatrix | 2016-06-21 | 0 | -0/+0 |
|\ | |||||
| * | 1. provide automatic relocation of important links in items that are ↵ | redmatrix | 2016-06-21 | 9 | -53/+69 |
| | | | | | | | | | | | | imported or synced to clones 2. provide framework for custom curl request bodies using custom/non-standard request methods. This was a real nightmare because curl doesn't actually let you specify a string to send as the request body (except when doing POST). You have to treat it as a file upload using a custom file handler function which provides the actual content in chunks as if it were buffered I/O. | ||||
* | | 1. provide automatic relocation of important links in items that are ↵ | redmatrix | 2016-06-21 | 9 | -53/+69 |
|/ | | | | | | | imported or synced to clones 2. provide framework for custom curl request bodies using custom/non-standard request methods. This was a real nightmare because curl doesn't actually let you specify a string to send as the request body (except when doing POST). You have to treat it as a file upload using a custom file handler function which provides the actual content in chunks as if it were buffered I/O. 3. item_store and item_store_update now return the item that was stored | ||||
* | make sure the optimisations are reliable | redmatrix | 2016-06-20 | 1 | -1/+1 |
| | |||||
* | code optimisation | redmatrix | 2016-06-20 | 4 | -30/+13 |
| | |||||
* | update attach on import if exists | redmatrix | 2016-06-20 | 1 | -2/+2 |
| | |||||
* | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_merge | redmatrix | 2016-06-20 | 45 | -86804/+62098 |
|\ |