Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | more queue tweaks | friendica | 2014-08-28 | 2 | -2/+2 |
| | |||||
* | the queue driver is universal now - we don't need to filter it. | friendica | 2014-08-28 | 1 | -1/+1 |
| | |||||
* | except for a typo | friendica | 2014-08-28 | 1 | -3/+1 |
| | |||||
* | fix saving of extended profile attributes | friendica | 2014-08-28 | 1 | -0/+38 |
| | |||||
* | lots of little Diaspora issues | friendica | 2014-08-28 | 4 | -10/+46 |
| | |||||
* | retro-actively set standalone directory fix, also a fix for directory ↵ | friendica | 2014-08-28 | 2 | -1/+12 |
| | | | | endless scroll when you hit the end. | ||||
* | remove noisy log statement | friendica | 2014-08-28 | 1 | -2/+0 |
| | |||||
* | when updating the commented timestamp on the parent post (item_store) don't ↵ | friendica | 2014-08-28 | 2 | -2/+5 |
| | | | | include any time travelling posts. They can mess up the conversation sort order in a big way until they're actually published. | ||||
* | Merge https://github.com/friendica/red into pending_merge | friendica | 2014-08-28 | 2 | -11/+3 |
|\ | |||||
| * | Merge pull request #575 from encyclomundi/master | RedMatrix | 2014-08-29 | 1 | -1/+1 |
| |\ | | | | | | | change the name of the app from Channel Select to Channel Manager | ||||
| | * | change the name of the app from Channel Select to Channel Manager | Charles | 2014-08-28 | 1 | -1/+1 |
| |/ | |||||
| * | minor css fixes and cleanup | marijus | 2014-08-28 | 1 | -10/+2 |
| | | |||||
* | | Ability to close comments at a certain date/time - needed for loom.io ↵ | friendica | 2014-08-28 | 6 | -58/+106 |
|/ | | | | emulation (and many other uses) | ||||
* | let's make this "specific" since that's what it is. | friendica | 2014-08-28 | 2 | -1/+3 |
| | |||||
* | really really really fix lockview - maybe | friendica | 2014-08-28 | 1 | -2/+3 |
| | |||||
* | consistency: the diaspora post plugin uses "diaspora_enable". The protocol ↵ | friendica | 2014-08-28 | 2 | -4/+4 |
| | | | | driver uses "diaspora_enabled" with a 'd'. They got mixed up in a couple of places. | ||||
* | make blocks, webpages, and layouts postable (pre-filled forms if supplied ↵ | friendica | 2014-08-28 | 4 | -10/+31 |
| | | | | from elsewhere). The only serious issue is with ordering - you have to process and save a named layout before you can save a webpage that uses that layout name. Otherwise it will get unset during the save. | ||||
* | begin embeddable/shareable design elements (blocks, webpages, layouts, ↵ | friendica | 2014-08-27 | 2 | -2/+34 |
| | | | | menus, etc.) | ||||
* | ability to create/edit/delete custom profile field definitions - read the ↵ | friendica | 2014-08-27 | 4 | -1/+91 |
| | | | | source. Currently the created entries aren't added to the allowed fields arrays, but this can be done by hand until that bit is made available. Only choice for input type at the moment is 'text' or a text input, not a textarea. Multiple choice will be added later. | ||||
* | mind numbing drudgery continued... | friendica | 2014-08-27 | 4 | -85/+76 |
| | |||||
* | Admin setting for Diaspora Protocol enable. We may want to have this also at ↵ | friendica | 2014-08-27 | 2 | -0/+4 |
| | | | | a channel level since there are privacy issues and quirks and trade-offs. | ||||
* | thanks thomas... | friendica | 2014-08-27 | 1 | -0/+68 |
| | |||||
* | Merge https://github.com/friendica/red into pending_merge | friendica | 2014-08-27 | 6 | -6/+6 |
|\ | |||||
| * | Merge pull request #574 from tuscanhobbit/master | RedMatrix | 2014-08-27 | 6 | -6/+6 |
| |\ | | | | | | | Notifications links load on the same window(tab) | ||||
| | * | notifications open in the same window(tab) | tuscanhobbit | 2014-08-27 | 6 | -6/+6 |
| | | | |||||
| | * | Merge pull request #1 from friendica/master | Paolo T | 2014-08-18 | 331 | -24096/+35390 |
| | |\ | | | | | | | | | Red master has been merged | ||||
* | | | | compatibility notes | friendica | 2014-08-27 | 2 | -1/+2 |
|/ / / | |||||
* | | | place to store multiple choice and select items for extensible profiles | friendica | 2014-08-26 | 3 | -2/+12 |
| | | | |||||
* | | | and ... we've got a comment coming the other way | friendica | 2014-08-26 | 1 | -0/+1 |
| | | | |||||
* | | | more hard work | friendica | 2014-08-26 | 4 | -123/+159 |
| | | | |||||
* | | | works one way sort of - now to go the other way - which will require fixing ↵ | friendica | 2014-08-26 | 4 | -29/+51 |
| | | | | | | | | | | | | a whole slew of FIXMEs | ||||
* | | | houston we have liftoff | friendica | 2014-08-26 | 2 | -12/+14 |
| | | | |||||
* | | | Merge https://github.com/friendica/red into pending_merge | friendica | 2014-08-26 | 6 | -77/+48 |
|\ \ \ | |||||
| * | | | make vcard and contact block widget look-alike | marijus | 2014-08-27 | 2 | -46/+38 |
| | | | | |||||
| * | | | Merge branch 'master' of https://github.com/friendica/red | marijus | 2014-08-26 | 1 | -0/+1 |
| |\ \ \ | |||||
| | * | | | Revert - see comments. | Thomas Willingham | 2014-08-26 | 1 | -3/+3 |
| | | | | | |||||
| | * | | | HTML doesn't work without ACCOUNT_ROLE_ALLOWCODE, so don't offer it | Thomas Willingham | 2014-08-26 | 1 | -2/+3 |
| | | | | | | | | | | | | | | | | | | | | as an option. | ||||
| * | | | | add background color to widgets | marijus | 2014-08-26 | 4 | -31/+9 |
| | | | | | |||||
| * | | | | Merge branch 'master' of https://github.com/friendica/red | marijus | 2014-08-26 | 23 | -82/+489 |
| |\| | | | |||||
| * | | | | Merge branch 'master' of https://github.com/friendica/red | marijus | 2014-08-25 | 2 | -1/+14 |
| |\ \ \ \ | |||||
| * \ \ \ \ | Merge branch 'master' of https://github.com/friendica/red | marijus | 2014-08-25 | 2 | -295/+378 |
| |\ \ \ \ \ | |||||
| * \ \ \ \ \ | Merge branch 'master' of https://github.com/friendica/red | marijus | 2014-08-24 | 1 | -0/+2 |
| |\ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ | Merge branch 'master' of https://github.com/friendica/red | marijus | 2014-08-24 | 2 | -1/+114 |
| |\ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ | Merge branch 'master' of https://github.com/friendica/red | marijus | 2014-08-24 | 16 | -748/+765 |
| |\ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ | Merge branch 'master' of https://github.com/friendica/red | marijus | 2014-08-23 | 121 | -1922/+2405 |
| |\ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ | Merge branch 'upstream' | marijus | 2014-08-22 | 15 | -138/+275 |
| |\ \ \ \ \ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ \ \ \ | Merge branch 'master' of https://github.com/friendica/red into upstream | marijus | 2014-08-22 | 28 | -780/+663 |
| | |\ \ \ \ \ \ \ \ \ \ | |||||
| * | \ \ \ \ \ \ \ \ \ \ | Merge branch 'master' of https://github.com/friendica/red | marijus | 2014-08-21 | 14 | -469/+360 |
| |\ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'master' of https://github.com/friendica/red | marijus | 2014-08-20 | 3 | -196/+51 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / / / / | |/| | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | Merge branch 'master' of https://github.com/friendica/red | marijus | 2014-08-20 | 7 | -239/+373 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ |