aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module
Commit message (Collapse)AuthorAgeFilesLines
* renamed include files identity.php (channel.php) and Contact.php ↵redmatrix2016-05-2239-67/+39
| | | | (connections.php)
* Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_mergeredmatrix2016-05-212-9/+15
|\
| * Temp repo folder error message correctionAndrew Manning2016-05-211-2/+2
| |
| * Moved git repository storage to store/[data]/git to avoid collision with a ↵Andrew Manning2016-05-211-8/+14
| | | | | | | | channel named git. Fixed bug where temp repo folder was never created.
| * revert fix for #385Mario Vavti2016-05-211-4/+0
| |
| * possible better fix for #385Mario Vavti2016-05-211-1/+5
| |
* | finish updating zot_finger instancesredmatrix2016-05-214-23/+14
| |
* | first cut at zot-finger request signaturesredmatrix2016-05-211-8/+8
|/
* rework the conversation object stuff at a high level - still needs a bit of ↵redmatrix2016-05-207-8/+8
| | | | refactoring
* remove redundant includeredmatrix2016-05-201-3/+0
|
* consolidate include/*_selectors.php (not touching acl_selectors for the ↵redmatrix2016-05-205-7/+7
| | | | moment, as it will likely end up with a different disposition)
* daemon conversion continued...redmatrix2016-05-1918-34/+32
|
* Replace text strings for translation supportAndrew Manning2016-05-191-1/+3
|
* issue #391 - htmlspecialchars_decode before firing up jot, which re-encodesredmatrix2016-05-191-2/+2
|
* one more text clarificationredmatrix2016-05-181-1/+1
|
* text clarificationsredmatrix2016-05-182-2/+3
|
* Link new plugins when updating repos via admin/pluginsAndrew Manning2016-05-181-0/+12
|
* missing close tagredmatrix2016-05-181-1/+1
|
* provide server role on pubsites pageredmatrix2016-05-181-3/+3
|
* 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.