Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | upstream fixes | friendica | 2012-07-22 | 1 | -3/+8 |
| | |||||
* | more account infrastructure | friendica | 2012-07-22 | 1 | -18/+9 |
| | |||||
* | page templating and css management | friendica | 2012-07-21 | 1 | -1/+1 |
| | |||||
* | breakup css into page layout css, and provide module specific layout css - ↵ | friendica | 2012-07-21 | 1 | -3/+8 |
| | | | | which should dramatically reduce the size of theme files and reduce load times | ||||
* | new registration page | friendica | 2012-07-21 | 1 | -0/+219 |
| | |||||
* | simplify | friendica | 2012-07-21 | 4 | -52/+18 |
| | |||||
* | sync | friendica | 2012-07-19 | 2 | -1/+26 |
| | |||||
* | sync changes | friendica | 2012-07-19 | 2 | -5/+162 |
| | |||||
* | dynamic load on slider change + delay to settle | friendica | 2012-07-19 | 1 | -6/+8 |
| | |||||
* | the main slider sort of works for testing now | friendica | 2012-07-19 | 1 | -16/+28 |
| | |||||
* | dynamically building the page query - start simple | friendica | 2012-07-18 | 1 | -3/+13 |
| | |||||
* | eliminate the obsolete "last-child" indicator | friendica | 2012-07-18 | 8 | -243/+288 |
| | |||||
* | remove some d* extraneous bullshit | friendica | 2012-07-18 | 2 | -11/+2 |
| | |||||
* | Removing connectors we won't be needing - this is probably going to break ↵ | friendica | 2012-07-18 | 10 | -361/+4 |
| | | | | some shit. | ||||
* | json notification popup mostly working in zero | friendica | 2012-07-17 | 1 | -1/+1 |
| | |||||
* | front end for alternate profile photos | friendica | 2012-07-17 | 1 | -1/+9 |
| | |||||
* | backend support for alternate profile photos for private profiles | friendica | 2012-07-17 | 1 | -9/+36 |
| | |||||
* | error cleanup | friendica | 2012-07-17 | 3 | -23/+2 |
| | |||||
* | pass all possible network search params to javascript - we will be ↵ | friendica | 2012-07-17 | 1 | -1/+27 |
| | | | | processing them on the client and building the proper query string there. | ||||
* | first cut at a generalised item query function | friendica | 2012-07-16 | 1 | -0/+2 |
| | |||||
* | working towards getting rid of item['tag'] and item['file'] - still some ↵ | friendica | 2012-07-16 | 1 | -12/+15 |
| | | | | dependencies | ||||
* | more search cleanup | friendica | 2012-07-16 | 1 | -0/+1 |
| | |||||
* | make network tag and personal searches work again | friendica | 2012-07-16 | 2 | -31/+16 |
| | |||||
* | make alt_pager the network page default - at least until we get rid of the ↵ | friendica | 2012-07-16 | 2 | -35/+18 |
| | | | | network page | ||||
* | unified search autocomplete backend, browser performance seems to be a bit sucky | friendica | 2012-07-16 | 2 | -0/+104 |
| | |||||
* | 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 |
| | |||||
* | contact edit slider | friendica | 2012-07-15 | 1 | -1/+19 |
| | |||||
* | more work on json notifications, now working except for notify popup | friendica | 2012-07-15 | 1 | -27/+28 |
| | |||||
* | updates | friendica | 2012-07-14 | 5 | -67/+108 |
| | |||||
* | merge upstream, slider work, refactor ping module, language selection work | friendica | 2012-07-13 | 5 | -241/+134 |
| | |||||
* | add plink to profile change notifications | friendica | 2012-07-12 | 1 | -1/+9 |
| | |||||
* | language detection and sparkle links added to plinks where appropriate | friendica | 2012-07-12 | 1 | -5/+13 |
| | |||||
* | move saved searches to new taxonomy | friendica | 2012-07-11 | 2 | -22/+30 |
| | |||||
* | get rid of special "short salmon key" for statusnet | friendica | 2012-07-11 | 2 | -3/+3 |
| | |||||
* | catchup | friendica | 2012-07-10 | 2 | -13/+0 |
| | |||||
* | create fetch_tags function, make search work again, change logo | friendica | 2012-07-10 | 4 | -24/+18 |
| | |||||
* | upstream fixes and a lot of taxonomy stuff | friendica | 2012-07-10 | 4 | -4/+16 |
| | |||||
* | slider | friendica | 2012-07-09 | 2 | -1/+34 |
| | |||||
* | theme cleanup | friendica | 2012-07-09 | 1 | -2/+2 |
| | |||||
* | making tags work | friendica | 2012-07-09 | 5 | -15/+52 |
| | |||||
* | identity address is now a web-id or "webbie" | friendica | 2012-07-09 | 3 | -20/+39 |
| | |||||
* | remove bookmark content flag | friendica | 2012-07-08 | 3 | -49/+22 |
| | |||||
* | fix bugs | Zach Prezkuta | 2012-07-07 | 1 | -6/+13 |
| | |||||
* | allow more than one embedded private photo | Zach Prezkuta | 2012-07-07 | 1 | -20/+74 |
| | |||||
* | orient function uses exif_read_data for which valid image types are only ↵ | Vasudev Kamath | 2012-07-07 | 1 | -1/+2 |
| | | | | | | | | JPEG and TIFF as per the document [1]. When trying to upload an screenshot with png type I was getting message as *failed* even though image was uploading. So added a fix to check image type before calling orient function. Not sure if this is a proper fix but after this i'm not getting any error during file upload [1] http://au2.php.net/manual/en/function.exif-read-data.php | ||||
* | add additional page types to admin user report | friendica | 2012-07-05 | 1 | -2/+4 |
| | |||||
* | some initial code and benchmarking for "red" content rendering engine | friendica | 2012-07-04 | 1 | -0/+858 |
| | |||||
* | Merge https://github.com/friendica/friendica into pull | friendica | 2012-07-03 | 1 | -0/+6 |
|\ | |||||
| * | add ability to set maximum pixel length of uploaded pictures | Zach Prezkuta | 2012-07-02 | 1 | -0/+6 |
| | |