aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs
Commit message (Collapse)AuthorAgeFilesLines
...
| * | 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-092-41/+33
| | |
* | | copy-paste errorAndrew Manning2016-05-092-1/+23
| | |
* | | 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-082-20/+69
| | |
* | | 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-073-149/+147
| | | | | | | | wide modal dialog.
* | Progress implementing GitRepo class in Zotlabs/StorageAndrew Manning2016-05-071-9/+96
| |
* | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into plugin-repoAndrew Manning2016-05-062-5/+409
|\|
| * objectify comancheredmatrix2016-05-052-5/+409
| |
* | 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-054-6/+72
|\|
| * 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)
| * isolate all the tagadelic core code into a class and reuse itredmatrix2016-05-041-0/+44
| |
| * 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.
* | Merge remote-tracking branch 'upstream/dev' into plugin-repoAndrew Manning2016-05-034-34/+58
|\|
| * more security stuffredmatrix2016-05-021-8/+13
| |
| * sort out the rest of the source categoriesredmatrix2016-05-021-2/+2
| |
| * a couple of bugfixes from earlier checkins and implementation of source tagsredmatrix2016-05-011-6/+13
| |
| * sort addons based on the internal display name instead of the filenameredmatrix2016-05-011-0/+7
| |
| * use only the std_versionredmatrix2016-05-012-15/+10
| |
| * Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_mergeredmatrix2016-05-012-2/+7
| |\
| * | some much needed work on oembed securityredmatrix2016-05-012-11/+20
| | |
* | | AJAX and spinner for add repo form submission. Repo info will be displayed ↵Andrew Manning2016-05-031-10/+13
| | | | | | | | | | | | below the form.
* | | Merge remote-tracking branch 'upstream/dev' into plugin-repoAndrew Manning2016-05-012-2/+7
|\ \ \ | | |/ | |/|
| * | make weblink and attach button hideable and some minor fixesMario Vavti2016-05-012-2/+7
| |/
* | New plugin repo is cloned to /store/pluginrepos/REPONAME for analysisAndrew Manning2016-05-012-1/+76
| |
* | fixed tplAndrew Manning2016-05-011-1/+1
| |
* | Create form on admin/plugins page to add plugin git repo using PHPGitAndrew Manning2016-05-011-1/+13
|/
* Merge pull request #362 from Treer/fontawesomeredmatrix2016-05-013-5/+5
|\ | | | | Update Font-Awesome to 4.6.1
| * update icon names in Zotlabs/Treer2016-05-013-5/+5
| |
* | whitespaceMario Vavti2016-04-301-36/+35
| |
* | more work on layout editorsMario Vavti2016-04-302-5/+7
| |