Michael
8c00e88f79
The endless saga of the fight against notices continues
2018-09-13 21:11:52 +00:00
Hypolite Petovan
70c94abd8e
Merge pull request #5759 from annando/issue-5733
...
Issue 5733: Removing contacts does work now on the same machine as well
2018-09-12 19:40:03 -04:00
Michael
c4825a8b53
Fixing parentheses
2018-09-12 18:49:36 +00:00
Michael
7daa46503d
Don't risk incompatibilities
2018-09-12 06:13:04 +00:00
Michael
96d10c25e3
Issue 5733: Removing contacts does work now on the same machine as well
2018-09-12 06:05:14 +00:00
Hypolite Petovan
7529fc61dd
Fix introductions notifications links
2018-09-11 19:54:45 -04:00
Michael
8b96a53fba
Burn notices, burn
2018-09-11 04:10:11 +00:00
Hypolite Petovan
e461474290
Fix count being called on the wrong variable in mod/notes
2018-09-09 18:34:05 -04:00
Hypolite Petovan
071aff223a
Format source of mod/events
2018-09-09 09:51:59 -04:00
Michael
d581318c7c
Notices come, notices go ...
2018-09-09 06:32:01 +00:00
Benjamin Lorteau
71215115eb
Restore template choice by notification label
2018-09-07 11:15:23 -04:00
Tobias Diekershoff
55f72b5767
Merge pull request #5743 from MrPetovan/bug/fix-empty-notifications
...
Fix empty notifications
2018-09-07 07:33:47 +02:00
Hypolite Petovan
480d792356
Merge pull request #5732 from annando/fix-picture-posts
...
Fix: Posts with pictures will now look good again on connector networks
2018-09-06 19:00:44 -04:00
Hypolite Petovan
f85af78097
Source format mod/notifications
...
- Add array alignment
- Convert remaining double quotes to quotes
- Replace x() with defaults()
- Add missing spaces
2018-09-06 18:55:06 -04:00
Hypolite Petovan
2f7ba13702
Restore display when there aren't unread notifications
2018-09-06 18:42:57 -04:00
Michael
6113fdc940
Issue 5733: Changing relationship values does work now again with DFRN
2018-09-06 09:20:45 +00:00
Michael
04fb885857
Fix: Posts with pictures will now look good again on connector networks
2018-09-06 04:24:34 +00:00
rabuzarus
bd9d102da2
apply coding standards to lockview module
2018-09-05 14:24:51 +02:00
rabuzarus
88d25f977a
fix lockview for photos
...
- use the private field only for items because other tables than the item table don't have the private field
2018-09-05 14:12:56 +02:00
Tobias Diekershoff
31cbc80981
Merge pull request #5722 from annando/dissolve
...
Restore the behaviour to remove the remote contact upon termination
2018-09-05 08:23:41 +02:00
Michael Vogel
d7bb671b77
Merge pull request #5720 from MrPetovan/bug/fix-unfollow
...
Remove extraneous SQL condition part in mod/unfollow
2018-09-05 05:42:00 +00:00
Michael
9ef1d827f3
Restore the behaviour to remove the remote contact upon termination
2018-09-05 05:02:06 +00:00
Hypolite Petovan
9de0d35450
Remove extraneous SQL condition part in mod/unfollow
2018-09-04 19:29:36 -04:00
Hypolite Petovan
59d06b6c78
Merge pull request #5719 from annando/notices-yeah
...
Good news, everyone - again somce notices removed
2018-09-04 19:09:11 -04:00
Michael
635c8d7450
Beautified the code
2018-09-04 21:24:30 +00:00
Michael
821429fdf1
Good news, everyone - again somce notices removed
2018-09-04 17:48:09 +00:00
Hypolite Petovan
475d3f8f3a
Fix formatting in mod/parse_url
2018-09-02 17:24:56 -04:00
Michael
58148905f1
Changed documention
2018-09-02 17:48:07 +00:00
Tobias Diekershoff
d5a3b0bd5e
Merge pull request #5710 from annando/fix-api
...
Fix for timeout issues when posting to the API
2018-09-02 14:52:09 +02:00
Michael
703c668a37
More notices ...
2018-09-02 08:01:13 +00:00
Michael
4bb45f611f
Fix for timeout issues when posting to the API
2018-09-02 07:20:04 +00:00
Michael Vogel
196ef0111c
Merge pull request #5704 from MrPetovan/bug/fix-unfollow
...
Fix unfollow sharing-only contacts (except connector protocols)
2018-08-31 15:40:51 +00:00
Benjamin Lorteau
76b40cf05e
Use User::getOwnerDataById in mod/unfollow
2018-08-31 11:22:51 -04:00
Michael
380eeaab88
Still there had been notices - must have a good camouflage
2018-08-31 05:08:22 +00:00
Hypolite Petovan
e25c579c76
Add Protocol::NATIVE_SUPPORT constant usage to mod/contacts
2018-08-30 21:03:57 -04:00
Hypolite Petovan
92c4ca0911
Prevent unfollowing contacts from networks not supported natively
2018-08-30 17:53:23 -04:00
Hypolite Petovan
55c676d8b0
Source cleaning mod/unfollow.php
...
- Normalize quotes
- Remove unneeded EOL
- Use DBA method where tasteful
2018-08-30 08:54:12 -04:00
Hypolite Petovan
b81eaec885
Enable unfollowing contacts from all networks (but Statusnet)
2018-08-30 08:52:15 -04:00
Hypolite Petovan
e480da788e
Fix unfollow for sharing-only contacts
...
- Add removal when unfollowing sharing-only contacts
2018-08-30 08:28:10 -04:00
Michael Vogel
c7f8f190b9
Oh no, even more notices ... ( #5697 )
2018-08-29 14:28:13 -04:00
Michael Vogel
99b8f85624
Poke is fixed ( #5689 )
...
* Fix: Poke hasn't worked. It does work now partially
* Poke are now displayed good again
* removed code
2018-08-28 15:38:28 -04:00
Michael Vogel
91a3bf5610
Fix: The profile page is now ordered after the creation date again ( #5690 )
2018-08-28 14:15:25 -04:00
Michael Vogel
f7953a2b02
Issue 1490: User import is now only possible on open sites or via an administrator. ( #5680 )
2018-08-27 07:55:08 -04:00
Philipp
2838e4ebaf
Automatic Install Tests & Doku ( #5674 )
...
* Automatic Installation Testing
- New dev-library "mikey179/vfsStream"
- created "reload" method for App-Reloads
- ConsoleTest now using virtual directory
- Adding Automatic Installation Tests
- Fixing some probable install-failures
* Updating README for Automatic Installation
* Updating README for Automatic Installation
* Bugfix normal installation
* Fixing copying of config files
2018-08-27 00:15:55 -04:00
Michael
4406677576
Issue 5670: Jump to the unassigned contacts as a starting point for group edit
2018-08-26 08:24:45 +00:00
Michael Vogel
3d5ac950e3
Issue 5660: Check if .well-known is reachable ( #5661 )
...
* Issue 5660: Check if .well-known is reachable
* Fixes ".."
* Some text correction
* Some more correction
* Anf again some changed text :-)
2018-08-25 18:31:22 -04:00
Michael Vogel
3b50e94a1a
Issue 5320: Deleting of events returned a wrong message ( #5663 )
...
* Issue 5320: Deleting of events returned a wrong message
* Remove unneeded variable
2018-08-25 17:38:54 -04:00
Michael Vogel
edcd0a3744
Issue 4960: Ignoring and blocking of contacts should work again ( #5657 )
...
* Issue 4960: Ignoring and blocking of contacts should work again
* Renamed functions
* This function should be renamed as well.
* We now have a frontend to block and ignore public contacts
* Hide some parts for public contacts
* Removed notices, public contact is now accessible from dirfind as well
* We now show contact conversations and contact posts
* We now use a new conversation mode
* The update functionality is disabled until it will work completely
* Fixing tabs chaos
* Update after posts on the contacts page will now work
* Show connect link
2018-08-25 09:48:00 -04:00
Tobias Diekershoff
6a549d4cfb
Merge pull request #5659 from annando/notices-oh-no
...
Oh no ... there are still some notices that want to be removed ...
2018-08-24 14:46:21 +02:00
Michael
82d097879b
Oh no ... there are still some notices that want to be removed ...
2018-08-24 11:09:58 +00:00