Commit Graph

26197 Commits

Author SHA1 Message Date
Philipp Holzer 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
Philipp Holzer d1b7bfda4b
Add System::jsonExit() 2020-01-28 23:36:28 +01:00
Philipp Holzer c2b8c65104
Merge "notification" routes 2020-01-28 23:21:24 +01:00
Philipp Holzer dd8d9d7c70
Fix ignore notification 2020-01-28 22:47:15 +01:00
Philipp Holzer 82f8794215
Undo Hotfix: add missing route for ignore/discard 2020-01-28 22:36:44 +01:00
Philipp Holzer 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
Philipp Holzer 91707a530c
Add default values for inserts 2020-01-28 22:26:23 +01:00
Philipp Holzer 2b433e0ea6
fix https://github.com/friendica/friendica/issues/8187 2020-01-28 22:06:59 +01:00
Philipp Holzer d23008c2f5
remove false parameter 2020-01-28 22:01:42 +01:00
Philipp Holzer 5ccf41a56f
Add API test case for notification 2020-01-28 22:00:21 +01:00
Philipp Holzer 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
Philipp Holzer 4a3544582c
Add parameter for "toArray()" method 2020-01-28 18:41:47 +01:00
Philipp Holzer 8f130335a3
remove now empty array from logger 2020-01-28 18:41:47 +01:00
Philipp Holzer 52a4010121
enotify: empty out fields instead of using "abort" for addons 2020-01-28 18:41:46 +01:00
Philipp Holzer ff9eb20663
Fix enotify item link 2020-01-28 18:41:46 +01:00
Philipp Holzer 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
Hypolite Petovan 0de8e4db08 Move Mastodon API entities to src/Object 2020-01-27 20:01:32 -05:00
Philipp 0b8fd92e1e
Merge pull request #8188 from MrPetovan/task/remove-profile-tab-parameter
Replace profile tab GET parameter by route
2020-01-28 01:34:48 +01:00
Hypolite Petovan a607656607 Replace profile tab GET parameter by route 2020-01-27 19:21:18 -05:00
Hypolite Petovan 74a25eb670 [Composer] Update binary and lock file 2020-01-27 18:40:55 -05:00
Hypolite Petovan 574fd57880
Merge pull request #8183 from nupplaphil/bug/fix_noscrape_sql
Fix NoScrape SQL
2020-01-27 16:50:41 -05:00
Philipp Holzer c4d309f801
Fix NoScrape SQL 2020-01-27 23:28:38 +01:00
Philipp 70f688e8dd
It is 2020 :) 2020-01-27 18:28:55 +01:00
Hypolite Petovan 589b7e718d
Merge pull request #8178 from nupplaphil/task/mod_noscrape
Move mod/noscrape to Module\Noscrape
2020-01-26 17:14:26 -05:00
Philipp Holzer 7db4621eef
Adapt json error 2020-01-27 00:05:45 +01:00
Philipp Holzer 4762476c89
Use parameters 2020-01-26 23:53:49 +01:00
Philipp Holzer 4260b94fec
Move mod/noscrape to Module\Noscrape 2020-01-26 23:43:47 +01:00
Philipp 9827e933a2
Merge pull request #8179 from MrPetovan/bug/notices
Various notice fixes
2020-01-26 23:10:56 +01:00
Hypolite Petovan df61be84fc
Merge pull request #8176 from nupplaphil/task/split_emails
Prepare Model\Notify for include/enotify.php (Part 3)
2020-01-26 17:02:14 -05:00
Philipp Holzer 6350b210a6
Renaming - part 2 :-) 2020-01-27 00:01:17 +01:00
Philipp Holzer 765a0d8892
Some Renames:
- EMail => EMail
- toEmail => toAddress
- fromEmail => fromAddress
2020-01-26 23:47:16 +01:00
Hypolite Petovan fb2f8dcb9c
Improve formatting in mod/display
Co-Authored-By: Philipp <admin+Github@philipp.info>
2020-01-26 16:59:02 -05:00
Hypolite Petovan 0736e4e42c Check for $a->user["nickname"] existence before retrieving its value in mod/display
- Addresses part of https://github.com/friendica/friendica/issues/8000#issuecomment-573883153
2020-01-26 16:44:02 -05:00
Hypolite Petovan dde2cf6ac0 Throw not found exception when photo item doesn't exist in prepare_photo_data()
- Addresses part of https://github.com/friendica/friendica/issues/8000#issuecomment-573883153
2020-01-26 16:43:14 -05:00