aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* sourced items which are then edited at the source weren't setting up the ↵friendica2013-12-191-1/+8
| | | | second delivery chain.
* default photo issue, and connections page showing deleted accounts. Also ↵friendica2013-12-195-6/+12
| | | | show last updated on connedit page
* add bbcode referencefriendica2013-12-192-0/+69
|
* give doc/help alternate mimetype supportfriendica2013-12-191-3/+24
|
* comanchificate mod_photosfriendica2013-12-194-27/+29
|
* make default profile photo configurable - should be functional but needs ↵friendica2013-12-1912-120/+31
| | | | admin ui
* add 'src' parameter to api photo listfriendica2013-12-191-1/+4
|
* if somebody tagged you in a private post, the tag email notification ↵friendica2013-12-191-3/+2
| | | | contained the obscured message. Clear it.
* more comanchefriendica2013-12-193-18/+10
|
* more comanchefriendica2013-12-193-7/+8
|
* more comanche migrationfriendica2013-12-1914-128/+59
|
* provide git revision in siteinfo if possible and if not instructed otherwisefriendica2013-12-182-5/+17
|
* remove the .wgl (widget list) file processing for ordering widgets on a ↵friendica2013-12-181-37/+1
| | | | page. This preceded Comanche and was never used and is now obsolete.
* Merge https://github.com/friendica/red into zpullfriendica2013-12-185-1492/+1295
|\
| * Merge pull request #246 from git-marijus/masterfriendica2013-12-183-19/+13
| |\ | | | | | | minor fixes
| | * show drop-icon on wall-item hover onlymarijus2013-12-182-6/+10
| | |
| | * we make this with css nowmarijus2013-12-181-11/+1
| | |
| | * fix a typomarijus2013-12-182-2/+2
| |/
| * Merge pull request #245 from tuscanhobbit/masterPaolo T2013-12-182-1473/+1282
| |\ | | | | | | corrections to italian translation
| | * corrections to italian translationp.tacconi2013-12-182-1473/+1282
| | |
* | | Add App::poi to store the "person of interest" for a given page. This is so ↵friendica2013-12-184-32/+31
|/ / | | | | | | we can comanchificate the vcard_from_xchan widget -- it will pick up the target xchan from the page environment.
* | split off mod_connections into mod_connections & mod_connedit - lots of ↵friendica2013-12-189-545/+160
| | | | | | | | links to fix
* | split mod/connections for comanchificationfriendica2013-12-171-0/+708
| |
* | more comanche stufffriendica2013-12-174-6/+2
| |
* | Merge https://github.com/friendica/red into zpullfriendica2013-12-171-4/+7
|\ \
| * \ Merge pull request #244 from zzottel/masterfriendica2013-12-171-4/+7
| |\ \ | | | | | | | | JS-less display module
| | * | JS-less displayzottel2013-12-171-4/+7
| |/ /
* / / authtest: do a better job of success/failure indicationfriendica2013-12-173-3/+8
|/ /
* | There's always more to do...friendica2013-12-161-0/+2
| |
* | Merge https://github.com/friendica/red into zpullfriendica2013-12-162-91/+35
|\ \
| * \ Merge pull request #243 from git-marijus/masterfriendica2013-12-162-91/+35
| |\ \ | | | | | | | | some more style.css work
| | * | move some stuff back to mod_connections.cssmarijus2013-12-162-34/+31
| | | |
| | * | remove some cruft and a typomarijus2013-12-161-57/+4
| | | |
| | * | Merge branch 'master' of https://github.com/friendica/redmarijus2013-12-1629-169/+1125
| | |\ \
| | * \ \ Merge branch 'master' of https://github.com/friendica/redmarijus2013-12-144-5/+29
| | |\ \ \
| | * \ \ \ Merge branch 'master' of https://github.com/friendica/redmarijus2013-12-13114-2297/+2429
| | |\ \ \ \
* | | | | | | Tricky little bug. Allowed somebody to bypass comment permissions. Hopefully ↵friendica2013-12-161-3/+4
|/ / / / / / | | | | | | | | | | | | | | | | | | the fix will have no undesired side effects.
* | | | / / bring back the collection edit sidebar widget on the connection edit page ↵friendica2013-12-161-1/+1
| |_|_|/ / |/| | | | | | | | | | | | | | until I sort out Comanche on that page.
* | | | | install redbasic during setup so that at least one theme is registered. ↵friendica2013-12-162-1/+3
| | | | | | | | | | | | | | | | | | | | Otherwise none of the display settings seem to work very well.
* | | | | some re-work of mod_sourcesfriendica2013-12-154-4/+25
| | | | |
* | | | | use 'a' ACL search instead of 'm' ACL search for mod_sourcesfriendica2013-12-151-0/+2
| | | | |
* | | | | bloody hell - it isn't defined either.friendica2013-12-151-2/+2
| | | | |
* | | | | bloody hell... php version incompatibility with openssl - openssl no longer ↵friendica2013-12-152-1/+12
| | | | | | | | | | | | | | | | | | | | accepts a string as an algorithm. Earlier versions didn't recognise sha256. So we'll look to see if the algorithm constant for sha256 is defined and if so we'll use that instead of the string.
* | | | | headline spacingfriendica2013-12-152-2/+3
| | | | |
* | | | | use consistent font-size for textfriendica2013-12-152-3/+3
| | | | |
* | | | | improve the flow of the message a bitfriendica2013-12-151-3/+5
| | | | |
* | | | | change the top margin so the headline gets in.friendica2013-12-151-1/+1
| | | | |
* | | | | can't use an access file or we can't see the assetsfriendica2013-12-151-4/+0
| | | | |
* | | | | set system.projecthome to 1 if you want the project page for a home page. ↵friendica2013-12-158-43/+870
| | | | | | | | | | | | | | | | | | | | There was a bit of re-org of mod/home, which might alter the behaviour for some existing sites. Basically we're not showing a login box at all if you've got home.html - there should be a login link in th nav bar. If you haven't defined anything at all we'll fall back to the old behaviour but still allow the home contents to be set via plugin.
* | | | | Provide a fallback channel to probe for magic-auth when we have no prior ↵friendica2013-12-156-24/+61
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | communications with a site. This will be a system channel if one exists, otherwise any channel will do. We'll try to use the first valid channel on the site because that was probably created when the site was installed and is the closest thing to a system channel we've got.