Commit graph

20936 commits

Author SHA1 Message Date
Michael Vogel
649b1a94cc
Merge pull request #5784 from tobiasd/20180922-cs
CS translation update THX Aditoo
2018-09-23 09:41:43 +00:00
Michael
feeec908d3 We can delete notes / changed credits 2018-09-23 09:20:25 +00:00
Michael
6df6d82427 We can now like and dislike 2018-09-23 08:52:07 +00:00
Michael
a56565fa99 AP is enabled for all users 2018-09-22 23:49:27 +00:00
Michael
ca574e1027 We can now like and dislike 2018-09-22 23:17:01 +00:00
Michael
8d72c864b2 Updated composer 2018-09-22 22:17:32 +00:00
Tobias Diekershoff
780571bb68 CS translation update THX Aditoo 2018-09-22 19:30:26 +02:00
Hypolite Petovan
adbc1d3224 Missing $a to $this conversion in App 2018-09-22 12:45:49 -04:00
Michael
c7e047bf83 Fixed composer.lock 2018-09-22 15:34:42 +00:00
Michael
c083ae047c Merge remote-tracking branch 'upstream/2018.08-rc' into ap1 2018-09-22 15:18:53 +00:00
Hypolite Petovan
9386c54b9c
Merge pull request #5783 from annando/issue-5768
Issue 5760: Avoid a non numeric value for "tt"
2018-09-22 10:48:06 -04:00
Michael
c6268ca0b7 Issue 5760: Avoid a non numeric value for "tt" 2018-09-22 14:17:14 +00:00
Michael
214407bdc8 Improve communication 2018-09-22 14:12:54 +00:00
Tobias Diekershoff
684dfd5bbd
Merge pull request #5780 from annando/fix-relocation
Hopefully fixes relocations that hadn't been executed
2018-09-22 10:56:11 +02:00
Tobias Diekershoff
1a16876995
Merge pull request #5781 from annando/issue-5768
Issue 5768: This logging should help finding the origin of the problem
2018-09-22 10:54:10 +02:00
Michael
b3e3147697 Issue 5768: This logging should help finding the origin of the problem 2018-09-22 07:09:27 +00:00
Michael
0dbb6313a5 Hopefully fixes relocations that hadn't been executed 2018-09-22 06:47:35 +00:00
Michael
b906b083bc The target inbox is now generated after the permission bloxk 2018-09-22 05:58:56 +00:00
Michael
71cbe56293 Use the follower collection 2018-09-22 04:49:16 +00:00
Michael
b7744ae3eb Inherit the receivers from the previous post 2018-09-22 04:39:04 +00:00
Michael
b44fc62708 Improvements to signature check, private posts do work now again 2018-09-21 22:31:33 +00:00
rabuzarus
fe0856e794
Merge pull request #5777 from JonnyTischbein/issue3870
[frio] Formatbar in new Post and Share Button for Preview Post
2018-09-21 18:51:35 +02:00
Jonny Tischbein
b7e7850b75 disable formatbar in xs screens 2018-09-21 17:46:39 +02:00
Benjamin Lorteau
489d5f41d2 Add Doxygen headers for multiple function in App 2018-09-21 09:54:40 -04:00
Benjamin Lorteau
f0cdd25e34 Register Friendica stylesheet using App->registerStylesheet()
- Remove mentions of {{$stylesheet}} in head.tpl templates
2018-09-21 09:54:09 -04:00
Michael
4c224fbddd Deliver everything to all receivers in the thread 2018-09-21 12:06:36 +00:00
Jonny Tischbein
08879298ea unique html id for share button in preview 2018-09-21 11:12:20 +02:00
Michael
59cd6611ec Direkt delivery is done 2018-09-21 05:41:18 +00:00
Michael
5310d54c13 Fetch the receiver from the parent posting as well 2018-09-21 04:51:54 +00:00
Michael
355346298b LD signatures will now be checked when receiving messages 2018-09-21 03:39:32 +00:00
Hypolite Petovan
2ae6556b32 Add new 'head' hook
- Add new App->registerStylesheet method
- Reworked App->init_pagehead into App->initHead
2018-09-20 21:30:51 -04:00
Hypolite Petovan
30f8fb82b6 Cleanup index.php
- Removed deprecated killme() calls
- Removed deprecated x() calls
2018-09-20 21:05:23 -04:00
Hypolite Petovan
cc73aec3ba Add postprocess_liveupdate JS event dispatch on post preview 2018-09-20 21:03:23 -04:00
Hypolite Petovan
73c1ebc6fd [frio] Move relevant code to new footer.tpl 2018-09-20 21:02:55 -04:00
Hypolite Petovan
1eaa523e61 Remove unused App->page['end']
- Remove unused empty templates
2018-09-20 21:02:28 -04:00
Hypolite Petovan
55f1d7b90e Add new footer hook
- Add new App->footerScripts array
- Add footer.tpl template
- Add documentation
- Rework App->init_page_end to App->initFooter
2018-09-20 21:01:05 -04:00
Michael
752b5fe284 Outgoing posts are now signed 2018-09-20 21:45:23 +00:00
Michael
11310f4cf0 Relocated AP signature functions, reduced magic auth functions 2018-09-20 18:16:14 +00:00
Jonny Tischbein
fedaf08bd1 remove old TODO 2018-09-20 17:26:19 +02:00
Jonny Tischbein
763ed35bc3 correct textarea id in insertFormattingToPost 2018-09-20 17:23:29 +02:00
Jonny Tischbein
9bc6238b59 Make formatbar work 2018-09-20 17:20:57 +02:00
Jonny Tischbein
f590d31b4b Add format bar in new post jot 2018-09-20 17:14:32 +02:00
Jonny Tischbein
5edb124660 make share button visivle via theme js. Avoid illegal multiple use of html id 2018-09-20 17:09:39 +02:00
Jonny Tischbein
4c56724715 make share button visible in preview 2018-09-20 16:50:58 +02:00
Jonny Tischbein
b1720c07ec Add Share button for preview new post 2018-09-20 16:20:33 +02:00
Hypolite Petovan
8dc5b04be7
Merge pull request #5776 from annando/fix-contact
Fix: Update routine for conversations in contacts was missing
2018-09-20 10:10:45 -04:00
Hypolite Petovan
be93676894
Merge pull request #5775 from JonnyTischbein/form_return_path
mod/editpost fix return fallback to SESSION Variable
2018-09-20 10:04:25 -04:00
Jonny Tischbein
0f63a62761 fix return fallback to SESSION Variable 2018-09-20 15:55:24 +02:00
Hypolite Petovan
d039d95106
Merge pull request #5774 from JonnyTischbein/form_return_path
Calculate form return_url for post and message instead of using SESSION Variable
2018-09-20 09:41:03 -04:00
Michael
58d43ad576 Fix: Update routine for conversations in contacts was missing 2018-09-20 12:44:40 +00:00