Michael Vogel
|
75e2ec01fe
|
The gcontact will now be connected to the items
|
6 years ago |
fabrixxm
|
f97e20acd3
|
add support to schema modification with multi-column primary key
|
7 years ago |
root
|
37a70d3204
|
modified: include/dbstructure.php removed uneeded break; It causes errors with php 7.0.
|
7 years ago |
root
|
56a146361c
|
modified: include/dbstructure.php Removed uneeded break; Causes errors with php 7.0, poller error message & white screen of death.
|
7 years ago |
Fabrixxm
|
95508bf4bb
|
Allow multicolunn primary keys in dbstructure
|
7 years ago |
rabuzarus
|
cec5afe2c9
|
forumlist: don't raise db version in dbstructure.php
|
7 years ago |
rabuzarus
|
902735f6d4
|
forumlist: dbupdate
|
7 years ago |
Michael Vogel
|
d6080f4c76
|
The "addr" field is now in the global contacts as well.
|
7 years ago |
Michael Vogel
|
17b1d45968
|
Worker: New method for running background processes
|
7 years ago |
Michael Vogel
|
b52bc71c6c
|
Now you can define the duration of the cache entries.
|
7 years ago |
Michael Vogel
|
6ab304b564
|
Bugfix: Fetching data from noscrape had several issues
|
7 years ago |
Michael Vogel
|
e3e9de2e74
|
Export all federation contacts through poco
|
7 years ago |
Michael Vogel
|
bb5186ae27
|
Use an ID as a primary field.
|
7 years ago |
Michael Vogel
|
9717fa82fe
|
New field "created" in gcontacts. New option for timeframe when polling global contacts
|
7 years ago |
Michael Vogel
|
38d7b5e326
|
New table "gserver" for server data of the global contacts
|
7 years ago |
Michael Vogel
|
639f94f8b9
|
Onepoll: mark the last request failure for this contact
|
7 years ago |
root
|
54a5a80b24
|
Poco: New fields for last contact and last failure of a contact.
|
7 years ago |
Michael Vogel
|
bea70296bf
|
Fixes slow performance after one of the last pull requests.
|
7 years ago |
Hauke Altmann
|
62b4f117bf
|
bug fix: "local_" has 6 not 5 characters
|
7 years ago |
Hauke Altmann
|
c292d01723
|
bug fix: substring is not a PHP function %-)
|
7 years ago |
hauke
|
00cbc383f5
|
code cleanup
|
7 years ago |
hauke
|
0d61e462fe
|
preserve local index of friendica database when updating
|
7 years ago |
Michael Vogel
|
d42cea51a2
|
The item id is now stored in every notification as well
|
7 years ago |
Michael Vogel
|
9a35e861ce
|
New field in the contact table to better detect "dead profiles"
|
7 years ago |
fabrixxm
|
73248f7dda
|
allow to update generic subsets of tables
|
7 years ago |
fabrixxm
|
7c33c9cca1
|
fix SQL generation, update database.sql
|
7 years ago |
fabrixxm
|
b2b1de5a01
|
Create `database.sql` from `include\dbstructure.php`
add two commands to `dbstructure.php` when called from cli:
'update' updates the database schema
'dumpsql' dump database sql to stdout
|
7 years ago |
Michael Vogel
|
7a39626a6c
|
The index for the term search is now massively improved.
|
7 years ago |
Michael Vogel
|
ea06a1ec45
|
There is now a "global" field in the item table that tells if this item is present as global copy as well.
|
7 years ago |
Michael Vogel
|
2260415ca9
|
"global" flag for terms that indicate if the term is present in the global posts.
|
7 years ago |
Michael Vogel
|
7c4a1a059d
|
New fields for the term table, improved query for the tag search. Changed the cache handling for rendered bbcode.
|
7 years ago |
Michael Vogel
|
d1d794f1ab
|
The global contacts now contain a "generation" value that defines how we know this contact
|
7 years ago |
Michael Vogel
|
2f400627c7
|
Support for keywords and gender in (global) contacts.
|
7 years ago |
Michael Vogel
|
597ef20b71
|
"about" and "location" is now included in global contacts as well.
|
7 years ago |
Michael Vogel
|
8f1cfac20a
|
The global contacts now contain the network name so that the suggestions can select between this.
|
7 years ago |
Michael Vogel
|
46db8575a0
|
The table "unique_contacts" now has an "about" and "location" field as well.
|
7 years ago |
Michael Vogel
|
d49c3e99ac
|
Suggest only active accounts. Remove duplicates from gcontact table.
|
7 years ago |
Michael Vogel
|
11c82816b3
|
Poco now returns the last update date as well. This date will be stored in the gcontact table.
|
7 years ago |
Michael Vogel
|
cce561708a
|
Replaced $argv and $argc with the $_SERVER array
|
7 years ago |
Michael Vogel
|
a86c143e24
|
The "scrape" bugfix lead to partly damaged encodings. This is fixed now.
|
7 years ago |
Michael Vogel
|
5379e07c4e
|
Setting default values for all database fields.
|
8 years ago |
Michael Vogel
|
691aa17025
|
fetch further information: it is now possible to define a blacklist for keywords for "fetch further information"
|
8 years ago |
fabrixxm
|
6db73c0b6d
|
fix update routine to support update from 3.2
disable PDO support
|
8 years ago |
Tobias Diekershoff
|
2eb74a9b42
|
fixing a typo
|
8 years ago |
fabrixxm
|
a8c90155f8
|
db update mail via notification()
remove last template
|
8 years ago |
Michael Vogel
|
e21bcb82d2
|
Enhance the database structure checks when they failed.
|
8 years ago |
Michael Vogel
|
7eeb320085
|
It is now possible to ignore threads.
|
8 years ago |
friendica
|
3e0a84afa9
|
so this is why my db updates were reverted ;-)
|
8 years ago |
Michael Vogel
|
150310ea3a
|
dbstructure: Delete indexes before the database structure is changed
|
8 years ago |
Michael Vogel
|
79f7f609b3
|
dbstructure: the indexes for longer table fields are now shortened
|
8 years ago |