aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
Commit message (Collapse)AuthorAgeFilesLines
...
* reverse logicMario Vavti2016-11-071-2/+2
|
* allow .htpreconfig.php to be loaded if you can't install without special ↵zotlabs2016-10-261-0/+6
| | | | | | settings or require PHP logging at that time; it is ignored during normal use.
* [FEATURE] Add config and use composer autoloader.Klaus Weidenbach2016-10-181-39/+9
| | | | | | | | | | | | | 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.
* rename diaspora2bb() to markdown_to_bb() to reflect that is has a more ↵zotlabs2016-10-161-1/+1
| | | | generic use
* allow hooks to have negative priorityzotlabs2016-10-121-1/+1
|
* update versionredmatrix2016-10-011-1/+1
|
* std_version bump due to js and css changesMario Vavti2016-09-291-1/+1
|
* upgrade fullcalendar to version 3Mario Vavti2016-09-141-1/+1
|
* version bump due to js caching issueMario Vavti2016-09-091-1/+1
|
* provide version info in /pubsitesredmatrix2016-09-071-1/+1
|
* use SubModule class for generalising submodules, move back to the ↵redmatrix2016-09-051-0/+1
| | | | zotlabs/module hierarchy
* bump STD_VERSION due to possible js chaching issue with new jotnets ↵Mario Vavti2016-09-051-1/+1
| | | | implementation
* provide techlevels in the pro server role. Should have no visible effect on ↵redmatrix2016-08-311-1/+1
| | | | other roles.
* optional server role compatibility checks for pluginsredmatrix2016-08-221-2/+2
|
* server role management, part 1redmatrix2016-08-221-10/+35
|
* don't set session theme unless logged in.redmatrix2016-08-161-0/+3
|
* s/$rr/$rv/redmatrix2016-08-141-22/+22
|
* new versionredmatrix2016-08-101-1/+1
|
* server rolesredmatrix2016-08-071-6/+8
|
* use config system.server_role and deprecate 'UNO'redmatrix2016-08-071-2/+6
|
* check for new permissions and update channels and connections with defaults ↵redmatrix2016-07-251-0/+64
| | | | if any are found and if there are defaults for any channel roles which are being used on this site.
* trace log pconfig cache if for some reason it isn't an arrayredmatrix2016-07-241-1/+1
|
* permission fixesredmatrix2016-07-191-0/+1
|
* Merge branch 'dev' into permsredmatrix2016-07-181-10/+2
|\
| * runaway cron emailsredmatrix2016-07-181-10/+2
| |
| * whitespaceMario Vavti2016-07-181-2/+0
| |
| * resolve merge conflictMario Vavti2016-07-181-0/+2
| |\
| | * change std_versionredmatrix2016-07-171-1/+1
| | |
* | | Merge branch 'dev' into permsredmatrix2016-07-171-3/+3
|\| |
| * | roll versionredmatrix2016-07-171-1/+1
| |/
| * Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_mergeredmatrix2016-07-151-1/+1
| |\
| | * bump minor version because of jquery updateMario Vavti2016-07-151-1/+1
| | |
| * | login isn't always your email.redmatrix2016-07-151-1/+1
| |/
| * schema updates for zot access tokensredmatrix2016-07-141-1/+1
| |
* | more work on permsredmatrix2016-07-091-1/+1
|/
* if cron is broken because the entire db or config table is crashed, don't ↵redmatrix2016-06-301-0/+9
| | | | send a cron broken email - because we have no way of limiting it to just one email. We need a working config to do that.
* db update for abconfig transitionredmatrix2016-06-231-1/+1
|
* relocate the cache classredmatrix2016-06-231-1/+0
|
* last merge from master did reset the std_version to 1.8 - set it back to 1.9 ↵Mario Vavti2016-06-201-1/+1
| | | | for dev
* Merge branch 'master' into devMario Vavti2016-06-201-2/+2
|\
| * merge conflictredmatrix2016-06-191-6/+0
| |
| * zot_revision should be string, not float1.8redmatrix2016-06-191-1/+1
| |
| * Merge branch '1.8RC'redmatrix2016-06-191-170/+191
| |\
| * | make init static on master alsoredmatrix2016-06-031-2/+2
| | |
| * | minor version rollredmatrix2016-05-161-1/+1
| | |
| * | be specificredmatrix2016-05-151-1/+1
| | |
| * | roll minor version due to changeredmatrix2016-05-151-1/+1
| | |
| * | issue #387redmatrix2016-05-151-1/+2
| | |
| * | issue #383redmatrix2016-05-141-1/+1
| | |
| * | SECURITY: edited comment to private post loses privacy info. Not visible in ↵redmatrix2016-05-121-1/+1
| | | | | | | | | | | | stream but may be visible in feeds