Hypolite Petovan
dd24b3bac0
Move api/profile/show to src/Module
...
- Update API documentation
- Update BaseApi::format to include headers by format
2020-01-29 23:31:37 -05:00
Hypolite Petovan
608e634858
Update Mastodon API with new profile field entity
2020-01-29 23:30:38 -05:00
Hypolite Petovan
07a4bb73fa
Add DDD classes for Mastodon\Field entity
2020-01-29 23:26:07 -05:00
Hypolite Petovan
5670c19d5c
Move/rename base module classes
2020-01-29 23:23:07 -05:00
Hypolite Petovan
ada9e2a0f2
Suppress Countable type warning messages in mod/dfrn_request
...
- Address https://github.com/friendica/friendica/issues/8192
2020-01-29 23:19:03 -05:00
Hypolite Petovan
b2143cae53
[frio] Add new asynchronous submission of modal form
...
- Add loading state for jot submit buttons
2020-01-29 22:50:10 -05:00
Hypolite Petovan
3370300376
Add new info messages to mod/item
2020-01-29 22:45:13 -05:00
Hypolite Petovan
b86083de06
Remove superfluous code in mod/item
2020-01-29 22:44:09 -05:00
Hypolite Petovan
4faad5a47c
Replace exit calls with exception throwing in mod/item
2020-01-29 22:43:37 -05:00
Hypolite Petovan
b03796957b
Improve logging in mod/item
...
- Set legacy Logger constants as deprecated
2020-01-29 22:42:49 -05:00
Hypolite Petovan
c17b2efb7a
Normalize redirect in item_post()
2020-01-29 22:34:32 -05:00
Hypolite Petovan
694d93ded9
Replace json_encode + exit by System::jsonExit in mod/item
2020-01-29 22:31:13 -05:00
Hypolite Petovan
2c2b649015
Merge pull request #8199 from nupplaphil/bug/8197_intro_notif_stuck
...
Fix Contact addRelationship() notification link
2020-01-29 19:30:58 -05:00
nupplaPhil
f2271d1692
Fix Contact notification link
2020-01-29 22:48:16 +01:00
Hypolite Petovan
478006c193
Merge pull request #8198 from nupplaphil/bug/intro_send_share
...
Fix Introduction Diaspore sendShare()
2020-01-29 16:29:11 -05:00
nupplaPhil
16e1df0b22
final keyword removed :-)
2020-01-29 22:27:55 +01:00
nupplaPhil
da2d49ba43
Fix Introduction Diaspore sendShare()
2020-01-29 22:20:59 +01:00
Hypolite Petovan
f2547947c9
Merge pull request #8196 from nupplaphil/bug/8000-phpmailer
...
Fix invalid "emailer_send_prepare" Hook
2020-01-29 15:16:22 -05:00
nupplaPhil
f6aea0d65a
Fix invalid "emailer_prepare" Hook
...
- Use IEmail instead of array data
- Introduce "composer" based library for phpmailer
2020-01-29 20:20:40 +01:00
Hypolite Petovan
db9f75fbdb
Merge pull request #8194 from nupplaphil/bug/ignore_notification
...
Fix ignore notification
2020-01-29 10:13:27 -05:00
Philipp
e9a9738cec
Merge pull request #8195 from tobiasd/20200129-ja
...
updated JA translation THX Ozero Dien
2020-01-29 09:27:39 +01:00
Tobias Diekershoff
ddadee866d
updated JA translation THX Ozero Dien
2020-01-29 08:44:45 +01:00
nupplaPhil
d1b7bfda4b
Add System::jsonExit()
2020-01-28 23:36:28 +01:00
nupplaPhil
c2b8c65104
Merge "notification" routes
2020-01-28 23:21:24 +01:00
nupplaPhil
dd8d9d7c70
Fix ignore notification
2020-01-28 22:47:15 +01:00
nupplaPhil
82f8794215
Undo Hotfix: add missing route for ignore/discard
2020-01-28 22:36:44 +01:00
nupplaPhil
288192a7ef
Hotfix: add missing route for ignore/discard
2020-01-28 22:35:00 +01:00
Hypolite Petovan
d84ceb327a
Merge pull request #8186 from nupplaphil/bug/8182_another_notification_bug
...
Fix Notification issues
2020-01-28 16:27:51 -05:00
nupplaPhil
91707a530c
Add default values for inserts
2020-01-28 22:26:23 +01:00
nupplaPhil
2b433e0ea6
fix https://github.com/friendica/friendica/issues/8187
2020-01-28 22:06:59 +01:00
nupplaPhil
d23008c2f5
remove false parameter
2020-01-28 22:01:42 +01:00
nupplaPhil
5ccf41a56f
Add API test case for notification
2020-01-28 22:00:21 +01:00
nupplaPhil
582f6bd4a3
Refactor API notification usage
...
- Remove "mapFields()" from BaseModel
- Add new Notification API entity (including collection)
- Add new NotificationFactory method "getApiList()"
2020-01-28 21:28:57 +01:00
nupplaPhil
4a3544582c
Add parameter for "toArray()" method
2020-01-28 18:41:47 +01:00
nupplaPhil
8f130335a3
remove now empty array from logger
2020-01-28 18:41:47 +01:00
nupplaPhil
52a4010121
enotify: empty out fields instead of using "abort" for addons
2020-01-28 18:41:46 +01:00
nupplaPhil
ff9eb20663
Fix enotify item link
2020-01-28 18:41:46 +01:00
nupplaPhil
443e106105
Fix missing notifications:
...
- Add namecache in enotify
- Add "unset()" in notify repository for additional field "abort"
- Add possibility for additional, non-saved fields in model
2020-01-28 18:41:45 +01:00
Philipp
977248f510
Merge pull request #8191 from MrPetovan/task/7967-mastodon-api-custom_emojis
...
Add custom emojis Mastodon API endpoint
2020-01-28 17:12:00 +01:00
Hypolite Petovan
a2fb8cc035
Fix wrong variable name in Module\NoScrape
...
- Address https://github.com/friendica/friendica/issues/8000#issuecomment-579292541
2020-01-28 10:33:19 -05:00
Hypolite Petovan
bd910342df
Add custom emojis Mastodon API endpoint
2020-01-28 08:14:48 -05:00
Philipp
353dddaf15
Merge pull request #8190 from MrPetovan/task/profile-tidings
...
Deprecated profile fields cleanup
2020-01-28 13:41:55 +01:00
Hypolite Petovan
1ac9107e5f
Move Mastodon API factories to Factory\Api\Mastodon
2020-01-28 07:33:55 -05:00
Philipp
4231ccaa32
Merge pull request #8189 from MrPetovan/bug/fatal-errors
...
Fix wrong use of DPA::p return value in Module\NoScrape
2020-01-28 08:02:46 +01:00
Hypolite Petovan
7b0ec6252f
Remove uses of the rest of deprecated profile fields
2020-01-27 23:06:30 -05:00
Hypolite Petovan
e69497454b
Remove uses of profile.marital
2020-01-27 23:01:25 -05:00
Hypolite Petovan
8e2910976f
Remove usage of profile.gender
2020-01-27 23:00:18 -05:00
Hypolite Petovan
a7dd0173a7
Remove obsolete profile_id parameter in Model\Profile::load
2020-01-27 22:01:12 -05:00
Hypolite Petovan
65cb77b6a0
Fix wrong use of DPA::p return value in Module\NoScrape
...
- Address https://github.com/friendica/friendica/issues/7998#issuecomment-579036775
2020-01-27 21:57:07 -05:00
Hypolite Petovan
75a2190af5
Move Module\Base\Api to Module\BaseApi
2020-01-27 21:18:42 -05:00