Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | more site stats | friendica | 2013-07-24 | 2 | -0/+13 |
| | |||||
* | recover padding functions which are still used | friendica | 2013-07-24 | 1 | -0/+15 |
| | |||||
* | get rid of legacy (unused) encryption stuff. | friendica | 2013-07-24 | 1 | -174/+1 |
| | |||||
* | not quite so much crypto logging | friendica | 2013-07-24 | 2 | -2/+3 |
| | |||||
* | start saving site info | friendica | 2013-07-23 | 2 | -4/+94 |
| | |||||
* | build_sync_packet - use correct host data element | friendica | 2013-07-23 | 1 | -1/+1 |
| | |||||
* | crypto logging | friendica | 2013-07-23 | 1 | -2/+6 |
| | |||||
* | potential solution to Friendica for Android photo uploads, which aren't ↵ | friendica | 2013-07-23 | 2 | -2/+5 |
| | | | | working on Red currently. | ||||
* | Merge https://github.com/friendica/red into zpull | friendica | 2013-07-22 | 0 | -0/+0 |
|\ | |||||
| * | Wrong path in include | Thomas Willingham | 2013-07-23 | 1 | -1/+1 |
| | | |||||
* | | itemobject location | friendica | 2013-07-22 | 1 | -1/+1 |
|/ | |||||
* | add logging to matrix page load because I don't want to spend a week telling ↵ | friendica | 2013-07-22 | 1 | -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 ↵ | friendica | 2013-07-22 | 2 | -1/+16 |
| | | | | (array), become superuser. Literally. Full control. Untested. | ||||
* | make zot_finger more bulletproof | friendica | 2013-07-21 | 2 | -1/+6 |
| | |||||
* | improve logging zot_finger | friendica | 2013-07-21 | 1 | -1/+1 |
| | |||||
* | mail completion issue | friendica | 2013-07-21 | 2 | -2/+2 |
| | |||||
* | get rid of ugly article wrapper | friendica | 2013-07-21 | 1 | -2/+0 |
| | |||||
* | log when zid_init invokes reverse magic-auth | friendica | 2013-07-21 | 1 | -0/+1 |
| | |||||
* | log forbidden photos with complete URL and observer webbie (if available). | friendica | 2013-07-21 | 1 | -0/+3 |
| | |||||
* | make forbidden sign less obnoxious and more theme-able | friendica | 2013-07-21 | 2 | -1/+1 |
| | |||||
* | getElementById returns null on failure | friendica | 2013-07-21 | 1 | -1/+1 |
| | |||||
* | fix error updating pagetitle with notify count if not logged in locally (no ↵ | friendica | 2013-07-21 | 1 | -10/+13 |
| | | | | notify count available) | ||||
* | remove obsolete notifications | friendica | 2013-07-21 | 2 | -19/+17 |
| | |||||
* | remove some unused settings from admin page | friendica | 2013-07-21 | 2 | -4/+0 |
| | |||||
* | improvements in delivery logging | friendica | 2013-07-21 | 3 | -17/+34 |
| | |||||
* | clone sync: extra param to zot_build_packet | friendica | 2013-07-20 | 2 | -2/+2 |
| | |||||
* | remove stray debugging | friendica | 2013-07-19 | 1 | -2/+2 |
| | |||||
* | private mail is just a little more private now. Not encrypted and the ↵ | friendica | 2013-07-19 | 3 | -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. | friendica | 2013-07-19 | 57 | -777/+1017 |
| | |||||
* | Clone syncronisation might work better if we sent out the right kind of ↵ | friendica | 2013-07-18 | 1 | -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) | friendica | 2013-07-18 | 1 | -1/+1 |
| | |||||
* | fix default channel setting after import | friendica | 2013-07-18 | 2 | -9/+16 |
| | |||||
* | start using profile_flags in photo queries so we can start creating ↵ | friendica | 2013-07-18 | 2 | -17/+41 |
| | | | | PHOTO_THING's | ||||
* | validate input to import_xchan(), as we don't consistently check it prior to ↵ | friendica | 2013-07-18 | 1 | -0/+7 |
| | | | | entering this function | ||||
* | Merge https://github.com/friendica/red into zpull | friendica | 2013-07-18 | 1 | -2/+4 |
|\ | |||||
| * | Merge pull request #81 from git-marijus/master | Thomas Willingham | 2013-07-18 | 1 | -2/+4 |
| |\ | | | | | | | make home link on remote sites work again | ||||
| | * | make home link on remote sites work again | marijus | 2013-07-18 | 1 | -2/+4 |
| |/ | |||||
* / | use (numeric) abook_id for friends/followers in Twitter API. Many existing ↵ | friendica | 2013-07-18 | 2 | -8/+8 |
|/ | | | | clients won't be able to handle xchans. Save those for the Red specific API. | ||||
* | position the visage timestamp | friendica | 2013-07-17 | 1 | -0/+4 |
| | |||||
* | fix template syntax | friendica | 2013-07-17 | 1 | -1/+1 |
| | |||||
* | update friends/followers API so Friendica Android client won't choke | friendica | 2013-07-17 | 2 | -6/+5 |
| | |||||
* | block duplicate channels | friendica | 2013-07-17 | 3 | -2/+12 |
| | |||||
* | Merge https://github.com/friendica/red into zpull | friendica | 2013-07-17 | 1 | -1/+1 |
|\ | |||||
| * | Merge pull request #80 from git-marijus/patch-1 | Thomas Willingham | 2013-07-17 | 1 | -1/+1 |
| |\ | | | | | | | Update style.css | ||||
| | * | Update style.css | git-marijus | 2013-07-17 | 1 | -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 ↵ | friendica | 2013-07-17 | 2 | -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 zpull | friendica | 2013-07-17 | 172 | -900/+27 |
|\ | |||||
| * | Observer permissions (but not ACL yet) for webpages. | Thomas Willingham | 2013-07-16 | 1 | -0/+11 |
| | | |||||
| * | Kill autogenerated warnings, plus a typo. | Thomas Willingham | 2013-07-16 | 171 | -898/+14 |
| | | |||||
| * | Whitespace making smarty fart | Thomas Willingham | 2013-07-16 | 1 | -2/+2 |
| | |