aboutsummaryrefslogtreecommitdiffstats
path: root/install/schema_postgres.sql
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch '3.4RC'3.4Mario Vavti2018-05-041-5/+65
|\
| * Active channels information is a bit imprecise. Provide a higher accuracy ↵zotlabs2018-04-161-0/+2
| | | | | | | | method. This will require a transition period
| * OAuth2 integrationzotlabs2018-04-031-0/+54
| |
| * federated polls: GNU-Social requires us to preserve the original order of ↵zotlabs2018-03-071-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 federationzotlabs2018-03-061-0/+2
| |
* | Merge branch '3.2RC'3.2Mario2018-03-091-4/+10
|\|
| * provide DB compatibility for poll and voting implementations across several ↵zotlabs2018-02-221-0/+6
| | | | | | | | platforms
* | Merge branch '3.0RC'3.0Mario2018-01-091-0/+13
|\|
| * table structure for pseudo or proxy channels (pchan)zotlabs2017-10-191-0/+13
| |
* | Merge branch '2.8RC'Mario2017-10-251-0/+2
|\|
| * db update to add index to item.resource_id we query this in wikis a lotMario Vavti2017-09-161-0/+1
| |
| * add combined index for item.uid and item.item_unseen. this speeds up ↵Mario Vavti2017-09-011-0/+1
| | | | | | | | notifications by a magnitude.
| * db update to add index for item.obj_typegit-marijus2017-07-311-0/+1
| |
* | Merge branch '2.6RC'2.6Mario Vavti2017-08-161-63/+249
|\ \
| * | db update to add index for item.obj_typegit-marijus2017-07-311-0/+1
| |/
| * missing abook_{my,their}_perms in pg schema and missing keys in mysql schemaMario Vavti2017-07-051-0/+4
| |
| * add the cdav pgsql schemasMario Vavti2017-07-041-0/+222
| |
| * danger - do not use 'char(n)' with postgres it creates a thing called a ↵zotlabs2017-05-151-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_mergezotlabs2017-05-071-1/+1
| |\
| | * :construction_worker::white_check_mark::bug: Import table structure in TravisCI.Klaus Weidenbach2017-05-061-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_mergezotlabs2017-05-051-0/+2
| |\|
| | * abook_not_here flag created to indicate singleton connections which are ↵zotlabs2017-05-031-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_mergezotlabs2017-04-261-0/+2
| |\|
| * | typozotlabs2017-04-121-1/+1
| | |
| * | backend infrastructure for 'channel protection password'; which will be used ↵zotlabs2017-04-121-1/+3
| | | | | | | | | | | | to optionally encrypt export files and resolve channel/identity ownership/hijacking disputes
| * | db issueszotlabs2017-03-121-41/+0
| | |
* | | resolve merge conflictzotlabs2017-05-201-22/+22
| | |
* | | always wonder about people who say "do as I say, not as I do..."zotlabs2017-05-201-199/+199
| | |
* | | abook_not_here flag created to indicate singleton connections which are ↵zotlabs2017-05-201-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.
* | | :construction_worker::white_check_mark::bug: Import table structure in TravisCI.Klaus Weidenbach2017-05-071-1/+1
| |/ |/| | | | | | | Fix a syntax error in schema_postres.sql which was discovered while working on this.
* | database support for client side e2ee for private mailzotlabs2017-04-251-0/+2
| |
* | typozotlabs2017-04-191-1/+1
| |
* | backend infrastructure for 'channel protection password'; which will be used ↵zotlabs2017-04-191-1/+1
| | | | | | | | to optionally encrypt export files and resolve channel/identity ownership/hijacking disputes
* | typozotlabs2017-04-121-1/+1
| |
* | backend infrastructure for 'channel protection password'; which will be used ↵zotlabs2017-04-121-1/+3
|/ | | | to optionally encrypt export files and resolve channel/identity ownership/hijacking disputes
* Alter the queue so that each queue item stores the scheduled time of the ↵zotlabs2017-01-291-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 workzotlabs2016-12-211-0/+1
|
* issue #446 apps usability - disable app if attached to a plugin that is ↵zotlabs2016-12-141-1/+3
| | | | uninstalled, allow system apps to be soft deleted and undeleted from the edit pane.
* db update required for Zot2zotlabs2016-11-221-0/+1
|
* allow hooks to have negative priorityzotlabs2016-10-121-1/+3
|
* issue #523redmatrix2016-09-221-1/+1
|
* issue #511, postgres schema issuesredmatrix2016-09-091-2/+2
|
* provide version info in /pubsitesredmatrix2016-09-071-0/+1
|
* Merge branch 'dev' into permsredmatrix2016-07-171-0/+15
|\
| * schema updates for zot access tokensredmatrix2016-07-141-0/+15
| |
* | Merge branch 'dev' into permsredmatrix2016-07-121-1/+1
|\|
| * the abconfig defaults weren't changed in the schema files when they were ↵redmatrix2016-07-121-1/+1
| | | | | | | | changed in the code
* | revise how we store perm_limitsredmatrix2016-07-071-10/+0
| |
* | some perms fixes to stuff that was already written before I move onredmatrix2016-07-041-0/+11
|/
* typosHabeas Codice2016-06-271-3/+3
|