Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Merge pull request #389 from sasiflo/dev_sasiflo_sync | hubzilla | 2016-05-18 | 2 | -12/+20 | |
|\ | | | | | Synchronization: Directory creation on sync import corrected. | |||||
| * | Synchronization: Directory creation on sync import corrected. | sasiflo | 2016-05-17 | 2 | -12/+20 | |
| | | ||||||
* | | support work for a long-term fix for issue #390, essentially one can specify ↵ | redmatrix | 2016-05-17 | 6 | -112/+153 | |
|/ | | | | a theme:schema string anywhere a theme is input. It will be honoured unless an existing schema setting over-rides this behaviour. This should also be backward compatible but the theme selection code has been cleaned up slightly and there may be subtle differences in behaviour after this commit. On my site this required a page refresh as the first page load after this change was a bit confused. | |||||
* | yet more session work | redmatrix | 2016-05-16 | 2 | -5/+23 | |
| | ||||||
* | remove the app_menu hook - no longer used anywhere in core. Several addons ↵ | redmatrix | 2016-05-16 | 1 | -6/+0 | |
| | | | | still hook into it, but we can remove these over time. | |||||
* | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_merge | redmatrix | 2016-05-16 | 2 | -3045/+3082 | |
|\ | ||||||
| * | Merge pull request #388 from phellmes/de20160516 | hubzilla | 2016-05-17 | 2 | -3045/+3082 | |
| |\ | | | | | | | Update DE translation strings | |||||
| | * | Update DE translations strings | phellmes | 2016-05-16 | 2 | -3045/+3082 | |
| | | | ||||||
* | | | an issue related to #386 | redmatrix | 2016-05-16 | 3 | -1/+6 | |
|/ / | ||||||
* | | more work on sessions and cookies, as some anomalies appeared in caldav and ↵ | redmatrix | 2016-05-16 | 7 | -26/+40 | |
| | | | | | | | | firefox which suggested deeper issues | |||||
* | | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_merge | redmatrix | 2016-05-16 | 9 | -5809/+5990 | |
|\ \ | ||||||
| * | | Dutch and Spanish Spanish strings, and some schema-bits | jeroenpraat | 2016-05-16 | 9 | -5809/+5990 | |
| |/ | ||||||
* / | restrict static to the one function that requires it | redmatrix | 2016-05-16 | 1 | -5/+5 | |
|/ | ||||||
* | changes to session for cdev compatibility | redmatrix | 2016-05-16 | 1 | -6/+6 | |
| | ||||||
* | updated the addons list - Andrew might want to add his repo/repos and addons ↵ | redmatrix | 2016-05-15 | 1 | -1/+11 | |
| | | | | to this page | |||||
* | provide tools to extract a pdo constructor | redmatrix | 2016-05-15 | 1 | -6/+24 | |
| | ||||||
* | be a bit more precise | redmatrix | 2016-05-15 | 1 | -1/+1 | |
| | ||||||
* | issue #387 | redmatrix | 2016-05-15 | 1 | -1/+2 | |
| | ||||||
* | Another updated context help es-es | Manuel Jiménez Friaza | 2016-05-14 | 14 | -273/+58 | |
| | ||||||
* | issue #383 | redmatrix | 2016-05-14 | 1 | -1/+0 | |
| | ||||||
* | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_merge | redmatrix | 2016-05-14 | 4 | -64/+117 | |
|\ | ||||||
| * | Merge pull request #381 from anaqreon/chat-notify | redmatrix | 2016-05-14 | 1 | -3/+45 | |
| |\ | | | | | | | Enable options for chat notifications, with optional audio. Notify fo… | |||||
| | * | Enable options for chat notifications, with optional audio. Notify for ↵ | Andrew Manning | 2016-05-13 | 1 | -3/+45 | |
| |/ | | | | | | | member entering room and incoming messages. | |||||
| * | Merge pull request #380 from git-marijus/dev | redmatrix | 2016-05-14 | 3 | -61/+72 | |
| |\ | | | | | | | instead of radio buttons use select to choose between public and custom selection | |||||
| | * | change wording restricted -> custom selection and add a label to the select | Mario Vavti | 2016-05-13 | 2 | -2/+3 | |
| | | | ||||||
| | * | instead of radio buttons use select to choose between public and restricted ↵ | Mario Vavti | 2016-05-13 | 3 | -61/+71 | |
| |/ | | | | | | | acl. if restricted is selected acl is set to default. if there is no default acl will be set to self. if public is selected acl-list will be hidden and acl-info is visible. | |||||
* | | we don't need to force case conversion on anything but the plugin name | redmatrix | 2016-05-14 | 1 | -1/+1 | |
| | | ||||||
* | | allow addon autoloaders to specify absolute namespace classes starting with \ | redmatrix | 2016-05-14 | 1 | -0/+2 | |
| | | ||||||
* | | Allow plugins to define autoloaded classes - a class such as Foobar\Class ↵ | redmatrix | 2016-05-14 | 1 | -0/+11 | |
|/ | | | | will load addon/foobar/Class.php and also Foobar\Category\Class.php will load addon/foobar/Category/Class.php | |||||
* | strings update | redmatrix | 2016-05-13 | 1 | -1577/+1639 | |
| | ||||||
* | Comanche: provide a variable '$region' which can be used within a layout to ↵ | redmatrix | 2016-05-12 | 1 | -3/+4 | |
| | | | | make content aware of where it is on the page. For instance this can be passed as a variable to a widget and trigger either a vertical or horizontal layout depending on which region it is assigned to. | |||||
* | split off feed handling stuff from include/items | redmatrix | 2016-05-12 | 2 | -1312/+1319 | |
| | ||||||
* | remove the rarely if ever used filter_insecure() function. We will provide ↵ | redmatrix | 2016-05-12 | 1 | -41/+0 | |
| | | | | this functionality in other ways. | |||||
* | SECURITY: a comment to a private post that has been edited (the comment has ↵ | redmatrix | 2016-05-12 | 1 | -0/+10 | |
| | | | | been edited) loses its privacy settings. This comment isn't visible in the stream but may be visible in feeds. | |||||
* | back merge | redmatrix | 2016-05-12 | 1 | -1/+1 | |
| | ||||||
* | Merge pull request #379 from mjfriaza/dev | redmatrix | 2016-05-13 | 13 | -92/+25 | |
|\ | | | | | Updated contextual help in Spanish | |||||
| * | Updated contextual help in Spanish | Manuel Jiménez Friaza | 2016-05-12 | 13 | -92/+25 | |
| | | ||||||
* | | Merge pull request #378 from anaqreon/plugin-init | redmatrix | 2016-05-13 | 1 | -0/+26 | |
|\ \ | |/ |/| | Create store/git/sys/extend/addon directory and link if it does not e… | |||||
| * | Create store/git/sys/extend/addon directory and link if it does not exist in ↵ | Andrew Manning | 2016-05-12 | 1 | -0/+26 | |
|/ | | | | all plugin repo GUI POST actions | |||||
* | Merge branch 'dev'1.6 | redmatrix | 2016-05-11 | 1 | -0/+76 | |
|\ | ||||||
| * | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_merge | redmatrix | 2016-05-11 | 1 | -0/+76 | |
| |\ | ||||||
| | * | Merge pull request #377 from anaqreon/chat-notify | redmatrix | 2016-05-12 | 1 | -0/+76 | |
| | |\ | | | | | | | | | Chat browser notifications | |||||
| | | * | Merge remote-tracking branch 'upstream/dev' into chat-notify | Andrew Manning | 2016-05-11 | 3 | -86/+111 | |
| | | |\ | ||||||
| | | * | | Browser notification issued when member enters chat room | Andrew Manning | 2016-05-11 | 1 | -0/+76 | |
| | | | | | ||||||
| * | | | | move dev pointer past current release | redmatrix | 2016-05-11 | 1 | -1/+1 | |
| |/ / / | ||||||
* / / / | push point release | redmatrix | 2016-05-11 | 2 | -1/+50 | |
|/ / / | ||||||
* | | | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_merge | redmatrix | 2016-05-11 | 3 | -86/+111 | |
|\ \ \ | | |/ | |/| | ||||||
| * | | Merge pull request #376 from anaqreon/plugin-repo | redmatrix | 2016-05-12 | 2 | -66/+91 | |
| |\ \ | | | | | | | | | Check if target directories are writable when adding, updating, or removing plugin repos | |||||
| | * | | Merge remote-tracking branch 'upstream/dev' into plugin-repo | Andrew Manning | 2016-05-11 | 741 | -42404/+64756 | |
| | |\| | ||||||
| | * | | Check if target directories are writable when adding, updating, or removing ↵ | Andrew Manning | 2016-05-11 | 2 | -66/+91 | |
| | | | | | | | | | | | | | | | | plugin repos |