| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | very crude but working doc search | redmatrix | 2015-07-05 | 1 | -0/+8 |
* | | fix the postgres schema with all the changes to date | redmatrix | 2015-06-29 | 1 | -3/+115 |
* | | Merge branch 'master' of https://github.com/redmatrix/redmatrix | redmatrix | 2015-06-29 | 1 | -0/+1 |
|\| |
|
* | | Merge branch 'master' of https://github.com/redmatrix/redmatrix | redmatrix | 2015-06-28 | 3 | -1/+15 |
|\| |
|
| * | no this isn't it. well ok, it's part of it, but not the important part. it's ... | redmatrix | 2015-06-28 | 3 | -1/+15 |
* | | DB changes for some channel flags | redmatrix | 2015-06-15 | 1 | -0/+4 |
* | | start on the DAV/photos merger | redmatrix | 2015-06-11 | 1 | -0/+2 |
* | | more work on item table optimisation | redmatrix | 2015-06-10 | 1 | -0/+8 |
* | | Merge branch 'master' of https://github.com/redmatrix/redmatrix | redmatrix | 2015-06-09 | 3 | -3/+18 |
|\| |
|
| * | add site_dead flag to prevent delivery to dead sites. Allow sys channel webpa... | redmatrix | 2015-06-08 | 3 | -2/+17 |
* | | Merge branch 'master' of https://github.com/redmatrix/redmatrix | redmatrix | 2015-05-28 | 3 | -3/+33 |
|\| |
|
| * | add menu_created, menu_edited fields to DB | redmatrix | 2015-05-28 | 3 | -2/+32 |
* | | more db structure | redmatrix | 2015-05-19 | 1 | -6/+31 |
* | | Merge branch 'master' of https://github.com/redmatrix/redmatrix | redmatrix | 2015-05-19 | 1 | -2/+4 |
|\| |
|
| * | Document php-xml requirement for webdav. | Alexandre Hannud Abdo | 2015-05-19 | 1 | -2/+4 |
* | | bring the new photo schema into play | redmatrix | 2015-05-18 | 1 | -2/+2 |
* | | here's a fair chunk of the new schema - still a lot of bits missing and no mi... | redmatrix | 2015-05-17 | 1 | -414/+107 |
* | | Merge branch 'master' of https://github.com/redmatrix/redmatrix | redmatrix | 2015-05-14 | 1 | -2/+23 |
|\| |
|
| * | provide default permissions ('all') for existing and newly created OAuth app ... | redmatrix | 2015-05-14 | 1 | -2/+23 |
* | | convert ITEM_WALL from bitfield to standalone | redmatrix | 2015-05-06 | 2 | -0/+6 |
* | | second pass name change | redmatrix | 2015-05-05 | 2 | -11/+11 |
* | | first pass name change | redmatrix | 2015-05-05 | 1 | -11/+11 |
|/ |
|
* | Updated INSTALL.txt - outdated link corrected | Oliver Lorenz | 2015-04-28 | 1 | -1/+1 |
* | update resource links | friendica | 2015-04-01 | 1 | -2/+2 |
* | add channel_lastpost timestamp to help optimise some outrageously expensive q... | friendica | 2015-03-26 | 3 | -1/+19 |
* | we upped the php version requirement. So up yours. | friendica | 2015-03-18 | 1 | -1/+1 |
* | mysql schema typo, do the install check for store before chcking smarty, as t... | friendica | 2015-03-15 | 2 | -3/+3 |
* | sql optimisation for affinity searches. A new index was added which wasn't ad... | friendica | 2015-03-10 | 2 | -1/+3 |
* | add queue priority | friendica | 2015-03-04 | 3 | -2/+15 |
* | finish converting "delete" to trash icons for consistency. The 'x' was left i... | friendica | 2015-02-26 | 1 | -2/+6 |
* | fix issues in schema_postgres.sql | Daniel Frank | 2015-02-26 | 1 | -2/+2 |
* | require access token to view, query, or join directories in private realms, i... | friendica | 2015-02-24 | 3 | -2/+14 |
* | updated install doc | friendica | 2015-02-20 | 1 | -11/+19 |
* | update the install doc for addons - the procedure is a bit different now (alt... | friendica | 2015-02-19 | 1 | -4/+6 |
* | make sql work on both db types | Habeas Codice | 2015-02-13 | 1 | -1/+1 |
* | provide relief to sites that are severely impacted by the slow ITEM_UNSEEN se... | friendica | 2015-02-12 | 3 | -1/+15 |
* | make update 1133 work in PHP < 5.5 | zottel | 2015-02-10 | 1 | -1/+1 |
* | Merge branch 'master' of https://github.com/friendica/red | Habeas Codice | 2015-02-05 | 3 | -2/+11 |
|\ |
|
| * | admin/dbsync not reporting failed updates | friendica | 2015-02-01 | 1 | -1/+1 |
| * | two tracks proceeding in parallel - first adding the ability to store a digit... | friendica | 2015-02-01 | 3 | -1/+10 |
* | | typo/cleanup pg only | Habeas Codice | 2015-02-05 | 1 | -4/+5 |
|/ |
|
* | Add more detail about directory_mode settings to default config and docs | Habeas Codice | 2015-01-30 | 1 | -4/+4 |
* | postgres does not support the , syntax. a ; would work, if it weren't stateme... | Habeas Codice | 2015-01-28 | 1 | -1/+3 |
* | provide storage for directory based reputation in the xlink table by setting ... | friendica | 2015-01-26 | 3 | -2/+17 |
* | typo | Habeas Codice | 2015-01-25 | 1 | -1/+1 |
* | update schema | Habeas Codice | 2015-01-25 | 1 | -1/+1 |
* | suppress notices that might be confusing | Habeas Codice | 2015-01-25 | 1 | -2/+2 |
* | unmatched parens | Habeas Codice | 2015-01-23 | 1 | -1/+1 |
* | add db update 1131/1132 to database schemas | zottel | 2015-01-23 | 2 | -0/+4 |
* | typo in postgres db update, remove redmatrix.nl from directory servers since ... | friendica | 2015-01-20 | 1 | -1/+1 |