aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module/Settings/Channel.php
Commit message (Collapse)AuthorAgeFilesLines
* fix php warningsMario Vavti2022-10-231-4/+5
|
* enhanced content filtersMario2022-03-011-0/+6
|
* string changeMario2021-12-211-1/+1
|
* string changeMario2021-12-211-1/+1
|
* missing labelMario2021-12-211-1/+1
|
* nag channel owners to select achannel role if they have not yet done so yetMario2021-12-151-4/+10
|
* merge branch perms_ng into devMario2021-12-151-523/+191
|
* add option to mark all notices of a thread read if a notice of the thread is ↵Mario2021-09-181-2/+7
| | | | clicked (default 1) and fix a php error in find_parent() if $act->obj is not an array
* more work on notificationsMario2021-06-251-108/+109
|
* apply channel name changes to all associated xchansnobody2020-09-211-2/+3
| | | | | (cherry picked from commit f2ac1e4b7d2aa4854ed08ded49b2ed2dd10fab59) (cherry picked from commit 34217f5f901ae4dca180bceccef425de1eef4aeb)
* move from build_sync_packet() to Libsync::build_sync_packet()Mario2020-04-091-1/+2
|
* move profile assign selector to profile settings and personal menu selector ↵Mario Vavti2018-10-061-26/+1
| | | | to channel_home settings and get rid of misc channel settings section.
* rename grid to network (for consistency) and activity to stream (as seen in ↵Mario Vavti2018-10-061-1/+1
| | | | osada) because it makes much more sense.
* pubstream appMario Vavti2018-10-061-1/+1
|
* fix displaying of perm cats selectorMario Vavti2018-10-041-2/+4
|
* Remove servicelevel logicM. Dent2018-09-291-6/+1
|
* Update Channel.phpMax Kostikov2018-09-281-2/+2
|
* minor cleanupMario2018-09-231-2/+0
|
* settings for events and cdav calendarMario2018-09-231-1/+1
|
* finalize filters and forum notificationsMario Vavti2018-06-021-0/+3
|
* provide easy access to the autoperms setting for forum and repository ↵zotlabs2018-05-021-2/+13
| | | | channels. This may be needed in the future to protect an existing forum from assault by spammers with changing identities. The forum can quickly be turned into membership by approval and either left that way permanently or hopefully reversed at a later date. Previously this would require switching to expert mode or setting a pconfig manually.
* provide a short term compatibility mapping between social_party and ↵zotlabs2018-04-231-0/+8
| | | | social_federation
* use consistent naming for 'Channel role and privacy'zotlabs2018-04-221-1/+1
|
* allow to toggle visibility of likes/dislikes in notificationsMario Vavti2018-04-111-1/+4
|
* Show "Unseen public activity" channel setting when site only public streams ↵Julian Schweinsberg2018-04-091-2/+3
| | | | are activated
* some more work on hubzilla issue #1019zotlabs2018-04-021-1/+5
|
* show site registration notifications setting only to site adminMario Vavti2018-03-141-2/+2
|
* second part of hubzilla issue #972zotlabs2018-02-111-5/+4
|
* fix some pubstream on/off weirdnessMario2017-12-031-2/+4
|
* default profile assignzotlabs2017-11-241-1/+8
|
* move mailhost settings from plugin to corezotlabs2017-11-131-0/+4
|
* fix wrong logic for enable/disable pubstream notificationsMario Vavti2017-10-051-2/+2
|
* Default Access Control List (ACL) -> Default Privacy Group and minor ↵Mario Vavti2017-09-041-1/+1
| | | | template fix
* consolidate disable_discover_tab config if it was not yet set to either 1 or ↵git-marijus2017-08-061-1/+1
| | | | 0 in DB
* initial notifications support for new shared files and new (since initial ↵git-marijus2017-07-281-0/+6
| | | | site load) pubstream activity
* allow moderated comments like wordpress if permissions are compatiblezotlabs2017-06-181-1/+1
|
* start deprecation of server_rolezotlabs2017-05-291-1/+0
|
* Monday is a proper name and should be capitalised (except in private ↵zotlabs2017-03-081-1/+1
| | | | conversation amongst unix geeks).
* activity widget - like the forum widget but represents unseen activity by ↵zotlabs2017-03-021-2/+2
| | | | author. Still experimental until it can be tested with diaspora xchans, which may require additional urlencoding.
* add default permcat to channel settings formzotlabs2017-02-121-1/+18
|
* more permissions optimisationszotlabs2017-02-091-9/+11
|
* move firefox social api configuration to pluginzotlabs2017-02-021-1/+8
|
* some preliminary work for email notification of likes - potentially ↵zotlabs2016-12-111-0/+2
| | | | destabilising so disabled until after next release
* Report the WebDAV endpoint on the settings page (under the reddress) if the ↵zotlabs2016-12-081-0/+3
| | | | account techlevel suggests the viewer isn't going to run away screaming and have epileptic seizures when they see the term 'WebDAV'.
* remove loggingzotlabs2016-10-141-1/+1
|
* permissions issuezotlabs2016-10-141-2/+2
|
* more backquotes - this should take care of most except for the array import ↵zotlabs2016-10-091-1/+1
| | | | queries
* turn Settings page into sub-modulesredmatrix2016-09-061-0/+556