aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* populate some posts when somebody is granted "read stream" permissionfriendica2013-11-177-6/+34
|
* more work on redmtx.com magic-auth situationfriendica2013-11-171-4/+22
|
* implement admin remove accountfriendica2013-11-173-7/+12
|
* document extra featuresfriendica2013-11-175-5/+111
|
* more photo menu positioning work for varying photo sizesfriendica2013-11-162-6/+7
|
* make submit buttons look more or less like linksfriendica2013-11-161-1/+4
|
* more to-dofriendica2013-11-161-1/+4
|
* update to-dofriendica2013-11-161-0/+2
|
* more of a light&fresh lookfriendica2013-11-162-3/+7
|
* theme worksfriendica2013-11-162-2/+2
|
* theme workfriendica2013-11-151-0/+4
|
* do a better job of lining things up (like comments) when the photo size changesfriendica2013-11-152-2/+4
|
* reposition certain things like the wall-to-wall "to" photo when one changes ↵friendica2013-11-152-6/+9
| | | | the size of the author icons
* update to-do listfriendica2013-11-151-0/+2
|
* Merge https://github.com/friendica/red into zpullfriendica2013-11-152-907/+1171
|\
| * Merge pull request #204 from tuscanhobbit/masterfriendica2013-11-152-907/+1171
| |\ | | | | | | Updated Italian translation with new E2EE strings
| | * Updated Italian translation with E2EE stringsp.tacconi2013-11-152-907/+1171
| | |
| | * Merge pull request #4 from friendica/masterPaolo T2013-11-12357-2901/+17204
| | |\ | | | | | | | | Fork aligned to red master
| | * \ Merge pull request #3 from friendica/masterPaolo T2013-10-25688-1043/+187815
| | |\ \ | | | | | | | | | | Align to main project HEAD
* | | | | revert to prepare_page - but have it call prepare_bodyfriendica2013-11-152-2/+2
|/ / / /
* | | | Let's provide a shared to-do list for code and docofriendica2013-11-153-0/+63
| | | |
* | | | change product name on notification emails to lowercasefriendica2013-11-151-1/+1
| | | |
* | | | comment out the multi-delete feature until somebody wants it bad enough to ↵friendica2013-11-151-1/+1
| | | | | | | | | | | | | | | | make it work
* | | | 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
| | | |