aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* parse_url: add missing scheme unless url begins with '/'friendica2013-07-162-1/+5
|
* theme the page link titlefriendica2013-07-152-1/+8
|
* add channel_name to delivery logs because it is a bit more useful than an ↵friendica2013-07-152-11/+12
| | | | xchan_hash
* Merge https://github.com/friendica/red into zpullfriendica2013-07-154-23/+22
|\
| * Merge pull request #78 from git-marijus/masterfriendica2013-07-154-23/+22
| |\ | | | | | | some more spin.js porting
| | * style updates due to spin.js portingmarijus2013-07-151-4/+4
| | |
| | * more spin.js portingmarijus2013-07-153-19/+18
| |/
* / fix some issues that showed up in the logs.friendica2013-07-152-8/+16
|/
* more diagnosticsfriendica2013-07-153-4/+4
|
* provide a way to search the directory by modification datefriendica2013-07-142-2/+16
|