Mario Vavti
|
89ecc07eb0
|
update install instructions
|
2018-06-06 22:13:27 +02:00 |
|
Mario
|
5b48eb3657
|
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:55:13 +02:00 |
|
Mario Vavti
|
43f04e4bc0
|
improve abconfig queries
|
2018-05-20 22:55:01 +02:00 |
|
Mario Vavti
|
be4c9a9598
|
Merge branch '3.4RC'
|
2018-05-04 09:46:27 +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 |
|
Mario Vavti
|
ade11568f9
|
update mysql schema
|
2018-03-11 13:53:53 +01:00 |
|
Mario Vavti
|
98541beee3
|
update mysql schema
|
2018-03-11 13:53:15 +01:00 |
|
Mario
|
4baf5eab16
|
Merge branch '3.2RC'
|
2018-03-09 11:12:18 +01:00 |
|
Mario Vavti
|
9c02c66ed3
|
remove redundant comma
|
2018-03-09 09:17:57 +01: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 |
|
Mario Vavti
|
551eea05ed
|
missed one index in the last update
|
2018-02-28 10:21:55 +01:00 |
|
Mario Vavti
|
6593dff9f5
|
missed one index in the last update
|
2018-02-28 10:21:22 +01:00 |
|
Mario Vavti
|
51c0e5a988
|
another DB upgrade to address some long running maintenance queries
|
2018-02-26 09:58:42 +01:00 |
|
zotlabs
|
277da43631
|
provide DB compatibility for poll and voting implementations across several platforms
|
2018-02-22 20:52:39 -08:00 |
|
Mario Vavti
|
6ef0116f09
|
more index finetuning to fix the expire query
|
2018-02-20 10:26:32 +01:00 |
|
zotlabs
|
4e6072fb29
|
Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_merge
|
2018-02-16 16:42:45 -08:00 |
|
zotlabs
|
f492f808f4
|
refactor of the DB update system. Updates are now stored individually in Zotlabs/Update/_nnnn.php and are objects; so only the pending updates need to be loaded and executed rather than all historical updates. There is one single number (DB_UPDATE_VERSION) representing the current version and it is EQUAL TO the last known update. A dummy update _1201 was created to address the difference in counting behaviour; it will be executed on the next change of DB_UPDATE_VERSION as well as the next update. The database config values are also loaded from disk on every update immediately before setting the update lock in order to reduce timing conflicts and race conditions.
|
2018-02-16 12:42:02 -08:00 |
|
Mario Vavti
|
9e251a1abc
|
some more DB tuning.
|
2018-02-15 19:24:15 +01:00 |
|
Mario Vavti
|
661c20e452
|
more db and queries finetuning
|
2018-02-08 09:47:49 +01:00 |
|
Mario Vavti
|
9d55a254dc
|
this will fix the cards query and keep the rest intact
|
2018-02-04 22:37:30 +01:00 |
|
Mario Vavti
|
f9aecf5d4c
|
superfluous ,
|
2018-02-04 21:17:41 +01:00 |
|
Mario Vavti
|
c57b2d25b2
|
remove indices from mysql schema file
|
2018-02-04 21:13:24 +01:00 |
|
Mario Vavti
|
3cc756f302
|
remove some never used indices which prevented our item queries to find the right query execution plan in mysql and adjust some queries to optimze the result
|
2018-02-04 20:42:40 +01:00 |
|
Mario
|
4f4d0e416e
|
Merge branch '3.0RC'
|
2018-01-09 09:00:20 +01:00 |
|
zotlabs
|
7386fa57c8
|
remove column item.diaspora_meta, action items 2 and 3 of hubzilla issue #828
|
2017-11-16 17:13:48 -08:00 |
|
Mario
|
344aa13c64
|
Merge branch '2.8RC'
|
2017-10-25 13:29:19 +02:00 |
|
zotlabs
|
7d92e9026e
|
typo
|
2017-10-19 18:48:01 -07:00 |
|
zotlabs
|
9d51318c53
|
table structure for pseudo or proxy channels (pchan)
|
2017-10-19 17:24:11 -07:00 |
|
zotlabs
|
40e747ecde
|
remove server role selection details from install documentation, no longer needed
|
2017-10-02 18:46:24 -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 |
|
zotlabs
|
796228b7ad
|
wiki mimetype selection. We can add text/plain as soon as we add code to purify and render it specifically.
|
2017-09-12 23:15:30 -07:00 |
|
Mario Vavti
|
607c414634
|
remove semicolon from update query - this is probably trivial
|
2017-09-07 10:14:34 +02:00 |
|
Waitman Gobble
|
fee65f0c69
|
fix bogus semicolon
Line 655 should have comma instead of semicolon
|
2017-09-06 16:12:57 -05: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 |
|
zotlabs
|
f9dd4188b4
|
update installation requirements - php 5.6 and mysql 5.5.3
|
2017-08-18 13:04:30 +02:00 |
|
zotlabs
|
b0f2c22000
|
update installation requirements - php 5.6 and mysql 5.5.3
|
2017-08-17 16:26:14 -07:00 |
|
Mario Vavti
|
4a7384bc0c
|
Merge branch '2.6RC'
|
2017-08-16 10:32:35 +02:00 |
|
git-marijus
|
d33974cec4
|
db update to add index for item.obj_type
|
2017-07-31 17:30:06 +02:00 |
|
git-marijus
|
79a806f328
|
db update to add index for item.obj_type
|
2017-07-31 16:49:56 +02:00 |
|
Mario Vavti
|
c47439fca4
|
update r1191: return update_success if table principals exists otherwise proceed with creating cdav tables.
|
2017-07-10 14:28:50 +02:00 |
|
Mario Vavti
|
8dcdcd55e5
|
remove if not exist clause on index creation - it seems to be supported in mariadb only
|
2017-07-08 20:29:02 +02:00 |
|
Mario Vavti
|
80352dab5f
|
use if not exists clause to not error if the index was already there
|
2017-07-05 11:36:32 +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
|
fb5b588349
|
update_version bump
|
2017-07-05 10:03:52 +02:00 |
|
Mario Vavti
|
9e497cde40
|
missing semicolon
|
2017-07-05 09:52:41 +02:00 |
|
Mario Vavti
|
038c928b9b
|
db-update for cdav
|
2017-07-04 23:08:00 +02:00 |
|
Mario Vavti
|
a34d8773f1
|
add the cdav pgsql schemas
|
2017-07-04 10:28:16 +02:00 |
|
zotlabs
|
02b7bc0803
|
cdav migration to core
|
2017-06-22 20:16:54 -07:00 |
|