Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | likes were somewhat confused. Unconfuse them. | friendica | 2013-03-11 | 2 | -3/+3 |
| | |||||
* | cleanup | friendica | 2013-03-10 | 9 | -1008/+9 |
| | |||||
* | . | friendica | 2013-03-10 | 18 | -4888/+3263 |
| | |||||
* | Smarty template | Thomas Willingham | 2013-03-11 | 1 | -0/+14 |
| | |||||
* | Make idiot mode colour schemes work. | Thomas Willingham | 2013-03-11 | 2 | -3/+11 |
| | |||||
* | And another. | Thomas Willingham | 2013-03-10 | 1 | -171/+0 |
| | |||||
* | Oops, remove erroneously committed files. | Thomas Willingham | 2013-03-10 | 2 | -42/+0 |
| | |||||
* | Redbasic - add stupid mode theme settings. Partial functionality. | Thomas Willingham | 2013-03-10 | 5 | -3/+234 |
| | |||||
* | Merge pull request #32 from unary/events | friendica | 2013-03-06 | 4 | -7/+8 |
|\ | | | | | some fixes related to events | ||||
| * | some fixes related to events | Michael Johnston | 2013-03-07 | 4 | -7/+8 |
|/ | | | | | | | - 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 | ||||
* | clean up some funky menu interactions | friendica | 2013-03-06 | 4 | -20/+20 |
| | |||||
* | fix comment permissions on display (again) and clean up an error seen in the ↵ | friendica | 2013-03-06 | 2 | -2/+9 |
| | | | | logs | ||||
* | get rid of html from mod_suggest | friendica | 2013-03-06 | 5 | -32/+58 |
| | |||||
* | fix font-size | friendica | 2013-03-06 | 1 | -1/+1 |
| | |||||
* | tweaky tweak, plus add share tracking db, and don't show acl for guest ↵ | friendica | 2013-03-06 | 11 | -45/+58 |
| | | | | postings, and experiment with compressing pcss on the fly | ||||
* | replace old intro link | friendica | 2013-03-06 | 1 | -1/+1 |
| | |||||
* | stray target= which wasn't caught earlier | friendica | 2013-03-06 | 2 | -2/+2 |
| | |||||
* | add a fixme | friendica | 2013-03-06 | 1 | -0/+1 |
| | |||||
* | randprof sorta working | friendica | 2013-03-06 | 4 | -7/+7 |
| | |||||
* | consistency | friendica | 2013-03-05 | 1 | -4/+8 |
| | |||||
* | send to chanview, not remote profile | friendica | 2013-03-05 | 1 | -1/+1 |
| | |||||
* | hide hidden entries | friendica | 2013-03-05 | 1 | -0/+2 |
| | |||||
* | basic friend suggestions (but not "new to the network and have no friends at ↵ | friendica | 2013-03-05 | 7 | -32/+92 |
| | | | | all" suggestions) | ||||
* | fix selected nav item | friendica | 2013-03-05 | 1 | -1/+1 |
| | |||||
* | conflicting class name | friendica | 2013-03-05 | 4 | -4/+4 |
| | |||||
* | tweaks | friendica | 2013-03-05 | 2 | -9/+9 |
| | |||||
* | fix transparency | friendica | 2013-03-05 | 1 | -0/+0 |
| | |||||
* | tweaks | friendica | 2013-03-05 | 7 | -14/+14 |
| | |||||
* | typo in directing mod/follow to a login if not logged in | friendica | 2013-03-05 | 1 | -1/+1 |
| | |||||
* | just tinkering and trying a few things - don't get upset. It can all be ↵ | friendica | 2013-03-05 | 10 | -102/+128 |
| | | | | reverted it it sucks. Freedom's just another word for "nothin' left to lose" and I'm not sure it's possible to create a UI that's hated more than Friendica. So that gives us plenty of artististic license to explore some different directions and see if they lead to anything interesting. | ||||
* | fix timeago (again), webfinger new spec implemented, some theme work | friendica | 2013-03-04 | 16 | -174/+133 |
| | |||||
* | cleanup affinity tool | friendica | 2013-03-03 | 57 | -307/+350 |
| | |||||
* | improve mod/display for local users - use their own copy if possible | friendica | 2013-03-02 | 2 | -12/+24 |
| | |||||
* | add account_external for linking to legacy authentication infrastructure ↵ | friendica | 2013-03-01 | 4 | -4/+16 |
| | | | | (e.g. ldap, pam, AD, phpBB, Drupal, etc) - this field is not used by Red. | ||||
* | edits might really work now | friendica | 2013-02-28 | 1 | -1/+2 |
| | |||||
* | this might make edits update across the wire, or it might not | friendica | 2013-02-28 | 4 | -3/+233 |
| | |||||
* | mail recall - just set mail_flags = mail_flags & MAIL_RECALLED and tell the ↵ | friendica | 2013-02-27 | 3 | -1/+26 |
| | | | | notifier. We'll need a special button for this. Also should probably report whether it was seen or not. Will do that another day. | ||||
* | taking the next step on pages | friendica | 2013-02-27 | 3 | -0/+11 |
| | |||||
* | hex2bin is a built-in function in PHP 5.4 | friendica | 2013-02-27 | 2 | -2/+4 |
| | |||||
* | get rid of str_getcsv legacy function since we now require php 5.3 | friendica | 2013-02-26 | 1 | -57/+0 |
| | |||||
* | xss attack vector in bbcode.php - check for proc_open being disabled for ↵ | friendica | 2013-02-26 | 2 | -11/+17 |
| | | | | security reasons in install | ||||
* | remove date on the footer | friendica | 2013-02-26 | 345 | -3653/+352 |
| | |||||
* | doc update | friendica | 2013-02-26 | 386 | -817/+2168 |
| | |||||
* | remove things calling feed_birthday(), so we can remove it | friendica | 2013-02-26 | 1 | -2/+2 |
| | |||||
* | small doco update | friendica | 2013-02-26 | 360 | -483/+589 |
| | |||||
* | initial doco | friendica | 2013-02-26 | 863 | -882/+97547 |
| | |||||
* | route oembed through z_fetch_url | friendica | 2013-02-25 | 1 | -2/+8 |
| | |||||
* | make sure old fetch_url calls (and those that provided their own curl ↵ | friendica | 2013-02-25 | 3 | -28/+15 |
| | | | | wrapper) go through z_fetch_url | ||||
* | partial port of embedded shares | friendica | 2013-02-25 | 2 | -9/+107 |
| | |||||
* | doxygen gets tripped up by 'if (! function_exists' - but this construct no ↵ | friendica | 2013-02-25 | 2 | -71/+77 |
| | | | | longer has value anyway. |