Michael
|
0062fede79
|
Issue 1312: Improve account expiry
|
2018-02-18 22:19:20 +00:00 |
|
Michael
|
d0fa80b195
|
Issue 4228: Don't post an item if it belongs to a picture upload without an post
|
2018-02-18 17:29:14 +00:00 |
|
Michael
|
a9a85849f4
|
Issue 4369: Added logging to know why a post is stored
|
2018-02-18 16:43:18 +00:00 |
|
Michael
|
d119beef3f
|
Issue 4396: Avoid SQL error during UImport
|
2018-02-17 10:37:14 +00:00 |
|
Hypolite Petovan
|
9e3bae5caa
|
Remove references to include/bbcode.php
|
2018-02-14 22:01:14 -05:00 |
|
Hypolite Petovan
|
0c52866693
|
Refactor bbcode() into BBCode::convert()
|
2018-02-14 21:33:55 -05:00 |
|
Hypolite Petovan
|
29f5270313
|
Remove unused parameter preserve_nl in BBCode::convert
|
2018-02-14 21:31:28 -05:00 |
|
Hypolite Petovan
|
ee380c3149
|
Fix undeclared variable in Content\Text\BBCode
|
2018-02-14 20:25:23 -05:00 |
|
Michael
|
3e456ddcb8
|
Issue 4396: WSOD with uimport
|
2018-02-14 23:13:53 +00:00 |
|
Hypolite Petovan
|
bcd896c604
|
Merge pull request #4460 from annando/bugfix-dfrn-mail
DFRN: Bugfix for not storing mails
|
2018-02-14 17:11:47 -05:00 |
|
Michael
|
2f71a6f80f
|
DFRN: Bugfix for not storing mails
|
2018-02-14 22:08:16 +00:00 |
|
Hypolite Petovan
|
41cd5af54f
|
Merge pull request #4459 from annando/unmark-contact
Bugfix and improvements for unmarking potentially archived contacts
|
2018-02-14 17:01:17 -05:00 |
|
Michael Vogel
|
79696a19e5
|
Merge pull request #4455 from MrPetovan/task/4176-fix-undeclared-variables-2
[Scrutinizer] Fix undeclared variables part 6: src/ (except Protocol/)
|
2018-02-14 22:49:43 +01:00 |
|
Michael
|
43b1eccbcd
|
Bugfix and improvements for unmarking potentially archived contacts
|
2018-02-14 21:18:16 +00:00 |
|
Hypolite Petovan
|
cdc8a3b68d
|
Merge pull request #4457 from annando/accept-archived
Diaspora: Accept posts from archived contacts
|
2018-02-14 09:46:24 -05:00 |
|
Michael
|
878b2be63d
|
Diaspora: Accept posts from archived contacts
|
2018-02-14 14:29:28 +00:00 |
|
Hypolite Petovan
|
d419d07f73
|
[Scrutinizer] Fix undeclared variables in src/ (except Protocol/)
- Use dba::selectFirst to remove intermediate variables `$r`
- Remove unused variable `$url_recipients` in Worker\Dellivery
|
2018-02-14 00:05:00 -05:00 |
|
Hypolite Petovan
|
d8e9ed5ff8
|
[Scrutinizer] Fix undeclared variables in src/Protocol/
- Use dba::selectFirst to remove intermediate variables `$r`
- Remove unused variable `$sender` in Protocol\Email
- Simplify Protocol\OStatus:fetchAuthor cascading queries
|
2018-02-13 23:58:46 -05:00 |
|
Hypolite Petovan
|
2234bb92ae
|
Merge pull request #4449 from annando/probe-pump
Improved profile probing for pump.io
|
2018-02-13 08:25:47 -05:00 |
|
Michael
|
6a486aa92b
|
Remove address from name
|
2018-02-13 07:10:05 +00:00 |
|
Tobias Diekershoff
|
4c91729bc9
|
Merge pull request #4447 from MrPetovan/bug/4445-improve-bbcode-quote-html
Add paragraph to BBCode conversion of [quote]
|
2018-02-13 07:09:22 +01:00 |
|
Michael
|
7df60ae634
|
Improved profile probing for pump.io
|
2018-02-13 05:54:09 +00:00 |
|
Hypolite Petovan
|
4bc1672921
|
Add paragraph to BBCode conversion of [quote]
|
2018-02-12 22:37:30 -05:00 |
|
Hypolite Petovan
|
219182d41e
|
Merge pull request #4446 from annando/worker-priority
Bugfix: The provided worker priority had been ignored
|
2018-02-12 22:29:53 -05:00 |
|
Michael
|
6289e307aa
|
Bugfix: The provided worker priority had been ignored
|
2018-02-13 02:26:35 +00:00 |
|
rabuzarus
|
af3a57376a
|
Item::tagDeliver(): remove contact as array key for hooks because it was never declared
|
2018-02-12 17:05:01 +01:00 |
|
rabuzarus
|
58b4169097
|
fix undeclared $uid variables in Item::insert()
|
2018-02-12 16:56:52 +01:00 |
|
rabuzarus
|
342b9af734
|
fix undeclared variables or wrong variable names (/src)
|
2018-02-12 16:08:28 +01:00 |
|
Michael Vogel
|
e90b3f606d
|
Merge pull request #4439 from MrPetovan/bug/4396-use-dba-exists-in-uimport
Add dba::exists usages to UserImport::importAccount
|
2018-02-12 06:02:30 +01:00 |
|
Hypolite Petovan
|
f68667e301
|
Merge pull request #4438 from rabuzarus/20180211_-_fix_variables_part_one
fix undeclared variables or wrong variable names (/include) - part 1
|
2018-02-11 22:00:42 -05:00 |
|
rabuzarus
|
5fe7a21482
|
add $no_photos parameter to add_page_info_data()
|
2018-02-12 03:56:20 +01:00 |
|
Hypolite Petovan
|
1d035ae2ae
|
Add dba::exists usages to UserImport::importAccount
|
2018-02-11 19:28:39 -05:00 |
|
Michael
|
2a762868e9
|
Some clean up for the worker, arrays are now supported as parameter
|
2018-02-11 16:18:39 +00:00 |
|
Michael
|
30cfca40d8
|
Use a more simple HTML for API output
|
2018-02-10 13:33:15 +00:00 |
|
Hypolite Petovan
|
8b557c3157
|
Merge pull request #4433 from annando/direct-block
Suppress content from hidden or blocked contacts
|
2018-02-10 07:49:34 -05:00 |
|
Michael
|
ee7c587693
|
Suppress content from hidden or blocked contacts
|
2018-02-10 12:34:10 +00:00 |
|
rabuzarus
|
9a4d19e284
|
move membersince addon to core
|
2018-02-09 20:44:45 +01:00 |
|
Michael Vogel
|
25fbdd21c5
|
Merge pull request #4429 from MrPetovan/bug/4426-handle-auth-exceptions
Handle authentication exceptions in Login module
|
2018-02-09 19:03:52 +01:00 |
|
Michael
|
a2f172e084
|
Bugfix for check that the DFRN entry already exists
|
2018-02-09 06:20:01 +00:00 |
|
Hypolite Petovan
|
8a9917857e
|
Handle authentication exceptions in Login module
- Break down large methods into smaller ones
- Add more authentication exception
- Add a legacy User::authenticate method
|
2018-02-09 00:08:01 -05:00 |
|
Michael
|
15a857e411
|
Line endings are converted to unix style
|
2018-02-09 03:49:49 +00:00 |
|
Michael
|
d42f86e218
|
We can now delegate again like before
|
2018-02-08 22:18:34 +00:00 |
|
Michael
|
1424559bee
|
Forgotten "+"
|
2018-02-08 19:47:47 +00:00 |
|
Michael
|
70c31a6149
|
Improved date time formula thing.
|
2018-02-08 19:33:40 +00:00 |
|
Michael
|
d70a20a466
|
We now incrementally calculate the queue delivery time
|
2018-02-08 18:39:48 +00:00 |
|
Michael
|
ac7b0661d2
|
Added documentation
|
2018-02-08 15:03:18 +00:00 |
|
Michael
|
8ea572ebd1
|
Added a config value to ignore server checks
|
2018-02-08 13:09:09 +00:00 |
|
Michael
|
0093f863fd
|
Don't add already queued items from Diaspora to the queue again
|
2018-02-08 11:26:24 +00:00 |
|
Michael
|
87280ebf57
|
Bugfix: a forgotten "use" in bbcode.php
|
2018-02-08 06:08:07 +00:00 |
|
Michael
|
3890dfee4a
|
Wrong function order in Item::update
|
2018-02-07 20:09:37 +00:00 |
|