aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module/Admin/Site.php
Commit message (Collapse)AuthorAgeFilesLines
* typoMario Vavti2018-10-081-1/+1
|
* Remove servicelevel logicM. Dent2018-09-291-24/+0
|
* Add translation for missed stringMax Kostikov2018-08-101-1/+1
|
* 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
|
* 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
|/
* 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.
* provide option to block the public stream unless authenticated, since there ↵zotlabs2018-02-141-1/+3
| | | | could be legal issues with unmoderated content
* 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
|
* 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-261-1/+8
| | | | met. mark incompatible themes in the theme selector
* provide a fresh new look and cleaner layout and more relevant information to ↵zotlabs2016-11-291-0/+3
| | | | siteinfo
* [TASK] Update Doxyfile and fix Doxygen errors.Klaus Weidenbach2016-10-131-61/+48
| | | | | | Updated Doxyfile to include new folders. Add a list for @hooks tags. Fixed some parsing problems for Doxygen.
* pro: provide settings for techlevel and techlevel_lock on admin/site pageredmatrix2016-09-081-0/+27
|
* turn Settings page into sub-modulesredmatrix2016-09-061-1/+2
|
* move the rest of mod_admin to sub modulesredmatrix2016-09-051-0/+295