f8c782380f
Remove unused code/use statements
2019-01-23 09:06:58 -05:00
64847e7cc8
Fix types in doc blocks/prototypes
2019-01-23 09:06:58 -05:00
5ea033db33
Remove unused variable in Model\Item
2019-01-23 09:06:58 -05:00
d5ce74672e
Fix method scope in Model\Attach
2019-01-23 09:06:57 -05:00
0c19c4c75d
Fix missing reference to 'data' key in Util\Crypto
...
- Fix doc blocks
2019-01-23 09:06:57 -05:00
Michael Vogel
48e0b943a3
Merge pull request #6336 from MrPetovan/bug/6334-get-app-namespace
...
Move mod/register to Module\Register
2019-01-23 07:40:58 +01:00
1ee1d7ef4e
Add new PostUpdate function to initialize delivery data
2019-01-23 00:02:00 -05:00
cef6757c92
Replace REGISTER_* constants by Module\Register::* ones
2019-01-22 22:24:15 -05:00
0ccb6afdb5
Add Register module in src/
...
- Update REGISTER_* constants definition
- Update register template variable name
2019-01-22 22:22:04 -05:00
0cc1a07cfa
Fix default value of contact parameter of OStatus::import in mod/salmon
2019-01-22 08:53:53 -05:00
5d4bafb116
Fix two additional uses of uid in Worker\Notifier
2019-01-22 08:31:39 -05:00
282bc01994
Fix using wrong uid for APDelivery in Worker\Notifier
2019-01-22 01:59:30 -05:00
604262a70e
Extract title determination from OStatus::entryHeader logic
2019-01-22 01:59:22 -05:00
aa3532cd3b
Fix wrong class constant in Model\APContact
2019-01-22 01:57:46 -05:00
Michael Vogel
85ff976f83
Merge pull request #6483 from MrPetovan/bug/fixes-after-2019-03-develop-rebase
...
Fixes after 2019 03 develop rebase
2019-01-21 21:52:22 +01:00
rabuzarus
eabe192efc
bugfix Contact.php - there is no column 'deleted' in the 'profile' table
2019-01-21 21:13:13 +01:00
b161bd1dfa
Improve get_responses() prototype
2019-01-21 11:37:05 -05:00
ce177f22c8
Fix doc blocks and return value type
2019-01-21 11:36:01 -05:00
504945f9df
Improve page flags doc block in Model\User
2019-01-21 11:12:53 -05:00
d1c1c772fd
Fix missing use statement in Content\Nav
2019-01-21 11:12:53 -05:00
41edcd1028
Fix bad rebase in Model/Contact
2019-01-21 11:12:52 -05:00
3c50a11ff1
Fix wrong operators in Model\Item and Model\Contact
2019-01-21 11:12:51 -05:00
25b8628762
Fix missing new in throw calls in Core\StorageManager
2019-01-21 11:12:51 -05:00
722284ca8e
Fix unused $kw variable in Protocol\Diaspora
2019-01-21 11:12:51 -05:00
28397fc5fc
Fix method parameter type in Model\Attach
2019-01-21 11:12:50 -05:00
78931afa6f
Fix error message in Console\GlobalCommunityBlock
2019-01-21 11:12:50 -05:00
57ab858486
Fix calls to DBA::select missing parameters
2019-01-21 11:12:50 -05:00
e7be87df93
Fix missing $ in front of variable names
2019-01-21 11:12:49 -05:00
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
c280fc6484
Show followers for pages, followed for users in ContactBlock widget
2019-01-21 10:56:28 -05:00
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
ad9c67663d
Move Contact::Page_* constants to User::PAGE_FLAGS_*
2019-01-21 10:55:37 -05:00
11a4a57bfe
Update HTML::contactBlock and Profile::load with new ContactBlock widget
2019-01-21 10:55:36 -05:00
1f98fdfda6
Add new Widget\ContactBlock
2019-01-21 10:54:42 -05:00
1b802548b2
revert phpdoc change
2019-01-21 10:54:41 -05:00
9e0be97703
Bugfixing legacy loglevel
2019-01-21 10:54:41 -05:00
c38782731f
changing failed auth to warning
2019-01-21 10:54:41 -05:00
282507922a
Reset map function name
2019-01-21 10:54:41 -05:00
b5afd2a21d
change regex for fail2ban
2019-01-21 10:54:40 -05:00
aa15c0e094
Bugfixing Monolog
...
- Default Loglevel for logs set to 'info'
- Default config level is set to 'notice'
- using 'notice' for auth-failures
- Bugfixing wrong usage of legacy 'log()'
2019-01-21 10:54:39 -05:00
dbc6eb5422
Remove unused code in mod/
...
- Remove commented code
- Remove unused/immediately overwritten variables
- Remove extraneous parameters
- Remove unreachable code
2019-01-21 10:53:32 -05:00
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
d1c6ec9718
Update namespaces declaration in include/
...
- Remove unused use statements
- Add required use statements
2019-01-21 10:44:45 -05:00
14e4ab544a
Update namespace use calls in mod/
2019-01-21 10:44:21 -05:00
cb3f09ae4f
Refactor namespaces
...
- Remove unused use statements
- Add required use statements
- Escape global classes
2019-01-21 10:43:42 -05:00
070aa016e0
Update more PHPDoc, including in include/
2019-01-21 10:39:28 -05:00
af9067a381
Update PHPDoc in mod/
2019-01-21 10:39:27 -05:00
3282ce5389
Fix PHPDoc comments project-wide
2019-01-21 10:35:51 -05:00
2e602afd3e
Add Monolog
2019-01-21 10:10:40 -05:00
fabrixxm
518f28a7bf
Small fixes
...
- Avoid an intermediate variable
- Use `rawContent()` in `Attach` module
- Small typo
2019-01-21 10:08:09 -05:00
2f49c4a058
Revert "Add monolog"
2019-01-21 10:08:09 -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
c3c0332536
return default mimetype for unknown extensions
2019-01-21 10:00:47 -05:00
fabrixxm
e561fb3a0b
Fix undefined var in module Proxy
2019-01-21 10:00:47 -05:00
6e48df2163
Refactor Loglevels
2019-01-21 10:00:46 -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
df230126c9
skipStackFramesCount to 1 to skip static method
2019-01-21 09:59:11 -05:00
45bde8fef1
Adding more information in case of warning (or dev)
2019-01-21 09:59:11 -05:00
6150c2fa9c
Bugfixing
2019-01-21 09:59:11 -05:00
7f7ed16dc2
Log format
2019-01-21 09:59:09 -05:00
8f9c0fe149
Adding Develop and normal Logging instances
2019-01-21 09:59:08 -05:00
fe8f0e0045
Add Monolog
2019-01-21 09:58:05 -05:00
Jeroen De meerleer
2bfc3d1a0c
begone
2019-01-21 09:50:59 -05:00
Jeroen De Meerleer
33f7fd72ca
Enable logged in users to force a certain language
2019-01-21 09:50:58 -05:00
Jeroen De Meerleer
b440b4c338
Updated towards code standards
2019-01-21 09:50:58 -05:00
Jeroen De meerleer
e0777b6bc9
forcing language by parameter
2019-01-21 09:50:58 -05:00
55e54bb950
Replace deprecated Addon::callHooks with Hook::callAll
...
- Update documentation
2019-01-21 09:50:56 -05:00
895b3abf32
Remove/replace killme() with *exit()
2019-01-21 09:49:17 -05:00
16fabb4e04
Replace misuses ItemDeliveryData::FIELD_LIST with LEGACY_FIELD_LIST
2019-01-21 09:39:15 -05:00
38734f17b9
Honor item delivery data legacy fields
2019-01-21 09:39:15 -05:00
85eb6affdf
Unit test fix
2019-01-21 09:39:14 -05:00
ff1f6564f9
Remove delivery queue done incrementation for mail delivery
2019-01-21 09:39:14 -05:00
6538a8eaca
Add delivery queue display in frio and vier
...
- Add new $item.owner_self and $item.delivery keys for display
- Add new sub/delivery_count.tpl template
2019-01-21 09:39:13 -05:00
1696ad962e
Add delivery queue number manipulation
...
- Add new ItemDeliveryData model class
- Add queue_count initialization in Notifier
- Add queue_done incrementation in various Delivery tasks
2019-01-21 09:36:51 -05:00
dea1a98a5d
Fix various documentation issues/unused variables
2019-01-21 09:33:24 -05:00
8a0e4e12e1
Replace item_id by target_id in multimode delivery workers
2019-01-21 09:32:41 -05:00
1e6193a14e
Refactor Worker/Notifier part 4
...
- Remove redundant $normal_mode flag
- Moved public message email recipient loop
- Simplify OStatus delivery
2019-01-21 09:31:57 -05:00
774609dd38
Refactor Worker/Notifier part 3
...
- Replace deprecated q() calls
2019-01-21 09:31:56 -05:00
d0228b9b97
Refactor Worker/Notifier part 2
...
- Move self-removal in a sub-method in Worker/Notifier
2019-01-21 09:27:06 -05:00
507c215c76
Refactor Worker/Notifier part 1
...
- Rename variables
- Remove orphan, duplicate and one-use intermediary variables
- Initialize potentially missing variables
- Replace obsolete Addon::callHooks call
- Simplify Notifier::activityPubDelivery() signature
2019-01-21 09:27:05 -05:00
Jeroen De Meerleer
ff180fb0f1
Updated towards code review
2019-01-21 09:12:38 -05:00
fabrixxm
b2211d31b9
Fix StorageManager::move()
2019-01-21 09:12:37 -05:00
Jeroen De Meerleer
a224308d42
4 spaces to tab
2019-01-21 09:12:37 -05:00
Jeroen De Meerleer
0906c3532c
Added post-update script
...
Please review first. I don't want to test changes that are not going pass the review.
2019-01-21 09:12:37 -05:00
fabrixxm
8addcf9844
Fix storage backend class names
...
This should be tested on all supported PHP versions
2019-01-21 09:12:32 -05:00
578a391393
Add missing methods to Storage\SystemResource
...
Part of #6263
2019-01-21 09:12:31 -05:00
fabrixxm
bbbc15a5eb
Method getPhoto of Photo model should return false on error
...
Instead of red circle image, which breaks proxy module
2019-01-21 09:12:31 -05:00
fabrixxm
4e38bc8a0d
Use DBA::exists() in Photo::exists()
2019-01-21 09:12:31 -05:00
fabrixxm
2f935a1fbf
Fix unregister storage backend
2019-01-21 09:12:30 -05:00
fabrixxm
f2b29f6591
Fix moving stored data
2019-01-21 09:12:30 -05:00
fabrixxm
55292c954b
Remove resourceid parameter from Photo::exists()
2019-01-21 09:12:29 -05:00
fabrixxm
8c75c26361
Use Model\Photo as much as possible
...
Most important is to use `Photo::delete()` to have backend
to remove data.
2019-01-21 09:12:28 -05:00
fabrixxm
d549787bc1
Remove empty line before code
2019-01-21 09:11:41 -05:00
fabrixxm
15a3fc05d3
Photo model: set edited and updated on update, fix exists(), docs
2019-01-21 09:11:40 -05:00
fabrixxm
36f30533b7
Code standards
2019-01-21 09:11:40 -05:00
fabrixxm
5fdc9097a2
Rewrite Proxy module
2019-01-21 09:11:40 -05:00