Commit Graph

31922 Commits

Author SHA1 Message Date
Tobias Diekershoff 8a17a5b41d RU translations THX Alexander An 2021-10-04 08:19:02 +02:00
Michael Vogel c714595b70
Merge pull request #10821 from MrPetovan/bug/notices
Relax check on id parameter in /photo
2021-10-04 08:18:52 +02:00
Michael Vogel 2a8d8d402c
Merge pull request #10822 from MrPetovan/bug/fatal-errors
Trim XML before emptiness check in Protocol\Feed::import
2021-10-04 08:17:35 +02:00
Michael Vogel 6275159761
Merge pull request #10819 from MrPetovan/task/refactor-notifications
Cast object parameters to string in Database\Database
2021-10-04 08:16:58 +02:00
Michael d30dc52101 Access contact avatars by guid 2021-10-04 06:13:52 +00:00
Hypolite Petovan 297ff76590 Relax check on id parameter in /photo
- Address https://github.com/friendica/friendica/issues/10756#issuecomment-933020126
- Address https://github.com/friendica/friendica/issues/10755#issuecomment-933020316
2021-10-03 20:59:47 -04:00
Hypolite Petovan 42e77e23ac Add logging to track a Notice messages
- Part of https://github.com/friendica/friendica/issues/10755#issuecomment-933040517
2021-10-03 20:59:41 -04:00
Hypolite Petovan a4706e9521 Trim XML before emptiness check in Protocol\Feed::import
- Address https://github.com/friendica/friendica/issues/10791
2021-10-03 19:32:20 -04:00
Hypolite Petovan fe68df8e6a
Merge pull request #10820 from annando/more-q
Some more "q" calls and deprecated logging replaced
2021-10-03 15:57:05 -04:00
Michael Vogel e1ac33576a
Apply suggestions from code review
Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
2021-10-03 21:49:55 +02:00
Michael 1d86d79778 Merge remote-tracking branch 'upstream/develop' into more-q 2021-10-03 19:49:11 +00:00
Michael Vogel caa1a5aeac
Merge pull request #10818 from MrPetovan/task/10691-remove-event-adjust
Display the current timezone in date time picker fields
2021-10-03 21:46:33 +02:00
Michael b0bf4b4359 Some more "q" calls and deprecated logging replaced 2021-10-03 19:43:49 +00:00
Hypolite Petovan 24734b05fe Cast object parameters to string in Database\Database
- This makes string casting in Depository->save unnecessary
2021-10-03 15:35:47 -04:00
Hypolite Petovan c40390c202 Revert "Explicitly cast Url objects to string"
This reverts commit ee5aa2d432.
2021-10-03 15:22:40 -04:00
Michael Vogel dd3f573fec
Merge pull request #10817 from MrPetovan/task/refactor-notifications
Explicitly cast Url objects to string
2021-10-03 21:03:03 +02:00
Hypolite Petovan ee5aa2d432 Explicitly cast Url objects to string
- Some systems do not do this operation automatically and it results in empty DB fields
2021-10-03 14:53:06 -04:00
Hypolite Petovan 64e4af259f Updated main translation file after adding a string 2021-10-03 14:51:09 -04:00
Hypolite Petovan a31a64827f Display the current timezone in date time picker fields 2021-10-03 13:42:32 -04:00
Hypolite Petovan a9bb53b021 [frio] Fix event time display 2021-10-03 13:42:32 -04:00
Hypolite Petovan 9935e8e711 Remove event.adjust field
- It was confusing and introduced complexity that wasn't worth the unclear gain
2021-10-03 13:42:32 -04:00
Hypolite Petovan 6db211568a Remove most calls to date_default_timezone_* calls
- It was wrongly used to set the node-wide ot user-specific timezone
- It is now fully managed from the App object
- Add a static variable to DateTimeFormat maintain the convenient local() method
2021-10-03 13:42:31 -04:00
Tobias Diekershoff 08c24fd4fa
Merge pull request #10816 from MrPetovan/task/refactor-notifications
Check if the string representation of Notify->link is empty in Module\Notifications\Notification
2021-10-03 17:39:14 +02:00
Hypolite Petovan f66b4af548
Merge pull request #10814 from annando/more-q
More "q" calls have been replaced
2021-10-03 11:38:29 -04:00
Hypolite Petovan e91ba2b992 Check if the string representation of Notify->link is empty in Module\Notifications\Notification
- The property is a Url object which will always return true when tested for truthy value
2021-10-03 11:34:23 -04:00
Michael Vogel 2743f65a50
Merge pull request #10815 from tobiasd/20211003-fr
update FR translations THX MrPetovan
2021-10-03 17:24:44 +02:00
Tobias Diekershoff 26223443f3 update FR translations THX MrPetovan 2021-10-03 17:15:54 +02:00
Hypolite Petovan de96b302b7
Merge pull request #10813 from tobiasd/20211003-lengthcounter
added length counter for postings in themes other then frio
2021-10-03 11:12:53 -04:00
Michael 62ece3131c Fix query 2021-10-03 15:12:50 +00:00
Michael 6668591afe Merge remote-tracking branch 'upstream/develop' into more-q 2021-10-03 15:06:31 +00:00
Tobias Diekershoff 195d3ecd65 remove unneeded tabs 2021-10-03 17:03:05 +02:00
Tobias Diekershoff 4c04ec483f restore jot.tpl file formatting 2021-10-03 17:03:05 +02:00
Tobias Diekershoff f0763c4eaf add character counter to themes other then frio
Only vier needed some styling so that the counter looked fitting.

