aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* 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
|\