aboutsummaryrefslogtreecommitdiffstats
path: root/view
Commit message (Collapse)AuthorAgeFilesLines
* more searchbar style workmarijus2013-11-131-9/+9
|
* fix chanviewfriendica2013-11-121-1/+1
|
* fix forbidden photos and vcard photo templatefriendica2013-11-121-1/+1
|
* removeme sort of works for a single channel - lots of loose ends to deal ↵friendica2013-11-121-0/+2
| | | | with but it's a start
* very crude zid support for e2ee content and move bbcode converter to main.js ↵friendica2013-11-121-123/+0
| | | | 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).
* cap width of conversations at 1024pxfriendica2013-11-121-0/+1
|
* basic linking of audio/video tags in encrypted bbcodefriendica2013-11-111-1/+2
|
* having a real problem with $section_width - which is preventing fluid layouts.friendica2013-11-111-0/+2
| | | | | | I don't see an easy way a fixed width can work - either as percentage or a pixel width. I think the right way to do this is probably to set a right-margin - which will let the width float within the constraints of the viewport but should achieve the same result.
* ability to use other ciphersfriendica2013-11-111-1/+1
|
* add rabbit and tripledes ciphers - probably need a pconfig to set the defaultfriendica2013-11-111-0/+2
|
* make e2ee work on tinymcefriendica2013-11-111-3/+4
|
* provide real barebones XSS protection on e2ee contents and implement a few ↵friendica2013-11-111-25/+42
| | | | bbcode tags we're likely to see a lot of. Still need to write a js zid() function to properly implement zrl and zmg but at least they will be linked now.
* localise js ui strings for e2eefriendica2013-11-111-7/+9
|
* change spacing to fit other widgetsmarijus2013-11-111-10/+8
|
* turn safemode into a proper widgetfriendica2013-11-111-1/+3
|
* display encrypted text inlinefriendica2013-11-111-0/+36
|
* e2eefriendica2013-11-103-3/+9
|
* some more doco for how to finish it.friendica2013-11-101-0/+3
|
* Didn't finish it. Gotta' pee.friendica2013-11-101-0/+2
|
* provide zid in js so we can use it from clientfriendica2013-11-101-0/+1
|
* Merge https://github.com/friendica/red into zpullfriendica2013-11-091-0/+2
|\ | | | | | | | | Conflicts: mod/directory.php
| * Bring safe search to the UIThomas Willingham2013-11-091-0/+2
| |
* | yes we might need it sometime and we are not supporting IE6 anywaymarijus2013-11-091-9/+5
| |
* | oups... something missing...marijus2013-11-091-1/+2
| |
* | some style work on searchbar autocompletemarijus2013-11-091-3/+30
|/
* make PM expiry UI match the main post editor, e.g. JS input triggered by an ↵friendica2013-11-073-8/+19
| | | | icon rather than a scary looking text field
* provide expire feature on post and comments as well as private messages. ↵friendica2013-11-074-1/+21
| | | | 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.
* Merge https://github.com/friendica/red into zpullfriendica2013-11-061-1/+4
|\
| * Don't fart if we've got a schema that doesn't exist at this hub.Thomas Willingham2013-11-061-1/+4
| |
* | allow private mail sender to set an expiration on their messages. Once ↵friendica2013-11-062-3/+6
|/ | | | 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".
* INSTALL for dummies - step 1: ensure that we throw an ugly error message in ↵friendica2013-11-051-0/+11
| | | | | | | their face if there's an ugly error when we first try to install. DON'T white screen until after they've got it running.
* redbasic - allow changing icon coloursfriendica2013-11-055-44/+66
|
* soften the background a bit morefriendica2013-11-051-2/+2
|
* Merge https://github.com/friendica/red into zpullfriendica2013-11-054-5/+13
|\
| * make the font-colour for the banner adjustable as wellmarijus2013-11-064-5/+13
| |
* | soften the colours a wee bit for the default casefriendica2013-11-051-3/+3
|/
* make date order the default for the directoryfriendica2013-11-031-1/+1
|
* fix the saved search term delete icons in redbasic so they are hidden by ↵friendica2013-11-032-19/+21
| | | | 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.
* add sloppy photo setting and fix default navbar hide settingfriendica2013-11-036-64/+73
|
* provide nav_min_opacity which allows the navbar to fade or even vanish until ↵friendica2013-11-034-15/+39
| | | | hovered with a value of for instance '0';
* rev update and de string fixfriendica2013-11-031-1/+1
|
* Update messages.pomaase22013-11-021-1/+1
| | | Fix missing blank
* provide an html src converterfriendica2013-10-311-0/+61
|
* issue #189 - show post edited time on relative date hovertipfriendica2013-10-302-3/+2
|
* Minor CSS - make full.css nav bar the same size as the nav barThomas Willingham2013-10-261-1/+1
| | | | everywhere else.
* Merge pull request #185 from tuscanhobbit/masterfriendica2013-10-242-182/+231
|\ | | | | Italian translation has been aligned
| * Italian translation finally reached 100%p.tacconi2013-10-242-329/+489
| |
* | now that the icons have been softened, the drop-icons stick out like a sore ↵friendica2013-10-241-1/+1
| | | | | | | | thumb. Soften them as well
* | no underlines for hovered icons23n2013-10-241-0/+4
| |
* | replace text links with icons on design pagesfriendica2013-10-233-7/+14
| |