Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | important hyperdrive component | zotlabs | 2018-09-09 | 1 | -0/+11 |
| | |||||
* | hubloc DB changes needed for z6 | zotlabs | 2018-08-13 | 1 | -0/+5 |
| | |||||
* | add app_options field | zotlabs | 2018-08-02 | 1 | -0/+1 |
| | |||||
* | update oauth related tables to use bigint/int(10) for user_id column. this ↵ | Mario | 2018-05-20 | 1 | -4/+4 |
| | | | | is to be more consistent with the rest of the tables and fixes issue #1180 | ||||
* | Active channels information is a bit imprecise. Provide a higher accuracy ↵ | zotlabs | 2018-04-16 | 1 | -0/+2 |
| | | | | method. This will require a transition period | ||||
* | OAuth2 integration | zotlabs | 2018-04-03 | 1 | -0/+54 |
| | |||||
* | federated polls: GNU-Social requires us to preserve the original order of ↵ | zotlabs | 2018-03-07 | 1 | -0/+2 |
| | | | | the poll answers for use in making a vote, unlike diaspora (which selects by guid) and activitypub (which selects by non-localisable text). | ||||
* | federated polls: add poll_author which will be necessary for Diaspora federation | zotlabs | 2018-03-06 | 1 | -0/+2 |
| | |||||
* | provide DB compatibility for poll and voting implementations across several ↵ | zotlabs | 2018-02-22 | 1 | -0/+6 |
| | | | | platforms | ||||
* | table structure for pseudo or proxy channels (pchan) | zotlabs | 2017-10-19 | 1 | -0/+13 |
| | |||||
* | db update to add index to item.resource_id we query this in wikis a lot | Mario Vavti | 2017-09-16 | 1 | -0/+1 |
| | |||||
* | add combined index for item.uid and item.item_unseen. this speeds up ↵ | Mario Vavti | 2017-09-01 | 1 | -0/+1 |
| | | | | 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/+4 |
| | |||||
* | add the cdav pgsql schemas | Mario Vavti | 2017-07-04 | 1 | -0/+222 |
| | |||||
* | danger - do not use 'char(n)' with postgres it creates a thing called a ↵ | zotlabs | 2017-05-15 | 1 | -22/+22 |
| | | | | bpchar which is different than a normal text field in subtle ways. | ||||
* | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_merge | zotlabs | 2017-05-07 | 1 | -1/+1 |
|\ | |||||
| * | :construction_worker::white_check_mark::bug: Import table structure in TravisCI. | Klaus Weidenbach | 2017-05-06 | 1 | -1/+1 |
| | | | | | | | | | | Fix a syntax error in schema_postres.sql which was discovered while working on this. | ||||
* | | 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 |
| | | |||||
| * | typo | zotlabs | 2017-04-19 | 1 | -1/+1 |
| | | |||||
| * | backend infrastructure for 'channel protection password'; which will be used ↵ | zotlabs | 2017-04-19 | 1 | -1/+1 |
| | | | | | | | | to optionally encrypt export files and resolve channel/identity ownership/hijacking disputes | ||||
| * | typo | zotlabs | 2017-04-12 | 1 | -1/+1 |
| | | |||||
| * | backend infrastructure for 'channel protection password'; which will be used ↵ | zotlabs | 2017-04-12 | 1 | -1/+3 |
| | | | | | | | | to optionally encrypt export files and resolve channel/identity ownership/hijacking disputes | ||||
* | | typo | zotlabs | 2017-04-12 | 1 | -1/+1 |
| | | |||||
* | | backend infrastructure for 'channel protection password'; which will be used ↵ | zotlabs | 2017-04-12 | 1 | -1/+3 |
| | | | | | | | | 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/+3 |
| | | | | 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/+3 |
| | |||||
* | issue #523 | redmatrix | 2016-09-22 | 1 | -1/+1 |
| | |||||
* | issue #511, postgres schema issues | redmatrix | 2016-09-09 | 1 | -2/+2 |
| | |||||
* | provide version info in /pubsites | redmatrix | 2016-09-07 | 1 | -0/+1 |
| | |||||
* | Merge branch 'dev' into perms | redmatrix | 2016-07-17 | 1 | -0/+15 |
|\ | |||||
| * | schema updates for zot access tokens | redmatrix | 2016-07-14 | 1 | -0/+15 |
| | | |||||
* | | 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 | -10/+0 |
| | | |||||
* | | some perms fixes to stuff that was already written before I move on | redmatrix | 2016-07-04 | 1 | -0/+11 |
|/ | |||||
* | typos | Habeas Codice | 2016-06-27 | 1 | -3/+3 |
| | |||||
* | 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 | -4/+22 |
| | |||||
* | the rest of the schema updates - WARNING: some third party plugins may fail; ↵ | redmatrix | 2016-06-01 | 1 | -23/+23 |
| | | | | 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 | -6/+6 |
| | |||||
* | more removal of reserved words from DB schemas | redmatrix | 2016-05-31 | 1 | -7/+7 |
| | |||||
* | remove unused tables | redmatrix | 2016-05-30 | 1 | -69/+0 |
| |