Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #389 from sasiflo/dev_sasiflo_sync | hubzilla | 2016-05-18 | 1 | -4/+6 |
|\ | | | | | Synchronization: Directory creation on sync import corrected. | ||||
| * | Synchronization: Directory creation on sync import corrected. | sasiflo | 2016-05-17 | 1 | -4/+6 |
| | | |||||
* | | support work for a long-term fix for issue #390, essentially one can specify ↵ | redmatrix | 2016-05-17 | 3 | -6/+141 |
|/ | | | | 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 |
| | |||||
* | an issue related to #386 | redmatrix | 2016-05-16 | 1 | -0/+1 |
| | |||||
* | more work on sessions and cookies, as some anomalies appeared in caldav and ↵ | redmatrix | 2016-05-16 | 1 | -13/+18 |
| | | | | firefox which suggested deeper issues | ||||
* | 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 |
| | |||||
* | 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. | ||||
* | 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 remote-tracking branch 'upstream/dev' into plugin-repo | Andrew Manning | 2016-05-11 | 6 | -66/+85 |
|\ | |||||
| * | provide repository versions on admin summary page and an upgrade message if ↵ | redmatrix | 2016-05-10 | 2 | -7/+16 |
| | | | | | | | | you're behind master | ||||
| * | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_merge | redmatrix | 2016-05-10 | 1 | -0/+15 |
| |\ | |||||
| * | | sabre upgrade | redmatrix | 2016-05-10 | 3 | -60/+56 |
| | | | |||||
| * | | initial sabre upgrade (needs lots of work - to wit: authentication, redo the ↵ | redmatrix | 2016-05-10 | 2 | -6/+20 |
| | | | | | | | | | | | | browser interface, and rework event export/import) | ||||
* | | | Check if target directories are writable when adding, updating, or removing ↵ | Andrew Manning | 2016-05-11 | 1 | -63/+88 |
| |/ |/| | | | | | plugin repos | ||||
* | | Remove debugging lines | Andrew Manning | 2016-05-10 | 1 | -4/+0 |
| | | |||||
* | | Link plugins in the newly installed addon repo to /addon so they are accessible | Andrew Manning | 2016-05-10 | 1 | -0/+19 |
|/ | |||||
* | Delete existing repo if the new one has a different URL. Fixed bug that ↵ | Andrew Manning | 2016-05-10 | 1 | -0/+9 |
| | | | | could cause repeated installation. | ||||
* | another public -> pubstream | Mario Vavti | 2016-05-10 | 1 | -1/+1 |
| | |||||
* | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_merge | redmatrix | 2016-05-10 | 1 | -2/+2 |
|\ | |||||
| * | allow delayed publishing of webpages | Mario Vavti | 2016-05-10 | 1 | -2/+2 |
| | | |||||
* | | try again with shutdown handler, fix issue #373 (live-pubstream div wasn't ↵ | redmatrix | 2016-05-10 | 3 | -4/+7 |
|/ | | | | present | ||||
* | revert shutdown function | redmatrix | 2016-05-09 | 1 | -1/+3 |
| | |||||
* | Merge remote-tracking branch 'upstream/dev' into plugin-repo | Andrew Manning | 2016-05-09 | 12 | -222/+135 |
|\ | |||||
| * | minor cleanup. No functional changes | Treer | 2016-05-10 | 1 | -1/+1 |
| | | |||||
| * | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev | Mario Vavti | 2016-05-09 | 1 | -2/+2 |
| |\ | |||||
| | * | prevent recursion in the database driver when debugging is enabled and the ↵ | redmatrix | 2016-05-09 | 1 | -2/+2 |
| | | | | | | | | | | | | system config is not yet loaded - caused by calling get_config and making db calls within the logger function; which we then attempt to log... | ||||
| * | | make editwebpage use status_editor() and fix storing of layout on webpage ↵ | Mario Vavti | 2016-05-09 | 2 | -135/+78 |
| | | | | | | | | | | | | creation | ||||
| * | | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev | Mario Vavti | 2016-05-09 | 10 | -14/+27 |
| |\| | |||||
| | * | Update some modules to use new ACL dialog feature | Treer | 2016-05-08 | 9 | -11/+24 |
| | | | |||||
| * | | make editblock use status_editor() | Mario Vavti | 2016-05-07 | 3 | -76/+33 |
| | | | |||||
* | | | Fixed some bugs with empty repo name and improved the interface a bit. | Andrew Manning | 2016-05-09 | 2 | -41/+33 |
| | | | |||||
* | | | copy-paste error | Andrew Manning | 2016-05-09 | 2 | -1/+23 |
| | | | |||||
* | | | Addon repo is copied to /extend/addon/ when admin presses install. Addon ↵ | Andrew Manning | 2016-05-08 | 1 | -1/+61 |
| | | | | | | | | | | | | repos can be removed via GUI. | ||||
* | | | Custom addon repo name option added. | Andrew Manning | 2016-05-08 | 2 | -20/+69 |
| | | | |||||
* | | | Existing addon repos are listed on plugin page with controls for updating, ↵ | Andrew Manning | 2016-05-07 | 1 | -3/+28 |
| | | | | | | | | | | | | removing, and switching branches. | ||||
* | | | Merge remote-tracking branch 'upstream/dev' into plugin-repo | Andrew Manning | 2016-05-07 | 1 | -3/+3 |
|\ \ \ | | |/ | |/| | |||||
| * | | SDAV is already absolute | redmatrix | 2016-05-07 | 1 | -3/+3 |
| |/ | |||||
* | | New plugin repo cloned using new GitRepo class. Readme and info displayed in ↵ | Andrew Manning | 2016-05-07 | 3 | -149/+147 |
| | | | | | | | | wide modal dialog. | ||||
* | | Progress implementing GitRepo class in Zotlabs/Storage | Andrew Manning | 2016-05-07 | 1 | -9/+96 |
| | | |||||
* | | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into plugin-repo | Andrew Manning | 2016-05-06 | 2 | -5/+409 |
|\| | |||||
| * | objectify comanche | redmatrix | 2016-05-05 | 2 | -5/+409 |
| | | |||||
* | | Merge remote-tracking branch 'upstream/dev' into plugin-repo | Andrew Manning | 2016-05-05 | 4 | -19/+8 |
|\| | |||||
| * | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_merge | redmatrix | 2016-05-05 | 3 | -19/+3 |
| |\ | |||||
| | * | Unify permissions dialog for network posts, channel posts, and remote posts | Treer | 2016-05-06 | 3 | -19/+3 |
| | | | | | | | | | | | | | | | | | | * changes the warning from being about when a post is "sent" to when it's "shared", to match the Share button. * hyperlinks the "cannot be changed" part of the warning to the help file * adds some more content to the help file | ||||
| * | | - Setup: check php version (5.4 required) | redmatrix | 2016-05-05 | 1 | -0/+5 |
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Comanche: implement conditionals. Currently the only supported tests are true/false for system config settings and supports the following forms: [if $config.system.foo] [widget=widget1][/widget] [else] [widget=widget2][/widget] [/if] [if $config.system.foo] [widget=widget1][/widget] [/if] | ||||
* | | Merge remote-tracking branch 'upstream/dev' into plugin-repo | Andrew Manning | 2016-05-05 | 4 | -6/+72 |
|\| | |||||
| * | Allow follow to work with a pasted webbie from the profile page (where we've ↵ | redmatrix | 2016-05-04 | 1 | -1/+4 |
| | | | | | | | | replaced the '@' sign with a UTF-8 look-alike) | ||||
| * | isolate all the tagadelic core code into a class and reuse it | redmatrix | 2016-05-04 | 1 | -0/+44 |
| | |