closes #2525
2021-10-03 17:03:05 +02:00
Michael 763e264196 More "q" calls have been replaced 2021-10-03 15:02:20 +00:00
Michael Vogel 3d97149007
Merge pull request #10722 from MrPetovan/task/refactor-notifications
Move notify, notifications and introduction notifications to new paradigm
2021-10-03 14:13:28 +02:00
Michael Vogel 3634009c0a
Merge pull request #10812 from MrPetovan/bug/photo-route
Add missing Module\Photo route for post-media id with no customsize
2021-10-03 14:01:53 +02:00
Hypolite Petovan c84d4104e8 Add missing Module\Photo route for post-media id with no customsize 2021-10-03 07:58:52 -04:00
Michael Vogel e10ab489a9
Merge pull request #10811 from MrPetovan/bug/photo-route
Add missing Module\Photo route for contact avatar
2021-10-03 13:53:17 +02:00
Hypolite Petovan 5112dd06f2 Add missing Module\Photo route for contact avatar 2021-10-03 07:48:46 -04:00
Michael Vogel ec4034ad14
Merge pull request #10810 from MrPetovan/bug/photo-route
Fix regular expression in the user avatar photo routes
2021-10-03 13:40:14 +02:00
Hypolite Petovan f426a5bd98 Fix regular expression in the user avatar photo routes 2021-10-03 07:37:30 -04:00
Tobias Diekershoff e8becc1538
Merge pull request #10809 from annando/small-as
Code Style: Replace "AS" with "as"
2021-10-03 12:49:24 +02:00
Michael 9961943b73 Code Style: Replace "AS" with "as" 2021-10-03 10:34:41 +00:00
Michael Vogel 96b41fdb67
Merge pull request #10808 from MrPetovan/task/10725-user-avatar
Replace remaining reference to Model\Photo::stripExtension
2021-10-03 11:57:59 +02:00
Hypolite Petovan c1ab3801ba Replace remaining reference to Model\Photo::stripExtension 2021-10-03 05:52:53 -04:00
Hypolite Petovan cd9caec06b
Merge pull request #10807 from annando/emoji-media
Don't store emoji images as media but links
2021-10-03 05:49:30 -04:00
Michael 42790fbc1f Don't store emoji images as media but links 2021-10-03 09:42:14 +00:00
Hypolite Petovan 185e5ba900
Merge pull request #10806 from tobiasd/2021100-de
DE translation update
2021-10-03 05:33:02 -04:00
Tobias Diekershoff 20d20278ef DE translation updats 2021-10-03 10:13:16 +02:00
Michael Vogel 10038bb578
Merge pull request #10805 from MrPetovan/task/10725-user-avatar
Switch uid with nickname in user picture URLs
2021-10-03 01:10:55 +02:00