7c81889b33
make default profile photo configurable - should be functional but needs admin ui
friendica2013-12-19 16:33:36 -08:00
f8042cc467
add 'src' parameter to api photo list
friendica2013-12-19 15:23:36 -08:00
e6dc916915
if somebody tagged you in a private post, the tag email notification contained the obscured message. Clear it.
friendica2013-12-19 13:52:23 -08:00
2089a1379a
provide git revision in siteinfo if possible and if not instructed otherwise
friendica2013-12-18 18:29:53 -08:00
2297335798
remove the .wgl (widget list) file processing for ordering widgets on a page. This preceded Comanche and was never used and is now obsolete.
friendica2013-12-18 15:53:40 -08:00
1a4c91ccf5
Add App::poi to store the "person of interest" for a given page. This is so we can comanchificate the vcard_from_xchan widget -- it will pick up the target xchan from the page environment.
friendica2013-12-18 14:53:18 -08:00
2be50ab580
Merge pull request #246 from git-marijus/master
friendica2013-12-18 13:51:39 -08:00
176fe32564
show drop-icon on wall-item hover only
marijus2013-12-18 21:13:48 +01:00
6e28c40c27
we make this with css now
marijus2013-12-18 20:22:22 +01:00
7b5a42568a
Tricky little bug. Allowed somebody to bypass comment permissions. Hopefully the fix will have no undesired side effects.
friendica2013-12-16 18:07:41 -08:00
95f7c753a1
Merge pull request #243 from git-marijus/master
friendica2013-12-16 13:51:07 -08:00
50731fa6a6
bring back the collection edit sidebar widget on the connection edit page until I sort out Comanche on that page.
friendica2013-12-16 13:34:34 -08:00
afc86875d2
move some stuff back to mod_connections.css
marijus2013-12-16 15:46:18 +01:00
ae95269c6d
remove some cruft and a typo
marijus2013-12-16 15:41:23 +01:00
a7a775a718
install redbasic during setup so that at least one theme is registered. Otherwise none of the display settings seem to work very well.
friendica2013-12-16 00:25:08 -08:00
61a7bfb942
use 'a' ACL search instead of 'm' ACL search for mod_sources
friendica2013-12-15 20:30:37 -08:00
065300f7c3
bloody hell - it isn't defined either.
friendica2013-12-15 18:43:54 -08:00
817d146123
bloody hell... php version incompatibility with openssl - openssl no longer accepts a string as an algorithm. Earlier versions didn't recognise sha256. So we'll look to see if the algorithm constant for sha256 is defined and if so we'll use that instead of the string.
friendica2013-12-15 18:30:10 -08:00
5837ab69b9
use consistent font-size for text
friendica2013-12-15 16:31:58 -08:00
936845089b
improve the flow of the message a bit
friendica2013-12-15 16:27:39 -08:00
6c2d29f73f
change the top margin so the headline gets in.
friendica2013-12-15 16:02:07 -08:00
46fd10a29d
can't use an access file or we can't see the assets
friendica2013-12-15 15:44:36 -08:00
731ab80ac2
set system.projecthome to 1 if you want the project page for a home page. There was a bit of re-org of mod/home, which might alter the behaviour for some existing sites. Basically we're not showing a login box at all if you've got home.html - there should be a login link in th nav bar. If you haven't defined anything at all we'll fall back to the old behaviour but still allow the home contents to be set via plugin.
friendica2013-12-15 15:37:51 -08:00
0272ab4cd9
Provide a fallback channel to probe for magic-auth when we have no prior communications with a site. This will be a system channel if one exists, otherwise any channel will do. We'll try to use the first valid channel on the site because that was probably created when the site was installed and is the closest thing to a system channel we've got.
friendica2013-12-15 14:36:43 -08:00
950bd72e02
use sitename for the banner if nothing else has been set
friendica2013-12-14 21:37:37 -08:00
d14e2db6b4
make home.html fullpage mode - make directory search work for non-logged in, but leave off suggest and invite
friendica2013-12-14 17:03:37 -08:00
c00f0d4b28
a couple more comanche conversions
friendica2013-12-14 13:26:40 -08:00
65c0b84313
always load css and js sources using the same url as the page that is being visited so there is no http/https mismatch.
friendica2013-12-12 18:13:52 -08:00
b994faee9d
mark some things for deletion
marijus2013-12-12 15:15:01 +01:00
8f6af66a73
move affinity slider to widgets.css and minor cleanup
marijus2013-12-12 14:39:21 +01:00
81cf9209f0
Merge pull request #241 from zzottel/master
zzottel2013-12-12 04:34:34 -08:00
3a11980e49
htmspecialchars_decode only takes one argument.
zottel2013-12-12 13:32:11 +01:00
303324cdff
more htmlspecialchars sanitisation
friendica2013-12-12 02:15:02 -08:00
941f81eb30
check that every invocation of htmlspecialchars has the right arg list
friendica2013-12-12 02:01:42 -08:00
b3fe221b7f
issue #240 - we were using htmlentities instead of htmlspecialchars in several places, and this was a bit greedy in the set of characters which were converted from utf-8 to HTML entities. Also brought mail attachments up to date so they are rendered identically to item attachments.
friendica2013-12-11 23:13:36 -08:00
b4e1e8a4a4
The affinity tool is not a "traditional" widget. But it is nevertheless a widget. It just makes fewer page layout decisions which are hard-coded. If you want to shrink it down and put it on the sidebar in your theme, go for it.
friendica2013-12-11 19:43:41 -08:00
06c81e189f
Merge pull request #239 from git-marijus/master
friendica2013-12-11 15:35:54 -08:00
2c02f57f27
remove hidden and deleted channels from viewconnections
friendica2013-12-11 15:04:09 -08:00
40e2900326
comanchify all the simple cases - those that only load a profile. Rework permission checks for the profile sidebar so that it is all done internally. Remove crepair which we aren't using.
friendica2013-12-11 14:54:36 -08:00
1fa4133d43
this is not needed anymore
marijus2013-12-11 23:52:34 +01:00
e8821d78d5
.selected is in use for something else already
marijus2013-12-11 22:11:06 +01:00
ebc788a69a
also add group widget to widgets.css
marijus2013-12-11 22:02:46 +01:00
88761ec9ec
we dont use doubble tagging in /network and /channel anymore... remove it from /search as well
marijus2013-12-11 20:02:17 +01:00
1add7d381d
this saves notes on the fly. i think this is appropriate behavior for a notes widget. btw... one would get mad at oneself if noting something important and forget to save it. with this behavior one can at least get mad at the developer if something goes wrong :)
marijus2013-12-11 19:05:50 +01:00
aea1e1af82
this makes quotes appear as quotes in notes once page is reloaded. i guess thats fine since we use escape_tags() in notes.php
marijus2013-12-11 18:57:42 +01:00
652959678f
cleanup and Comanchification of mod_profile
friendica2013-12-10 23:27:17 -08:00
5279f3bf6f
issue #237 - when manually changing an uploaded photo URL in a post to an invalid URL that happens to not throw an error, it affects the ability to parse the URL to see if it's a local image and correct permissions. The correct way to do this is to change the '-2' to '-1' if you want 640 instead of 320 and '-0' if you want the original size - which is not likely to win you many friends if it happens to be a 42 megapixel photo. We might have limits in place to prevent monster photos from destroying everybody's streams, but many services you export the post to will probably not.
friendica2013-12-10 20:48:54 -08:00
e5ea4a009b
mod channel is now Comanchified
friendica2013-12-10 20:36:11 -08:00