| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
channel info and permissions, return the owner permissions with the normal permission check (keeping all permission fetching in one place), rename the 'channel' variable to 'owner' in several places to identify this channel role more clearly as to the way it is being used in this module, update the deprecated call to proc_run (include/notifier) and make several notice messages translatable.
|
|\ |
|
| |
| |
| |
| | |
view_contacts is not allowed
|
|/
|
|
| |
in wiki list
|
| |
|
|
|
|
| |
page tools in there as well as new page and new wiki
|
|
|
|
| |
variant of channelx_by_nick()
|
| |
|
| |
|
| |
|
|
|
|
| |
dealing with abstracting the authentication calls and separating out the twitter authentication structure from the zot api.
|
| |
|
|
|
|
| |
this channnel *that isn't deleted*.
|
| |
|
| |
|
| |
|
|
|
|
| |
generated/stored
|
| |
|
|
|
|
| |
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.
|
| |
|
| |
|
| |
|
| |
|
|\ |
|
| |\
| | |
| | | |
Add wiki download button to export the selected wiki repo to a zip file
|
| | | |
|
|/ /
| |
| |
| | |
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.
|
| |
|
|
|
|
| |
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
|
| |
|