aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* 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-112-1/+6
|
* add rabbit and tripledes ciphers - probably need a pconfig to set the defaultfriendica2013-11-112-7/+42
|
* make e2ee work on tinymcefriendica2013-11-112-4/+19
|
* 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-113-17/+21
|
* Merge https://github.com/friendica/red into zpullfriendica2013-11-112-10/+9
|\
| * Merge pull request #196 from git-marijus/masterfriendica2013-11-112-10/+9
| |\ | | | | | | change spacing to fit other widgets