Commit Graph

29000 Commits

Author SHA1 Message Date
Hypolite Petovan a16d46b0d7 Move unicity check after array initilization in builtin_activity_puller()
- Address https://github.com/friendica/friendica/pull/9569#issuecomment-731613088
- Address https://github.com/friendica/friendica/issues/9251#issuecomment-731615844
2020-11-21 15:56:07 -05:00
Hypolite Petovan 4370d0b967 Add missing activity toggle capability to photos 2020-11-21 11:10:04 -05:00
Hypolite Petovan 8b3ab4e6bb Refactor builtin_activity_puller() and format_like()
- Simplify output array
- Rename format_like() to format_activity()
- Remove duplicate parameters in format_activity()
2020-11-21 11:08:44 -05:00
Hypolite Petovan e6362c4923
Merge pull request #9566 from annando/update-foo
Avoid multiple database update mails, changed log level
2020-11-21 10:53:06 -05:00
Michael aec9f1ebf0 Remove unused config variable 2020-11-21 15:15:58 +00:00
Michael 1de6251627 Code cleaning 2020-11-21 14:58:48 +00:00
Michael Vogel b40218eb0b Immediately fail when lock hadn't been acquired to prevent stocked updates 2020-11-21 14:17:14 +01:00
Hypolite Petovan 039bff38db
Merge pull request #9563 from annando/annando/issue9407
iIssue 9407: Fix comments to Peertube
2020-11-21 08:09:53 -05:00
Michael Vogel 2a1c82cf05 Avoid multiple database update mails, changed log level 2020-11-21 13:28:06 +01:00
Michael 8a29d20083 Comments on PeerTube videos not working
Fixes #9407
2020-11-21 08:28:33 +00:00
Hypolite Petovan 3bea8e5216
Merge pull request #9560 from annando/daemon-watchdog
Watchdog mode to check if the daemon is running
2020-11-20 15:26:51 -05:00
Michael 1bc76fdb6d Watchdog mode to check if the daemon is running 2020-11-20 19:50:08 +00:00
Hypolite Petovan cc4bae6382
Merge pull request #9558 from annando/rendertime-limit
Added minimal execution time for rendertime addon
2020-11-20 06:57:59 -05:00
Hypolite Petovan 085059bd92
Merge pull request #9556 from annando/vid
Increasing version number
2020-11-20 06:56:52 -05:00
Michael cea2b13075 Parameter has to be float 2020-11-20 08:55:30 +00:00
Michael e4c95efd80 Added minimal execution time for rendertime addon 2020-11-20 08:44:00 +00:00
Tobias Diekershoff 752a377269
Merge pull request #9557 from annando/fix-update
Fix the databae update
2020-11-20 08:26:37 +01:00
Michael 3f3e5245df Fix the databae update 2020-11-20 07:10:43 +00:00
Hypolite Petovan 127c48a3f4
Merge pull request #9555 from annando/vid
"vid" is now a foreign key field as well
2020-11-19 20:49:18 -05:00
Michael deae47cbfd Increasing version number 2020-11-20 00:22:56 +00:00
Michael 190e0ff913 Moved table 2020-11-20 00:17:32 +00:00
Michael adc49724dd Use "int" 2020-11-20 00:05:25 +00:00
Michael e673da536c tinyint 2020-11-20 00:02:00 +00:00
Michael d5cc466603 Mediumint 2020-11-19 23:52:07 +00:00
Michael cd4a2bce9c Trying "tinyint" 2020-11-19 23:39:18 +00:00
Michael b2e7a9cc5c Trying "int" 2020-11-19 23:28:10 +00:00
Michael 2255a5d41a Foreign key for verb 2020-11-19 23:21:31 +00:00
Hypolite Petovan e6fd636b7d
Merge pull request #9554 from annando/insert-mode
Fix notice
2020-11-19 16:54:39 -05:00
Michael 32e98327a1 Fix warning 2020-11-19 21:27:08 +00:00
Hypolite Petovan 1acc5ffb38
Merge pull request #9553 from annando/insert-mode
Mode switch for insert
2020-11-19 16:25:09 -05:00
Hypolite Petovan 10a4802d81
Merge pull request #9552 from annando/zero-user
Avoid problems with uid=0
2020-11-19 16:23:28 -05:00
Michael 303aaa00ca Mode switch for insert 2020-11-19 19:34:48 +00:00
Michael Vogel e4c6341bf4
Merge pull request #9551 from MrPetovan/task/4140-ldap-auth-logging
Make Model\User::getAuthenticationInfo accessible to addons
2020-11-19 18:21:34 +01:00
Michael bd0e2dc0a8 Avoid problems with uid=0 2020-11-19 17:19:14 +00:00
Hypolite Petovan fa5acb3b21
Merge pull request #9550 from annando/more-foreign
Some more foreign keys added
2020-11-19 12:15:52 -05:00
Michael f1b04504ca Chenged compared text 2020-11-19 16:28:15 +00:00
Hypolite Petovan a66e66359c Make Model\User::getAuthenticationInfo accessible to addons
- It contains the centralized authentication requirements for user records
2020-11-19 11:20:17 -05:00
Michael c07573e25f Test for failed test 2020-11-19 16:15:00 +00:00
Michael cbfea67ba6 Improved key length 2020-11-19 09:47:59 +00:00
Michael 3af5f6b8ee Some more foreign keys added 2020-11-19 06:26:30 +00:00
Hypolite Petovan fb568ba462
Merge pull request #9546 from annando/ostatus-notice
Fix Notice: Undefined variable: valid in /src/Protocol/OStatus.php
2020-11-18 13:25:30 -05:00
Michael Vogel f69c043bec
Update src/Protocol/OStatus.php
Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
2020-11-18 18:07:20 +01:00
Michael a1dcbedc6f Fix Notice: Undefined variable: valid in /src/Protocol/OStatus.php on line 526 2020-11-18 13:47:29 +00:00
Hypolite Petovan 503c582a31
Merge pull request #9545 from annando/daemon-speedf
Ensure that the daemon is called faster and more reliably
2020-11-18 08:42:11 -05:00
Michael 0edc058a17 Ensure that the daemon is called faster and more reliably 2020-11-18 13:29:10 +00:00
Hypolite Petovan 46ea5dc4a5
Merge pull request #9541 from annando/post-user
New table "post-user" and more foreign keys
2020-11-18 08:13:18 -05:00
Michael f36ecdf6bf Replacing deprecated log calls 2020-11-18 09:14:12 +00:00
Michael 4f7d42a0d3 Fixed copy&paste error 2020-11-18 05:55:15 +00:00
Michael b09ffa0697 Relocate system user creation 2020-11-18 05:33:17 +00:00
Michael d7fa58d81c Ensure to never delete the "0" user 2020-11-18 05:24:04 +00:00