Hypolite Petovan
|
724c4fb94d
|
Fix output of /friendica/json for invite only and approval registration policy
|
2019-01-22 22:24:46 -05:00 |
|
Hypolite Petovan
|
a1b773e149
|
Cleanup register artifacts
- Remove mod/register
- Remove REGISTER_* constants
|
2019-01-22 22:24:46 -05:00 |
|
Hypolite Petovan
|
cef6757c92
|
Replace REGISTER_* constants by Module\Register::* ones
|
2019-01-22 22:24:15 -05:00 |
|
Michael Vogel
|
73a81290ff
|
Merge pull request #6487 from MrPetovan/bug/critical-fixes-after-develop-rebase
Critical fixes after develop rebase
|
2019-01-22 15:45:33 +01:00 |
|
Hypolite Petovan
|
0cc1a07cfa
|
Fix default value of contact parameter of OStatus::import in mod/salmon
|
2019-01-22 08:53:53 -05:00 |
|
Tobias Diekershoff
|
169e9b0fc5
|
add comment about the PATH
|
2019-01-22 13:44:49 +01:00 |
|
Tobias Diekershoff
|
31fedf359d
|
restore THEMEPATH variable in mod/view
|
2019-01-22 10:36:42 +01:00 |
|
Hypolite Petovan
|
b161bd1dfa
|
Improve get_responses() prototype
|
2019-01-21 11:37:05 -05:00 |
|
Hypolite Petovan
|
aa0d464264
|
Revert unwarranted selectFirstForUser change in mod/display
|
2019-01-21 11:12:53 -05:00 |
|
Hypolite Petovan
|
182bffcc6b
|
Fix wrong git-fu in mod/directory
|
2019-01-21 11:12:51 -05:00 |
|
Hypolite Petovan
|
57ab858486
|
Fix calls to DBA::select missing parameters
|
2019-01-21 11:12:50 -05:00 |
|
Hypolite Petovan
|
abe60f0f9a
|
Fix call to Contact::content in mod/update_contact
|
2019-01-21 11:12:49 -05:00 |
|
Hypolite Petovan
|
e95ad45de5
|
Fix logic in mod/hovercard
|
2019-01-21 11:12:49 -05:00 |
|
Hypolite Petovan
|
9f75adf015
|
Fix item retrieval logic in mod/display
|
2019-01-21 11:12:49 -05:00 |
|
Hypolite Petovan
|
8a5ef2b6f4
|
Replace deprecated calls to q() in mod/fsuggest and mod/photos
|
2019-01-21 11:12:48 -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
|
45ada943b4
|
Update missing namespace uses in mod/
- Update missing constant moves in mod/
|
2019-01-21 10:56:28 -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
|
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 |
|
Hypolite Petovan
|
0c4f8277e6
|
Update namespace in mod/view
|
2019-01-21 10:45:37 -05:00 |
|
Hypolite Petovan
|
c5cb976b62
|
Update PHPDoc in include/
|
2019-01-21 10:44:46 -05:00 |
|
Hypolite Petovan
|
14e4ab544a
|
Update namespace use calls in mod/
|
2019-01-21 10:44:21 -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 |
|
Philipp Holzer
|
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 |
|
Hypolite Petovan
|
2f49c4a058
|
Revert "Add monolog"
|
2019-01-21 10:08:09 -05:00 |
|
fabrixxm
|
14622c4bfd
|
Use more Attach model
|
2019-01-21 10:00:47 -05:00 |
|
fabrixxm
|
19b55f5f8d
|
Use Attach model while deleting in video tab
|
2019-01-21 10:00:46 -05:00 |
|
fabrixxm
|
906b7841d4
|
Fix Attach model store() and storeFile()
|
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 |
|
Philipp Holzer
|
ff162dfef2
|
Replacing log usage
|
2019-01-21 09:59:09 -05:00 |
|
Philipp Holzer
|
fe8f0e0045
|
Add Monolog
|
2019-01-21 09:58:05 -05:00 |
|
Hypolite Petovan
|
55e54bb950
|
Replace deprecated Addon::callHooks with Hook::callAll
- Update documentation
|
2019-01-21 09:50:56 -05:00 |
|
Hypolite Petovan
|
895b3abf32
|
Remove/replace killme() with *exit()
|
2019-01-21 09:49:17 -05:00 |
|
Jeroen De Meerleer
|
5cb56a6b12
|
Fixes some more things
|
2019-01-21 09:45:37 -05:00 |
|
Hypolite Petovan
|
a3c1beb265
|
Replace rogue instance of "contacts" by "contact" (#5891)
|
2019-01-21 09:33:25 -05:00 |
|
Hypolite Petovan
|
dea1a98a5d
|
Fix various documentation issues/unused variables
|
2019-01-21 09:33:24 -05:00 |
|
fabrixxm
|
204c5a4d99
|
Don't try to save form for "None" backend.
|
2019-01-21 09:12:32 -05:00 |
|
fabrixxm
|
3f03f3b4b7
|
Don't try to build form for "None" backend.
Fix #6266
|
2019-01-21 09:12:32 -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
|
fdc6608af8
|
Add storage options form in admin/site page
|
2019-01-21 09:11:39 -05:00 |
|
fabrixxm
|
6f59c82978
|
Code standards
|
2019-01-21 09:10:46 -05:00 |
|
fabrixxm
|
3e13799e70
|
Add update() to Photo model
Edit mod/photos.php to use Photo model
|
2019-01-21 09:10:45 -05:00 |
|
fabrixxm
|
76579e02cc
|
profile_photo: use Photo model function to get photo and image
|
2019-01-21 09:02:57 -05:00 |
|
fabrixxm
|
3ca0b0bf9d
|
photos: use model delete() to delete photos
|
2019-01-21 09:02:56 -05:00 |
|
fabrixxm
|
b96dbcd4cb
|
Move Photo module, update Photo model
|
2019-01-21 08:40:47 -05:00 |
|