aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
Commit message (Collapse)AuthorAgeFilesLines
* fix a couple more instances where we were still calling mail() directly for ↵zotlabs2017-03-311-27/+27
| | | | site critical messages
* get rid of some more deprecated uses of $azotlabs2017-03-311-7/+5
|
* remove obsolete app argument from load_pdlzotlabs2017-03-311-1/+1
|
* get rid of get_app()zotlabs2017-03-311-12/+0
|
* move db_upgrade to zlibzotlabs2017-03-311-87/+3
|
* remove hubzilla.site from directory fallback servers until further noticeMario Vavti2017-03-291-1/+1
|
* bump versionMario Vavti2017-03-291-1/+1
|
* get rid of some cruft in boot.phpzotlabs2017-03-291-62/+17
|
* code_allowed is a real mess. Start the cleanup by remving the account level ↵zotlabs2017-03-291-1/+0
| | | | code allow and limiting to specific channels only. This reduces the possibility of cross channel security issues coming into play. Then provide a single function for checking the code permission. This is only partially done as we often need to check against the observer or logged in channel as well as the resource owner to ensure that this only returns true for local channels which also own the requested resource.
* bump versionsMario Vavti2017-03-231-1/+1
|
* bump versionMario Vavti2017-02-251-1/+1
|
* move some functions to more appropriate placeszotlabs2017-02-231-0/+18
|
* fix several places where head_add_(css|js) functions have been used ↵zotlabs2017-02-191-3/+6
| | | | | | | | | | | incorrectly. It appears that mistakes were made going back a long time and propagated. Here's the way it should work: - if there is no preceding / character, we look for the file within all the appropriate theme directories. - otherwise the file should have a preceding /, which means use this path relative to the hubzilla basedir - files beginning with // are considered to be schemeless URLs. Therefore 'foo.css' means find the best theme-able representation of foo.css. '/library/foo.css' means only use the version of foo.css that is in /library.
* change primary directory per requestzotlabs2017-02-181-2/+1
|
* fix immediate issue with multiple login forms until I can figure out an ↵zotlabs2017-02-081-2/+2
| | | | elegant way to "popup" the modal login form already on the page. We still may need this fix for the actual login module which should always be callable and present a login form even if the nav is completely borked.
* move opensearch to pluginszotlabs2017-02-021-1/+8
|
* tested extensible permissions by adding wiki permissions. Discovered a ↵zotlabs2017-02-011-7/+9
| | | | couple of issues that needed attention in the process.
* fix a few style issues with nav login panelzotlabs2017-02-011-1/+2
|
* consolidate hubloc storagezotlabs2017-01-301-0/+1
|
* Alter the queue so that each queue item stores the scheduled time of the ↵zotlabs2017-01-291-1/+1
| | | | | | | | next delivery. This keeps the query for queued items simple. We no longer group by posturl; as the queue update function will only keep one item per destination scheduled for shorter term processing. Others (multiple queued items for a single destination) will be scheduled for delivery far into the future and only delivered if the hub responds to the "active" or short term queue item.
* provide lowlevel xchan storage function to ensure that all non-null rows are ↵zotlabs2017-01-281-0/+1
| | | | initialised
* nwiki updatesHubzilla2017-01-181-0/+1
|
* add gravizot.de to directory server fallbackszotlabs2017-01-101-1/+2
|
* more vcard workzotlabs2016-12-211-1/+1
|
* issue #446 apps usability - disable app if attached to a plugin that is ↵zotlabs2016-12-141-1/+1
| | | | uninstalled, allow system apps to be soft deleted and undeleted from the edit pane.
* bump versionMario Vavti2016-12-121-1/+1
|
* some preliminary work for email notification of likes - potentially ↵zotlabs2016-12-111-0/+1
| | | | destabilising so disabled until after next release
* fallback directory servers need to be in the same realmzotlabs2016-12-011-3/+1
|
* versioning for permission additions to ensure we're using the same set of fileszotlabs2016-12-011-0/+5
|
* extensible perms: the really, really hard part - figuring out what to do ↵zotlabs2016-12-011-10/+18
| | | | about people with custom permissions so as to set sane defaults.
* zot 1.2zotlabs2016-11-301-1/+1
|
* roll standard version to ensure that dba_pdo is the default and make this a ↵zotlabs2016-11-281-1/+1
| | | | dependency for the cdav plugin
* db update required for Zot2zotlabs2016-11-221-1/+1
|
* zot: specify crypto methodzotlabs2016-11-201-0/+4
|
* issue #588, change 'Bug Report' app to 'Report Bug'zotlabs2016-11-171-17/+10
|
* move all the zid related stuff to one filezotlabs2016-11-131-0/+1
|
* 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
|