| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
the page. Changes will be queued until the page is reloaded. There may or may not be notifications of pending activity updates depending on your notification preferences. Endless scrolling (append) is still performed either way. This only affects changed and new/unseen items being inserted into the page.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Usage: util/connect uid|nick channel
uid|nick must be a local channel. The target channel can be any channel. If a nick is supplied as a target it is assumed to refer to a channel on the localhost unless @host is provided. RSS feeds and remote networks can also be connected, assuming the appropriate protocols are already enabled for the local channel. If the target channel is a non-forum on the local system and you wish bi-directional communication to be enabled you will probably need to use a second connnect command with the source and target reversed.
Examples:
util/connect bob marketing
Connects bob to the marketing channel
util/connect marketing bob
Connects the marketing channel to bob.
util/connect 6 channelone@macgirvin.com
Connects the channel with channel_id 6 to the Channel One public forum.
util/connect bob https://mysite.foo/feed.rss
Connects bob to an RSS feed if RSS feeds are allowed as connections on this site
util/connect bob jb@diasp.org
Connects bob to a diaspora account on diap.org (both the site and Bob's channel must previously have the Diaspora Protocol enabled).
|
| |
|
|
|
|
| |
dns_get_record()
|
|\ |
|
| |\
| | |
| | | |
sql: limit 1 for UPDATE and DELETE is not supported …
|
| | |
| | |
| | |
| | |
| | |
| | | |
postgresql
(see: https://www.postgresql.org/message-id/flat/1291109101.26137.35.camel%40pcd12478 )
|
|/ /
| |
| |
| | |
to foreign network members. The iframe no longer works due to content security policies, and people hated this with a passion anyway; so just provide a URL to visit.
|
| | |
|
|/
|
|
| |
everytthing old school.
|
|
|
|
| |
are going upstream or downstream with a simple binary variable.
|
| |
|
| |
|
| |
|
| |
|
|\ |
|
| |\
| | |
| | | |
Add wiki download button to export the selected wiki repo to a zip file
|
| | | |
|
| |\ \
| | | |
| | | | |
add column display_path to inserts into attachment, as this column is…
|
| | | |
| | | |
| | | |
| | | | |
an emtpy string
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
null column
Conflicts:
Zotlabs/Storage/Directory.php
include/attach.php
amend 54def92bcf75c08cd8dec3921e5ef26f23d85ffc display_path
|
|/ / /
| | |
| | |
| | | |
is a no-op under mysql but could provide unpredictable data under postgres
|
| |/
|/| |
|
|\ \
| | |
| | | |
Postgres complaining again ...
|
| |/
| |
| |
| |
| |
| |
| |
| | |
```sql
UPDATE abook SET abook_profile = (SELECT profile_guid AS FROM profile WHERE is_default = 1 AND uid = 13 LIMIT 1) WHERE abook_profile = '' AND abook_channel = 13 ; returned false
ERROR: syntax error at or near "profile"
LINE 1: ... SET abook_profile = (SELECT profile_guid AS FROM profile WH...
^
```
|
|/
|
|
| |
lying and telling the js calendar that the end date/time is unknown
|
| |
|
| |
|
|
|
|
| |
wasn't taking into consideration the initial tag character, and one char search provides way too many results. The autocomplete cache doesn't search again but just searches through its cache. This means as you type more chars, if the answer wasn't included in the very first search (one char), it won't be returned. This may need further tweaking as the network grows.
|
|
|
|
|
|
| |
Not sure if this method is used anywhere, but it should not have worked
correctly. This should correct it.
Add a unit test for this class.
|
| |
|
|
|
|
| |
one profile, works just as it did previously. For multiple profiles, go back to the "upload form" but with a pre-existing file selected so that the correct profile can be selected. The text on this page and the resulting form are changed to remove the 'upload' text and file selection; but falls through to cropping in either case.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
We use composer already to install SabreDAV. Include config
composer.(json|lock) to install and manage more dependencies
in future.
Also provide PSR-4 autoloading for our namespaced classes, e.g.
"Zotlabs\". To regenerate autoloader maps use:
$ composer install --optimize-autoloader --no-dev
We could also remove the whole vendor/ folder from our repository, but
that would need changes in deployment and how to install hubs and needs
more discussion first.
|
|
|
|
| |
plugin to over-ride the permissions for cover photos or insert a different photo in place of that requested
|
| |
|
|
|
|
| |
generic use
|
| |
|
| |
|
|\ |
|
| |\
| | |
| | | |
[TASK] Update Doxyfile and fix Doxygen errors.
|
| | |
| | |
| | |
| | |
| | |
| | | |
Updated Doxyfile to include new folders.
Add a list for @hooks tags.
Fixed some parsing problems for Doxygen.
|
|/ /
| |
| |
| | |
log the url wherever called to track down where it might be called with a malformed webbie or complete path instead of hostname.
|
|/ |
|
| |
|
| |
|
| |
|
|
|
|
| |
which is driver dependent
|
| |
|
|
|
|
| |
available api path.
|