Commit graph

7230 commits

Author SHA1 Message Date
friendica
6c9db5a1cf make reshares translateable 2013-03-11 21:29:43 -07:00
Thomas Willingham
fbc5260995 Get admin/users mostly working. Still need to associate channels with accounts. 2013-03-12 02:35:18 +00:00
friendica
f988213af8 fix typos 2013-03-11 18:22:40 -07:00
friendica
f09f2998dc unknown column 2013-03-11 17:42:12 -07:00
friendica
d568f4d029 class def for reshared content 2013-03-11 16:50:24 -07:00
friendica
b86277b0ff dangerous typo that removes all your hublocs, fix reshare formatting 2013-03-11 16:13:09 -07:00
friendica
bcf4592cb0 likes were somewhat confused. Unconfuse them. 2013-03-11 00:14:12 -07:00
friendica
26499981b6 cleanup 2013-03-10 20:39:27 -07:00
Thomas Willingham
dd45daaad8 Get rid of max-height - no longer breaks newer versions of chrome, but does break showmore. 2013-03-11 02:19:25 +00:00
friendica
952b2ef2ab . 2013-03-10 18:45:58 -07:00
Thomas Willingham
0d504715c1 Smarty template 2013-03-11 01:13:23 +00:00
Thomas Willingham
9834df13c9 Make idiot mode colour schemes work. 2013-03-11 01:12:13 +00:00
Thomas Willingham
f961251176 And another. 2013-03-10 21:12:43 +00:00
Thomas Willingham
635ce018fc Oops, remove erroneously committed files. 2013-03-10 21:10:49 +00:00
Thomas Willingham
5a2970dea1 Redbasic - add stupid mode theme settings. Partial functionality. 2013-03-10 21:01:18 +00:00
friendica
575874d0a8 Merge pull request #32 from unary/events
some fixes related to events
2013-03-06 23:48:47 -08:00
Michael Johnston
41cd10f903 some fixes related to events
- 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
2013-03-07 02:07:51 -05:00
friendica
863dcda8ee clean up some funky menu interactions 2013-03-06 19:19:56 -08:00
friendica
3d299f066e fix comment permissions on display (again) and clean up an error seen in the logs 2013-03-06 18:52:42 -08:00
friendica
5a9dae78a2 get rid of html from mod_suggest 2013-03-06 17:52:58 -08:00
friendica
b32b0102f7 fix font-size 2013-03-06 16:47:28 -08:00
friendica
c5d0da43e5 tweaky tweak, plus add share tracking db, and don't show acl for guest postings, and experiment with compressing pcss on the fly 2013-03-06 15:13:54 -08:00
friendica
5754d18286 replace old intro link 2013-03-06 02:01:57 -08:00
friendica
517874ce1f stray target= which wasn't caught earlier 2013-03-06 00:34:42 -08:00
friendica
5054b6e363 add a fixme 2013-03-06 00:25:37 -08:00
friendica
59ea4e32a0 randprof sorta working 2013-03-06 00:21:02 -08:00
friendica
f74bdda0be consistency 2013-03-05 23:57:08 -08:00
friendica
e8109a7652 send to chanview, not remote profile 2013-03-05 21:08:13 -08:00
friendica
6845d22285 hide hidden entries 2013-03-05 21:04:47 -08:00
friendica
4062be2869 basic friend suggestions (but not "new to the network and have no friends at all" suggestions) 2013-03-05 21:00:25 -08:00
friendica
fbda9ababc fix selected nav item 2013-03-05 19:30:30 -08:00
friendica
a132af7b6a conflicting class name 2013-03-05 19:13:33 -08:00
friendica
1b41ce8fa7 tweaks 2013-03-05 19:03:22 -08:00
friendica
1ad80b4508 fix transparency 2013-03-05 18:10:01 -08:00
friendica
eebb0b323d tweaks 2013-03-05 17:30:03 -08:00
friendica
481f8d3e18 typo in directing mod/follow to a login if not logged in 2013-03-05 16:01:07 -08:00
friendica
dd22e1b582 just tinkering and trying a few things - don't get upset. It can all be 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. 2013-03-05 15:48:56 -08:00
friendica
8d442e6fc1 fix timeago (again), webfinger new spec implemented, some theme work 2013-03-04 20:58:39 -08:00
friendica
4cfbdfa6db cleanup affinity tool 2013-03-03 23:38:08 -08:00
friendica
1aa7561a2c improve mod/display for local users - use their own copy if possible 2013-03-02 14:46:09 -08:00
friendica
0bdab225db add account_external for linking to legacy authentication infrastructure (e.g. ldap, pam, AD, phpBB, Drupal, etc) - this field is not used by Red. 2013-03-01 13:42:22 -08:00
friendica
a7efec2b51 edits might really work now 2013-02-28 18:59:03 -08:00
friendica
a2a2ae2dd2 this might make edits update across the wire, or it might not 2013-02-28 18:20:42 -08:00
friendica
8275f14cea mail recall - just set mail_flags = mail_flags & MAIL_RECALLED and tell the notifier. We'll need a special button for this. Also should probably report whether it was seen or not. Will do that another day. 2013-02-27 20:38:33 -08:00
friendica
5612716cff taking the next step on pages 2013-02-27 17:09:04 -08:00
friendica
596ed80adf hex2bin is a built-in function in PHP 5.4 2013-02-27 00:59:41 -08:00
friendica
48d2f7e07d get rid of str_getcsv legacy function since we now require php 5.3 2013-02-26 20:07:14 -08:00
friendica
70e766c2bf xss attack vector in bbcode.php - check for proc_open being disabled for security reasons in install 2013-02-26 19:41:44 -08:00
friendica
ed2ff18cac remove date on the footer 2013-02-26 19:01:56 -08:00
friendica
c1e2f95484 doc update 2013-02-26 18:26:33 -08:00