Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | magic auth - it's mostly done or at least all the code bits are written and ↵ | friendica | 2013-01-21 | 1 | -1/+8 |
| | | | | it looks in theory to be pretty secure and it doesn't white screen. Getting it to actually work(?), well we won't know how hard that will be until we get it on a couple of systems and try it. Magic auth on one box is a no-op because you're already authenticated. | ||||
* | unescaped apostrophe in single quoted string | friendica | 2013-01-18 | 1 | -1/+1 |
| | |||||
* | added error message to boot.php - permission denied | Michael Meer | 2013-01-18 | 1 | -1/+1 |
| | |||||
* | import events (not just event posts) from zot | friendica | 2013-01-16 | 1 | -1/+1 |
| | |||||
* | slow progress on events, one step forward, one step back. | friendica | 2013-01-15 | 1 | -1/+1 |
| | |||||
* | menu structures for linking your pages to other pages or whatever | friendica | 2013-01-15 | 1 | -1/+1 |
| | |||||
* | read/write "pages" permissions and fiddly bits - per Thomas | friendica | 2013-01-14 | 1 | -1/+3 |
| | |||||
* | Merge https://github.com/friendica/red into zpull | friendica | 2013-01-14 | 1 | -11/+15 |
|\ | |||||
| * | rewrite of function profile_load with Mike | Michael Meer | 2013-01-14 | 1 | -1/+1 |
| | | |||||
| * | rewrite of // get the current observerwith | Michael Meer | 2013-01-14 | 1 | -11/+15 |
| | | |||||
* | | command line config utility, get set system configuration values | friendica | 2013-01-14 | 1 | -1/+1 |
|/ | |||||
* | deleted function was commented out already | Michael Meer | 2013-01-13 | 1 | -24/+0 |
| | |||||
* | start on tag deliver rewrite | friendica | 2013-01-12 | 1 | -0/+1 |
| | |||||
* | add Smarty templates for international templates | Zach Prezkuta | 2013-01-10 | 1 | -5/+0 |
| | |||||
* | get_cached_avatar_image no longer in use | Michael Meer | 2013-01-09 | 1 | -1/+2 |
| | |||||
* | bypass smarty for intletext templates | friendica | 2013-01-07 | 1 | -0/+7 |
| | |||||
* | more work on notification system, fix a couple of minor issues from smarty ↵ | friendica | 2013-01-07 | 1 | -1/+1 |
| | | | | conversion | ||||
* | fix show-stopping bugs | Zach Prezkuta | 2013-01-06 | 1 | -1/+1 |
| | |||||
* | implement Smarty3 | Zach Prezkuta | 2013-01-06 | 1 | -37/+92 |
| | |||||
* | port "remember me" from Friendica | friendica | 2013-01-04 | 1 | -1/+1 |
| | |||||
* | move all the final page construction to a construct_page() function | friendica | 2013-01-04 | 1 | -0/+83 |
| | |||||
* | import the toggle_mobile stuff to shut up some warnings | friendica | 2013-01-03 | 1 | -0/+16 |
| | |||||
* | fix register_policy globally | friendica | 2013-01-03 | 1 | -1/+1 |
| | |||||
* | verify table needs auto_increment flag | friendica | 2013-01-02 | 1 | -1/+1 |
| | |||||
* | start building social graph | friendica | 2013-01-01 | 1 | -1/+1 |
| | |||||
* | poco discovery | friendica | 2013-01-01 | 1 | -1/+1 |
| | |||||
* | cleanup boot | friendica | 2012-12-31 | 1 | -66/+24 |
| | |||||
* | add item expires field | friendica | 2012-12-29 | 1 | -1/+1 |
| | |||||
* | This was bloody hard to sort out.... but now it's sorted and we can move ↵ | friendica | 2012-12-27 | 1 | -2/+23 |
| | | | | forward again. Put back xtag for efficient keyword searching, use it in conjunction with xprof['keywords'] to avoid a SQL triple join and group_concat (which simply won't scale on a directory server), figured out how best to work timezone corrected birthdays into the protocol. The directory can even provide an age if one was provided to it. Both of these things need some more work, but we have the mechanisms and a plan how to do it right instead of "how the !@#$ are we going to do pull this off?" | ||||
* | put keywords back in xprof - too messy to search and join from a separate table | friendica | 2012-12-27 | 1 | -1/+1 |
| | |||||
* | remove the private keywords stuff to reduce directory and search complexity | friendica | 2012-12-26 | 1 | -4/+4 |
| | |||||
* | When is a channel not a person (or a group/forum or blog or product page or ↵ | friendica | 2012-12-22 | 1 | -0/+1 |
| | | | | whatever)? When it's something else completely. | ||||
* | add permission controls to "storage" objects such as attachments or other ↵ | friendica | 2012-12-22 | 1 | -1/+4 |
| | | | | stored files | ||||
* | directory structures | friendica | 2012-12-21 | 1 | -2/+1 |
| | |||||
* | more DB cleanup | friendica | 2012-12-20 | 1 | -1/+1 |
| | |||||
* | some changes for directory services | friendica | 2012-12-19 | 1 | -1/+1 |
| | |||||
* | directory page still needs a lot of work, look up locally if local master or ↵ | friendica | 2012-12-19 | 1 | -6/+7 |
| | | | | standalone, need to put some basic profile info in discovery page and direct to local directory master | ||||
* | set_baseurl issue, more cleanup | friendica | 2012-12-19 | 1 | -2/+2 |
| | |||||
* | cleanup more obsolete stuff | friendica | 2012-12-18 | 1 | -1/+1 |
| |