Mario
|
ca216ae819
|
set default value for postgres only
|
2024-01-07 20:34:47 +00:00 |
|
Mario
|
87775ae37a
|
ekey and xchan_updated updates
|
2024-01-07 19:58:09 +00:00 |
|
Mario Vavti
|
b976adb8aa
|
add missing columns in install script
|
2023-10-06 14:24:33 +02:00 |
|
Mario
|
550b6d90a4
|
missing semicolon
|
2023-01-12 16:11:42 +00:00 |
|
Mario
|
3101c6540a
|
add workerq to the install schemas
|
2022-12-27 10:33:29 +00:00 |
|
Mario
|
bfd3da43ac
|
access token refactor
|
2021-12-17 19:48:09 +01:00 |
|
Mario
|
32a9eaf3b6
|
update db schemas
|
2021-12-17 15:30:26 +01:00 |
|
Mario Vavti
|
e94eb1af0c
|
remove mail and conv tables from install SQL schemas
|
2021-07-02 16:13:48 +02:00 |
|
Mario
|
c2e007a839
|
update 1245 to fix hubloc_hash index for postgres
|
2021-05-07 15:02:55 +00:00 |
|
Hilmar R
|
33825ba0b4
|
typo
|
2021-01-23 16:08:16 +01:00 |
|
Hilmar R
|
67db1c6e9b
|
melt diff prod fork 4.6.2 air onto 5.2.1 to 5.2.2 DB 1241
|
2021-01-23 15:24:24 +01:00 |
|
Max Kostikov
|
308619a726
|
Drop llink index
|
2019-11-01 17:47:16 +01:00 |
|
Mario Vavti
|
e53650d6c6
|
another DB update to fix uid_mid index in item table and add xchan_photo_m index to xchan table
|
2019-05-08 20:12:54 +02:00 |
|
Mario Vavti
|
fad26a49be
|
mysql: remove some unused indices and add thr_parent index. pgsql: sync indices with mysql indices after testing on hub.disroot.org and add thr_parent
|
2019-03-19 10:52:10 +01:00 |
|
Max Kostikov
|
bb91064416
|
Add expires for photo
|
2018-11-29 10:35:56 +01:00 |
|
Mario Vavti
|
0525eb2d29
|
update sql schemas to include update column in pconfig table
(cherry picked from commit ae97649948)
|
2018-11-19 10:45:33 +01:00 |
|
zotlabs
|
770fdb2b7d
|
dreport updates
|
2018-11-12 16:08:22 -08:00 |
|
zotlabs
|
3fe2491b73
|
didn't need xchan_portable_id
|
2018-11-08 15:53:48 -08:00 |
|
zotlabs
|
4e6758e31d
|
item db updates
|
2018-11-08 15:51:52 -08:00 |
|
zotlabs
|
fabcf841c9
|
z6 work
|
2018-11-05 19:34:10 -08:00 |
|
Max Kostikov
|
bb3d908bcf
|
Update schema_postgres.sql
|
2018-09-27 23:46:58 +02:00 |
|
zotlabs
|
be3b630474
|
important hyperdrive component
|
2018-09-09 20:53:20 -07:00 |
|
zotlabs
|
f15c1c4e54
|
hubloc DB changes needed for z6
|
2018-08-13 21:18:20 -07:00 |
|
zotlabs
|
d908f53607
|
add app_options field
|
2018-08-02 22:49:30 -07:00 |
|
Mario
|
469809183d
|
update oauth related tables to use bigint/int(10) for user_id column. this is to be more consistent with the rest of the tables and fixes issue #1180
|
2018-05-20 22:42:47 +02:00 |
|
zotlabs
|
43e55eb9a6
|
Active channels information is a bit imprecise. Provide a higher accuracy method. This will require a transition period
|
2018-04-16 21:40:43 -07:00 |
|
zotlabs
|
4915a4efbb
|
OAuth2 integration
|
2018-04-03 21:08:40 -07:00 |
|
zotlabs
|
a454aad124
|
federated polls: GNU-Social requires us to preserve the original order of the poll answers for use in making a vote, unlike diaspora (which selects by guid) and activitypub (which selects by non-localisable text).
|
2018-03-07 15:39:14 -08:00 |
|
zotlabs
|
f0f58dade8
|
federated polls: add poll_author which will be necessary for Diaspora federation
|
2018-03-06 15:31:45 -08:00 |
|
zotlabs
|
277da43631
|
provide DB compatibility for poll and voting implementations across several platforms
|
2018-02-22 20:52:39 -08:00 |
|
zotlabs
|
9d51318c53
|
table structure for pseudo or proxy channels (pchan)
|
2017-10-19 17:24:11 -07:00 |
|
Mario Vavti
|
d5ffa5508d
|
db update to add index to item.resource_id we query this in wikis a lot
|
2017-09-16 10:11:59 +02:00 |
|
Mario Vavti
|
e935473c5c
|
add combined index for item.uid and item.item_unseen. this speeds up notifications by a magnitude.
|
2017-09-01 21:27:59 +02:00 |
|
git-marijus
|
79a806f328
|
db update to add index for item.obj_type
|
2017-07-31 16:49:56 +02:00 |
|
Mario Vavti
|
f5735fb67b
|
missing abook_{my,their}_perms in pg schema and missing keys in mysql schema
|
2017-07-05 10:36:32 +02:00 |
|
Mario Vavti
|
a34d8773f1
|
add the cdav pgsql schemas
|
2017-07-04 10:28:16 +02:00 |
|
zotlabs
|
df3eb562f0
|
danger - do not use 'char(n)' with postgres it creates a thing called a bpchar which is different than a normal text field in subtle ways.
|
2017-05-15 22:58:13 -07:00 |
|
zotlabs
|
8c38841a4d
|
Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_merge
|
2017-05-07 14:43:38 -07:00 |
|
zotlabs
|
f840082aae
|
Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_merge
|
2017-05-05 16:58:46 -07:00 |
|
Klaus Weidenbach
|
f162508ad1
|
:construction_worker::white_check_mark:🐛 Import table structure in TravisCI.
Fix a syntax error in schema_postres.sql which was discovered while
working on this.
|
2017-05-06 01:07:15 +02:00 |
|
zotlabs
|
519aef7ff5
|
abook_not_here flag created to indicate singleton connections which are 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.
|
2017-05-03 18:50:32 -07:00 |
|
zotlabs
|
88149f56bb
|
Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_merge
|
2017-04-26 20:11:12 -07:00 |
|
zotlabs
|
7d5ee81628
|
database support for client side e2ee for private mail
|
2017-04-25 21:52:24 -07:00 |
|
zotlabs
|
d3feb93619
|
typo
|
2017-04-19 10:25:57 +02:00 |
|
zotlabs
|
a3b1eec548
|
backend infrastructure for 'channel protection password'; which will be used to optionally encrypt export files and resolve channel/identity ownership/hijacking disputes
|
2017-04-19 09:59:50 +02:00 |
|
zotlabs
|
9d425b4727
|
typo
|
2017-04-12 18:48:30 -07:00 |
|
zotlabs
|
07d62bc111
|
typo
|
2017-04-12 18:48:06 -07:00 |
|
zotlabs
|
1c32564536
|
backend infrastructure for 'channel protection password'; which will be used to optionally encrypt export files and resolve channel/identity ownership/hijacking disputes
|
2017-04-12 18:46:15 -07:00 |
|
zotlabs
|
d7f4526a00
|
backend infrastructure for 'channel protection password'; which will be used to optionally encrypt export files and resolve channel/identity ownership/hijacking disputes
|
2017-04-12 17:32:28 -07:00 |
|
zotlabs
|
6f3493bb3c
|
db issues
|
2017-03-12 15:50:47 -07:00 |
|