Michael
|
6fd8b5f365
|
Don't send single item delete commands to protocols that support account removal
|
2019-02-11 20:30:08 +00:00 |
|
Michael
|
7939cacc44
|
The function moved from the user to the contact class
|
2019-02-10 17:19:10 +00:00 |
|
Michael
|
758eabd2f6
|
Removed test output
|
2019-02-10 12:21:16 +00:00 |
|
Michael
|
f88a1c0b51
|
Merge branch 'check-follow' of github.com:annando/friendica into develop
|
2019-02-10 11:29:58 +00:00 |
|
Michael
|
cf3a46b126
|
Don't store multiple follow request from a single person
|
2019-02-10 11:28:17 +00:00 |
|
Tobias Diekershoff
|
b6e2c254fb
|
Merge pull request #6616 from m4sk1n/patch-1
fix typo
|
2019-02-10 08:12:58 +01:00 |
|
marcin mikołajczak
|
12a44c7bb9
|
fix typo
|
2019-02-09 08:42:55 +01:00 |
|
Hypolite Petovan
|
e6a75b2609
|
Add alias field to ActivityPub contacts
|
2019-02-08 22:32:50 -05:00 |
|
Hypolite Petovan
|
7572843083
|
Merge pull request #6601 from annando/false-notifications
Hopefully final fix for false notifications
|
2019-02-07 08:41:56 -05:00 |
|
Michael
|
ebe767b290
|
Hopefully final fix for false notifications
|
2019-02-07 05:38:43 +00:00 |
|
Hypolite Petovan
|
a0b14a46cb
|
Merge pull request #6581 from nupplaphil/config_refact
Config Refactoring
|
2019-02-06 09:57:41 -05:00 |
|
Michael
|
633d04049b
|
Lower priority for removing users
|
2019-02-03 23:55:46 +00:00 |
|
Philipp Holzer
|
1e0e1674f2
|
4) Adding Factories to other entrypoints
|
2019-02-03 22:46:50 +01:00 |
|
Hypolite Petovan
|
9525e07971
|
Fix greedy regular expression and move code block escaping after tag extraction in Model\Item
|
2019-01-29 20:25:51 -05:00 |
|
Hypolite Petovan
|
2bd62bfdea
|
Merge pull request #6554 from Ixiter/develop-bbcode-tags
Fixed some bugs with weird tagging in [code] blocks and tagging of multiple ##
|
2019-01-29 17:11:54 -05:00 |
|
Peter Liebetrau
|
c3e5c77eb3
|
BBcode, Tags - changes for #pullrequestreview-197771905
|
2019-01-29 22:34:28 +01:00 |
|
Peter Liebetrau
|
5080778ea6
|
BBcode, Tags - moved [code] escaping before BBCode::getTags() call
|
2019-01-29 21:54:20 +01:00 |
|
Peter Liebetrau
|
87b1d0a4d7
|
BBcode, Tags - fixed doubbbllee trroubbllee
|
2019-01-29 21:35:11 +01:00 |
|
Peter Liebetrau
|
d8bd1921ee
|
BBcode, Tags - fix BBCode created tags in [code] blocks, fix usage of multiple ## created tags
|
2019-01-29 21:17:11 +01:00 |
|
Hypolite Petovan
|
8d84f33f15
|
Merge pull request #6541 from annando/mentions
Display mentioned users and in the comment box by default
|
2019-01-29 07:56:30 -05:00 |
|
fabrixxm
|
a7d45682e7
|
Filesystem storage: handle basepath with trailing slash
|
2019-01-29 12:36:23 +01:00 |
|
fabrixxm
|
ec94318a35
|
Filesystem storage: set permission on folders and files
files are set 0660 and folders 0770.
fix #6545
|
2019-01-29 12:35:30 +01:00 |
|
Michael
|
d40b2792b6
|
Display mentioned users and in the comment box by default
|
2019-01-28 21:22:03 +00:00 |
|
Michael
|
7cba8942c7
|
Fix: Connector posts now do work again (postopts hadn't been stored)
|
2019-01-24 21:06:53 +00:00 |
|
Hypolite Petovan
|
49c9b6f9ff
|
Fix possibly undefined variables
|
2019-01-23 09:06:59 -05:00 |
|
Hypolite Petovan
|
64847e7cc8
|
Fix types in doc blocks/prototypes
|
2019-01-23 09:06:58 -05:00 |
|
Hypolite Petovan
|
5ea033db33
|
Remove unused variable in Model\Item
|
2019-01-23 09:06:58 -05:00 |
|
Hypolite Petovan
|
d5ce74672e
|
Fix method scope in Model\Attach
|
2019-01-23 09:06:57 -05:00 |
|
Hypolite Petovan
|
aa3532cd3b
|
Fix wrong class constant in Model\APContact
|
2019-01-22 01:57:46 -05:00 |
|
Hypolite Petovan
|
504945f9df
|
Improve page flags doc block in Model\User
|
2019-01-21 11:12:53 -05:00 |
|
Hypolite Petovan
|
41edcd1028
|
Fix bad rebase in Model/Contact
|
2019-01-21 11:12:52 -05:00 |
|
Hypolite Petovan
|
3c50a11ff1
|
Fix wrong operators in Model\Item and Model\Contact
|
2019-01-21 11:12:51 -05:00 |
|
Hypolite Petovan
|
28397fc5fc
|
Fix method parameter type in Model\Attach
|
2019-01-21 11:12:50 -05:00 |
|
Hypolite Petovan
|
57ab858486
|
Fix calls to DBA::select missing parameters
|
2019-01-21 11:12:50 -05:00 |
|
Hypolite Petovan
|
7f2dc40601
|
Fix potential bugs without expected behavior change
- Fix uninitialized variables
- Fix potentially not set variables
- Fix wrong parameter default value
- Fix method scope
- Fix missing return value
|
2019-01-21 11:04:19 -05:00 |
|
Hypolite Petovan
|
3d839bb176
|
Move Contact::ACCOUNT_TYPE_* constants to User::ACCOUNT_TYPE_*
- Keep Contact::TYPE_* constants for comparison with contact.contact-type
|
2019-01-21 10:56:27 -05:00 |
|
Hypolite Petovan
|
ad9c67663d
|
Move Contact::Page_* constants to User::PAGE_FLAGS_*
|
2019-01-21 10:55:37 -05:00 |
|
Hypolite Petovan
|
11a4a57bfe
|
Update HTML::contactBlock and Profile::load with new ContactBlock widget
|
2019-01-21 10:55:36 -05:00 |
|
Hypolite Petovan
|
4a95ca280d
|
Remove unused code
- Remove commented code
- Remove unused/immediately overwritten variables
- Remove extraneous parameters
- Remove unreachable code
- Remove duplicate array keys
|
2019-01-21 10:48:40 -05:00 |
|
Hypolite Petovan
|
cb3f09ae4f
|
Refactor namespaces
- Remove unused use statements
- Add required use statements
- Escape global classes
|
2019-01-21 10:43:42 -05:00 |
|
Hypolite Petovan
|
070aa016e0
|
Update more PHPDoc, including in include/
|
2019-01-21 10:39:28 -05:00 |
|
Hypolite Petovan
|
af9067a381
|
Update PHPDoc in mod/
|
2019-01-21 10:39:27 -05:00 |
|
Hypolite Petovan
|
3282ce5389
|
Fix PHPDoc comments project-wide
|
2019-01-21 10:35:51 -05:00 |
|
fabrixxm
|
24d7ffa3fe
|
Update "storage" console command
add support to move data in 'attach' table
|
2019-01-21 10:00:48 -05:00 |
|
fabrixxm
|
b640024b51
|
Item model, fix deletion of all attachments
Item model delete all attachments on item deletion, but it should check
if same attachment isn't used somewhere else.
|
2019-01-21 10:00:45 -05:00 |
|
fabrixxm
|
906b7841d4
|
Fix Attach model store() and storeFile()
|
2019-01-21 10:00:45 -05:00 |
|
fabrixxm
|
15b0a7a4d8
|
Photo model. Small fix to update()
pass `$old_fields` param to `DBA::update()`
|
2019-01-21 10:00:45 -05:00 |
|
fabrixxm
|
b7b3086263
|
Attach: store, update, delete. Model and views
|
2019-01-21 10:00:44 -05:00 |
|
fabrixxm
|
fc2b804ccc
|
Move mod/attach to src, add Attach model, update attach table to use storage backends
|
2019-01-21 10:00:44 -05:00 |
|
Hypolite Petovan
|
55e54bb950
|
Replace deprecated Addon::callHooks with Hook::callAll
- Update documentation
|
2019-01-21 09:50:56 -05:00 |
|