Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | fix bug #84, make imported messages from your clones show up on your wall | friendica | 2013-07-29 | 2 | -2/+9 | |
| | ||||||
* | add chandesc field to profiles to provide some arbitrary text in the ↵ | friendica | 2013-07-24 | 2 | -1/+8 | |
| | | | | directory - such as to inform people what this channel is about before they connect. This will work best with a "channel detail" popup in the directory to provide more info than is available in the micro-profiles (when hovered, or clicked or something). And of course, the first thing is to enable this data to be stored in the directory. | |||||
* | update friends/followers API so Friendica Android client won't choke | friendica | 2013-07-17 | 1 | -1/+0 | |
| | ||||||
* | block duplicate channels | friendica | 2013-07-17 | 2 | -1/+11 | |
| | ||||||
* | photo_flags - for adding taxonomy photos and other stuff. | friendica | 2013-07-16 | 2 | -1/+11 | |
| | ||||||
* | fix xtag | friendica | 2013-07-14 | 2 | -10/+18 | |
| | ||||||
* | install typo | friendica | 2013-07-14 | 1 | -1/+1 | |
| | ||||||
* | Add self to recipient lists. Sure we already have a copy but it's possible ↵ | friendica | 2013-07-14 | 2 | -2/+13 | |
| | | | | our nomadic channel clones don't. | |||||
* | remove double tags on search results, updates to install doco to get rid of ↵ | friendica | 2013-07-09 | 1 | -59/+34 | |
| | | | | Friendica name there and clarify Red requirements. | |||||
* | any questions regarding this checkin will be ignored | friendica | 2013-07-03 | 2 | -1/+38 | |
| | ||||||
* | add age to directory profile - requires updating on each birthday and that ↵ | friendica | 2013-06-30 | 2 | -1/+12 | |
| | | | | part is still missing | |||||
* | Basic ability to create "things" | friendica | 2013-06-27 | 2 | -3/+12 | |
| | ||||||
* | Add site registration policy to site record. This is not yet used or stored, ↵ | friendica | 2013-06-20 | 2 | -2/+13 | |
| | | | | but potentially can be exchanged through directory mirrors to automatically create "open site" lists. | |||||
* | infrastructure for future stuff | friendica | 2013-06-19 | 2 | -2/+12 | |
| | ||||||
* | We will need a per item comment policy to be able to determine in advance if ↵ | friendica | 2013-06-16 | 2 | -1/+10 | |
| | | | | we have permission to comment on something , and we'll need to send it out with all communications. The current check is not only flawed but also a huge performance hit. Also provide the ability for an item to disable commenting completely - such as for a webpage or wherever you want to prevent comments on one item, without requiring a change to your entire permission scheme. All of this is only partially implemented at the moment but we need the structures in place on several sites in order to finish it without breaking everything. | |||||
* | DB: add timestamps to hubloc table so we can eventually expire dead entries. | friendica | 2013-06-04 | 2 | -3/+17 | |
| | ||||||
* | update the really old sample config file | friendica | 2013-05-16 | 1 | -30/+21 | |
| | ||||||
* | Typo | Thomas Willingham | 2013-05-14 | 1 | -1/+1 | |
| | ||||||
* | add $db_port to .htconfig.php and $a->config['syste]['smarty3_folder'] for ↵ | fabrixxm | 2013-05-10 | 1 | -0/+4 | |
| | | | | compiled templates | |||||
* | add driver param to output queue so we know what protocol to use when faced ↵ | friendica | 2013-05-06 | 2 | -1/+11 | |
| | | | | with multiple choice | |||||
* | fixes | friendica | 2013-05-06 | 1 | -4/+3 | |
| | ||||||
* | minor fixes related to postgres development | friendica | 2013-05-05 | 2 | -3/+13 | |
| | ||||||
* | missed channel_default_group key nrename | friendica | 2013-04-03 | 1 | -1/+1 | |
| | ||||||
* | add new connections to default group (if any) | friendica | 2013-03-27 | 2 | -2/+10 | |
| | ||||||
* | update manage table and some documentation | friendica | 2013-03-27 | 2 | -3/+11 | |
| | ||||||
* | rename 'uri' (and parent_uri) to 'mid' (and parent_mid) since these no ↵ | friendica | 2013-03-21 | 2 | -12/+43 | |
| | | | | 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. | |||||
* | Add "channels" field to profile table. | Thomas Willingham | 2013-03-20 | 2 | -1/+6 | |
| | ||||||
* | add xconfig table and functions, update strings and doco | friendica | 2013-03-15 | 2 | -1/+30 | |
| | ||||||
* | directory synchronisation timestamps | friendica | 2013-03-13 | 2 | -1/+20 | |
| | ||||||
* | . | friendica | 2013-03-10 | 1 | -3/+3 | |
| | ||||||
* | tweaky tweak, plus add share tracking db, and don't show acl for guest ↵ | friendica | 2013-03-06 | 2 | -39/+35 | |
| | | | | postings, and experiment with compressing pcss on the fly | |||||
* | basic friend suggestions (but not "new to the network and have no friends at ↵ | friendica | 2013-03-05 | 2 | -6/+28 | |
| | | | | all" suggestions) | |||||
* | add account_external for linking to legacy authentication infrastructure ↵ | friendica | 2013-03-01 | 2 | -2/+14 | |
| | | | | (e.g. ldap, pam, AD, phpBB, Drupal, etc) - this field is not used by Red. | |||||
* | viewcontacts update | friendica | 2013-02-19 | 1 | -1/+1 | |
| | ||||||
* | reverse the cyclic conundrum, and a minor db update of no consequence | friendica | 2013-02-18 | 2 | -1/+40 | |
| | ||||||
* | moving on | friendica | 2013-02-18 | 2 | -2/+12 | |
| | ||||||
* | typo in update | friendica | 2013-02-15 | 1 | -1/+1 | |
| | ||||||
* | add rating support to poco | friendica | 2013-02-15 | 2 | -2/+11 | |
| | ||||||
* | contact rating field so it's here when we need it | friendica | 2013-02-15 | 2 | -2/+12 | |
| | ||||||
* | add mimetype to items | friendica | 2013-02-10 | 2 | -2/+14 | |
| | ||||||
* | support for OS files and add directory support to file/attach object | friendica | 2013-02-03 | 2 | -9/+15 | |
| | ||||||
* | file/attachment storage api with revision control - needs a bit more testing ↵ | friendica | 2013-01-31 | 2 | -2/+18 | |
| | | | | but the framework is in place | |||||
* | add item revision column and index | friendica | 2013-01-30 | 2 | -1/+10 | |
| | ||||||
* | beginning of backend file/attachment api | friendica | 2013-01-30 | 2 | -2/+13 | |
| | ||||||
* | lostpass fixes and login/logout flow if authenticated but no default channel ↵ | friendica | 2013-01-27 | 2 | -10/+21 | |
| | | | | exists | |||||
* | remove KEY commands for columns that don't exist anymore | zottel | 2013-01-24 | 1 | -2/+0 | |
| | ||||||
* | clean up the photo storage backend, revamp mod/wall_upload | friendica | 2013-01-22 | 2 | -4/+9 | |
| | ||||||
* | typo | friendica | 2013-01-16 | 1 | -1/+1 | |
| | ||||||
* | import events (not just event posts) from zot | friendica | 2013-01-16 | 2 | -2/+7 | |
| | ||||||
* | events backend heavy lifting - the new structure is slowly emerging. | friendica | 2013-01-15 | 2 | -2/+14 | |
| |