Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | provide a page template "none" which lets a webpage take over the entire ↵ | friendica | 2013-11-20 | 1 | -0/+1 |
| | | | | 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. | ||||
* | fix plugin and them toggles for the colourblind, add theme info block and ↵ | friendica | 2013-11-18 | 5 | -2/+13 |
| | | | | recent screenshot to redbasic | ||||
* | admin/users - add expiration date to table and ability to sort by reverse ↵ | friendica | 2013-11-18 | 1 | -0/+1 |
| | | | | expiration and also filter by service class through url options | ||||
* | implement admin remove account | friendica | 2013-11-17 | 2 | -4/+9 |
| | |||||
* | more photo menu positioning work for varying photo sizes | friendica | 2013-11-16 | 2 | -6/+7 |
| | |||||
* | make submit buttons look more or less like links | friendica | 2013-11-16 | 1 | -1/+4 |
| | |||||
* | more of a light&fresh look | friendica | 2013-11-16 | 2 | -3/+7 |
| | |||||
* | theme works | friendica | 2013-11-16 | 1 | -1/+1 |
| | |||||
* | theme work | friendica | 2013-11-15 | 1 | -0/+4 |
| | |||||
* | do a better job of lining things up (like comments) when the photo size changes | friendica | 2013-11-15 | 2 | -2/+4 |
| | |||||
* | reposition certain things like the wall-to-wall "to" photo when one changes ↵ | friendica | 2013-11-15 | 2 | -6/+9 |
| | | | | the size of the author icons | ||||
* | Merge pull request #204 from tuscanhobbit/master | friendica | 2013-11-15 | 2 | -907/+1171 |
|\ | | | | | Updated Italian translation with new E2EE strings | ||||
| * | Updated Italian translation with E2EE strings | p.tacconi | 2013-11-15 | 2 | -907/+1171 |
| | | |||||
* | | allow rpost to set source app | friendica | 2013-11-15 | 1 | -0/+1 |
| | | |||||
* | | make font size tweakable for the whole app | friendica | 2013-11-15 | 4 | -2/+11 |
| | | |||||
* | | changed some defaults - for some of us everything will have shrunk and may ↵ | friendica | 2013-11-15 | 2 | -6/+6 |
| | | | | | | | | be hard to read. turn on expert mode if you want to change them back. | ||||
* | | Merge https://github.com/friendica/red into zpull | friendica | 2013-11-15 | 1 | -1/+2 |
|\ \ | |||||
| * \ | Merge pull request #203 from git-marijus/master | friendica | 2013-11-15 | 1 | -1/+2 |
| |\ \ | | | | | | | | | wrong variable | ||||
| | * | | wrong variable | marijus | 2013-11-15 | 1 | -1/+2 |
| | | | | |||||
* | | | | reposition the photo menu button when the author photo is resized | friendica | 2013-11-15 | 2 | -3/+8 |
|/ / / | |||||
* / / | redbasic - set pixel dimensions of conversation top author photo and reply ↵ | friendica | 2013-11-15 | 4 | -3/+23 |
|/ / | | | | | | | 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. | ||||
* | | fix default cipher for comments and set it at the conversation level rather ↵ | friendica | 2013-11-14 | 1 | -1/+1 |
| | | | | | | | | than the item level. | ||||
* | | when setting font_size - the expert setting needs units. Otherwise you can't ↵ | friendica | 2013-11-14 | 2 | -2/+2 |
| | | | | | | | | switch from px to em | ||||
* | | e2ee in comments and a bit of cleanup so not every theme has to define how ↵ | friendica | 2013-11-14 | 2 | -38/+13 |
| | | | | | | | | 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. | ||||
* | | make autocomplete better themable by adding an id | marijus | 2013-11-14 | 6 | -10/+33 |
| | | |||||
* | | E2EE on private mail (also fixed autocomplete results dropdown for recipient ↵ | friendica | 2013-11-13 | 2 | -6/+5 |
| | | | | | | | | which was positioned below the navbar instead of next to the recipient input box) | ||||
* | | issues with converse_width uncovered during testing | friendica | 2013-11-13 | 3 | -3/+3 |
| | | |||||
* | | change section_width to converse_width | friendica | 2013-11-13 | 3 | -12/+9 |
| | | |||||
* | | add font-size to searchbars | marijus | 2013-11-13 | 1 | -0/+8 |
| | | |||||
* | | typo | marijus | 2013-11-13 | 1 | -6/+6 |
| | | |||||
* | | search placeholder work | marijus | 2013-11-13 | 1 | -0/+30 |
| | | |||||
* | | Merge branch 'master' of https://github.com/friendica/red | marijus | 2013-11-13 | 2 | -0/+3 |
|\ \ | |||||
| * | | fix photo permissions on encrypted posts | friendica | 2013-11-13 | 2 | -0/+3 |
| | | | |||||
* | | | more searchbar style work | marijus | 2013-11-13 | 1 | -9/+9 |
|/ / | |||||
* | | fix chanview | friendica | 2013-11-12 | 1 | -1/+1 |
| | | |||||
* | | fix forbidden photos and vcard photo template | friendica | 2013-11-12 | 1 | -1/+1 |
| | | |||||
* | | removeme sort of works for a single channel - lots of loose ends to deal ↵ | friendica | 2013-11-12 | 1 | -0/+2 |
| | | | | | | | | with but it's a start | ||||
* | | very crude zid support for e2ee content and move bbcode converter to main.js ↵ | friendica | 2013-11-12 | 1 | -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 1024px | friendica | 2013-11-12 | 1 | -0/+1 |
| | |||||
* | basic linking of audio/video tags in encrypted bbcode | friendica | 2013-11-11 | 1 | -1/+2 |
| | |||||
* | having a real problem with $section_width - which is preventing fluid layouts. | friendica | 2013-11-11 | 1 | -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 ciphers | friendica | 2013-11-11 | 1 | -1/+1 |
| | |||||
* | add rabbit and tripledes ciphers - probably need a pconfig to set the default | friendica | 2013-11-11 | 1 | -0/+2 |
| | |||||
* | make e2ee work on tinymce | friendica | 2013-11-11 | 1 | -3/+4 |
| | |||||
* | provide real barebones XSS protection on e2ee contents and implement a few ↵ | friendica | 2013-11-11 | 1 | -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 e2ee | friendica | 2013-11-11 | 1 | -7/+9 |
| | |||||
* | change spacing to fit other widgets | marijus | 2013-11-11 | 1 | -10/+8 |
| | |||||
* | turn safemode into a proper widget | friendica | 2013-11-11 | 1 | -1/+3 |
| | |||||
* | display encrypted text inline | friendica | 2013-11-11 | 1 | -0/+36 |
| | |||||
* | e2ee | friendica | 2013-11-10 | 3 | -3/+9 |
| |