Michael
|
0695fa699c
|
Removed "service class" functionality
|
2017-10-18 21:44:27 +00:00 |
|
Michael
|
225eea2ca6
|
Avoid undefined class variables
|
2017-10-11 14:52:08 +00:00 |
|
Michael
|
a29b7e7153
|
"dba" is now a static class
|
2017-10-11 12:56:36 +00:00 |
|
Michael
|
c6ceae5225
|
The old database function is now replaced with a wrapper
|
2017-09-14 05:19:05 +00:00 |
|
Michael
|
637eb0bfb4
|
Bugfix: Mails weren't sent
|
2017-09-08 15:14:33 +00:00 |
|
Michael
|
5adfeb0bd5
|
App::get_baseurl is now replaced with System::baseUrl
|
2017-08-26 07:32:10 +00:00 |
|
Michael
|
3c24bed412
|
New class "System"
|
2017-08-26 06:04:21 +00:00 |
|
Michael
|
d810b21f87
|
New dba functions
|
2017-08-11 08:04:01 +00:00 |
|
Michael
|
4a7ca0d44f
|
Fix crash with expiration, false logger constant, no empty postings
|
2017-07-19 05:51:39 +00:00 |
|
Michael
|
2bad626be6
|
Bugfix: Signatures for likes hadn't been stored
|
2017-07-15 04:03:50 +00:00 |
|
Michael
|
4515c36f69
|
Semaphore based locking and hopefully the fix for the workerqueue
|
2017-06-28 04:53:11 +00:00 |
|
Hypolite Petovan
|
ea88e15a8c
|
Merge pull request #3473 from Quix0r/rewrites/coding-convention-split2-6-2
Coding convention applied split 2-6-2 (of 2-14-2)
|
2017-06-18 18:44:34 -04:00 |
|
Michael
|
cf179188b6
|
Some more worker fine tuning
|
2017-06-17 13:58:18 +00:00 |
|
Roland Häder
|
4e49939421
|
Merge remote-tracking branch 'upstream/develop' into rewrites/coding-convention-split2-6-2
Signed-off-by: Roland Häder <roland@mxchange.org>
|
2017-06-13 23:26:06 +02:00 |
|
Hypolite Petovan
|
ad4cdf2a9d
|
Replace lowercase operators
|
2017-06-08 21:03:44 -04:00 |
|
Hypolite Petovan
|
9c0d2c31e8
|
Replace AND and OR in PHP conditions by && and ||
|
2017-06-07 22:00:59 -04:00 |
|
Michael
|
71a5de40f1
|
The index mustn't be 192 characters long
|
2017-06-07 18:34:17 +00:00 |
|
Michael
|
2ad784d37a
|
Speeded up calling "proc_run"
|
2017-06-07 05:42:30 +00:00 |
|
Michael Vogel
|
f4652d6e50
|
Merge branch 'develop' into 1706-lock
|
2017-06-06 14:16:00 +02:00 |
|
Tobias Diekershoff
|
f3d8da7d33
|
Merge branch 'master' into develop
|
2017-06-06 12:20:55 +02:00 |
|
Michael
|
2d229ad856
|
Merge remote-tracking branch 'upstream/3.5.2rc' into 1706-lock
|
2017-06-04 19:06:40 +00:00 |
|
Michael
|
32f61016d3
|
Overhauled "lock" functionality
|
2017-06-04 07:26:21 +00:00 |
|
Michael
|
945d3cc048
|
The constant CURLE_OPERATION_TIMEDOUT isn't defined on older PHP versions
|
2017-06-03 19:46:19 +00:00 |
|
Michael
|
21eb9a4b2e
|
Fixed locking behaviour for the worker
|
2017-06-03 07:25:01 +00:00 |
|
Michael
|
104acec09c
|
The database structure is now checked ad the admin summary page
|
2017-05-28 08:39:41 +00:00 |
|
Michael
|
696404739b
|
Bugfix Diaspora: We exited with the wrong return values and the guid for messages was too short
|
2017-05-17 19:25:30 +00:00 |
|
Roland Häder
|
f66c5c6823
|
added spaces + some curly braces + some usage of dbm::is_result()
Signed-off-by: Roland Haeder <roland@mxchange.org>
|
2017-05-17 15:07:31 +02:00 |
|
Roland Häder
|
701e761c68
|
added spaces + some curly braces + some usage of dbm::is_result()
Signed-off-by: Roland Haeder <roland@mxchange.org>
|
2017-05-16 14:37:12 +02:00 |
|
Hypolite Petovan
|
86cae070f2
|
Merge branch 'develop' into improvement/move-app-to-src-2
|
2017-05-07 12:58:11 -04:00 |
|
Michael Vogel
|
9c3e968581
|
Merge pull request #3442 from Alkarex/any_value_dbstructure
Fix GROUP BY in dbstructure
|
2017-05-07 12:16:10 +02:00 |
|
Alexandre Alapetite
|
354531bfa6
|
Generate field_list only when needed
https://github.com/friendica/friendica/pull/3442/files#r115137722
|
2017-05-07 11:07:34 +02:00 |
|
Alexandre Alapetite
|
f838430535
|
Fix GROUP BY in dbstructure
https://github.com/friendica/friendica/issues/3440
|
2017-05-07 10:53:38 +02:00 |
|
Michael
|
7a3bdbfc15
|
Wrong parameter for delete command
|
2017-05-07 08:12:36 +00:00 |
|
Michael
|
6a594ca8a9
|
Some useful unique indexes
|
2017-05-05 21:55:19 +00:00 |
|
Hypolite Petovan
|
569cd459ec
|
Add basepath to App
|
2017-05-02 23:37:57 -04:00 |
|
Hypolite Petovan
|
20043914e6
|
Move App to src
- Add `use Friendica\App;` wherever needed
|
2017-05-02 22:59:36 -04:00 |
|
Hypolite Petovan
|
56ee734b00
|
Cleanup /format pre-move
|
2017-05-02 22:59:24 -04:00 |
|
Michael
|
b9b43e30e6
|
Delete queries are now split into chunks.
|
2017-05-01 17:42:37 +00:00 |
|
Michael
|
f1c53530a1
|
Add a missing relation
|
2017-04-30 20:19:47 +00:00 |
|
Michael
|
c2820c452f
|
Delete now works
|
2017-04-30 19:54:41 +00:00 |
|
Michael
|
44beb62e5a
|
Added information about table relations
|
2017-04-29 23:33:02 +00:00 |
|
Michael
|
782783aa52
|
New function "dba::update" and changed unique index for the conversations
|
2017-04-28 05:50:27 +00:00 |
|
Michael
|
35dc56c9c2
|
Salmons with Mastodon seem to work now
|
2017-04-27 20:38:46 +00:00 |
|
Michael
|
45d73b106b
|
Conversation data is now stored in another table
|
2017-04-26 21:16:25 +00:00 |
|
Michael
|
05dcedb54c
|
Merge remote-tracking branch 'upstream/develop' into 1704-conversation
|
2017-04-23 14:25:35 +00:00 |
|
Michael
|
2628ff91f4
|
Call it "toinnodb"
|
2017-04-22 21:55:16 +00:00 |
|
Michael
|
aaa558f7ea
|
New command in dbstructure.php to convert all tables from MyISAM to InnoDB
|
2017-04-22 21:36:01 +00:00 |
|
Michael
|
c0784f7301
|
New tables for conversations
|
2017-04-22 20:46:40 +00:00 |
|
Hypolite Petovan
|
affb3938d2
|
Merge pull request #3376 from annando/1704-key-length
Issue 3358: The key length should now work on InnoDB and MyISAM
|
2017-04-21 20:41:45 -04:00 |
|
Michael
|
fef0fe2fb9
|
Issue 3358: The key length should now work on InnoDB and MyISAM
|
2017-04-21 21:26:05 +00:00 |
|