Commit Graph

222 Commits

Author SHA1 Message Date
friendica cb37c0ce14 make PM expiry UI match the main post editor, e.g. JS input triggered by an icon rather than a scary looking text field 2013-11-07 15:30:59 -08:00
friendica 7381326b7a provide expire feature on post and comments as well as private messages. This requires a feature setting and is currently unmaskable - if the author says it's gone, there's not a lot you can do to stop it or try and save it. It's gone. 2013-11-07 00:47:50 -08:00
friendica df4c917120 Merge https://github.com/friendica/red into zpull 2013-11-06 18:37:02 -08:00
friendica 6162de142c allow private mail sender to set an expiration on their messages. Once expired the message is destroyed at both ends (subject to the granularity of the polling interval) and is gone. Officially it takes some form of language independent string like 2013/11/22, but English speakers can use anything that strtotime() understands, like "+30 minutes" or "next Tuesday". 2013-11-06 18:28:36 -08:00
Thomas Willingham c2cf3254c8 Don't fart if we've got a schema that doesn't exist at this hub. 2013-11-06 17:17:12 +00:00
friendica f4cb145f3c redbasic - allow changing icon colours 2013-11-05 16:21:38 -08:00
friendica b15c9de1e5 soften the background a bit more 2013-11-05 15:34:17 -08:00
friendica e28b12a5e1 Merge https://github.com/friendica/red into zpull 2013-11-05 15:31:03 -08:00
friendica b4f8c247a2 soften the colours a wee bit for the default case 2013-11-05 15:29:44 -08:00
marijus 9dfa7c6030 make the font-colour for the banner adjustable as well 2013-11-06 00:16:02 +01:00
friendica 72287b2478 fix the saved search term delete icons in redbasic so they are hidden by default. This is a bit harder using font-based icons than it was with images that could easily be hidden. We'll do it with opacity instead of visibility or display css settings. 2013-11-03 15:14:31 -08:00
friendica 4d470f2d70 add sloppy photo setting and fix default navbar hide setting 2013-11-03 14:57:29 -08:00
friendica 5ba813397b provide nav_min_opacity which allows the navbar to fade or even vanish until hovered with a value of for instance '0'; 2013-11-03 14:26:42 -08:00
friendica cb84485f7c now that the icons have been softened, the drop-icons stick out like a sore thumb. Soften them as well 2013-10-24 00:51:02 -07:00
23n c3d0413956 no underlines for hovered icons 2013-10-24 05:59:08 +02:00
friendica 7b7ef56b54 replace text links with icons on design pages 2013-10-23 19:35:51 -07:00
marijus 3f629c817d might be some style enhancement 2013-10-23 14:14:34 +02:00
Christian Vogeley 2db45695e8 Merge upstream 2013-10-20 01:22:51 +02:00
Christian Vogeley c0789bdb4f redbasic: set width of main section 2013-10-20 01:19:04 +02:00
Thomas Willingham 90fc3c1caf Errant logging. 2013-10-17 02:16:47 +01:00
Thomas Willingham b860a21fdc Check only for php in schema globs. 2013-10-16 19:05:40 +01:00
Thomas Willingham 30e4a36084 Don't break themes by using functions we don't need.
If you've got a theme that started off copying Redbasic (ie, all of you) need to do this too.
2013-10-16 17:08:19 +01:00
marijus 43289103ee i guess we should use .active class for all selected links. 2013-10-14 18:13:02 +02:00
friendica 4f2c056d6d template and icons for categories and "file as" 2013-10-14 04:49:28 -07:00
friendica db42e4d2f9 attachment icons revisited 2013-10-13 21:14:04 -07:00
friendica 3c3c13c630 Merge https://github.com/friendica/red into zpull 2013-10-13 15:52:53 -07:00
friendica 1354702d69 remove the disabled flag on individual permissions and improve the text to show that settings may be inherited. The reason for this change is that we want the individual settings to be stored regardless of the inherited settings, because if somebody changes the higher precedence privacy settings it could leave all their existing contacts with no permissions and this could be a support nightmare.
So this way if somebody starts off with "anybody on the network can send me their stream and posts" and later changes it to "only specific connections can send me their stream and posts", the individual setting will already be set for all their connections. The previous behaviour is that this setting would have been disabled so none of their existing connections will have this specific permission. Old-timers who were here and made lots of connections before this commit - will have to edit all their connections if they change their privacy settings from lesser restrictive to be more restrictive.
2013-10-13 15:42:30 -07:00
marijus 2d23fcfe5a reorder items in private-mail - the delete button is on the right side everywhere else... 2013-10-13 22:24:33 +02:00
friendica 1c8a36f9ca mail recall 2013-10-11 23:12:10 -07:00
friendica 7e850e0687 more icons 2013-10-11 22:30:11 -07:00
Thomas Willingham 033b1ed430 Dark schema, and associated fixes. 2013-10-11 17:36:02 +01:00
Thomas Willingham 54ad3a74d4 Typo 2013-10-11 17:25:52 +01:00
friendica f07baa9199 more readability improvements 2013-10-10 20:23:38 -07:00
friendica c52db29ff5 set the colour of the active nav element so it doesn't get washed out 2013-10-10 20:17:41 -07:00
friendica 993e90e974 Easier to load a chosen schema if one has a chosen schema to load... 2013-10-10 17:02:52 -07:00
friendica 8cc87d6448 fix blue lock 2013-10-10 16:29:41 -07:00
friendica 6ac0a84fac Merge https://github.com/friendica/red into zpull 2013-10-10 16:15:54 -07:00
friendica a92e1c617b Add install instructions for cloning WebDAV component (which I think is best if we make optional). There may be webserver dependencies so let's just call this a plugin of sorts, but different than normal plugins because if it's installed it will be tightly integrated with everything we do. Eventually we may provide a static repository or select a specific sabre-dav version so that we're immune from changes upstream which break stuff we're doing; but for now we'll use the fruux main repository and install using the trunk. 2013-10-10 16:09:26 -07:00
Thomas Willingham 9533ea995c Add "scheme default" button for nav colours. 2013-10-10 22:14:18 +01:00
Thomas Willingham 6d85acc413 *sigh* I swear I DID test this first... 2013-10-10 19:22:28 +01:00
Thomas Willingham cdf608898a Various schema issues. 2013-10-10 19:18:33 +01:00
Thomas Willingham d05899fb50 But remember to set the expert flag 2013-10-10 18:42:21 +01:00
Thomas Willingham 41838fdfad Basic schema support - but no actual schemas. 2013-10-10 18:39:28 +01:00
marijus 3891b605fe get rid of the clean font because it looks weird in some browsers 2013-10-10 12:59:41 +02:00
friendica 87f1c6b8ec more icon conversions - savedsearch listings need more work. The drop icon should be hidden unless the entry is being hovered. 2013-10-09 20:19:02 -07:00
friendica 1fdc82e0a1 delete icons 2013-10-09 18:43:49 -07:00
friendica 1aa69604fc more redbasic icon work 2013-10-09 18:33:33 -07:00
marijus 9fd85bb289 might be better that way 2013-10-09 22:32:28 +02:00
marijus e7f9d603be pimp up the searchbar a little and hoping it is the right way to do
it
2013-10-09 21:44:22 +02:00
friendica 1e7034c4da nav icons 2013-10-09 03:26:24 -07:00