hauke
|
5f9845d235
|
make vagrant connect to the outside world on ubuntu
|
9 years ago |
fabrixxm
|
6679d18826
|
Merge pull request #1100 from tugelbend/master
bug fix #1097
|
9 years ago |
hauke
|
191595766d
|
removed old comment that is no longer true
|
9 years ago |
hauke
|
0349127473
|
bug fix #1097
|
9 years ago |
Tobias Diekershoff
|
7eef05e4f5
|
Merge pull request #1098 from Beanow/release/profile-editor-improvements
Profile editor improvements
|
9 years ago |
Tobias Diekershoff
|
7ae14def8f
|
Merge pull request #1095 from annando/master
Ignore notifications (feature request #847) - database structure update should work now
|
9 years ago |
Beanow
|
992684c362
|
Merge branch 'feature/edit-profile-improvements' into develop
|
9 years ago |
Michael Vogel
|
e21bcb82d2
|
Enhance the database structure checks when they failed.
|
9 years ago |
Michael Vogel
|
08df06ce60
|
Removed the obsolete update functions
|
9 years ago |
Michael Vogel
|
24b3befc4d
|
Merge remote-tracking branch 'upstream/master'
Conflicts:
boot.php
update.php
|
9 years ago |
Michael Vogel
|
56f0af2067
|
The "ignore" feature can be disabled and enabled, the value will now be retrieved.
|
9 years ago |
Michael Vogel
|
e32e458cb8
|
Added new file for ignoring threads
|
9 years ago |
Michael Vogel
|
0e2376b457
|
Updated font awesome to new version
|
9 years ago |
Michael Vogel
|
7eeb320085
|
It is now possible to ignore threads.
|
9 years ago |
fabrixxm
|
f17e6f534f
|
Merge pull request #1093 from annando/master
Added an alternate link to the profile in the atom feeds (feature request #925)
|
9 years ago |
Michael Vogel
|
73904bfa03
|
Added an alternate link to the profile in the atom feeds (feature request #925)
|
9 years ago |
Tobias Diekershoff
|
ae2094487b
|
Merge pull request #1092 from annando/master
Bugfix: Messages when ignoring, blocking and archiving contacts now returns the correct text.
|
9 years ago |
Michael Vogel
|
500dbecfe7
|
Fix for issue #1060 (Missing Entries in Archive Dropdown)
|
9 years ago |
Michael Vogel
|
dd908c8415
|
Bugfix: Messages when ignoring, blocking and archiving contacts now returns the correct messages.
|
9 years ago |
friendica
|
910293729c
|
Merge https://github.com/friendica/friendica into pull
|
9 years ago |
friendica
|
3e0a84afa9
|
so this is why my db updates were reverted ;-)
|
9 years ago |
fabrixxm
|
e21b653614
|
Merge pull request #1090 from annando/master
dbstructure: Delete indexes before the database structure is changed
|
9 years ago |
friendica
|
7673579afc
|
Merge https://github.com/friendica/friendica into pull
|
9 years ago |
friendica
|
9464af0eef
|
resize the item guid field for protocol compatibility - it's getting truncated.
|
9 years ago |
Michael Vogel
|
7144d22cc1
|
If a picture was too small it got cropped
|
9 years ago |
Michael Vogel
|
961440e48f
|
Cutting the text has to be made UTF-8 aware as well.
|
9 years ago |
Michael Vogel
|
b66a031b34
|
The plaintext conversion had issues with counting the text size of posts with german umlauts
|
9 years ago |
Michael Vogel
|
150310ea3a
|
dbstructure: Delete indexes before the database structure is changed
|
9 years ago |
fabrixxm
|
d376e3d545
|
Merge pull request #1089 from annando/master
Remote-Self is now working fine/contact page instead of remote profile when contact is added
|
9 years ago |
Michael Vogel
|
2b182b2dcf
|
After a new friendica contact is added, the user is directed to the contact page of the new contact. (Instead of the remote profile)
|
9 years ago |
Michael Vogel
|
23c4c39a1f
|
remote-self: "origin" and "last-child" need to be set as well.
|
9 years ago |
Michael Vogel
|
3e9e682723
|
remote-self: Moved some functionality from other place into the "item_store" function
|
9 years ago |
Michael Vogel
|
e35c55dd3b
|
Remote-self: It is now possible to chose between two different modes of mirroring.
|
9 years ago |
Michael Vogel
|
522b9edffe
|
remote-self: Seting the author name to the owner name
|
9 years ago |
Michael Vogel
|
c81df2c005
|
Remote-self is now working immediately
|
9 years ago |
Tobias Diekershoff
|
6d9e513349
|
Merge pull request #1088 from annando/master
Bugfix: It was impossible to add groups.
|
9 years ago |
Michael Vogel
|
ea0f75a315
|
Bugfix: It was impossible to add groups.
|
9 years ago |
fabrixxm
|
070581f793
|
Merge pull request #1086 from annando/master
Bugfix: Connecting with other users works again/Some more profile optimizing
|
9 years ago |
Michael Vogel
|
4d3e3eb4d1
|
Bugfix: connecting with other users now works again.
|
9 years ago |
Michael Vogel
|
5468b9b2a5
|
oembed: Prevent empty links
|
9 years ago |
Michael Vogel
|
b4e8ec2806
|
bbcode: mask "[" and "]" for attachments.
|
9 years ago |
Michael Vogel
|
4bdd905b3e
|
Only show foreign items if the profile of the user isn't hidden. Show the user's theme - not the theme of the viewed profile.
|
9 years ago |
friendica
|
03245e4a83
|
increase guid.guid field length for redmatrix-over-diaspora communications
|
9 years ago |
Michael Vogel
|
4ad2bbddc7
|
If a post is a pure reshare, then show the profile of the original author on the display page.
|
9 years ago |
fabrixxm
|
faf8afe65c
|
Merge pull request #1084 from annando/master
Displaying the author of a post on the "display" page/network page as default page after login
|
9 years ago |
Michael Vogel
|
4976b1c153
|
BBCode: Add a linefeed between a picture and the following text. This is important for exports (e.g. to pumpio)
|
9 years ago |
Michael Vogel
|
6aeaf0815f
|
If a message is transmitted to a network that requires shortening (Twitter, Statusnet, ADN), then the shortened link will be the link to the friendica post if it was a shared post.
|
9 years ago |
Michael Vogel
|
69bb3ff637
|
Make the network page the new default page after login.
|
9 years ago |
Michael Vogel
|
316f0a75cd
|
Showing the network name on the display page.
|
9 years ago |
Michael Vogel
|
dd511ac70a
|
The "display" page now shows the current author profile with a "connect" link (if there is no current connection)
|
9 years ago |