aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module
Commit message (Collapse)AuthorAgeFilesLines
* Create store/git/sys/extend/addon directory and link if it does not exist in ↵Andrew Manning2016-05-121-0/+26
| | | | all plugin repo GUI POST actions
* Merge remote-tracking branch 'upstream/dev' into plugin-repoAndrew Manning2016-05-114-57/+80
|\
| * provide repository versions on admin summary page and an upgrade message if ↵redmatrix2016-05-102-7/+16
| | | | | | | | you're behind master
| * Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_mergeredmatrix2016-05-101-0/+15
| |\
| * | sabre upgraderedmatrix2016-05-102-56/+56
| | |
| * | initial sabre upgrade (needs lots of work - to wit: authentication, redo the ↵redmatrix2016-05-101-1/+15
| | | | | | | | | | | | browser interface, and rework event export/import)
* | | Check if target directories are writable when adding, updating, or removing ↵Andrew Manning2016-05-111-63/+88
| |/ |/| | | | | plugin repos
* | Remove debugging linesAndrew Manning2016-05-101-4/+0
| |
* | Link plugins in the newly installed addon repo to /addon so they are accessibleAndrew Manning2016-05-101-0/+19
|/
* Delete existing repo if the new one has a different URL. Fixed bug that ↵Andrew Manning2016-05-101-0/+9
| | | | could cause repeated installation.
* another public -> pubstreamMario Vavti2016-05-101-1/+1
|
* Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_mergeredmatrix2016-05-101-2/+2
|\
| * allow delayed publishing of webpagesMario Vavti2016-05-101-2/+2
| |
* | try again with shutdown handler, fix issue #373 (live-pubstream div wasn't ↵redmatrix2016-05-102-3/+3
|/ | | | present
* revert shutdown functionredmatrix2016-05-091-1/+3
|
* Merge remote-tracking branch 'upstream/dev' into plugin-repoAndrew Manning2016-05-0912-222/+135
|\
| * minor cleanup. No functional changesTreer2016-05-101-1/+1
| |
| * Merge branch 'dev' of https://github.com/redmatrix/hubzilla into devMario Vavti2016-05-091-2/+2
| |\
| | * prevent recursion in the database driver when debugging is enabled and the ↵redmatrix2016-05-091-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 Vavti2016-05-092-135/+78
| | | | | | | | | | | | creation
| * | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into devMario Vavti2016-05-0910-14/+27
| |\|
| | * Update some modules to use new ACL dialog featureTreer2016-05-089-11/+24
| | |
| * | make editblock use status_editor()Mario Vavti2016-05-073-76/+33
| | |
* | | Fixed some bugs with empty repo name and improved the interface a bit.Andrew Manning2016-05-091-7/+10
| | |
* | | copy-paste errorAndrew Manning2016-05-091-0/+20
| | |
* | | Addon repo is copied to /extend/addon/ when admin presses install. Addon ↵Andrew Manning2016-05-081-1/+61
| | | | | | | | | | | | repos can be removed via GUI.
* | | Custom addon repo name option added.Andrew Manning2016-05-081-4/+30
| | |
* | | Existing addon repos are listed on plugin page with controls for updating, ↵Andrew Manning2016-05-071-3/+28
| | | | | | | | | | | | removing, and switching branches.
* | | Merge remote-tracking branch 'upstream/dev' into plugin-repoAndrew Manning2016-05-071-3/+3
|\ \ \ | | |/ | |/|
| * | SDAV is already absoluteredmatrix2016-05-071-3/+3
| |/
* | New plugin repo cloned using new GitRepo class. Readme and info displayed in ↵Andrew Manning2016-05-071-43/+20
| | | | | | | | wide modal dialog.
* | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into plugin-repoAndrew Manning2016-05-061-5/+5
|\|
| * objectify comancheredmatrix2016-05-051-5/+5
| |
* | Merge remote-tracking branch 'upstream/dev' into plugin-repoAndrew Manning2016-05-054-19/+8
|\|
| * Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_mergeredmatrix2016-05-053-19/+3
| |\
| | * Unify permissions dialog for network posts, channel posts, and remote postsTreer2016-05-063-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)redmatrix2016-05-051-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-repoAndrew Manning2016-05-053-6/+28
|\|
| * Allow follow to work with a pasted webbie from the profile page (where we've ↵redmatrix2016-05-041-1/+4
| | | | | | | | replaced the '@' sign with a UTF-8 look-alike)
| * provide a tag cloud for app categories and allow filtering apps from thisredmatrix2016-05-041-1/+2
| |
| * Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_mergeredmatrix2016-05-043-43/+53
| |\
| * | add categories to apps (wip)redmatrix2016-05-041-4/+22
| | |
* | | Merge remote-tracking branch 'upstream/dev' into plugin-repoAndrew Manning2016-05-045-45/+64
|\ \ \ | | |/ | |/|
| * | add help to some permissions dialogsTreer2016-05-052-2/+2
| | |
| * | Refine permissions dialog UITreer2016-05-042-3/+19
| | |
| * | whitespaceMario Vavti2016-05-041-3/+3
| | |
| * | whitespaceMario Vavti2016-05-041-40/+34
| |/
| * ensure that important system fields are passed through the appman editorredmatrix2016-05-031-1/+5
| |
| * more background work for app management - give every member a copy of all ↵redmatrix2016-05-031-1/+6
| | | | | | | | the system apps so that they can edit and delete them to taste/preference. This needs further work to pick up changes in system apps (additions, edits, deletions, etc.). Currently this is done once and never attempted again.
* | Increased PHPGit timeout to 120 seconds for large repos. Retrieve Readme.md ↵Andrew Manning2016-05-031-9/+21
| | | | | | | | and render on plugins page.