3988948516
first cut at rating widget. The flaw is that it is limited because it requires local_channel() (formerly local_user()). We need to extend this to take you home like rpost does if you're logged in as remote_channel() - and/or we need zot to send the rating message to the source channel and target in addition to the directories.
friendica2015-02-04 15:48:39 -08:00
e5849f9432
not quite there yet but getting closer a little
marijus2015-02-04 22:55:22 +01:00
1ceb0a7fba
hide channel address in directory from hovertip if not logged into the matrix
friendica2015-02-03 23:36:37 -08:00
127bf82187
probably enough for now - couldn't get the censorship filter in today, I think that's the only bit missing.
friendica2015-02-03 23:30:07 -08:00
0281a2c32a
Fixed height of items in dropdown notification lists. They overlapped when the browser uses a higher font size. This must work for everyone.
jeroenpraat2015-02-03 19:58:15 +01:00
e890d2210d
Fixed height of items in dropdown notification lists. They overlapped when the browser uses a higher font size. This must work for everyone.
jeroen2015-02-03 19:56:31 +01:00
39a8c9e454
NL on 100 percent again :/
jeroen2015-02-03 17:45:26 +01:00
6067274b51
start to tie ratings to the directory page
friendica2015-02-02 23:58:44 -08:00
77379029f5
add ratings to the directory sync arrays
friendica2015-02-02 21:07:46 -08:00
1807db6cb0
send rating information to directories
friendica2015-02-02 20:13:07 -08:00
fa710106e5
sign the ratings, fix the bugs
friendica2015-02-02 17:58:51 -08:00
03bb236651
Merge branch 'master' into pocorate
friendica2015-02-02 17:33:55 -08:00
fb6deb113b
improved directory registration - honour standalones and do the right thing
friendica2015-02-02 17:32:54 -08:00
09c146f311
Merge branch 'master' into pocorate
friendica2015-02-02 17:21:14 -08:00
043ff33e43
issue #889 private tags for forums no longer recognised after tag refactor a few weeks back. This solution is not optimal as it also leaves you in the privacy ACL in some cases and not in others but it restores the previous functionality
friendica2015-02-02 14:59:01 -08:00
a80057fec7
comment out latest changes - needs more testing
marijus2015-02-02 17:45:30 +01:00
ed3b5f8251
comment this out for now - it is not always true
marijus2015-02-02 17:12:13 +01:00
2546b0a525
one important line missing
marijus2015-02-02 16:48:49 +01:00
74da8f2e87
we also need folder here
marijus2015-02-02 15:31:51 +01:00
b1a92d620e
two tracks proceeding in parallel - first adding the ability to store a digital signature with ratings so that directories can pass them around, second provide some directory registration functions so we can obtain a list of directories from somewhere (to pass ratings around between them). This gives the primary directory role some value as that is where you register your directory.
friendica2015-02-01 15:10:52 -08:00
3e5226adc7
Add more detail about directory_mode settings to default config and docs
Habeas Codice2015-01-30 19:37:25 -08:00
5d2ab4a4fc
prevent silly fake null date from causing problems OTW from older builds
Habeas Codice2015-01-30 16:15:05 -08:00
340212d77e
sync_locations() toggle DB flag functions were broken - result of postgres changes. Split these into seperate set and reset blocks.
friendica2015-01-30 15:01:10 -08:00
05ce141ecc
small autocomplete fix adding space to the output provides: the ability to press enter after pressing enter during the mention-js-popup (this second enter should behave as a normal one) FF35
RedSwede2015-01-29 16:30:45 +01:00
06291c6f42
non-tested fix for issue 847
RedSwede2015-01-29 16:22:14 +01:00
74f9544ed4
provide compatibility functions so code breakage with customised setups or work in progress should be minor
friendica2015-01-28 21:08:37 -08:00
2039710962
postgres does not support the , syntax. a ; would work, if it weren't statement-locked. FWIW, the exact same queries listed for postgres are perfectly valid and equivalent on mysql. no need for separate statements.
Habeas Codice2015-01-28 17:47:31 -08:00
9b3b0b5e88
basic query for number of raters. Should probably be a join or subselect but that will take a bit more fiddling
friendica2015-01-28 17:39:53 -08:00
1a53788833
bookmarkedchats: remove extraneous group by, dupes removed on insert suggestedchats: normalize to standard SQL
Habeas Codice2015-01-28 17:37:34 -08:00
1ef2d1c5c4
updates to put rating info into the local xlink before sending it to known directory servers
friendica2015-01-28 16:52:17 -08:00
da842da683
Merge branch 'master' into pocorate
friendica2015-01-28 16:06:36 -08:00
54fd8b21db
make sure we honour the disable_discover_tab pref
friendica2015-01-28 15:27:58 -08:00
2c02f1184c
allow diaspora posts to be delivered to the discover channel unless prohibited from doing so.
friendica2015-01-28 15:23:00 -08:00
db1998e0c8
limit the number of forums that can be tagged in a single post - default is 2. The reason is simple - count how many posts would be in transit simultaneously if this was unlimited and somebody tagged 40-50 forums. In practice when used legitimately - we've rarely seen more than two, in fact I don't recall seeing more than two ever. Typically it is one and occasionally two. Changing the default is tricky - a client system cannot do it, but the site hosting a forum can choose to. Since not all sites that host forums will choose to do so, the ordering of the mentions would then be important.
friendica2015-01-28 14:22:52 -08:00