Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fall back on object author/actor if no owner | friendica | 2013-06-18 | 1 | -6/+6 |
| | |||||
* | Support arbitrary likes - "David likes Bob's bicycle" or "Nancy likes ↵ | friendica | 2013-06-18 | 1 | -0/+13 |
| | | | | Margaret's breasts" or whatever... This is a tricky activity to construct. You will need to set the object owner to the owner of the "thing" and the object title to the name of the "thing". The thing liked can include a photo if desired. This will probably have issues working correctly in other activitystreams environments. | ||||
* | provide support for "bob likes Lisa's channel" activities | friendica | 2013-06-18 | 1 | -17/+32 |
| | |||||
* | undo comment policy override - there are a handful of stored posts from the ↵ | friendica | 2013-06-18 | 1 | -10/+10 |
| | | | | 17th-June with a broken policy (which won't have a comment box) but it seems to be working for both recent and older posts. | ||||
* | push refresh messages, performance work on conversations and configs, doc ↵ | friendica | 2013-06-14 | 1 | -2/+5 |
| | | | | updates | ||||
* | missed a few zrl/zmg conversions, like for translate_item and enotify messages | friendica | 2013-06-12 | 1 | -25/+26 |
| | |||||
* | cleanup localisation of like activities | friendica | 2013-05-28 | 1 | -5/+3 |
| | |||||
* | get search page working with live-update and endless scroll, still not ↵ | friendica | 2013-05-09 | 1 | -3/+0 |
| | | | | perfect - there may be duplicated content and possibly unauthorised content and 'timeago' not working correctly - will deal with those later, but at least you can see results. | ||||
* | port superblock core code (except Red will use an xchan instead of a URL) | friendica | 2013-04-28 | 1 | -0/+43 |
| | |||||
* | rename 'uri' (and parent_uri) to 'mid' (and parent_mid) since these no ↵ | friendica | 2013-03-21 | 1 | -8/+8 |
| | | | | 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. | ||||
* | dangerous typo that removes all your hublocs, fix reshare formatting | friendica | 2013-03-11 | 1 | -0/+1 |
| | |||||
* | 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 | ||||
* | just tinkering and trying a few things - don't get upset. It can all be ↵ | friendica | 2013-03-05 | 1 | -0/+6 |
| | | | | 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 | 1 | -1/+2 |
| | |||||
* | taking the next step on pages | friendica | 2013-02-27 | 1 | -0/+3 |
| | |||||
* | start formatting for Doxygen | friendica | 2013-02-25 | 1 | -1/+1 |
| | |||||
* | little fixes | friendica | 2013-02-24 | 1 | -3/+4 |
| | |||||
* | make 'view in context' actually go somewhere useful | friendica | 2013-02-13 | 1 | -1/+1 |
| | |||||
* | progress on mod/display - slow but any progress is good | friendica | 2013-02-10 | 1 | -0/+1 |
| | |||||
* | mod_display - no fun. Not working at all. But a bit of progress. | friendica | 2013-02-10 | 1 | -2/+3 |
| | |||||
* | this seems to cut load times in half | friendica | 2013-02-09 | 1 | -18/+30 |
| | |||||
* | error 500 trying to debug templates | friendica | 2013-02-04 | 1 | -1/+1 |
| | |||||
* | make preview work again after search/new template change | friendica | 2013-02-04 | 1 | -3/+3 |
| | |||||
* | fix new/search mod on network page, fix the parent queries on network and ↵ | friendica | 2013-02-04 | 1 | -4/+6 |
| | | | | channel pages - which you probably didn't even notice were all stuffed up because the endless scroll made things right. | ||||
* | debugging mark all seen for various notification types | friendica | 2013-02-04 | 1 | -9/+13 |
| | |||||
* | clearly a chanview link is not going to work there, go back to zid. | friendica | 2013-02-03 | 1 | -1/+1 |
| | |||||
* | allow non-linkable locations, self-linked locations and get rid of google ↵ | friendica | 2013-02-02 | 1 | -7/+20 |
| | | | | default location link | ||||
* | connnnnnnnections | friendica | 2013-01-29 | 1 | -1/+1 |
| | |||||
* | add new magic links to activity translations | friendica | 2013-01-25 | 1 | -20/+26 |
| | |||||
* | pages sorta working | friendica | 2013-01-15 | 1 | -0/+13 |
| | |||||
* | progress on pages - they're still getting lost inside conversation(), but ↵ | friendica | 2013-01-14 | 1 | -3/+7 |
| | | | | progress is progress. | ||||
* | fix the "personal" network filter and introduction notifications | friendica | 2013-01-09 | 1 | -12/+0 |
| | |||||
* | Merge pull request #13 from fermionic/20130105-smarty3 | friendica | 2013-01-06 | 1 | -2/+1 |
|\ | | | | | implement smarty3 | ||||
| * | implement Smarty3 | Zach Prezkuta | 2013-01-06 | 1 | -2/+1 |
| | | |||||
* | | make dislikes work - though they need a display tweak | friendica | 2013-01-06 | 1 | -1/+1 |
|/ | |||||
* | make preview work fix some other nits | friendica | 2013-01-06 | 1 | -1/+7 |
| | |||||
* | some cleanup - Thomas we can put the radius/shadow stuff back later for the ↵ | friendica | 2012-12-16 | 1 | -0/+1 |
| | | | | hipster kids, it's quite distracting at the moment and makes it hard to get serious work done. Hmmm. Wonder if we could make radius/shadow configurable like colours.... and maybe even screen transparency.... that could be interesting. | ||||
* | start whipping the item photo menu into shape | friendica | 2012-12-09 | 1 | -37/+17 |
| | |||||
* | start to whip the permissions into shape, also got rid of the mce drop ↵ | friendica | 2012-12-09 | 1 | -12/+2 |
| | | | | shadow until we can figure out how to do it without the ugly black bars. I tend to prefer "outy" shadows over "inny" shadows anyway, but maybe that's just me. | ||||
* | remove previous iterations of threading code because it's not being used and ↵ | friendica | 2012-11-29 | 1 | -779/+0 |
| | | | | just confusing things | ||||
* | trace through the threaded conversation spaghetti to bring back a sane ↵ | friendica | 2012-11-28 | 1 | -4/+23 |
| | | | | looking network page | ||||
* | more progress on notifier cleanup and encoding items for transit. | friendica | 2012-11-15 | 1 | -2/+0 |
| | |||||
* | mood mostly working | friendica | 2012-11-13 | 1 | -45/+43 |
| | |||||
* | a bit more progress on the new network/home ajax notifications, at least ↵ | friendica | 2012-11-13 | 1 | -2/+6 |
| | | | | I've now got a plan | ||||
* | start implementing zot-id | friendica | 2012-11-08 | 1 | -30/+30 |
| | |||||
* | finish off like/dislike localisation except for zrl/magic_link | friendica | 2012-11-06 | 1 | -35/+42 |
| | |||||
* | likes working a bit better - not translateable yet | friendica | 2012-11-06 | 1 | -3/+6 |
| | |||||
* | plaintext default - richtext is a feature | friendica | 2012-11-05 | 1 | -3/+3 |
| | |||||
* | that was certainly some fun debugging (not) | friendica | 2012-11-04 | 1 | -10/+4 |
| | |||||
* | feature enable 'dislike' - backend | friendica | 2012-11-03 | 1 | -2/+6 |
| |