Commit Graph

19672 Commits

Author SHA1 Message Date
Hypolite Petovan bba5ce14f7
Merge pull request #5085 from annando/display-update
Fix constant display updates
2018-05-19 08:15:59 -04:00
Michael b1a9030369 Fix constant display updates 2018-05-19 06:12:55 +00:00
Tobias Diekershoff 81089e1b2e
Merge pull request #5083 from annando/fix-spamming
Fix: Avoid getting spammed when an admin has got several accounts
2018-05-19 08:06:33 +02:00
Michael 1cd6976faa Fix missing $ 2018-05-19 05:59:43 +00:00
Tobias Diekershoff 5ae9193aa7
Merge pull request #5084 from annando/dead-subscriber
End subscription for unreachable subscribers
2018-05-19 07:07:00 +02:00
Michael e9848d7b8f End subscription for unreachable subscribers 2018-05-19 03:56:29 +00:00
Michael a4d976b70f Fix: Avoid getting spammed when an admin has got several accounts 2018-05-19 03:38:43 +00:00
Hypolite Petovan 931e9182ff
Merge pull request #5082 from annando/federation-warning
Avoid warning when no valid data could be read
2018-05-18 12:26:08 -04:00
Michael 5d708fd9a9 Avaoid warning when no valid data could be read 2018-05-18 16:07:55 +00:00
Hypolite Petovan 2460cbc09e
Merge pull request #5081 from annando/ostatus-subscription-fix
Fix for subscribing to the wrong feed from OStatus
2018-05-18 09:31:07 -04:00
Michael be469f6bca Fix for subscribing to the wrong feed from OStatus 2018-05-18 13:23:27 +00:00
Hypolite Petovan 83ff57777f
Merge pull request #5079 from annando/fix-self
Fix: Sometimes the contact endpoints seem to be wrong
2018-05-18 08:54:00 -04:00
Hypolite Petovan 599551ba51
Merge pull request #5080 from annando/changed-structure
Changed database structure
2018-05-18 08:53:37 -04:00
Michael 0374b0be6a Changed database structure 2018-05-18 12:50:57 +00:00
Hypolite Petovan 2b0d37b7d0
Merge pull request #5078 from annando/fix-ostatus-subscription
Fix: Subscriptions from GNU Social partially don't work
2018-05-18 08:27:31 -04:00
Michael 8983c61023 Fix: Sometimes the contact endpoints seem to be wrong 2018-05-18 12:26:10 +00:00
Michael feb3d76a5b Fix: Subscriptions from GNU Social partially don't work 2018-05-18 12:18:12 +00:00
Hypolite Petovan 13ae3436b6
Merge pull request #5076 from tobiasd/20180517-extract
dont parse the addons directory for translateable strings
2018-05-17 19:59:57 -04:00
Hypolite Petovan 1d2b0c0a81
Merge pull request #5077 from annando/fix-blocking-ostatus
Fix to OStatus delivery to be not so blocking to other tasks
2018-05-17 19:59:08 -04:00
Michael 4355014492 Now it should work ... 2018-05-17 23:47:15 +00:00
Michael f4a71b76dd Dynamic priority handling 2018-05-17 23:43:44 +00:00
Michael 6a8c85fac4 Changed database structure 2018-05-17 23:35:24 +00:00
Michael 61824119e4 Moved functionality in new model class 2018-05-17 23:30:49 +00:00
Michael 5a1e1c1ec9 Fix to OStatus delivery to be not so blocking to other tasks 2018-05-17 22:17:03 +00:00
Tobias Diekershoff fb4f9eb875 dont parse the addons directory for translateable strings 2018-05-17 22:41:06 +02:00
Hypolite Petovan f764adef5a
Merge pull request #5073 from tobiasd/20180517-msg
regen master messages.po
2018-05-17 11:40:19 -04:00
Tobias Diekershoff 2ec8bf24b3 regen master messages.po 2018-05-17 16:58:51 +02:00
Tobias Diekershoff 41b7d75cca
Merge pull request #5072 from Alkarex/ru-plural-intval-bug
i18n ru intval bug
2018-05-17 09:43:25 +02:00
Alexandre Alapetite 102377f19f Rebuild PO to strings
```sh
for i in view/lang/*/messages.po; do bin/console po2php $i; done
```
2018-05-17 09:31:29 +02:00
Alexandre Alapetite f980516545 Fix PoToPhp
https://github.com/friendica/friendica/pull/5072#issuecomment-389754406
2018-05-17 08:12:55 +02:00
Tobias Diekershoff ac67f3c154
Merge pull request #5071 from annando/fix-duplicated-posts
Bugfix: Only send a notifier when the item was really edited
2018-05-17 07:59:56 +02:00
Alexandre Alapetite 2a9d364bb7 i18n ru intval bug
Should fix: Got error 'PHP message: PHP Warning:  A non-numeric value
encountered in /home/alex/public_html/f.a80.fr/view/lang/ru/strings.php
on line 5\n

