friendica
6c7269be94
add yet another firehose check
2015-01-28 01:13:32 -08:00
friendica
f1203bb3dd
Merge https://github.com/friendica/red into pending_merge
2015-01-28 01:07:45 -08:00
friendica
9feb300f47
more minor tweaks to the route mismatch algorithm after watching it all day.
2015-01-28 01:06:56 -08:00
marijus
f455036905
show shared button only to local user
2015-01-28 09:49:36 +01:00
friendica
a2cdd1499c
Merge branch 'master' into tres
...
Conflicts:
include/socgraph.php
2015-01-27 20:00:43 -08:00
friendica
0bfbe6d61d
sql typo
2015-01-27 19:58:43 -08:00
friendica
85b359e25c
ignore route mismatches on firehose posts to the sys channel. Use whatever parent route we have. By definition we aren't going to have permission issues with these things.
2015-01-27 17:53:19 -08:00
friendica
21f85b32ec
we need to actually ask for the id from the DB if we want to use it.
2015-01-27 17:46:16 -08:00
friendica
2f4ef7660c
improved route mismatch detection. We will be less strict about the absolute route matching and only look at the last hop before it got to us - which is ultimately all we should care about (since that sender controls the thread permissions). Route mismatches seem to occur somewhat frequently from yamkote (for unknown reasons), and the logging has been improved a bit so it should provide some slightly more useful debugging info in case it still happens going forward. Oh, also we'll set the parent on comments when we store the initial post (item_store()) and only go back and set the parent for top-level posts. This should reduce the number of comments with missing parents on shared hosts, but may increase the number of missing threads. Probably worthwhile to do a query occasionally for parent = 0 and see how we're doing and how many have shared host related delivery issues.
2015-01-27 15:47:24 -08:00
marijus
65aa6cf708
move userReadableSize() and getIconFromType() from /include/RedDAV/RedBrowser.php to include/text.php and add template for mod/sharedwithme
2015-01-27 19:00:16 +01:00
friendica
efb6842d74
superblock enhancements
2015-01-26 20:47:53 -08:00
friendica
fc62d7e577
handle an incoming directory rating message
2015-01-26 19:43:39 -08:00
friendica
0596097f86
provide storage for directory based reputation in the xlink table by setting xlink_static = 1, so that xlink_static = 0 is traditional poco linkages
2015-01-26 19:13:06 -08:00
friendica
ac594183c6
Merge branch 'master' into tres and add some work on the item_deleted flag refactor
...
Conflicts:
include/attach.php
include/onedirsync.php
include/zot.php
mod/locs.php
2015-01-26 18:27:03 -08:00
friendica
e6bfe3f2c1
onedirsync merge
2015-01-26 18:09:09 -08:00
friendica
9f5bfca28d
Merge https://github.com/friendica/red into pending_merge
2015-01-26 17:10:05 -08:00
RedMatrix
20d7ed3100
Merge pull request #878 from habeascodice/master
...
ping @mike
2015-01-26 11:31:10 +11:00
friendica
b428fdf66e
abstract poco into a single function in socgraph so we can provide different wrappers for it providing slightly different functionality.
2015-01-25 16:27:09 -08:00
friendica
f78a061406
turn "large photo thumbnails" into a feature.
2015-01-25 13:49:10 -08:00
friendica
4ca2ec7638
rework the new connection stuff so we don't need a "permissions have been changed but not saved" message.
2015-01-25 13:30:40 -08:00
friendica
4776f62be9
recognise opus as an audio file
2015-01-25 12:41:08 -08:00
friendica
30815e0c57
don't set a rating of 1 on old sites that report poco rating as an array. Just set it to 0. It will be fixed whenever they upgrade.
2015-01-25 00:38:38 -08:00
Habeas Codice
f9aaa03036
Merge branch 'master' of https://github.com/friendica/red
2015-01-24 22:14:35 -08:00
RedMatrix
dfc6126a65
Merge pull request #877 from solstag/master
...
Call sslify with an extra path element so files keep their names
2015-01-25 17:13:11 +11:00
Habeas Codice
1d6aead325
remove superfluous group by
...
this gets called from a zot post_post dealing with a specific messageid and hubloc_hash combination. grouping by site
doesn't make sense here and it gets grouped when pulled back out elsewhere anyway
2015-01-24 22:07:53 -08:00
Alexandre Hannud Abdo
2e783dbe79
Call sslify with an extra path element so files keep their names
...
The main motivation for this is when saving images one doesn't
need to inspect and manually input the file's actual name.
There might be other benefits, perhaps in automated downloads.
2015-01-25 02:08:59 -02:00
Christian Vogeley
ba10833bc5
Check allowed emails, also add blacklisting for
...
not allowed emails:
config:'system','not_allowed_email'
2015-01-25 04:16:28 +01:00
marijus
63f1ae5e20
optimize check query
2015-01-24 14:35:21 +01:00
marijus
ed09513bb2
Merge branch 'master' of https://github.com/friendica/red
2015-01-24 12:23:26 +01:00
marijus
e4e990df06
the old item must be removed before the new is created
2015-01-24 12:22:04 +01:00
friendica
34b5072ccf
Merge https://github.com/friendica/red into pending_merge
2015-01-23 21:49:48 -08:00
friendica
befe77a93f
onedirsync issue reported by habeas codice
2015-01-23 21:48:34 -08:00
marijus
4379354021
disable notices
2015-01-24 01:15:54 +01:00
marijus
0cbe64c360
some more kiss
2015-01-24 01:13:02 +01:00
marijus
ea209a84ab
typo
2015-01-23 15:06:30 +01:00
marijus
b4f1cc5044
we get the object info before it is deleted now
2015-01-23 15:03:19 +01:00
marijus
884d542d4b
Merge branch 'master' of https://github.com/friendica/red
2015-01-23 14:51:15 +01:00
marijus
8789c96e78
some code restructure
2015-01-23 14:50:39 +01:00
friendica
c49c96962f
provide pref to set default photo resolution for posts to something other than 2. The only acceptable option is 1. (640)
2015-01-23 03:25:40 -08:00
friendica
4c2a1e572a
start on item_restrict conversion
2015-01-22 21:04:54 -08:00
friendica
6e0e3b2433
more expanding item flags
2015-01-22 18:41:10 -08:00
friendica
e46eba1258
heavy lifting converting item flag bits
2015-01-22 17:41:16 -08:00
Habeas Codice
660ed058bf
Merge branch 'master' of https://github.com/friendica/red
2015-01-22 09:29:13 -08:00
Habeas Codice
9d9be768c5
fix dir server query take 2
...
rationale: use latest entry rather than latest update. update timestamp is updated for all entries upon success so they
are equivalent. prevents dupes from fake null dates.
2015-01-22 09:25:34 -08:00
marijus
d94114ec98
add some mimetypes
2015-01-22 12:12:42 +01:00
friendica
7d0e0366b9
Merge https://github.com/friendica/red into pending_merge
2015-01-21 20:09:51 -08:00
friendica
76fe9dc702
zot_finger second arg is optional but function declaration didn't specify this - causes issue with check_upstream_directory
2015-01-21 20:08:10 -08:00
marijus
3731ff97ff
make $links an array of links
2015-01-22 04:57:59 +01:00
marijus
4ff71fc0c7
change mod/sharedwithme backend to use activity object - this is not backwards compatible
2015-01-22 02:34:38 +01:00
friendica
29436081a8
slow progress removing bitfields on item table
2015-01-21 16:06:25 -08:00