Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix bogus semicolon | Waitman Gobble | 2017-09-06 | 1 | -1/+1 |
| | | | Line 655 should have comma instead of semicolon | ||||
* | add combined index for item.uid and item.item_unseen. this speeds up ↵ | Mario Vavti | 2017-09-01 | 1 | -2/+3 |
| | | | | notifications by a magnitude. | ||||
* | db update to add index for item.obj_type | git-marijus | 2017-07-31 | 1 | -0/+1 |
| | |||||
* | missing abook_{my,their}_perms in pg schema and missing keys in mysql schema | Mario Vavti | 2017-07-05 | 1 | -0/+2 |
| | |||||
* | cdav migration to core | zotlabs | 2017-06-22 | 1 | -0/+171 |
| | |||||
* | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_merge | zotlabs | 2017-06-11 | 1 | -3/+3 |
|\ | |||||
| * | some more innodb mysql scheme adjustments | Mario Vavti | 2017-06-10 | 1 | -15/+8 |
| | | |||||
| * | convert schema_mysql engine to InnoDB and charset utf8mb4 | git-marijus | 2017-06-09 | 1 | -267/+267 |
| | | |||||
* | | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_merge | zotlabs | 2017-06-07 | 1 | -3/+3 |
|\| | |||||
| * | Fixed TEXT fields with default values (fixes #803) in mysql creation script. | Manuel Tancoigne | 2017-06-07 | 1 | -6/+6 |
| | | |||||
* | | fix a merge mixup on install/schema_msyql.php | zotlabs | 2017-06-06 | 1 | -230/+230 |
| | | |||||
* | | remove default for text/mediumtext sql fields | zotlabs | 2017-05-31 | 1 | -6/+6 |
| | | |||||
* | | looks like a commit was lost someplace, but I'll re-do it later (convert sql ↵ | zotlabs | 2017-05-25 | 1 | -18/+18 |
| | | | | | | | | schema files to default integers to int values); in any event change all the mysql strings that were 255 maxlength to 191 maxlength in case they get used as indexes down the line | ||||
* | | put back obsolete permission fields in abook and channel schema files so we ↵ | zotlabs | 2017-05-25 | 1 | -0/+20 |
| | | | | | | | | can restore the old data without choking when upgrading the table type | ||||
* | | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_merge | zotlabs | 2017-05-23 | 1 | -1/+1 |
|\| | |||||
| * | schema fixes | zotlabs | 2017-05-23 | 1 | -3/+3 |
| | | |||||
| * | always wonder about people who say "do as I say, not as I do..." | zotlabs | 2017-05-14 | 1 | -229/+229 |
| | | |||||
* | | schema fixes | zotlabs | 2017-05-22 | 1 | -3/+3 |
| | | |||||
* | | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_merge | zotlabs | 2017-05-05 | 1 | -0/+2 |
|\| | |||||
| * | abook_not_here flag created to indicate singleton connections which are ↵ | zotlabs | 2017-05-03 | 1 | -0/+2 |
| | | | | | | | | connected to this channel but not on this hub. abook_instance enumerates which hubs the connections is valid, but we ultimately need something more efficiently searchable to decide what operations are supported w/r/t this connection in the context of this hub. This flag is ignored during sync to clones although the code to set it correctly during channel creation, import, and sync has not yet been implemented. | ||||
* | | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_merge | zotlabs | 2017-04-26 | 1 | -0/+2 |
|\| | |||||
| * | database support for client side e2ee for private mail | zotlabs | 2017-04-25 | 1 | -0/+2 |
| | | |||||
| * | backend infrastructure for 'channel protection password'; which will be used ↵ | zotlabs | 2017-04-12 | 1 | -0/+2 |
| | | | | | | | | to optionally encrypt export files and resolve channel/identity ownership/hijacking disputes | ||||
* | | database upgrade | zotlabs | 2017-04-23 | 1 | -211/+212 |
| | | |||||
* | | remove fulltext indexes for innodb | zotlabs | 2017-04-12 | 1 | -7/+1 |
| | | |||||
* | | change default database settings | zotlabs | 2017-04-12 | 1 | -62/+62 |
| | | |||||
* | | backend infrastructure for 'channel protection password'; which will be used ↵ | zotlabs | 2017-04-12 | 1 | -0/+2 |
| | | | | | | | | to optionally encrypt export files and resolve channel/identity ownership/hijacking disputes | ||||
* | | db issues | zotlabs | 2017-03-12 | 1 | -41/+0 |
|/ | |||||
* | Alter the queue so that each queue item stores the scheduled time of the ↵ | zotlabs | 2017-01-29 | 1 | -0/+2 |
| | | | | | | | | 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. | ||||
* | more vcard work | zotlabs | 2016-12-21 | 1 | -0/+1 |
| | |||||
* | issue #446 apps usability - disable app if attached to a plugin that is ↵ | zotlabs | 2016-12-14 | 1 | -1/+2 |
| | | | | uninstalled, allow system apps to be soft deleted and undeleted from the edit pane. | ||||
* | db update required for Zot2 | zotlabs | 2016-11-22 | 1 | -0/+1 |
| | |||||
* | allow hooks to have negative priority | zotlabs | 2016-10-12 | 1 | -1/+2 |
| | |||||
* | next wave of nulldate fixes | redmatrix | 2016-09-26 | 1 | -64/+64 |
| | |||||
* | provide version info in /pubsites | redmatrix | 2016-09-07 | 1 | -0/+1 |
| | |||||
* | Merge branch 'dev' into perms | redmatrix | 2016-07-17 | 1 | -0/+17 |
|\ | |||||
| * | schema updates for zot access tokens | redmatrix | 2016-07-14 | 1 | -0/+17 |
| | | |||||
* | | Merge branch 'dev' into perms | redmatrix | 2016-07-12 | 1 | -1/+1 |
|\| | |||||
| * | the abconfig defaults weren't changed in the schema files when they were ↵ | redmatrix | 2016-07-12 | 1 | -1/+1 |
| | | | | | | | | changed in the code | ||||
* | | revise how we store perm_limits | redmatrix | 2016-07-07 | 1 | -12/+0 |
| | | |||||
* | | more work on x permissions | redmatrix | 2016-07-03 | 1 | -0/+13 |
|/ | |||||
* | db update for abconfig transition | redmatrix | 2016-06-23 | 1 | -1/+1 |
| | |||||
* | schema changes needed for the caldav client bit | redmatrix | 2016-06-18 | 1 | -0/+22 |
| | |||||
* | the rest of the schema updates - WARNING: some third party plugins may fail; ↵ | redmatrix | 2016-06-01 | 1 | -22/+22 |
| | | | | 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 renames | redmatrix | 2016-05-31 | 1 | -7/+8 |
| | |||||
* | more removal of reserved words from DB schemas | redmatrix | 2016-05-31 | 1 | -7/+7 |
| | |||||
* | remove unused tables | redmatrix | 2016-05-30 | 1 | -70/+0 |
| | |||||
* | start removing reserved words from database column names (this run: addon ↵ | redmatrix | 2016-05-30 | 1 | -4/+4 |
| | | | | and hook) | ||||
* | allow objs to represent inventory | redmatrix | 2016-05-27 | 1 | -0/+2 |
| | |||||
* | some preliminary structural work for app organisation | redmatrix | 2016-05-03 | 1 | -0/+4 |
| |