Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | workarounds for people that re-install and end up polluting everybody's ↵ | friendica | 2013-05-16 | 1 | -0/+2 |
| | | | | databases with stale entries | ||||
* | get search page working with live-update and endless scroll, still not ↵ | friendica | 2013-05-09 | 1 | -1/+3 |
| | | | | 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. | ||||
* | turn naked links in posts into zrl's if we've got a hubloc for the site | friendica | 2013-04-18 | 1 | -0/+7 |
| | |||||
* | turn all Red links into zrls (not the old zrls, the new bbcode zrl which ↵ | friendica | 2013-04-15 | 1 | -4/+4 |
| | | | | means we can zidify them) | ||||
* | rename 'uri' (and parent_uri) to 'mid' (and parent_mid) since these no ↵ | friendica | 2013-03-21 | 1 | -22/+22 |
| | | | | 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. | ||||
* | prepare for multiple content types | friendica | 2013-03-14 | 1 | -69/+32 |
| | |||||
* | progress on tag delivery | friendica | 2013-02-11 | 1 | -3/+3 |
| | |||||
* | work on notifications | friendica | 2013-02-06 | 1 | -22/+10 |
| | |||||
* | convert wall_upload to use the photo api | friendica | 2013-02-05 | 1 | -0/+21 |
| | |||||
* | ensure that stored tag terms are taken after term expansion, e.g. @"Mike ↵ | friendica | 2013-02-02 | 1 | -3/+3 |
| | | | | Macgirvin" and not @"mike+2" | ||||
* | sort out the rest of the nasty stuff in the attachment/file api - time to ↵ | friendica | 2013-02-01 | 1 | -3/+8 |
| | | | | move on to something else | ||||
* | debugging of file attachment api - somewhat functional but the attachment ↵ | friendica | 2013-01-31 | 1 | -1/+2 |
| | | | | info structure in the item table needs to be re-done. | ||||
* | file/attachment storage api with revision control - needs a bit more testing ↵ | friendica | 2013-01-31 | 1 | -26/+17 |
| | | | | but the framework is in place | ||||
* | @tags sorta work, but we might have an issue with sending zids in @tags | friendica | 2013-01-23 | 1 | -3/+2 |
| | |||||
* | make @tags half-ass work | friendica | 2013-01-23 | 1 | -14/+11 |
| | |||||
* | backend for storing items as arbitrary webpages | friendica | 2013-01-11 | 1 | -8/+33 |
| | |||||
* | fix item owner on conversations | friendica | 2013-01-03 | 1 | -2/+3 |
| | |||||
* | accept expire params if expire feature is enabled | friendica | 2012-12-31 | 1 | -0/+13 |
| | |||||
* | plaintext default - richtext is a feature | friendica | 2012-11-05 | 1 | -1/+1 |
| | |||||
* | fix post preview | friendica | 2012-11-03 | 1 | -3/+4 |
| | |||||
* | share mostly working, preview still horked | friendica | 2012-11-03 | 1 | -1/+1 |
| | |||||
* | start to use our permissions for stuff | friendica | 2012-10-28 | 1 | -116/+96 |
| | |||||
* | Now have a solid permissions model. Create a few functions to enumerate them ↵ | friendica | 2012-10-28 | 1 | -0/+2 |
| | | | | and then we're off to the races. | ||||
* | comments sort of working again but now need to fix the threading which was ↵ | friendica | 2012-10-25 | 1 | -4/+8 |
| | | | | ported when it was only half working | ||||
* | more heavy lifting | friendica | 2012-10-23 | 1 | -1/+1 |
| | |||||
* | cleanup missing functions after move | friendica | 2012-10-22 | 1 | -1/+0 |
| | |||||
* | this might post a profile change activity now - it just won't broadcast anywhere | friendica | 2012-10-19 | 1 | -1/+1 |
| | |||||
* | wall posts now display - address book structure revamp started | friendica | 2012-10-10 | 1 | -21/+30 |
| | |||||
* | start fixing all the item queries | friendica | 2012-10-07 | 1 | -5/+5 |
| | |||||
* | update mod_item to new schema (db changes have not yet been pushed due to ↵ | friendica | 2012-10-06 | 1 | -40/+24 |
| | | | | internet difficulties) | ||||
* | provide auto admin registration as before, but allow the current admin to ↵ | friendica | 2012-10-04 | 1 | -0/+4 |
| | | | | create other admins | ||||
* | baby steps | friendica | 2012-10-04 | 1 | -5/+19 |
| | |||||
* | Can't see any posts currently - after the big shakeup, but we can now post ↵ | friendica | 2012-10-03 | 1 | -81/+35 |
| | | | | top level activities and store them. | ||||
* | here's where the heavy lifting begins - everything is likely to be broken ↵ | friendica | 2012-10-01 | 1 | -8/+27 |
| | | | | for quite some time as we add location and db independence to items and conversations and work through the rest of the permissions and how to federate the buggers. | ||||
* | moving a lot of structure around. 'entity' is now 'channel' | friendica | 2012-09-25 | 1 | -19/+19 |
| | |||||
* | updates | friendica | 2012-09-09 | 1 | -3/+14 |
| | |||||
* | this should get local posts almost working | friendica | 2012-09-04 | 1 | -19/+21 |
| | |||||
* | a few minor changes | friendica | 2012-08-26 | 1 | -52/+3 |
| | |||||
* | item table rename parent-uri, target-type, object-type (more to come later) | friendica | 2012-08-15 | 1 | -1/+1 |
| | |||||
* | merge from upstream | friendica | 2012-08-15 | 1 | -0/+1 |
| | |||||
* | merge comment threading, provide plugin/theme functions to handle css/js ↵ | friendica | 2012-08-09 | 1 | -1/+6 |
| | | | | includes | ||||
* | recover existing conversation loading functionality for ↵ | friendica | 2012-07-25 | 1 | -2/+2 |
| | | | | home,search,community,display,etc. whilst working on the ajax stuff in network | ||||
* | sync changes | friendica | 2012-07-19 | 1 | -5/+13 |
| | |||||
* | eliminate the obsolete "last-child" indicator | friendica | 2012-07-18 | 1 | -3/+2 |
| | |||||
* | remove some d* extraneous bullshit | friendica | 2012-07-18 | 1 | -5/+2 |
| | |||||
* | Removing connectors we won't be needing - this is probably going to break ↵ | friendica | 2012-07-18 | 1 | -41/+0 |
| | | | | some shit. | ||||
* | working towards getting rid of item['tag'] and item['file'] - still some ↵ | friendica | 2012-07-16 | 1 | -12/+15 |
| | | | | dependencies | ||||
* | language filtering infrastructure, check owner's language prefs and either ↵ | friendica | 2012-07-16 | 1 | -0/+20 |
| | | | | translate it or dump it depending on those prefs and the availability of translation plugins. | ||||
* | use include/language.php for all language and translation code | friendica | 2012-07-16 | 1 | -2/+0 |
| | |||||
* | language detection and sparkle links added to plinks where appropriate | friendica | 2012-07-12 | 1 | -5/+13 |
| |