1f9ef3e44d
not needed anymore with new defaults
marijus2013-11-21 15:18:18 +01:00
4791b2fd9c
add aid to notifiy table which we may need to supress duplicate notify emails across your channels also try to handle the wretched mess of broken and duplicated hublocs that fred.cepheus.uberspace.de typically reports
friendica2013-11-20 21:09:13 -08:00
eb3d8e2cd7
provide a page template "none" which lets a webpage take over the entire page. Everything. The application is essentially bypassed. You'll need doctype and html and head and body tags in your content as none of them are supplied. There are no page regions. Nada. We should probably restrict this to those who have code exec in their account_roles but other folks won't be able to do very much useful with it anyway as their HTML is filtered.
friendica2013-11-20 16:28:17 -08:00
5315c88621
webpage edit - losing the ability to pass unfiltered html and perhaps some php due to unsetting uid too early in item_store_update()
friendica2013-11-20 16:20:32 -08:00
d7ee552c57
Protocol: now set data['alg'] on all encapsulated encrypted packets, so that we can more easily retire 'aes256cbc' once it is no longer viable.
friendica2013-11-20 15:20:12 -08:00
1593c83728
update to reflect that account and channel removal is now possible, though bugs likely remain.
friendica2013-11-18 19:00:33 -08:00
ed129f19b0
fix plugin and them toggles for the colourblind, add theme info block and recent screenshot to redbasic
friendica2013-11-18 18:37:38 -08:00
dc6cd8a701
admin/users - add expiration date to table and ability to sort by reverse expiration and also filter by service class through url options
friendica2013-11-18 15:38:02 -08:00
fce5f2042d
resetting password tries to update email address even if it didn't change - and if you've got the admin email this spits out a warning.
friendica2013-11-18 14:06:34 -08:00
b1a4dc7d7e
set a default value for $webbie - it's the right thing to do.
friendica2013-11-18 01:00:04 -08:00
718f69c6fc
to clarify the fact, we'll remove the line we no longer need instead of commenting it
friendica2013-11-18 00:57:56 -08:00
fa8f26c544
change the way magic-auth works - we rarely need a destination channel and if that channel has problems it shouldn't mess up authentication to the hub.
friendica2013-11-18 00:55:41 -08:00
f8b07e1935
filter out duplicate recipients on local deliveries. We only need to deliver stuff once to any particular channel.
friendica2013-11-17 20:43:50 -08:00
23352b939b
better job of setting parent created
friendica2013-11-17 19:49:48 -08:00
13538cdd21
pull in some posts when we first connect with a new channel (if allowed to) - if not allowed to, do it if that condition changes
friendica2013-11-17 19:22:24 -08:00
60a9d9e750
do a better job of lining things up (like comments) when the photo size changes
friendica2013-11-15 23:51:27 -08:00
579cf4ccfb
reposition certain things like the wall-to-wall "to" photo when one changes the size of the author icons
friendica2013-11-15 23:18:53 -08:00
3b2a883f22
Updated Italian translation with E2EE strings
p.tacconi2013-11-15 13:52:37 +01:00
d06fd40696
change product name on notification emails to lowercase
friendica2013-11-15 04:07:13 -08:00
bff135db62
comment out the multi-delete feature until somebody wants it bad enough to make it work
friendica2013-11-15 03:44:52 -08:00
0b8c9654ea
allow rpost to set source app
friendica2013-11-15 03:10:00 -08:00
fc0a5d58d1
make font size tweakable for the whole app
friendica2013-11-15 02:43:59 -08:00
7254401452
changed some defaults - for some of us everything will have shrunk and may be hard to read. turn on expert mode if you want to change them back.
friendica2013-11-15 02:14:40 -08:00
eb3a563410
redbasic - set pixel dimensions of conversation top author photo and reply author photos. Hint: if you set these to something like 64px and 32px respectively and reduce the main font-size to say 0.9em, young people won't complain as much about the "ugly dated UI". You see they're used to companies squeezing every pixel out of the screen (more room for advertising) and they don't yet have bad eyes so they can still read teeny stuff. Big fonts and pictures are for old folks that need glasses and make young people complain about the "dated" interface. It's a sure sign that you're going to find old folks here and not many young adults or teens. What's missing at the moment is that if you shrink these photos, the "item-photo-menu" arrow is no longer in the bottom corner of the picture, but might be outside the photo. Will have to see if there's a way to dynamically position this based on the size.
friendica2013-11-15 01:11:03 -08:00
d44f77cbe3
Don't allow channel creation with a nickname
friendica2013-11-14 16:51:23 -08:00
c2274403c7
define js profile_uid in photos module
friendica2013-11-14 15:53:31 -08:00
592c24e162
e2ee in comments and a bit of cleanup so not every theme has to define how to insert bbcode, only if they're doing something special (e.g. this is how to implement a javascript plugin :-)), and I got rid of the predefined http:// in the bbcode for urls. You're almost always pasting a url which already has that bit and it just creates an extra step.
friendica2013-11-14 15:41:25 -08:00
49a392942c
acl in webpages and a couple of other little bits related to webpages - sort the list of pages by last edited and use prepare_body() so we get private stuff (and attachments, categories, etc.) formatted correctly
friendica2013-11-14 14:19:20 -08:00
e651ca8b07
Merge pull request #202 from git-marijus/master
friendica2013-11-14 12:09:06 -08:00
3311fe4813
make autocomplete better themable by adding an id
marijus2013-11-14 18:03:16 +01:00
ee629534d5
E2EE on private mail (also fixed autocomplete results dropdown for recipient which was positioned below the navbar instead of next to the recipient input box)
friendica2013-11-13 23:10:29 -08:00
412ebdade7
issues with converse_width uncovered during testing
friendica2013-11-13 19:24:13 -08:00
0f6907ab68
change section_width to converse_width
friendica2013-11-13 17:19:56 -08:00
13fb987b04
some minor documentation updates and corrections
friendica2013-11-13 16:30:20 -08:00
4e9103830c
clicking on an event notification from somebody else should take you to view event - not edit event. Need to also check permissions on event module because reaching this form shouldn't have been possible without event write permissions.
friendica2013-11-13 14:18:07 -08:00
91f04e69c7
Merge pull request #201 from git-marijus/master
friendica2013-11-13 13:46:59 -08:00
6a9e1f2542
add font-size to searchbars
marijus2013-11-13 19:39:18 +01:00
8eaab0642f
very crude zid support for e2ee content and move bbcode converter to main.js so it's available when not logged in (though we might ultimately want to force people to get a matrix account to use our encryption).
friendica2013-11-12 15:44:49 -08:00