redmatrix
|
a7135b5ecd
|
fix the postgres schema with all the changes to date
|
2015-06-29 19:58:44 -07:00 |
|
redmatrix
|
6e8ad5089e
|
Merge branch 'master' of https://github.com/redmatrix/redmatrix
Conflicts:
view/nl/messages.po
view/nl/strings.php
|
2015-06-29 18:01:51 -07:00 |
|
redmatrix
|
63f2e9b412
|
Merge branch 'master' of https://github.com/redmatrix/redmatrix
Conflicts:
include/zot.php
mod/connedit.php
util/messages.po
|
2015-06-28 22:33:13 -07:00 |
|
redmatrix
|
de13497333
|
no this isn't it. well ok, it's part of it, but not the important part. it's still pretty cool.
|
2015-06-28 21:16:56 -07:00 |
|
redmatrix
|
859a2ac8ef
|
DB changes for some channel flags
|
2015-06-15 17:28:52 -07:00 |
|
redmatrix
|
41085ae03f
|
start on the DAV/photos merger
|
2015-06-11 22:32:08 -07:00 |
|
redmatrix
|
ca870dbf31
|
more work on item table optimisation
|
2015-06-10 16:59:04 -07:00 |
|
redmatrix
|
03357481f7
|
Merge branch 'master' of https://github.com/redmatrix/redmatrix
Conflicts:
install/schema_mysql.sql
mod/home.php
mod/page.php
view/nl/messages.po
view/nl/strings.php
|
2015-06-09 16:52:00 -07:00 |
|
redmatrix
|
39f0e6fe62
|
add site_dead flag to prevent delivery to dead sites. Allow sys channel webpages to be viewed even if site is configured "block public".
|
2015-06-08 16:55:17 -07:00 |
|
redmatrix
|
8fe3daab21
|
Merge branch 'master' of https://github.com/redmatrix/redmatrix
Conflicts:
install/schema_mysql.sql
mod/impel.php
view/pt-br/messages.po
view/pt-br/strings.php
|
2015-05-28 19:06:31 -07:00 |
|
redmatrix
|
0f09a4499b
|
add menu_created, menu_edited fields to DB
|
2015-05-28 16:59:56 -07:00 |
|
redmatrix
|
e68a00d381
|
more db structure
|
2015-05-19 22:43:24 -07:00 |
|
redmatrix
|
c78869e437
|
Merge branch 'master' of https://github.com/redmatrix/redmatrix
Conflicts:
view/nl/messages.po
view/nl/strings.php
|
2015-05-19 17:36:11 -07:00 |
|
Alexandre Hannud Abdo
|
2c7b786907
|
Document php-xml requirement for webdav.
|
2015-05-19 16:46:15 +00:00 |
|
redmatrix
|
da7abbb089
|
bring the new photo schema into play
|
2015-05-18 19:43:53 -07:00 |
|
redmatrix
|
af27457da5
|
here's a fair chunk of the new schema - still a lot of bits missing and no migration tools, and only for mysql currently. Oh, and you still don't have the new code to make use of the new schema yet. That's on another branch that I'm not checking in yet because then you might get the idea that bits of it actually work and infect the rest of the matrix with unstable code and bring other sites down that have never even heard of hubzilla. Please do not use this code. Let me repeat, please do not use this code. One more time in case you didn't understand - please do not use this code.
|
2015-05-17 22:43:36 -07:00 |
|
redmatrix
|
291f3beccf
|
Merge branch 'master' of https://github.com/redmatrix/redmatrix
|
2015-05-14 22:12:37 -07:00 |
|
redmatrix
|
47564d4310
|
provide default permissions ('all') for existing and newly created OAuth app clients, which will be extended in the future to allow specific permissions.
|
2015-05-14 21:57:20 -07:00 |
|
redmatrix
|
25b599a4bd
|
convert ITEM_WALL from bitfield to standalone
|
2015-05-06 21:03:33 -07:00 |
|
redmatrix
|
5b5f0666f9
|
second pass name change
|
2015-05-05 03:59:51 -07:00 |
|
redmatrix
|
a3c37f1458
|
first pass name change
|
2015-05-05 03:56:10 -07:00 |
|
Oliver Lorenz
|
c6400b30c9
|
Updated INSTALL.txt - outdated link corrected
|
2015-04-28 15:09:18 +02:00 |
|
friendica
|
d599ebe742
|
update resource links
|
2015-04-01 15:52:02 -07:00 |
|
friendica
|
0bb89778d3
|
add channel_lastpost timestamp to help optimise some outrageously expensive queries.
|
2015-03-26 19:55:52 -07:00 |
|
friendica
|
aa6549c239
|
we upped the php version requirement. So up yours.
|
2015-03-18 12:27:30 -07:00 |
|
friendica
|
6537a65053
|
mysql schema typo, do the install check for store before chcking smarty, as that is where the dir is created, change install doc to point to install/schema_xxxxx.sql instead of database.sql
|
2015-03-15 15:36:01 -07:00 |
|
friendica
|
9d1df58759
|
sql optimisation for affinity searches. A new index was added which wasn't added retro-actively to existing DBs as an update. It isn't clear if this helps sites any more than just restricting the abook table to certain channel_id's is (and this field is already indexed).
|
2015-03-10 18:55:56 -07:00 |
|
friendica
|
011ccd57f6
|
add queue priority
|
2015-03-04 17:56:07 -08:00 |
|
friendica
|
dce0bb0ef8
|
finish converting "delete" to trash icons for consistency. The 'x' was left in a couple of places like the group list widget and saved search term widget and ignoring friend suggestions where it was more appropriate to leave it.
|
2015-02-26 16:41:38 -08:00 |
|
Daniel Frank
|
32e4d4633a
|
fix issues in schema_postgres.sql
- change PRIMARY_KEY to PRIMARY KEY
- replace smallint(1) with smallint
|
2015-02-26 23:50:46 +01:00 |
|
friendica
|
08f054130f
|
require access token to view, query, or join directories in private realms, if the realm is so configured.
|
2015-02-24 16:36:27 -08:00 |
|
friendica
|
8eedc9d576
|
updated install doc
|
2015-02-20 13:18:44 -08:00 |
|
friendica
|
eeec826eda
|
update the install doc for addons - the procedure is a bit different now (although it shouldn't break anything on existing sites.)
|
2015-02-19 20:53:24 -08:00 |
|
Habeas Codice
|
46964a8a88
|
make sql work on both db types
|
2015-02-13 02:57:28 -08:00 |
|
friendica
|
da2349bb6a
|
provide relief to sites that are severely impacted by the slow ITEM_UNSEEN searches. This does not incorporate any other flag optimisations as that will require a major DB update and possibly involve significant downtime. This is just to bite off a little chunk now and provide some much needed relief.
|
2015-02-12 17:45:25 -08:00 |
|
zottel
|
9dda248b94
|
make update 1133 work in PHP < 5.5
|
2015-02-10 09:49:26 +01:00 |
|
Habeas Codice
|
9ed23f9081
|
Merge branch 'master' of https://github.com/friendica/red
|
2015-02-05 09:15:39 -08:00 |
|
Habeas Codice
|
84843984b8
|
typo/cleanup pg only
|
2015-02-05 09:14:24 -08:00 |
|
friendica
|
e58bef049d
|
admin/dbsync not reporting failed updates
|
2015-02-01 15:41:01 -08:00 |
|
friendica
|
b1a92d620e
|
two tracks proceeding in parallel - first adding the ability to store a digital signature with ratings so that directories can pass them around, second provide some directory registration functions so we can obtain a list of directories from somewhere (to pass ratings around between them). This gives the primary directory role some value as that is where you register your directory.
|
2015-02-01 15:10:52 -08:00 |
|
Habeas Codice
|
3e5226adc7
|
Add more detail about directory_mode settings to default config and docs
|
2015-01-30 19:37:25 -08:00 |
|
Habeas Codice
|
2039710962
|
postgres does not support the , syntax. a ; would work, if it weren't statement-locked.
FWIW, the exact same queries listed for postgres are perfectly valid and equivalent on mysql. no need for separate
statements.
|
2015-01-28 17:47:31 -08:00 |
|
friendica
|
0596097f86
|
provide storage for directory based reputation in the xlink table by setting xlink_static = 1, so that xlink_static = 0 is traditional poco linkages
|
2015-01-26 19:13:06 -08:00 |
|
Habeas Codice
|
dc259ba027
|
typo
|
2015-01-25 04:13:14 -08:00 |
|
Habeas Codice
|
0ca71a6b5e
|
update schema
|
2015-01-25 04:05:28 -08:00 |
|
Habeas Codice
|
200d973581
|
suppress notices that might be confusing
|
2015-01-25 04:04:53 -08:00 |
|
Habeas Codice
|
146efbc18e
|
unmatched parens
|
2015-01-23 22:34:45 -08:00 |
|
zottel
|
eb4e6ab073
|
add db update 1131/1132 to database schemas
|
2015-01-23 23:20:30 +01:00 |
|
friendica
|
9028e6bd30
|
typo in postgres db update, remove redmatrix.nl from directory servers since it isn't a directory server any more.
|
2015-01-20 19:41:09 -08:00 |
|
friendica
|
e3041b80fd
|
oauth permissions table
|
2015-01-19 20:06:12 -08:00 |
|