Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | |||||
* | | configurable theme precedence rules, and passing the page owner to the pcss ↵ | friendica | 2013-07-17 | 5 | -7/+50 |
| | | | | | | | | theme settings. | ||||
* | | provide a controlling user for theme settings, not necessarily local_user() ↵ | friendica | 2013-07-16 | 4 | -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 ↵ | friendica | 2013-07-16 | 3 | -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. | friendica | 2013-07-16 | 3 | -2/+12 |
| | |||||
* | parse_url: add missing scheme unless url begins with '/' | friendica | 2013-07-16 | 2 | -1/+5 |
| | |||||
* | theme the page link title | friendica | 2013-07-15 | 2 | -1/+8 |
| | |||||
* | add channel_name to delivery logs because it is a bit more useful than an ↵ | friendica | 2013-07-15 | 2 | -11/+12 |
| | | | | xchan_hash | ||||
* | Merge https://github.com/friendica/red into zpull | friendica | 2013-07-15 | 4 | -23/+22 |
|\ | |||||
| * | Merge pull request #78 from git-marijus/master | friendica | 2013-07-15 | 4 | -23/+22 |
| |\ | | | | | | | some more spin.js porting | ||||
| | * | style updates due to spin.js porting | marijus | 2013-07-15 | 1 | -4/+4 |
| | | | |||||
| | * | more spin.js porting | marijus | 2013-07-15 | 3 | -19/+18 |
| |/ | |||||
* / | fix some issues that showed up in the logs. | friendica | 2013-07-15 | 2 | -8/+16 |
|/ | |||||
* | more diagnostics | friendica | 2013-07-15 | 3 | -4/+4 |
| | |||||
* | provide a way to search the directory by modification date | friendica | 2013-07-14 | 2 | -2/+16 |
| | |||||
* | implement the other part of ITEM_NOCOMMENT - which means an item is not ↵ | friendica | 2013-07-14 | 1 | -1/+7 |
| | | | | commentable. Useful for pages - that is if they use the conversation() function to render the post. | ||||
* | more error checking | friendica | 2013-07-14 | 1 | -3/+7 |
| | |||||
* | fix xtag | friendica | 2013-07-14 | 3 | -11/+19 |
| | |||||
* | Merge https://github.com/friendica/red into zpull | friendica | 2013-07-14 | 1 | -2/+0 |
|\ | |||||
| * | Nobody died, so remove not-needed logging. | Thomas Willingham | 2013-07-15 | 1 | -2/+0 |
| | | |||||
* | | more logging on hubloc import - figure out why it did not get stored. | friendica | 2013-07-14 | 1 | -1/+2 |
|/ | |||||
* | looks like it actually needs both files. | friendica | 2013-07-14 | 1 | -0/+1 |
| | |||||
* | add the jquery version, not the standalone spinner | friendica | 2013-07-14 | 1 | -1/+1 |
| | |||||
* | we need to actually include spin.js or it causes issues | friendica | 2013-07-14 | 2 | -1/+2 |
| | |||||
* | Merge https://github.com/friendica/red into zpull | friendica | 2013-07-14 | 12 | -28/+464 |
|\ | |||||
| * | Merge pull request #77 from git-marijus/master | friendica | 2013-07-14 | 12 | -28/+464 |
| |\ | | | | | | | add spin.js a themable js spinner to red | ||||
| | * | port jot to spin.js | git-marijus | 2013-07-13 | 1 | -0/+6 |
| | | | |||||
| | * | port jot to spin.js | git-marijus | 2013-07-13 | 1 | -1/+1 |
| | | |