Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | refactor of the DB update system. Updates are now stored individually in ↵ | zotlabs | 2018-02-16 | 1 | -3115/+0 |
| | | | | 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. | ||||
* | more db and queries finetuning | Mario Vavti | 2018-02-08 | 1 | -1/+15 |
| | |||||
* | this will fix the cards query and keep the rest intact | Mario Vavti | 2018-02-04 | 1 | -1/+13 |
| | |||||
* | remove some never used indices which prevented our item queries to find the ↵ | Mario Vavti | 2018-02-04 | 1 | -1/+18 |
| | | | | right query execution plan in mysql and adjust some queries to optimze the result | ||||
* | remove column item.diaspora_meta, action items 2 and 3 of hubzilla issue #828 | zotlabs | 2017-11-16 | 1 | -2/+12 |
| | |||||
* | typo | zotlabs | 2017-10-19 | 1 | -1/+1 |
| | |||||
* | table structure for pseudo or proxy channels (pchan) | zotlabs | 2017-10-19 | 1 | -1/+39 |
| | |||||
* | db update to add index to item.resource_id we query this in wikis a lot | Mario Vavti | 2017-09-16 | 1 | -2/+16 |
| | |||||
* | wiki mimetype selection. We can add text/plain as soon as we add code to ↵ | zotlabs | 2017-09-12 | 1 | -1/+17 |
| | | | | purify and render it specifically. | ||||
* | remove semicolon from update query - this is probably trivial | Mario Vavti | 2017-09-07 | 1 | -1/+1 |
| | |||||
* | add combined index for item.uid and item.item_unseen. this speeds up ↵ | Mario Vavti | 2017-09-01 | 1 | -1/+15 |
| | | | | notifications by a magnitude. | ||||
* | db update to add index for item.obj_type | git-marijus | 2017-07-31 | 1 | -1/+13 |
| | |||||
* | update r1191: return update_success if table principals exists otherwise ↵ | Mario Vavti | 2017-07-10 | 1 | -404/+414 |
| | | | | proceed with creating cdav tables. | ||||
* | remove if not exist clause on index creation - it seems to be supported in ↵ | Mario Vavti | 2017-07-08 | 1 | -1/+1 |
| | | | | mariadb only | ||||
* | use if not exists clause to not error if the index was already there | Mario Vavti | 2017-07-05 | 1 | -1/+1 |
| | |||||
* | update_version bump | Mario Vavti | 2017-07-05 | 1 | -1/+1 |
| | |||||
* | missing semicolon | Mario Vavti | 2017-07-05 | 1 | -1/+1 |
| | |||||
* | db-update for cdav | Mario Vavti | 2017-07-04 | 1 | -0/+410 |
| | |||||
* | fix update_r1189() for mysql and postgres | Mario Vavti | 2017-05-28 | 1 | -1/+6 |
| | |||||
* | resolve merge conflict | zotlabs | 2017-05-20 | 1 | -2/+2 |
| | |||||
* | always wonder about people who say "do as I say, not as I do..." | zotlabs | 2017-05-14 | 1 | -1/+1 |
| | |||||
* | abook_not_here flag created to indicate singleton connections which are ↵ | zotlabs | 2017-05-03 | 1 | -1/+10 |
| | | | | 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. | ||||
* | issues from hubzilla:#737 | zotlabs | 2017-04-27 | 1 | -2/+2 |
| | |||||
* | database support for client side e2ee for private mail | zotlabs | 2017-04-25 | 1 | -1/+12 |
| | |||||
* | backend infrastructure for 'channel protection password'; which will be used ↵ | zotlabs | 2017-04-12 | 1 | -1/+12 |
| | | | | to optionally encrypt export files and resolve channel/identity ownership/hijacking disputes | ||||
* | move emoji emoticons (not reactions) to plugin | zotlabs | 2017-03-05 | 1 | -1/+2 |
| | |||||
* | Alter the queue so that each queue item stores the scheduled time of the ↵ | zotlabs | 2017-01-29 | 1 | -2/+19 |
| | | | | | | | | 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 | -1/+12 |
| | |||||
* | issue #446 apps usability - disable app if attached to a plugin that is ↵ | zotlabs | 2016-12-14 | 1 | -1/+10 |
| | | | | uninstalled, allow system apps to be soft deleted and undeleted from the edit pane. | ||||
* | db update required for Zot2 | zotlabs | 2016-11-22 | 1 | -1/+10 |
| | |||||
* | sql: limit 1 for UPDATE and DELETE is not supported by the SQL standard and ↵ | Florian Steinel | 2016-10-27 | 1 | -2/+2 |
| | | | | | | postgresql (see: https://www.postgresql.org/message-id/flat/1291109101.26137.35.camel%40pcd12478 ) | ||||
* | if we have to go through this contortion every time we change a DB column ↵ | zotlabs | 2016-10-17 | 1 | -1/+4 |
| | | | | from unsigned to signed... | ||||
* | "alter table alter" has completely different rules between postgres and mysql | zotlabs | 2016-10-17 | 1 | -1/+7 |
| | |||||
* | issue #550 | zotlabs | 2016-10-16 | 1 | -1/+1 |
| | |||||
* | minor | zotlabs | 2016-10-12 | 1 | -1/+1 |
| | |||||
* | allow hooks to have negative priority | zotlabs | 2016-10-12 | 1 | -1/+11 |
| | |||||
* | Merge branch 'nulldate' into dev | redmatrix | 2016-09-26 | 1 | -38/+38 |
|\ | |||||
| * | next wave of nulldate fixes | redmatrix | 2016-09-26 | 1 | -38/+38 |
| | | |||||
* | | issue #523 | redmatrix | 2016-09-22 | 1 | -1/+1 |
|/ | |||||
* | provide version info in /pubsites | redmatrix | 2016-09-07 | 1 | -1/+9 |
| | |||||
* | provide techlevels in the pro server role. Should have no visible effect on ↵ | redmatrix | 2016-08-31 | 1 | -1/+8 |
| | | | | other roles. | ||||
* | more perms work (a lot more) | redmatrix | 2016-07-18 | 1 | -0/+1 |
| | |||||
* | Merge branch 'dev' into perms | redmatrix | 2016-07-17 | 1 | -4/+45 |
|\ | |||||
| * | missing brace | redmatrix | 2016-07-14 | 1 | -1/+1 |
| | | |||||
| * | schema updates for zot access tokens | redmatrix | 2016-07-14 | 1 | -1/+44 |
| | | |||||
* | | more work on perms | redmatrix | 2016-07-09 | 1 | -1/+1 |
| | | |||||
* | | revise how we store perm_limits | redmatrix | 2016-07-07 | 1 | -31/+1 |
| | | |||||
* | | some perms fixes to stuff that was already written before I move on | redmatrix | 2016-07-04 | 1 | -1/+2 |
| | | |||||
* | | more work on x permissions | redmatrix | 2016-07-03 | 1 | -0/+55 |
|/ | |||||
* | db update for abconfig transition | redmatrix | 2016-06-23 | 1 | -1/+37 |
| |