aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* start saving site infofriendica2013-07-232-4/+94
|
* build_sync_packet - use correct host data elementfriendica2013-07-231-1/+1
|
* crypto loggingfriendica2013-07-231-2/+6
|
* potential solution to Friendica for Android photo uploads, which aren't ↵friendica2013-07-232-2/+5
| | | | working on Red currently.
* Merge https://github.com/friendica/red into zpullfriendica2013-07-220-0/+0
|\
| * Wrong path in includeThomas Willingham2013-07-231-1/+1
| |
* | itemobject locationfriendica2013-07-221-1/+1
|/
* add logging to matrix page load because I don't want to spend a week telling ↵friendica2013-07-221-0/+2
| | | | somebody how to determine if it found anything. Now it will just take a week to tell them how to turn on LOGGER_ALL and read the logfile.
* remote control - if auth'd visitor is in config system remote_admins ↵friendica2013-07-222-1/+16
| | | | (array), become superuser. Literally. Full control. Untested.
* make zot_finger more bulletprooffriendica2013-07-212-1/+6
|
* improve logging zot_fingerfriendica2013-07-211-1/+1
|
* mail completion issuefriendica2013-07-212-2/+2
|
* get rid of ugly article wrapperfriendica2013-07-211-2/+0
|
* log when zid_init invokes reverse magic-authfriendica2013-07-211-0/+1
|
* log forbidden photos with complete URL and observer webbie (if available).friendica2013-07-211-0/+3
|
* make forbidden sign less obnoxious and more theme-ablefriendica2013-07-212-1/+1
|
* getElementById returns null on failurefriendica2013-07-211-1/+1
|
* fix error updating pagetitle with notify count if not logged in locally (no ↵friendica2013-07-211-10/+13
| | | | notify count available)
* remove obsolete notificationsfriendica2013-07-212-19/+17
|
* remove some unused settings from admin pagefriendica2013-07-212-4/+0
|
* improvements in delivery loggingfriendica2013-07-213-17/+34
|
* clone sync: extra param to zot_build_packetfriendica2013-07-202-2/+2
|
* remove stray debuggingfriendica2013-07-191-2/+2
|
* private mail is just a little more private now. Not encrypted and the ↵friendica2013-07-193-9/+41
| | | | | | obfuscation is easily reversible, but not casually readable by browsing logfiles or mysql dumps. This isn't backward compatible - folks will have to upgrade if they can't read their mail.
* private pokes - perhaps a little *too* private.friendica2013-07-1957-777/+1017
|
* Clone syncronisation might work better if we sent out the right kind of ↵friendica2013-07-181-1/+2
| | | | packet. We need to send them as 'notify' packets and arrange for pickup just like other authenticated message types.
* fix registration email (sitename)friendica2013-07-181-1/+1
|
* fix default channel setting after importfriendica2013-07-182-9/+16
|
* start using profile_flags in photo queries so we can start creating ↵friendica2013-07-182-17/+41
| | | | PHOTO_THING's
* validate input to import_xchan(), as we don't consistently check it prior to ↵friendica2013-07-181-0/+7
| | | | entering this function
* Merge https://github.com/friendica/red into zpullfriendica2013-07-181-2/+4
|\
| * Merge pull request #81 from git-marijus/masterThomas Willingham2013-07-181-2/+4
| |\ | | | | | | make home link on remote sites work again
| | * make home link on remote sites work againmarijus2013-07-181-2/+4
| |/
* / use (numeric) abook_id for friends/followers in Twitter API. Many existing ↵friendica2013-07-182-8/+8
|/ | | | clients won't be able to handle xchans. Save those for the Red specific API.
* position the visage timestampfriendica2013-07-171-0/+4
|
* fix template syntaxfriendica2013-07-171-1/+1
|
* update friends/followers API so Friendica Android client won't chokefriendica2013-07-172-6/+5
|
* block duplicate channelsfriendica2013-07-173-2/+12
|
* Merge https://github.com/friendica/red into zpullfriendica2013-07-171-1/+1
|\
| * Merge pull request #80 from git-marijus/patch-1Thomas Willingham2013-07-171-1/+1
| |\ | | | | | | Update style.css
| | * Update style.cssgit-marijus2013-07-171-1/+1
| |/ | | | | wall-item-arrowphoto-wrapper z-index should not be higher than nav z-index otherwise arrow scroll above the nav area...
* / usability improvements on abook permissions settings - keep advanced ↵friendica2013-07-172-6/+30
|/ | | | dialogue open, make quick links clear relevant settings before setting each, and don't auto submit. This shows you exactly what happens with the quick settings and allows you to change/correct it if it isn't what you want.
* Merge https://github.com/friendica/red into zpullfriendica2013-07-17172-900/+27
|\
| * Observer permissions (but not ACL yet) for webpages.Thomas Willingham2013-07-161-0/+11
| |
| * Kill autogenerated warnings, plus a typo.Thomas Willingham2013-07-16171-898/+14
| |
| * Whitespace making smarty fartThomas Willingham2013-07-161-2/+2
| |
* | configurable theme precedence rules, and passing the page owner to the pcss ↵friendica2013-07-175-7/+50
| | | | | | | | theme settings.
* | provide a controlling user for theme settings, not necessarily local_user() ↵friendica2013-07-164-15/+36
| | | | | | | | - can't test on my test site so moving into production and I'll debug it there.
* | define some photo types; primarily profile photos and things, but there is ↵friendica2013-07-163-1/+38
|/ | | | room for others. Also move the "decoration" out of the mod_page.css and into fancy.css - mod_xxx.css should only specify element positions and basic layout, not "decoration". Once we get more positioning stuff moved into module and basic layout files, we can trim down the style.css a lot - as it will theoretically only have decoration. And if we use macro substitution (pcss) we should be able to ultimately change the colour, size or background in one place and be done with it. This will make life easier for theme developers.
* photo_flags - for adding taxonomy photos and other stuff.friendica2013-07-163-2/+12
|