Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | fix bogus semicolon | Waitman Gobble | 2017-09-06 | 1 | -1/+1 |
| | | | Line 655 should have comma instead of semicolon | ||||
* | add combined index for item.uid and item.item_unseen. this speeds up ↵ | Mario Vavti | 2017-09-01 | 3 | -3/+19 |
| | | | | notifications by a magnitude. | ||||
* | update installation requirements - php 5.6 and mysql 5.5.3 | zotlabs | 2017-08-17 | 1 | -2/+2 |
| | |||||
* | db update to add index for item.obj_type | git-marijus | 2017-07-31 | 3 | -1/+15 |
| | |||||
* | 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 |
| | |||||
* | missing abook_{my,their}_perms in pg schema and missing keys in mysql schema | Mario Vavti | 2017-07-05 | 2 | -0/+6 |
| | |||||
* | 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 |
| | |||||
* | add the cdav pgsql schemas | Mario Vavti | 2017-07-04 | 1 | -0/+222 |
| | |||||
* | cdav migration to core | zotlabs | 2017-06-22 | 1 | -0/+171 |
| | |||||
* | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_merge | zotlabs | 2017-06-11 | 1 | -3/+3 |
|\ | |||||
| * | some more innodb mysql scheme adjustments | Mario Vavti | 2017-06-10 | 1 | -15/+8 |
| | | |||||
| * | convert schema_mysql engine to InnoDB and charset utf8mb4 | git-marijus | 2017-06-09 | 1 | -267/+267 |
| | | |||||
* | | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_merge | zotlabs | 2017-06-07 | 1 | -3/+3 |
|\| | |||||
| * | Fixed TEXT fields with default values (fixes #803) in mysql creation script. | Manuel Tancoigne | 2017-06-07 | 1 | -6/+6 |
| | | |||||
* | | fix a merge mixup on install/schema_msyql.php | zotlabs | 2017-06-06 | 1 | -230/+230 |
| | | |||||
* | | remove default for text/mediumtext sql fields | zotlabs | 2017-05-31 | 1 | -6/+6 |
| | | |||||
* | | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_merge | zotlabs | 2017-05-30 | 1 | -1/+6 |
|\| | |||||
| * | fix update_r1189() for mysql and postgres | Mario Vavti | 2017-05-28 | 1 | -1/+6 |
| | | |||||
* | | more deprecate server_role | zotlabs | 2017-05-29 | 1 | -8/+0 |
| | | |||||
* | | looks like a commit was lost someplace, but I'll re-do it later (convert sql ↵ | zotlabs | 2017-05-25 | 1 | -18/+18 |
| | | | | | | | | schema files to default integers to int values); in any event change all the mysql strings that were 255 maxlength to 191 maxlength in case they get used as indexes down the line | ||||
* | | put back obsolete permission fields in abook and channel schema files so we ↵ | zotlabs | 2017-05-25 | 1 | -0/+20 |
| | | | | | | | | can restore the old data without choking when upgrading the table type | ||||
* | | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_merge | zotlabs | 2017-05-23 | 1 | -1/+1 |
|\| | |||||
| * | schema fixes | zotlabs | 2017-05-23 | 1 | -3/+3 |
| | | |||||
* | | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_merge | zotlabs | 2017-05-22 | 2 | -2/+2 |
|\| | |||||
| * | resolve merge conflict | zotlabs | 2017-05-20 | 2 | -24/+24 |
| | | |||||
| * | Merge pull request #778 from beardyunixer/dev | git-marijus | 2017-05-17 | 1 | -1/+1 |
| |\ | | | | | | | Update nginx | ||||
| | * | Update nginx | Thomas Willingham | 2017-05-15 | 1 | -1/+1 |
| | | | |||||
| * | | always wonder about people who say "do as I say, not as I do..." | zotlabs | 2017-05-14 | 3 | -429/+429 |
| |/ | |||||
* | | schema fixes | zotlabs | 2017-05-22 | 1 | -3/+3 |
| | | |||||
* | | danger - do not use 'char(n)' with postgres it creates a thing called a ↵ | zotlabs | 2017-05-15 | 2 | -24/+24 |
| | | | | | | | | 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 | 3 | -1/+14 |
|\| | |||||
| * | abook_not_here flag created to indicate singleton connections which are ↵ | zotlabs | 2017-05-03 | 3 | -1/+14 |
| | | | | | | | | 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-05-03 | 1 | -1/+1 |
|\| | |||||
| * | Update INSTALL.txt | Andrew Manning | 2017-05-03 | 1 | -1/+1 |
| | | | | | | The webpage element portation tools need the zip extension, such as the `php7.0-zip` package on Debian. | ||||
| * | issues from hubzilla:#737 | zotlabs | 2017-04-27 | 1 | -2/+2 |
| | | |||||
* | | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_merge | zotlabs | 2017-04-26 | 3 | -1/+16 |
|\| | |||||
| * | database support for client side e2ee for private mail | zotlabs | 2017-04-25 | 3 | -1/+16 |
| | | |||||
| * | 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 | 3 | -2/+17 |
| | | | | | | | | to optionally encrypt export files and resolve channel/identity ownership/hijacking disputes | ||||
* | | issues from hubzilla:#737 | zotlabs | 2017-04-26 | 1 | -2/+2 |
| | |