6edc52f78f
Convert received "edited" timestamp to UTC before comparing to what's in the database, and don't overwrite with older items.
Matthew Exon
2013-03-20 09:00:12 +08:00
03f2fa5119
prevent infinite redirect on network page for non-existant group
Zach Prezkuta
2013-03-16 10:11:32 -06:00
111495423c
Imported mails were deleted the second time the poller ran - when moving or deleting of mails was activated.
Michael Vogel
2013-03-14 23:15:15 +01:00
c53bdfb163
Restore redirect functionality removed by change 452ff19d
Matthew Exon
2013-03-14 13:50:45 +08:00
720a44bb0b
The post_remote_end hook was being called with an escaped version of the item, not very useful. This change moves the hook to the end of item_store and gets all data fresh from the database.
Matthew Exon
2013-03-08 03:08:47 +01:00
4df162d929
Explicitly list protocols that are allowed, rather than using their initials. Also, add cid, which I need for my mailstream plugin to work.
Matthew Exon
2013-03-08 08:38:25 +01:00
e200040c5b
Merge remote-tracking branch 'upstream/master'
Michael Vogel
2013-03-07 20:20:12 +01:00
5d3613c8bc
Vier: The change from blue to black in links is now faded as well.
Michael Vogel
2013-03-07 19:34:54 +01:00
a92ef6f0fe
remove authentication from api help/test. fix issue 552. identi.ca don't ask for auth on help/test.
Fabrixxm
2013-03-07 08:16:53 -05:00
c40c61c106
OStatus conversations: Fixed a bug when a message hadn't got an id. vier: Some more changes to make the side menu static. In the index.php I did a small change to make friendica compatible with the android client for diaspora.
Michael Vogel
2013-03-06 23:23:04 +01:00
86e19dda22
Vier: Some more changes to the theme. Added a switch to suppress displaying of the tags.
Michael Vogel
2013-03-05 00:46:11 +01:00
8bb6b51967
Vier: Some more transition effects
Michael Vogel
2013-03-04 21:11:31 +01:00
421d484839
Merge remote-tracking branch 'upstream/master'
Michael Vogel
2013-03-04 00:05:17 +01:00
478a079665
Vier: Further changes: profile border is rounded.
Michael Vogel
2013-03-04 00:04:06 +01:00
8e1d253568
OStatus conversation: now the creation date of the item is store with the conversation vier: The link color and the color of the top bar is changed.
Michael Vogel
2013-03-03 23:44:50 +01:00
0b925899d4
put edited meta info in item object to give theme developers the chance to display this in a fancy way
Tobias Diekershoff
2013-03-03 11:47:01 +01:00
2866f62c88
Suppoorting Open Graph and Dublin Core when displaying single item Following link shorteners in parse_url
Michael Vogel
2013-03-02 14:46:06 +01:00
7e7e88d4ad
Add sample lighttpd config, from the mailing list.
Thomas Willingham
2013-03-01 19:55:33 +00:00
63be0062b6
For very large posts (~18k) with lots of markup, these regexes were causing enough backtracking for php to run out of memory, silently generating an empty entry. This tightens up the regexes so they do less backtracking.
Matthew Exon
2013-02-27 07:34:40 +08:00