PHP 7.2.5 / Ubuntu 18.04 LTS
2018-05-17 07:57:55 +02:00
Michael b333c7ae2e Bugfix: Only send a notifier when the item was really edited 2018-05-17 05:49:55 +00:00
Tobias Diekershoff e107fae8e8
Merge pull request #5070 from Alkarex/sizeof-bug
sizeof bug
2018-05-17 07:43:18 +02:00
Alexandre Alapetite e7d2d27938 sizeof bug
sizeof cannot be used to test existance.

Fixes: Got error 'PHP message: PHP Warning:  sizeof(): Parameter must be
an array or an object that implements Countable in
/.../include/items.php on line 66\n':  1 Time(s)

PHP 7.2.5 / Ubuntu 17.04 LTS
2018-05-17 07:37:50 +02:00
Hypolite Petovan c9bca54228
Merge pull request #5069 from Quix0r/tickets/4965
Changed tooltip from #4965
2018-05-16 21:02:46 -04:00
Roland Häder dd18cf8de5
Fixes for #4965:
- updated messages.po file

Signed-off-by: Roland Häder <roland@mxchange.org>
2018-05-17 02:27:30 +02:00
Roland Häder d1783e9aeb
Fixes for #4965:
- better descriptive tooltip for adding/removing contact from/to group

Signed-off-by: Roland Häder <roland@mxchange.org>
2018-05-17 02:24:42 +02:00
Hypolite Petovan b1c38641cd
Merge pull request #5068 from Quix0r/fixes/rc-openid-login
OpenId possibly fixed
2018-05-16 18:42:43 -04:00
Roland Häder 6129eb1623
OpenId possibly fixed:
- The LightOpenId class' constructor now requires the hostname from where the
  requested started, added it now
- sometimes need to invoke get_app() as $a was not around

Signed-off-by: Roland Häder <roland@mxchange.org>
2018-05-17 00:24:25 +02:00
Hypolite Petovan ce75177d4e
Merge pull request #5022 from Rudloff/feature/test_api
Add API tests
2018-05-16 08:25:11 -04:00
Michael Vogel e8e93768db
Merge pull request #5065 from tobiasd/2018.05-rc
added link to the TOS page if it is activated
2018-05-16 14:21:24 +02:00
Tobias Diekershoff f285d9c7eb add link to TOS in frios registration template if enabled 2018-05-16 13:41:56 +02:00
Pierre Rudloff e7fceb8e61 Make DatabaseTest::getConnection() return the correct database name to PHPUnit 2018-05-16 13:15:28 +02:00
Pierre Rudloff f3ca3b2bd5 Add some explanation in DatabaseTest::getConnection() 2018-05-16 13:14:50 +02:00
Pierre Rudloff f7064be41f Remove useless line breaks in DatabaseTest 2018-05-16 13:09:05 +02:00
Pierre Rudloff 5ece452a32 Remove unused class import in DatabaseTest 2018-05-16 13:08:17 +02:00
Tobias Diekershoff eec0826750 added link to the TOS page if it is activated 2018-05-16 11:57:06 +02:00
Tobias Diekershoff dcc8274353
Merge pull request #5064 from annando/followup-pr-5060
Follow up to PR 5060: Missing index update
2018-05-16 11:12:17 +02:00
Michael 3b2752c2fe Follow up to PR 5060: Missing index update 2018-05-16 08:59:15 +00:00