aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | allow rpost to set source appfriendica2013-11-153-1/+4
| | | |
* | | | make font size tweakable for the whole appfriendica2013-11-154-2/+11
| | | |
* | | | changed some defaults - for some of us everything will have shrunk and may ↵friendica2013-11-152-6/+6
| | | | | | | | | | | | | | | | be hard to read. turn on expert mode if you want to change them back.
* | | | Merge https://github.com/friendica/red into zpullfriendica2013-11-151-1/+2
|\ \ \ \
| * \ \ \ Merge pull request #203 from git-marijus/masterfriendica2013-11-151-1/+2
| |\ \ \ \ | | | | | | | | | | | | wrong variable
| | * | | | wrong variablemarijus2013-11-151-1/+2
| | | | | |
* | | | | | reposition the photo menu button when the author photo is resizedfriendica2013-11-152-3/+8
|/ / / / /
* | | | | redbasic - set pixel dimensions of conversation top author photo and reply ↵friendica2013-11-156-367/+437
| | | | | | | | | | | | | | | | | | | | 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.
* | | | | doc updatefriendica2013-11-1552-213/+463
|/ / / /
* | | | fix default cipher for comments and set it at the conversation level rather ↵friendica2013-11-143-9/+11
| | | | | | | | | | | | | | | | than the item level.
* | | | when setting font_size - the expert setting needs units. Otherwise you can't ↵friendica2013-11-142-2/+2
| | | | | | | | | | | | | | | | switch from px to em
* | | | silence a warningfriendica2013-11-141-1/+1
| | | |
* | | | baby steps tring to get magix auth working for redmtxfriendica2013-11-141-4/+15
| | | |
* | | | dirsearch and pubsites - force non-SSL sites to float to the bottom of the listfriendica2013-11-142-2/+10
| | | |
* | | | Provide a means to "join now" on the project page.friendica2013-11-141-1/+4
| | | |
* | | | making it less complicated to joinfriendica2013-11-142-2/+3
| | | |
* | | | typofriendica2013-11-141-1/+1
| | | |
* | | | Don't allow channel creation with a nicknamefriendica2013-11-141-0/+6
| | | |
* | | | define js profile_uid in photos modulefriendica2013-11-141-1/+1
| | | |
* | | | e2ee in comments and a bit of cleanup so not every theme has to define how ↵friendica2013-11-146-42/+55
| | | | | | | | | | | | | | | | 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.
* | | | Merge https://github.com/friendica/red into zpullfriendica2013-11-148-11/+36
|\ \ \ \
| * \ \ \ Merge pull request #202 from git-marijus/masterfriendica2013-11-148-11/+36
| |\ \ \ \ | | | | | | | | | | | | make autocomplete better themable by adding an id
| | * | | | make autocomplete better themable by adding an idmarijus2013-11-148-11/+36
| |/ / / /
* / / / / acl in webpages and a couple of other little bits related to webpages - sort ↵friendica2013-11-144-19/+41
|/ / / / | | | | | | | | | | | | the list of pages by last edited and use prepare_body() so we get private stuff (and attachments, categories, etc.) formatted correctly
* | | | E2EE on private mail (also fixed autocomplete results dropdown for recipient ↵friendica2013-11-134-8/+22
| | | | | | | | | | | | | | | | which was positioned below the navbar instead of next to the recipient input box)
* | | | issues with converse_width uncovered during testingfriendica2013-11-133-3/+3
| | | |
* | | | change section_width to converse_widthfriendica2013-11-133-12/+9
| | | |
* | | | some minor documentation updates and correctionsfriendica2013-11-135-20/+30
| | | |
* | | | Merge https://github.com/friendica/red into zpullfriendica2013-11-131-9/+47
|\ \ \ \
| * \ \ \ Merge pull request #201 from git-marijus/masterfriendica2013-11-131-9/+47
| |\ \ \ \ | | | | | | | | | | | | searchbar work
| | * | | | add font-size to searchbarsmarijus2013-11-131-0/+8
| | | | | |
| | * | | | typomarijus2013-11-131-6/+6
| | | | | |
| | * | | | search placeholder workmarijus2013-11-131-0/+30
| | | | | |
| | * | | | Merge branch 'master' of https://github.com/friendica/redmarijus2013-11-134-3/+12
| | |\ \ \ \ | | |/ / / / | |/| | | |
| | * | | | more searchbar style workmarijus2013-11-131-9/+9
| | | | | |
* | | | | | clicking on an event notification from somebody else should take you to view ↵friendica2013-11-131-1/+1
|/ / / / / | | | | | | | | | | | | | | | 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.
* / / / / fix photo permissions on encrypted postsfriendica2013-11-134-3/+12
|/ / / /
* | | | fix chanviewfriendica2013-11-121-1/+1
| | | |
* | | | fix forbidden photos and vcard photo templatefriendica2013-11-122-4/+5
| | | |
* | | | too many friendica references in the siteinfo panelfriendica2013-11-121-5/+5
| | | |
* | | | removeme sort of works for a single channel - lots of loose ends to deal ↵friendica2013-11-126-38/+64
| | | | | | | | | | | | | | | | with but it's a start
* | | | revert addeditortext changes for tinymce detectionfriendica2013-11-121-6/+5
| | | |
* | | | Merge https://github.com/friendica/red into zpullfriendica2013-11-122-4/+14
|\ \ \ \
| * \ \ \ Merge pull request #199 from oohlaf/fixesOlaf Conradi2013-11-121-3/+13
| |\ \ \ \ | | | | | | | | | | | | Improve Nginx config
| | * | | | Add woff files to static downloadOlaf Conradi2013-11-121-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | This enables font downloading in binary mode.
| | * | | | Improve Nginx config to prevent php injection in uriOlaf Conradi2013-11-121-2/+12
| |/ / / / | | | | | | | | | | | | | | | First check if php script exists before calling php-fpm.
| * | | | Merge pull request #198 from oohlaf/fixesOlaf Conradi2013-11-121-1/+1
| |\ \ \ \ | | |_|_|/ | |/| | | Fix missing argument warning
| | * | | Fix missing argument warningOlaf Conradi2013-11-121-1/+1
| |/ / /
* / / / very crude zid support for e2ee content and move bbcode converter to main.js ↵friendica2013-11-122-123/+135
|/ / / | | | | | | | | | 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-122-1/+2
| | |