Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | disable email notifications when bulk importing content. | friendica | 2014-10-08 | 1 | -0/+5 |
| | |||||
* | Merge pull request #620 from dawnbreak/RedDAV | RedMatrix | 2014-10-07 | 1 | -12/+18 |
|\ | | | | | Moved RedBrowser class from reddav.php to it's own file. | ||||
| * | Moved RedBrowser class from reddav.php to it's own file. | Klaus Weidenbach | 2014-10-06 | 1 | -12/+18 |
| | | | | | | | | | | | | | | | | | | First step on cleaning up ReadDAV classes and restructuring it bit in preparation for adding some more DAV features, photo access, CalDAV, etc. and hopefully also some PHPunits. Add a PHP5.3 namespace for RedDAV classes. Any objections against this or the vendor namespace? Add some more documentation for RedBrowser. | ||||
* | | found one bug trying to fetch the recursive reshare from hell. I still think ↵ | friendica | 2014-10-06 | 1 | -11/+11 |
| | | | | | | | | there's a problem with attribution but we'll have to wait and find that once we have some content to track. Also in private messages, on the message list page, change the text from delete message to delete conversation, because that's what we're really doing. | ||||
* | | shareable design elements | friendica | 2014-10-06 | 4 | -11/+68 |
|/ | |||||
* | try and guess mimetype for openid profile photo | friendica | 2014-10-05 | 1 | -1/+3 |
| | |||||
* | Merge pull request #616 from dawnbreak/docu | RedMatrix | 2014-10-06 | 1 | -42/+44 |
|\ | | | | | Documentation and some restructure in RedBasicAuth | ||||
| * | Some documentation for include/reddav.php and a bit code cleanup. | Klaus Weidenbach | 2014-10-05 | 1 | -42/+44 |
| | | | | | | | | | | Removed some duplicate code in RedBasicAuth and restructured a bit. Still work in progress. | ||||
* | | image/jpeg > image/png | Jeroen | 2014-10-05 | 1 | -4/+4 |
|/ | |||||
* | add 'nopush' option to the post API so somebody could bulk load a bunch of ↵ | friendica | 2014-10-05 | 1 | -9/+16 |
| | | | | existing content via the API without invoking the notifier and sending each out as a fresh post. | ||||
* | Merge https://github.com/friendica/red into pending_merge | friendica | 2014-10-03 | 1 | -2/+2 |
|\ | |||||
| * | it seems this is needed also to not allow editing profile photo album | marijus | 2014-10-03 | 1 | -2/+2 |
| | | |||||
* | | more infrastructure for sharing page design elements | friendica | 2014-10-03 | 1 | -1/+43 |
|/ | |||||
* | Merge https://github.com/friendica/red into pending_merge | friendica | 2014-10-03 | 2 | -113/+59 |
|\ | |||||
| * | Merge pull request #611 from tuscanhobbit/dev | RedMatrix | 2014-10-03 | 1 | -0/+1 |
| |\ | | | | | | | site language in siteinfo/json has been re-added | ||||
| | * | site language in siteinfo/json has been re-added | Paolo Tacconi | 2014-10-02 | 1 | -0/+1 |
| | | | |||||
| * | | more work on photos | marijus | 2014-10-02 | 1 | -65/+49 |
| |/ | |||||
| * | Merge pull request #610 from tuscanhobbit/dev | RedMatrix | 2014-10-02 | 1 | -48/+9 |
| |\ | | | | | | | site language wasn't included in siteinfo/json | ||||
| | * | query for statistics are now executed by poller | Paolo Tacconi | 2014-10-02 | 1 | -49/+9 |
| | | | |||||
| | * | site language was left out of siteinfo | tuscanhobbit | 2014-10-01 | 1 | -0/+1 |
| | | | |||||
* | | | rev update | friendica | 2014-10-03 | 1 | -1/+4 |
| | | | |||||
* | | | doc updates | friendica | 2014-10-03 | 1 | -0/+71 |
|/ / | |||||
* / | issues with diaspora comment signatures on relayed comments that are relayed ↵ | friendica | 2014-10-02 | 1 | -2/+0 |
|/ | | | | through a redmatrix site (parent post is redmatrix) and involve a private post. | ||||
* | useless file: knownhubs | Paolo Tacconi | 2014-09-30 | 1 | -22/+0 |
| | |||||
* | added directory status to siteinfo | Paolo Tacconi | 2014-09-30 | 1 | -1/+3 |
| | |||||
* | Added mod returning a list of known hubs, for a lightweight hub crawler | Paolo Tacconi | 2014-09-30 | 1 | -0/+22 |
| | |||||
* | Numbers shouldn't be strings | Paolo Tacconi | 2014-09-29 | 1 | -2/+2 |
| | |||||
* | Allows extra content to be inserted at end of profile_photo page. Needed for ↵ | habeascodice | 2014-09-28 | 1 | -1/+3 |
| | | | | openclipatar addon. | ||||
* | Merge branch 'master' of https://github.com/friendica/red | marijus | 2014-09-28 | 1 | -2/+50 |
|\ | |||||
| * | Merge pull request #604 from tuscanhobbit/dev | RedMatrix | 2014-09-29 | 1 | -2/+50 |
| |\ | | | | | | | Statistics copied into siteinfo/json | ||||
| | * | added statistics to siteinfo json | tuscanhobbit | 2014-09-28 | 1 | -2/+50 |
| | | | |||||
* | | | some more work on photos | marijus | 2014-09-28 | 1 | -2/+2 |
|/ / | |||||
* / | provide backup copy of post for diaspora reshare and re-fetch | friendica | 2014-09-27 | 1 | -0/+52 |
|/ | |||||
* | some more work on photos - work in progress | marijus | 2014-09-26 | 1 | -9/+12 |
| | |||||
* | optionally include wall items (posts) in import/export | friendica | 2014-09-25 | 1 | -2/+55 |
| | |||||
* | better way to deal with effective_uid | friendica | 2014-09-22 | 1 | -2/+2 |
| | |||||
* | make discover items interactive | friendica | 2014-09-22 | 2 | -2/+5 |
| | |||||
* | Allow ordering by created | Christian Vogeley | 2014-09-20 | 1 | -1/+3 |
| | |||||
* | update jg to latest preview release and try once more to really justify the ↵ | marijus | 2014-09-20 | 1 | -11/+4 |
| | | | | whole gallery | ||||
* | try to sort out walltowall translation for diaspora recipients | friendica | 2014-09-19 | 2 | -2/+4 |
| | |||||
* | Merge https://github.com/friendica/red into pending_merge | friendica | 2014-09-18 | 1 | -1/+1 |
|\ | |||||
| * | Catch the settings too | Thomas Willingham | 2014-09-18 | 1 | -1/+1 |
| | | |||||
* | | repeated content collapse on update from display page under rare conditions ↵ | friendica | 2014-09-18 | 2 | -0/+8 |
|/ | | | | (when the conversation hasn't changed) | ||||
* | keep the language consistent | friendica | 2014-09-17 | 1 | -1/+1 |
| | |||||
* | channel permission roles | friendica | 2014-09-17 | 1 | -1/+6 |
| | |||||
* | make the output a bit more readable | friendica | 2014-09-17 | 1 | -2/+2 |
| | |||||
* | let the xchan diagnostic accept a webbie | friendica | 2014-09-17 | 1 | -14/+14 |
| | |||||
* | implement permission roles - the backend should be done except for maybe a ↵ | friendica | 2014-09-17 | 1 | -0/+22 |
| | | | | couple of small tweaks. Now we just need to define the rest of the roles and create a chooser for them. Adam started on this some time back but I don't know where that has gone. | ||||
* | when importing channels - use the new location notification message to tell ↵ | friendica | 2014-09-16 | 1 | -9/+4 |
| | | | | your original site where it sits in terms of primary. | ||||
* | push individual block to directory | friendica | 2014-09-15 | 1 | -0/+1 |
| |