aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* admin/users - add expiration date to table and ability to sort by reverse ↵friendica2013-11-182-20/+30
| | | | expiration and also filter by service class through url options
* resetting password tries to update email address even if it didn't change - ↵friendica2013-11-181-1/+1
| | | | and if you've got the admin email this spits out a warning.
* set a default value for $webbie - it's the right thing to do.friendica2013-11-181-0/+2
|
* to clarify the fact, we'll remove the line we no longer need instead of ↵friendica2013-11-181-1/+0
| | | | commenting it
* change the way magic-auth works - we rarely need a destination channel and ↵friendica2013-11-182-107/+106
| | | | | | if that channel has problems it shouldn't mess up authentication to the hub.
* magic auth issuesfriendica2013-11-173-5/+5
|
* filter out duplicate recipients on local deliveries. We only need to deliver ↵friendica2013-11-171-1/+19
| | | | stuff once to any particular channel.
* fix commented timestampfriendica2013-11-171-3/+4
|
* better job of setting parent createdfriendica2013-11-171-7/+4
|
* pull in some posts when we first connect with a new channel (if allowed to) ↵friendica2013-11-177-26/+49
| | | | - if not allowed to, do it if that condition changes
* typofriendica2013-11-171-3/+3
|
* s/Developer Preview/Public Preview/gfriendica2013-11-171-1/+1
|
* 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
| | | |