aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module/Admin
Commit message (Collapse)AuthorAgeFilesLines
* remove dotMario2020-11-141-1/+1
|
* Polling fallback to server sent events. Polling is the default. SSE must be ↵Mario2020-11-141-0/+8
| | | | enabled in /admin/site > Advanced > Enable SSE Notifications if desired.
* deprecate $a variable for *_plugin_admin() and *_plugin_admin_post()Mario2020-09-161-2/+2
|
* make inline pdf a security option, move thumbnail security to security ↵Mario2019-11-152-6/+11
| | | | options from admin/site
* fix bitrot in util/zotshzotlabs2019-08-151-15/+16
|
* port db update improvements from zapMario Vavti2019-05-031-2/+43
|
* Merge branch 'exclude_addon_common' into 'dev'M. Dent2019-02-151-1/+4
|\ | | | | | | | | exclude addon_common from addon list See merge request hubzilla/core!1513
| * exclude addon_common from addon listMario2019-02-151-1/+4
| |
* | fix linkify_tags() so it works with xchans across multiple protocols, also ↵zotlabs2019-02-031-1/+1
|/ | | | some fixes to activity parsing from upstream.
* typoMario Vavti2018-10-081-1/+1
|
* Remove servicelevel logicM. Dent2018-09-292-27/+2
|
* Add translation for missed stringMax Kostikov2018-08-101-1/+1
|
* plugins -> addonszotlabs2018-06-281-19/+19
|
* optionally report total available space when uploadingzotlabs2018-06-131-1/+4
|
* SECURITY: provide option to disable the cloud 'root' directory and make the ↵zotlabs2018-06-131-0/+5
| | | | cloud module require a target channel nickname. This is a low impact change as there is currently no disclosure of private information. The presence of a file browser for all the channels on the site could be (and is reported to be) a concern to some people and there is no reason why it shouldn't be optional.
* wrong default param for pubstream_incl (this checkin also picked up a few ↵zotlabs2018-05-181-2/+2
| | | | minor and hopefully non-significant changes)
* hubzilla issue #1169zotlabs2018-05-101-1/+9
|
* Simplify first channel creation even further by using a site-configurable ↵zotlabs2018-05-071-0/+10
| | | | default permissions role and removing one more conceptual roadblock for first time registrants. This default role only applies to the first channel an account creates and can be changed from the settings page once they've started to explore. This functionality was always present but optional and not well exposed. Now it is part of the standard workflow and exposed in the admin settings.
* last commented expiration setting in adminzotlabs2018-04-101-0/+3
|
* do not include pending registrations in accounts and goaway to ↵Mario Vavti2018-03-171-3/+4
| | | | /admin/accounts after approval or denial of an pending registration
* Merge remote-tracking branch 'mike/master' into devMario Vavti2018-03-121-2/+7
|\
| * remove debuggingzotlabs2018-03-101-2/+0
| |
| * trim expects error ... in admin/sitezotlabs2018-03-101-3/+9
| |
* | do not use trim on arrayMario Vavti2018-03-101-1/+1
| |
* | we do not support separate mobile themes anymoreMario Vavti2018-03-071-7/+7
|/
* bugfix: unable to reset profile fields to defaults in admin/profs by ↵zotlabs2018-03-041-9/+30
| | | | emptying the textarea
* require directory servers to be using some modern form of encryption; which ↵zotlabs2018-02-261-1/+2
| | | | means we only currently have 2.
* Usability and member experience: remove street address info from the default ↵zotlabs2018-02-231-1/+1
| | | | basic profile fields, mention that the site banner can be full HTML, mention on the techlevel setting that this also controls what additional features may be visible.
* refactor of the DB update system. Updates are now stored individually in ↵zotlabs2018-02-161-25/+29
| | | | Zotlabs/Update/_nnnn.php and are objects; so only the pending updates need to be loaded and executed rather than all historical updates. There is one single number (DB_UPDATE_VERSION) representing the current version and it is EQUAL TO the last known update. A dummy update _1201 was created to address the difference in counting behaviour; it will be executed on the next change of DB_UPDATE_VERSION as well as the next update. The database config values are also loaded from disk on every update immediately before setting the update lock in order to reduce timing conflicts and race conditions.
* provide option to block the public stream unless authenticated, since there ↵zotlabs2018-02-141-1/+3
| | | | could be legal issues with unmoderated content
* implode can take its arguments in either order, but let's try to be consistentzotlabs2018-02-041-6/+6
|
* remove loggingzotlabs2018-01-291-2/+0
|
* unable to delete accounts using tickboxes on admin/accounts - make all the ↵zotlabs2018-01-291-3/+6
| | | | action names consistent
* Surface the ability to change the landing page after channel creation and ↵zotlabs2018-01-281-0/+3
| | | | create a 'go' module to present several possible things to do at this point. Change the default from 'settings' to 'profiles' so that the focus is more on you rather than the software configuration.
* Merge remote-tracking branch 'mike/master' into devMario Vavti2018-01-181-0/+4
|\
| * provide local pubstream option (content from this site only).zotlabs2018-01-171-0/+4
| |
* | raise the queue threshold default from 300 to 3000Mario Vavti2018-01-181-2/+2
|/
* Added minimum registration age to /admin/site settings pageAndrew Manning2018-01-141-1/+3
|
* expose settings for site sellpage and site locationzotlabs2018-01-111-0/+10
|
* fix some pubstream on/off weirdnessMario2017-12-031-0/+1
|
* expose the security setting for SVG thumbnailszotlabs2017-11-211-1/+3
|
* add another delivery control parameter (force queue threshold)zotlabs2017-10-311-2/+5
|
* use imagick converter for large photoszotlabs2017-09-301-0/+3
|
* pubsites broken and directory server admin selection includes known dead siteszotlabs2017-09-211-1/+1
|
* start deprecation of server_rolezotlabs2017-05-291-10/+0
|
* allow setting the system email name/address/replyzotlabs2017-03-221-0/+15
|
* :arrow_up: :hammer: Upgrade PHP Markdown library.Klaus Weidenbach2017-02-272-85/+84
| | | | | | The current version throws deprecated warning with PHP7.1 and PHPUnit. Upgrade the Markdown library to the current PHP Markdown Lib 1.7.0. Used composer to manage this library.
* set minversion and maxversion for themes in ↵Mario Vavti2017-02-271-2/+3
| | | | view/theme/themename/php/theme.php instead of separate file.
* add a minversion to the theme and fallback to default if requirement is not ↵Mario Vavti2017-02-262-2/+9
| | | | met. mark incompatible themes in the theme selector
* consolidate hubloc storagezotlabs2017-01-301-1/+0
|