aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* erge branch 'dev' into sabre32Mario Vavti2016-06-2214-77/+842
|\
| * provide a skeleton of the current CalDAVClient with lots of notes about how ↵redmatrix2016-06-211-0/+739
| | | | | | | | best to move forward just in case anybody is feeling ambitious or anxious.
| * channel homepage not providing content when javascript disabledredmatrix2016-06-211-0/+3
| |
| * vcard spec changesredmatrix2016-06-214-24/+31
| |
| * Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_mergeredmatrix2016-06-210-0/+0
| |\
| | * 1. provide automatic relocation of important links in items that are ↵redmatrix2016-06-219-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 ↵redmatrix2016-06-219-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
* | Merge branch 'dev' into sabre32Mario Vavti2016-06-2110-50/+565
|\|
| * make sure the optimisations are reliableredmatrix2016-06-201-1/+1
| |
| * code optimisationredmatrix2016-06-204-30/+13
| |
| * update attach on import if existsredmatrix2016-06-201-2/+2
| |
| * Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_mergeredmatrix2016-06-2045-86804/+62098
| |\
| | * Merge pull request #429 from anaqreon/wikihubzilla2016-06-215-17/+550
| | |\ | | | | | | | | Wiki page revision comparison viewer
| | | * Merge branch 'dev' into wikiAndrew Manning2016-06-200-0/+0
| | | |\
| | | | * Merge branch 'dev' of https://github.com/redmatrix/hubzilla into devAndrew Manning2016-06-2047-1150/+22931
| | | | |\
| | | | * \ Merge remote-tracking branch 'upstream/dev' into devAndrew Manning2016-06-1673-553/+25128
| | | | |\ \
| | | | * \ \ Merge remote-tracking branch 'upstream/dev' into devAndrew Manning2016-06-1535-167/+392
| | | | |\ \ \
| | | | * | | | Move Spanish context help translation from es to es-es and make es a symlink ↵Andrew Manning2016-06-1315-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | to es-es
| | | * | | | | Add formatted heading for revision comparison viewerAndrew Manning2016-06-201-1/+2
| | | | | | | |
| | | * | | | | Merge remote-tracking branch 'upstream/dev' into wikiAndrew Manning2016-06-2042-1139/+22890
| | | |\ \ \ \ \ | | | | | |_|_|/ | | | | |/| | |
| | | * | | | | Do not change active page commit until user reverts the pageAndrew Manning2016-06-201-1/+2
| | | | | | | |
| | | * | | | | Merge remote-tracking branch 'upstream/dev' into wikiAndrew Manning2016-06-176-11/+41
| | | |\ \ \ \ \
| | | * | | | | | Wiki page revision comparison tool with diff displayed in modal dialog. ↵Andrew Manning2016-06-175-17/+548
| | | | |_|_|_|/ | | | |/| | | | | | | | | | | | | | | | | | | | Leverages Diff class from http://code.stephenmorley.org/php/diff-implementation with license CC0 1.0 universal http://creativecommons.org/publicdomain/zero/1.0/legalcode
| * | | | | | | fix siteinfo plugin listredmatrix2016-06-201-2/+1
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge branch 'dev' into sabre32Mario Vavti2016-06-201-1/+1
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | last merge from master did reset the std_version to 1.8 - set it back to 1.9 ↵Mario Vavti2016-06-201-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | for dev
* | | | | | | Merge branch 'dev' into sabre32Mario Vavti2016-06-2040-86788/+61549
|\| | | | | |
| * | | | | | Merge branch 'master' into devMario Vavti2016-06-2040-86788/+61549
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| | * | | | | missing backslash leading to wsod on xconfig changesMario Vavti2016-06-201-2/+2
| | | | | | |
| | * | | | | merge conflictredmatrix2016-06-191-6/+0
| | | | | | |
| | * | | | | zot_revision should be string, not float1.8redmatrix2016-06-191-1/+1
| | | | | | |
| | * | | | | recreate link from the merge kerfuffleredmatrix2016-06-191-0/+1
| | | | | | |
| | * | | | | Merge branch '1.8RC'redmatrix2016-06-192861-171567/+92849
| | |\ \ \ \ \
| | | * | | | | hebrew hstrings.php was emptyredmatrix2016-06-181-0/+2317
| | | | | | | |
| | | * | | | | hebrew updateredmatrix2016-06-183-3548/+1311
| | | | | | | |
| | | * | | | | changelog update for 1.8redmatrix2016-06-171-0/+4
| | | | | | | |
| | | * | | | | "thing" always showing default url, not that supplied by the thing.redmatrix2016-06-171-2/+2
| | | | | | | |
| | | * | | | | Merge branch '1.8RC' of https://github.com/redmatrix/hubzilla into 1.8RC_mergeredmatrix2016-06-1544-81254/+77509
| | | |\ \ \ \ \
| | | | * | | | | All languages up to date as far as they are updated. Added Hebrew (I saw no ↵jeroenpraat2016-06-1544-81254/+77509
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | RTL on my browser, but maybe that's a locale setting or else it's not yet implemented in HZ). Removed Esperanto and Czech (they where old ones from Friendica and are not on Transifex (yet)).
| | | * | | | | | translate already imported system appsredmatrix2016-06-151-0/+2
| | | |/ / / / /
| | | * | | | | Merge branch '1.8RC' of https://github.com/redmatrix/hubzilla into 1.8RC_mergeredmatrix2016-06-152-5529/+5467
| | | |\ \ \ \ \
| | | | * \ \ \ \ Merge pull request #420 from phellmes/de20160615Jeroen van Riet Paap2016-06-152-5529/+5467
| | | | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Update DE translation strings
| | | | | * | | | | Update DE translation stringsphellmes2016-06-152-5529/+5467
| | | | |/ / / / /
| | | * / / / / / add new connection to default group when auto-acceptedredmatrix2016-06-152-1/+11
| | | |/ / / / /
| | | * | | | | DB schema issue with importredmatrix2016-06-121-12/+26
| | | | | | | |
| | | * | | | | Merge pull request #414 from anaqreon/1.8RChubzilla2016-06-132-16/+4
| | | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | Add filter to wiki content to prevent JavaScript code injection
| | | | * | | | | Apply purify_html to page content before preview and save to prevent ↵Andrew Manning2016-06-122-16/+4
| | | |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | JavaScript code injection.
| | * | | | | | hebrew hstrings.php was emptyredmatrix2016-06-181-0/+2317
| | | | | | | |
| | * | | | | | Merge pull request #426 from eduoda/masterhubzilla2016-06-191-1/+1
| | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | When picktime is false, close date selector on date select
| | | * | | | | | When picktime is false, close date selector on date selectOda2016-06-181-1/+1
| | |/ / / / / /