Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | small issue with zid returning incorrect result on your own channel link | friendica | 2013-04-18 | 1 | -0/+3 |
| | |||||
* | more doco | friendica | 2013-04-16 | 1 | -2/+20 |
| | |||||
* | zid fixes | friendica | 2013-04-16 | 1 | -2/+15 |
| | |||||
* | fix settable page titles after Red page re-org long ago. | friendica | 2013-04-15 | 1 | -3/+3 |
| | |||||
* | begin to cut the umbilical | friendica | 2013-04-14 | 1 | -3/+3 |
| | |||||
* | add new connections to default group (if any) | friendica | 2013-03-27 | 1 | -1/+1 |
| | |||||
* | update manage table and some documentation | friendica | 2013-03-27 | 1 | -3/+4 |
| | |||||
* | descriptive text | friendica | 2013-03-23 | 1 | -0/+23 |
| | |||||
* | rename 'uri' (and parent_uri) to 'mid' (and parent_mid) since these no ↵ | friendica | 2013-03-21 | 1 | -1/+1 |
| | | | | 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. | ||||
* | Merge https://github.com/friendica/red into zpull | friendica | 2013-03-21 | 1 | -1/+1 |
|\ | |||||
| * | Add "channels" field to profile table. | Thomas Willingham | 2013-03-20 | 1 | -1/+1 |
| | | |||||
* | | update | friendica | 2013-03-21 | 1 | -11/+19 |
|/ | |||||
* | we'll need a special system channel (not attached to any account) for ↵ | friendica | 2013-03-18 | 1 | -0/+1 |
| | | | | directory synchronisation | ||||
* | add xconfig table and functions, update strings and doco | friendica | 2013-03-15 | 1 | -1/+1 |
| | |||||
* | directory synchronisation timestamps | friendica | 2013-03-13 | 1 | -1/+1 |
| | |||||
* | . | friendica | 2013-03-10 | 1 | -0/+59 |
| | |||||
* | tweaky tweak, plus add share tracking db, and don't show acl for guest ↵ | friendica | 2013-03-06 | 1 | -2/+2 |
| | | | | 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 | 1 | -1/+1 |
| | | | | all" suggestions) | ||||
* | add account_external for linking to legacy authentication infrastructure ↵ | friendica | 2013-03-01 | 1 | -1/+1 |
| | | | | (e.g. ldap, pam, AD, phpBB, Drupal, etc) - this field is not used by Red. | ||||
* | mail recall - just set mail_flags = mail_flags & MAIL_RECALLED and tell the ↵ | friendica | 2013-02-27 | 1 | -0/+1 |
| | | | | notifier. We'll need a special button for this. Also should probably report whether it was seen or not. Will do that another day. | ||||
* | initial doco | friendica | 2013-02-26 | 1 | -808/+750 |
| | |||||
* | doxygen gets tripped up by 'if (! function_exists' - but this construct no ↵ | friendica | 2013-02-25 | 1 | -71/+70 |
| | | | | longer has value anyway. | ||||
* | start formatting for Doxygen | friendica | 2013-02-25 | 1 | -0/+1 |
| | |||||
* | reverse the cyclic conundrum, and a minor db update of no consequence | friendica | 2013-02-18 | 1 | -1/+2 |
| | |||||
* | moving on | friendica | 2013-02-18 | 1 | -1/+1 |
| | |||||
* | start on channel_remove(), add some generic channel queries to the API layers | friendica | 2013-02-16 | 1 | -0/+2 |
| | |||||
* | add rating support to poco | friendica | 2013-02-15 | 1 | -1/+1 |
| | |||||
* | contact rating field so it's here when we need it | friendica | 2013-02-15 | 1 | -1/+1 |
| | |||||
* | use our own CA bundle as authoritative for backend communications. This ↵ | friendica | 2013-02-13 | 1 | -0/+5 |
| | | | | avoids OS dependent CA validity mismatches. | ||||
* | catch all the changes | friendica | 2013-02-13 | 1 | -1/+1 |
| | |||||
* | some more rmagic fixes discovered during testing | friendica | 2013-02-13 | 1 | -3/+3 |
| | |||||
* | fix auto rmagic when visiting with zid | friendica | 2013-02-13 | 1 | -3/+3 |
| | |||||
* | add mimetype to items | friendica | 2013-02-10 | 1 | -1/+1 |
| | |||||
* | more profiling - cache the qcomment list so we don't have to look it up for ↵ | friendica | 2013-02-09 | 1 | -0/+2 |
| | | | | every rendered item | ||||
* | more register_approve stuff - like the admin page. Hopefully this won't ↵ | friendica | 2013-02-08 | 1 | -0/+1 |
| | | | | conflict with Thomas's admin page "list users" changes | ||||
* | make pcss work (really this time) | friendica | 2013-02-07 | 1 | -3/+3 |
| | |||||
* | certainly glad I didn't test that... | friendica | 2013-02-06 | 1 | -2/+4 |
| | |||||
* | this might make zot-id work as originally conceived complete with reverse ↵ | friendica | 2013-02-06 | 1 | -0/+9 |
| | | | | magic auth. If it doesn't it will probably crash and burn every site involved in horrible ways. To test or not to test.... decisions. (Maybe tomorrow.) | ||||
* | bring back selective "mark unseen" on network page now that we can mark all ↵ | friendica | 2013-02-03 | 1 | -1/+0 |
| | | | | unseen | ||||
* | support for OS files and add directory support to file/attach object | friendica | 2013-02-03 | 1 | -1/+6 |
| | |||||
* | debugging the photo api | friendica | 2013-02-02 | 1 | -1/+0 |
| | |||||
* | update friends in common tool now that poco is working | friendica | 2013-01-31 | 1 | -1/+0 |
| | |||||
* | file/attachment storage api with revision control - needs a bit more testing ↵ | friendica | 2013-01-31 | 1 | -1/+1 |
| | | | | but the framework is in place | ||||
* | add item revision column and index | friendica | 2013-01-30 | 1 | -1/+1 |
| | |||||
* | beginning of backend file/attachment api | friendica | 2013-01-30 | 1 | -1/+9 |
| | |||||
* | Widget manager.... | friendica | 2013-01-29 | 1 | -10/+54 |
| | | | | | | | | | | | | | | | | | | /* * Use a theme or app specific widget ordering list to determine what widgets should be included * for each module and in what order and optionally what region of the page to place them. * For example: * view/wgl/mod_connections.wgl: * ----------------------------- * vcard aside * follow aside * findpeople rightside * collections aside * * If your widgetlist does not include a widget that is destined for the page, it will not be rendered. * You can also use this to change the order of presentation, as they will be presented in the order you specify. * */ | ||||
* | lostpass fixes and login/logout flow if authenticated but no default channel ↵ | friendica | 2013-01-27 | 1 | -1/+1 |
| | | | | exists | ||||
* | clean up the photo storage backend, revamp mod/wall_upload | friendica | 2013-01-22 | 1 | -1/+1 |
| | |||||
* | hidden directory entries | friendica | 2013-01-22 | 1 | -0/+2 |
| | |||||
* | now we're into the minor nitty fixes | friendica | 2013-01-21 | 1 | -1/+1 |
| |