Hypolite Petovan
|
419fe67c6c
|
Merge pull request #11265 from k-alin/6606-k-alin-mysql-unix-socket
Enable MySQL unix socket connection
|
2022-02-25 10:36:43 -05:00 |
|
k-alin
|
e4cfd4a7c3
|
Update src/Database/Database.php
Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
|
2022-02-25 16:09:54 +01:00 |
|
k-alin
|
33c4fbf2a6
|
Update src/Database/Database.php
Correct indent
Co-authored-by: Philipp <admin+Github@philipp.info>
|
2022-02-25 12:09:54 +01:00 |
|
k-alin
|
470be2b5e4
|
Update src/Database/Database.php
Correct indent
Co-authored-by: Philipp <admin+Github@philipp.info>
|
2022-02-25 12:09:30 +01:00 |
|
k-alin
|
335be6f032
|
Update src/Database/Database.php
Correct indent
Co-authored-by: Philipp <admin+Github@philipp.info>
|
2022-02-25 12:09:12 +01:00 |
|
Michael
|
2321c7a55b
|
Updated messages.po
|
2022-02-20 20:47:08 +00:00 |
|
k-alin
|
ff439272b9
|
mysql connection via socket if location of mysqld.sock was specified
|
2022-02-20 17:45:51 +01:00 |
|
k-alin
|
50580fd04c
|
Merge branch 'friendica:develop' into 6606-k-alin-mysql-unix-socket
|
2022-02-20 17:27:03 +01:00 |
|
Michael
|
c867581530
|
Store the receivers of a post in the tags
|
2022-02-19 13:31:49 +00:00 |
|
k-alin
|
31ff583c5e
|
mysql connection via unix sockets (mysqli + PDO)
|
2022-02-14 23:18:41 +01:00 |
|
Michael
|
14f0a1a1ed
|
Don't throw an exception when the database query fails
|
2022-02-08 21:28:42 +00:00 |
|
Michael
|
a46b21590d
|
use "ANY_VALUE" instead of "MAX"
|
2022-01-18 06:59:02 +00:00 |
|
Michael
|
615c6ca696
|
Issue 10935: Improved "GROUP BY" handling
|
2022-01-18 06:35:18 +00:00 |
|
Balázs Úr
|
733f3de9ed
|
Add missing copyright text
|
2022-01-02 10:49:50 +01:00 |
|
Philipp
|
322b7c856c
|
Merge pull request #11129 from urbalazs/copyright-2022
Update copyright
|
2022-01-02 09:45:35 +01:00 |
|
Balázs Úr
|
e56a53647b
|
Update copyright
|
2022-01-02 08:27:47 +01:00 |
|
Michael
|
92fe3d9213
|
Issue 11120: Delete tables in the correct order
|
2021-12-26 05:08:59 +00:00 |
|
Philipp
|
5350e0852d
|
Add hostname to Process entity
|
2021-11-06 20:21:01 +01:00 |
|
Michael
|
516018861e
|
Merge remote-tracking branch 'upstream/develop' into error-handling
|
2021-10-31 05:25:39 +00:00 |
|
Michael
|
4236a9a105
|
Improved http error handling
|
2021-10-29 23:21:07 +00:00 |
|
Philipp
|
b216317477
|
Refactoring Core class structures ...
|
2021-10-26 22:11:09 +02:00 |
|
Philipp
|
ab83d0dd27
|
Restructure (P)Config to follow new paradigm
|
2021-10-26 22:11:06 +02:00 |
|
Hypolite Petovan
|
24734b05fe
|
Cast object parameters to string in Database\Database
- This makes string casting in Depository->save unnecessary
|
2021-10-03 15:35:47 -04:00 |
|
Michael Vogel
|
3d97149007
|
Merge pull request #10722 from MrPetovan/task/refactor-notifications
Move notify, notifications and introduction notifications to new paradigm
|
2021-10-03 14:13:28 +02:00 |
|
Michael
|
9961943b73
|
Code Style: Replace "AS" with "as"
|
2021-10-03 10:34:41 +00:00 |
|
Hypolite Petovan
|
dae5703e5c
|
Improve accuracy of accepted parameter types in phpDoc of Database->fetch
- Suppresses an unwarranted type error raised by static analyzers
|
2021-10-02 18:15:43 -04:00 |
|
Michael
|
e4b8536c75
|
Removing MySQL workaround
|
2021-09-26 18:30:44 +00:00 |
|
Michael
|
f26226229a
|
Issue 10768: Avoid MySQL problems when upgrading both index and structure
|
2021-09-26 17:13:26 +00:00 |
|
Philipp
|
c00da77c67
|
Add feedback
|
2021-09-18 12:55:17 +02:00 |
|
Philipp
|
6893e2c3f7
|
Add feedback / revert fix for $item['post-type']
|
2021-09-18 12:51:09 +02:00 |
|
Philipp
|
462f76352e
|
Add feedback :-)
|
2021-09-18 12:51:09 +02:00 |
|
Philipp
|
89a085a12c
|
Check DBA::count() result
|
2021-09-18 12:51:08 +02:00 |
|
Hypolite Petovan
|
7ee88c3457
|
Improve documentation of $old_fields possible values in DBA::update and Database->update
|
2021-09-05 14:54:50 -04:00 |
|
Michael
|
c89533a70b
|
Support for stacked profiler analysis
|
2021-07-27 04:57:29 +00:00 |
|
Michael
|
c1f849c389
|
Unneeded legacy DFRN table removed
|
2021-07-22 07:11:26 +00:00 |
|
Michael
|
6668066099
|
The legacy OAuth server is removed
|
2021-07-20 17:41:04 +00:00 |
|
Michael
|
3a5523820c
|
Legacy DFRN transport layer is removed
|
2021-07-15 13:28:32 +00:00 |
|
Michael
|
d267ba999c
|
We now use the new account-user-view (and fixed the function name)
|
2021-07-11 09:39:34 +00:00 |
|
Michael
|
b46b88cc10
|
Fix fatal error
|
2021-07-10 21:08:55 +00:00 |
|
Michael
|
161fa4a795
|
Post update: Set "uri-id" in the contact tables
|
2021-07-10 01:41:26 +00:00 |
|
Tobias Diekershoff
|
2b95a7e7cd
|
Merge branch 'stable' into develop
|
2021-07-04 20:52:22 +02:00 |
|
Michael
|
ae5f57233e
|
Issue 10392: Avoid "Friendica can't display this page at the moment"
|
2021-06-16 13:23:07 +00:00 |
|
Michael
|
7106106f11
|
Formatted index list
|
2021-06-14 12:15:10 +00:00 |
|
Michael
|
96f07c7288
|
Indexes and foreign keys added
|
2021-06-14 08:53:37 +00:00 |
|
Michael
|
fd30df7300
|
Pad the header
|
2021-06-14 05:58:51 +00:00 |
|
Michael
|
4095e6c9be
|
Pad the lengths of the columns
|
2021-06-14 05:33:47 +00:00 |
|
Michael
|
a827f948c8
|
Reversed "null"
|
2021-06-14 05:14:09 +00:00 |
|
Michael
|
31db9dbef7
|
Added default value "NULL"
|
2021-06-14 05:08:01 +00:00 |
|
Michael
|
bb5e6d248b
|
Added sort order
|
2021-06-13 20:56:14 +00:00 |
|
Michael
|
84ab5d6159
|
Updates database structure documentation
|
2021-06-13 20:33:50 +00:00 |
|