Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | turn naked links in posts into zrl's if we've got a hubloc for the site | friendica | 2013-04-18 | 2 | -1/+8 |
| | |||||
* | poke doco and cleanup | friendica | 2013-04-17 | 1 | -40/+21 |
| | |||||
* | poke bugfix | friendica | 2013-04-17 | 1 | -2/+1 |
| | |||||
* | basic poke working | friendica | 2013-04-17 | 1 | -60/+46 |
| | |||||
* | fix marking events seen | friendica | 2013-04-16 | 1 | -1/+1 |
| | |||||
* | oops | friendica | 2013-04-16 | 1 | -1/+1 |
| | |||||
* | add Red detection to parse_url | friendica | 2013-04-16 | 1 | -1/+9 |
| | |||||
* | turn all Red links into zrls (not the old zrls, the new bbcode zrl which ↵ | friendica | 2013-04-15 | 8 | -25/+26 |
| | | | | means we can zidify them) | ||||
* | more Friendica removals | friendica | 2013-04-14 | 2 | -3/+3 |
| | |||||
* | begin to cut the umbilical | friendica | 2013-04-14 | 2 | -4/+4 |
| | |||||
* | IMPORTANT: magic-auth protocol update, plus 'zrl' bbcode tag for the ↵ | friendica | 2013-04-14 | 1 | -1/+11 |
| | | | | privacy-is-more-important-than-ease-of-use folks. | ||||
* | magic auth doco | friendica | 2013-04-10 | 2 | -2/+2 |
| | |||||
* | document the ability to provide a selective magic-auth filter as a plugin plugin | friendica | 2013-04-08 | 1 | -1/+3 |
| | |||||
* | wrapper function to create arbitrary activities (e.g. for plugins and apps) ↵ | friendica | 2013-04-04 | 1 | -0/+2 |
| | | | | with a minimal amount of fuss, though the amount of fuss could increase significantly depending on the nature of the activity. For a simple wall post, just set the $arr['body'] to the desired text and we'll do the rest. If the activity requires special verbs, objects or targets, these will all need to be constructed. | ||||
* | Merge https://github.com/friendica/red into zpull | friendica | 2013-04-03 | 1 | -4/+14 |
|\ | |||||
| * | Make prettyPhoto a feature, add slideshow for albums. | Thomas Willingham | 2013-03-29 | 1 | -4/+14 |
| | | |||||
* | | liking comments were reverted to liking the parent after sending item to ↵ | friendica | 2013-04-03 | 1 | -0/+2 |
|/ | | | | another channel | ||||
* | set hidden flags on new directory entries, not just existing ones | friendica | 2013-03-26 | 1 | -2/+7 |
| | |||||
* | magic auth issue | friendica | 2013-03-26 | 1 | -3/+11 |
| | |||||
* | we don't need this any more | friendica | 2013-03-25 | 1 | -84/+0 |
| | |||||
* | doco | friendica | 2013-03-25 | 1 | -8/+40 |
| | |||||
* | uri to mid | friendica | 2013-03-25 | 1 | -1/+1 |
| | |||||
* | Updated build_query for mid | Thomas Willingham | 2013-03-25 | 3 | -7/+5 |
| | |||||
* | fix mod_display breakage. | friendica | 2013-03-24 | 1 | -2/+9 |
| | |||||
* | rev update | friendica | 2013-03-23 | 1 | -3/+3 |
| | |||||
* | rename 'uri' (and parent_uri) to 'mid' (and parent_mid) since these no ↵ | friendica | 2013-03-21 | 12 | -84/+84 |
| | | | | longer remotely resemble uri's and are actually message_id's. This change is potentially destabilising because it touches a lot of code and structure. But it has to get done and there's no better time than the present. | ||||
* | Merge https://github.com/friendica/red into zpull | friendica | 2013-03-21 | 1 | -1/+1 |
|\ | |||||
| * | otherwise add profile wont work | Michael Meer | 2013-03-21 | 1 | -1/+1 |
| | | |||||
* | | main_slider hook | friendica | 2013-03-21 | 1 | -1/+4 |
|/ | |||||
* | Merge pull request #38 from beardy-unixer/master | friendica | 2013-03-21 | 1 | -1/+6 |
|\ | | | | | Small fixes | ||||
| * | Revert randprof - that was stupid. If you have a local channel, you also ↵ | Thomas Willingham | 2013-03-20 | 1 | -15/+2 |
| | | | | | | | | have it's xchan. | ||||
| * | Add a fallback or two to randprof. | Thomas Willingham | 2013-03-20 | 1 | -2/+15 |
| | | |||||
| * | Make the channels profile tab actually do something. | Thomas Willingham | 2013-03-20 | 1 | -1/+6 |
| | | |||||
* | | write notify settings to channel table when saving settings | zottel | 2013-03-21 | 1 | -1/+2 |
|/ | |||||
* | Allow admins to specify default mobile/accessibility theme. | Thomas Willingham | 2013-03-17 | 1 | -0/+24 |
| | |||||
* | Merge pull request #34 from beardy-unixer/master | friendica | 2013-03-15 | 1 | -17/+6 |
|\ | | | | | Admin panel | ||||
| * | Tidy up | Thomas Willingham | 2013-03-15 | 1 | -5/+4 |
| | | |||||
| * | Merge remote-tracking branch 'upstream/master' | Thomas Willingham | 2013-03-14 | 6 | -8/+16 |
| |\ | | | | | | | | | | | | | Conflicts: view/theme/redbasic/css/style.css | ||||
| * | | Get admin/users mostly working. Still need to associate channels with accounts. | Thomas Willingham | 2013-03-12 | 1 | -15/+5 |
| | | | |||||
* | | | prepare for multiple content types | friendica | 2013-03-14 | 1 | -69/+32 |
| |/ |/| | |||||
* | | likes were somewhat confused. Unconfuse them. | friendica | 2013-03-11 | 1 | -2/+2 |
| | | |||||
* | | cleanup | friendica | 2013-03-10 | 2 | -3/+3 |
| | | |||||
* | | . | friendica | 2013-03-10 | 3 | -3/+11 |
|/ | |||||
* | some fixes related to events | Michael Johnston | 2013-03-07 | 1 | -4/+5 |
| | | | | | | | - add backticks around column "desc" in sql query - fixed query for data passed to showEvent - showEvent was picking up on id from item instead of id from event - fixed references to author info in template | ||||
* | get rid of html from mod_suggest | friendica | 2013-03-06 | 1 | -20/+23 |
| | |||||
* | tweaky tweak, plus add share tracking db, and don't show acl for guest ↵ | friendica | 2013-03-06 | 1 | -0/+1 |
| | | | | postings, and experiment with compressing pcss on the fly | ||||
* | replace old intro link | friendica | 2013-03-06 | 1 | -1/+1 |
| | |||||
* | add a fixme | friendica | 2013-03-06 | 1 | -0/+1 |
| | |||||
* | randprof sorta working | friendica | 2013-03-06 | 1 | -1/+1 |
| | |||||
* | send to chanview, not remote profile | friendica | 2013-03-05 | 1 | -1/+1 |
| |