Hypolite Petovan
|
27d94023ee
|
Merge branch 'master' into develop
|
2018-03-23 06:15:55 -04:00 |
|
Michael
|
b171fb1f24
|
Fix: Items with "uid=0" always had the "parent-uri" as "thr-parent"
|
2018-03-22 16:18:49 +00:00 |
|
Hypolite Petovan
|
701fd41463
|
Rename checkPasswordExposed to isPasswordExposed
|
2018-03-21 02:14:43 -04:00 |
|
Hypolite Petovan
|
ca13570251
|
Add exposed password check to manual password change
|
2018-03-21 01:33:35 -04:00 |
|
Michael
|
8053172398
|
Issue 4610: The query is simplified and shouldn't fail again
|
2018-03-17 07:50:49 +00:00 |
|
Michael
|
d616bb7564
|
Fix: In the contact search you had been able to delete your own contact
|
2018-03-17 06:17:32 +00:00 |
|
Michael
|
67fa6aa809
|
We now change relationships not only for OStatus contacts
|
2018-03-16 06:58:54 +00:00 |
|
Michael
|
59dd353464
|
DFRN: The relationship between contacts can now be changed afterwards
|
2018-03-16 06:43:10 +00:00 |
|
Michael
|
b7a5e076fc
|
Fix: The ownership of forum items had been wrong
|
2018-03-11 18:12:38 +00:00 |
|
Michael
|
480fde7ca8
|
Bugfix: missing "use"
|
2018-03-08 20:48:00 +00:00 |
|
Hypolite Petovan
|
789561c7a2
|
Remove/Update references to include/html2*.php
|
2018-03-07 16:34:17 -05:00 |
|
Michael
|
cd79ce3a57
|
Fix: Multiple accounts per mail address are allowed when not explicit forbidden
|
2018-03-04 22:23:52 +00:00 |
|
Hypolite Petovan
|
ab544e1e9f
|
Add missing dba::close() call in Contact::pruneUnavailable
|
2018-03-03 07:41:49 -05:00 |
|
Hypolite Petovan
|
09c717d751
|
Remove references to include/acl_selectors
|
2018-03-02 18:40:09 -05:00 |
|
Hypolite Petovan
|
ce9e0f3649
|
Move prune_deadguys to Contact
|
2018-03-02 18:40:08 -05:00 |
|
Hypolite Petovan
|
eeafb59c31
|
Add new class/functions
- Create class Core\Acl
- Add Contact::pruneUnavailable
- Add mod_content
|
2018-03-02 18:40:08 -05:00 |
|
Tobias Diekershoff
|
b5f8d73833
|
Merge pull request #4527 from annando/fix-no-constant-update
Bugfix: No constant update in "getIdForUrl"
|
2018-03-02 10:58:17 +01:00 |
|
Michael
|
361af7bc78
|
Bugfix: No constant update in "getIdForUrl"
|
2018-03-02 03:55:24 +00:00 |
|
Hypolite Petovan
|
41678ec3cd
|
Add no_update flag to speed up Contact::getIdForURL instances
|
2018-03-01 19:54:45 -05:00 |
|
Hypolite Petovan
|
9f21e7f34f
|
Use default value for uid parameter in Contact::getIdForURL
|
2018-03-01 19:54:12 -05:00 |
|
Hypolite Petovan
|
4d3ea08c97
|
Use NOT EXISTS to improve performance
|
2018-02-28 08:50:26 -05:00 |
|
Hypolite Petovan
|
f58d8f4108
|
Add attendance check to event reminder
|
2018-02-27 20:47:18 -05:00 |
|
Michael
|
d4c95e0032
|
Contact updates should now work more reliable
|
2018-02-26 21:53:42 +00:00 |
|
Michael
|
9e721c0908
|
guid creation: Take the hostname from mail addresses for mail posts
|
2018-02-26 11:48:05 +00:00 |
|
Michael
|
2f2e7b9d5a
|
fetch_first is now used / additional logging
|
2018-02-22 09:51:59 +00:00 |
|
Michael
|
046352606e
|
Bugfix: $uid wasn't available in that context
|
2018-02-22 07:05:56 +00:00 |
|
Michael
|
2897333c28
|
Most queries are now done with the dba functions
|
2018-02-22 06:52:58 +00:00 |
|
Michael
|
8ad2ebbf47
|
$u is now $user
|
2018-02-21 23:10:29 +00:00 |
|
Michael
|
8e0496c040
|
Better naming of variables
|
2018-02-21 22:55:23 +00:00 |
|
Michael
|
5a91c746e9
|
$arr is now $item
|
2018-02-21 21:39:07 +00:00 |
|
Michael
|
82bd26edb9
|
The item class had been improved (e.g. database calls)
|
2018-02-21 21:08:37 +00:00 |
|
Michael
|
a59796d1d4
|
No gcontact-id anymore (It wasn't really used)
|
2018-02-21 05:15:55 +00:00 |
|
Hypolite Petovan
|
eed35c3e69
|
Merge pull request #4484 from annando/item-guid
The guid creation for posts is now done in a separate function
|
2018-02-20 23:22:11 -05:00 |
|
Michael
|
475969a1d3
|
The guid creation for posts is now done in a separate function
|
2018-02-21 04:13:13 +00:00 |
|
Michael
|
3e46382459
|
Standard stuff
|
2018-02-20 11:20:28 +00:00 |
|
Michael
|
a3af6807ac
|
Improved resource id creation
|
2018-02-20 10:02:07 +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
|
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
|
43b1eccbcd
|
Bugfix and improvements for unmarking potentially archived contacts
|
2018-02-14 21:18:16 +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 |
|
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 |
|
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 |
|
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
|
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 |
|