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 |
|
Hypolite Petovan
|
f4502af239
|
Fix docblock in mod/admin.php
|
2019-01-19 22:04:01 -05:00 |
|
Hypolite Petovan
|
6aa0899d67
|
Move theme selection to init() in mod/admin
|
2019-01-19 21:53:17 -05:00 |
|
rabuzarus
|
7b78ba3929
|
Bugfix - use magicLinks also for common/all friends and the directory
|
2019-01-19 15:12:46 +01:00 |
|
Michael
|
d8d72083c0
|
Google+ will be history soon, so we remove the first traces
|
2019-01-18 06:58:23 +00:00 |
|
Michael
|
3c1635c45f
|
Solves redirect error message
|
2019-01-13 18:16:26 +00:00 |
|
Michael
|
28f14c7d60
|
Don't show deleted contacts, changed "pending" behaviour
|
2019-01-12 13:28:14 +00:00 |
|
Tobias Diekershoff
|
59f701d5a9
|
Merge pull request #6419 from annando/unfollow
Unfollow should now work with Pleroma again
|
2019-01-10 11:08:23 +01:00 |
|
Tobias Diekershoff
|
6bc865ff4d
|
Merge pull request #6356 from MrPetovan/task/6355-add-password-rules
Add password rules
|
2019-01-10 10:37:32 +01:00 |
|
Michael
|
cc6836b89c
|
Pending must only be set when we connect as well
|
2019-01-10 09:19:19 +00:00 |
|
Hypolite Petovan
|
3b80f335fa
|
Merge pull request #6412 from annando/issue-6149
Issue 6149: Making OWA (hopefully) compatible with Hubzilla
|
2019-01-08 09:17:05 -05:00 |
|