aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* 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
| * | update std_versionredmatrix2016-05-121-1/+1
| | |
* | | experimental rtl support; this will probably require a fair bit of work.redmatrix2016-06-191-0/+7
| | |
* | | schema changes needed for the caldav client bitredmatrix2016-06-181-1/+1
| | |
* | | deprecate the item_id table - replace with iconfig. A possibly useful ↵redmatrix2016-06-131-1/+1
| |/ |/| | | | | function in the iconfig class would be a search which takes a service id and type and uid, matches against an item and returns the iid. That could save a bit of code duplication.
* | move dev forwardredmatrix2016-06-101-1/+1
| |
* | Merge remote-tracking branch 'upstream/dev' into wikiAndrew Manning2016-06-091-0/+7
|\ \
| * | issue #59redmatrix2016-06-081-0/+7
| | |
* | | Merge remote-tracking branch 'upstream/dev' into wikiAndrew Manning2016-06-051-0/+1
|\| |
| * | For emojis in posts, extend smilies and save a lot of duplication of effortredmatrix2016-06-041-0/+1
| | |
* | | Merge remote-tracking branch 'upstream/dev' into wikiAndrew Manning2016-06-041-1/+1
|\| |
| * | App::init() should be staticredmatrix2016-06-031-1/+1
| | |
* | | Merge remote-tracking branch 'upstream/dev' into wikiAndrew Manning2016-06-021-5/+6
|\| |
| * | some initial emoji reaction workredmatrix2016-06-021-0/+1
| | |
| * | the rest of the schema updates - WARNING: some third party plugins may fail; ↵redmatrix2016-06-011-2/+2
| | | | | | | | | | | | e.g. embedphotos and chess. $item['object'] is now $item['obj'] and $photo['type'] is $photo['mimetype'], $photo['scale'] is $photo['imgscale'] and $photo['data'] is now $photo['content']. There are a number of other changes, but these are the ones noted to cause issues with third-party plugins. The project plugins have been updated. Please note any new issues as this effort touched a lot of code in a lot of files.
| * | more db column renamesredmatrix2016-05-311-2/+2
| | |
| * | more removal of reserved words from DB schemasredmatrix2016-05-311-1/+1
| | |
| * | remove unused tablesredmatrix2016-05-301-1/+1
| | |
| * | start removing reserved words from database column names (this run: addon ↵redmatrix2016-05-301-4/+4
| | | | | | | | | | | | and hook)
* | | Merge remote-tracking branch 'upstream/dev' into wikiAndrew Manning2016-05-291-1/+1
|\| |
| * | fix remote_channel(), update php minversion requirementredmatrix2016-05-291-1/+1
| | |
* | | Merge remote-tracking branch 'upstream/dev' into wikiAndrew Manning2016-05-281-13/+30
|\| |
| * | allow objs to represent inventoryredmatrix2016-05-271-3/+3
| | |
| * | check for session before querying session varsredmatrix2016-05-271-10/+27
| | |
* | | Merge remote-tracking branch 'upstream/dev' into wikiAndrew Manning2016-05-271-29/+91
|\| |
| * | don't need quite so many backslashesredmatrix2016-05-261-11/+11
| | |
| * | consolidate all the sys_boot functionality that is common between the web ↵redmatrix2016-05-261-0/+66
| | | | | | | | | | | | server and the cli daemon manager. Get rid of yet another global variable ($default_timezone) whilst doing so.
| * | run background/daemon tasks at approximately 4 hour intervals from web ↵redmatrix2016-05-251-5/+10
| | | | | | | | | | | | accesses if they aren't being run otherwise. This ensures they run, although perhaps a bit infrequently; even if unconfigured. This is not suitable for a production site, but may be acceptable for small single person hubs and test sites. The 'cron warning email' now means that background processes are totally borked; probably due to a fascist hosting provider that has blocked process execution.
| * | code cleanupredmatrix2016-05-241-21/+3
| | |
| * | turn the oft-repeated block_public ... check into a function ↵redmatrix2016-05-221-0/+9
| | | | | | | | | | | | observer_prohibited()
| * | renamed include files identity.php (channel.php) and Contact.php ↵redmatrix2016-05-221-3/+3
| | | | | | | | | | | | (connections.php)
* | | Successful new wiki git repo and item table recordAndrew Manning2016-05-211-0/+1
|/ /