Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | open bbcode tag | friendica | 2015-04-01 | 1 | -0/+11 |
| | |||||
* | revert iconic change to collection list widget | friendica | 2015-04-01 | 1 | -1/+1 |
| | |||||
* | fix regdir | friendica | 2015-03-31 | 1 | -1/+1 |
| | |||||
* | more logging for onepoll | friendica | 2015-03-31 | 1 | -1/+1 |
| | |||||
* | change "create new collection" to iconic, document the account table | friendica | 2015-03-30 | 1 | -1/+1 |
| | |||||
* | mod_connections ajax failure see ↵ | friendica | 2015-03-29 | 1 | -0/+51 |
| | | | | http://stackoverflow.com/questions/14347611/jquery-client-side-template-syntax-error-unrecognized-expression | ||||
* | move some lesser used features to plugins | friendica | 2015-03-29 | 1 | -4/+1 |
| | |||||
* | Merge https://github.com/friendica/red into pending_merge | friendica | 2015-03-29 | 22 | -2324/+2383 |
|\ | |||||
| * | Merge pull request #944 from dawnbreak/docu | RedMatrix | 2015-03-30 | 21 | -2266/+2318 |
| |\ | | | | | | | Correcting reported Doxygen syntax warnings. | ||||
| | * | Correcting reported Doxygen syntax warnings. | Klaus Weidenbach | 2015-03-29 | 21 | -2266/+2318 |
| | | | | | | | | | | | | | | | | | | | | | Fixed wrong Doxygen syntax and add some of the available FIXME to Doxygen documentation. Updated Doxygen configuration to add also all capital letter tags. Adding some more Doxygen documentation. | ||||
| * | | Fixed two wrong variable usages in event.php. | Klaus Weidenbach | 2015-03-29 | 1 | -58/+65 |
| |/ | | | | | | | I just checked the code, not the functionality. | ||||
* / | fix os_mkdir | friendica | 2015-03-29 | 3 | -1/+4 |
|/ | |||||
* | remove bogus grouping from fix for #938 | friendica | 2015-03-28 | 1 | -2/+2 |
| | |||||
* | issue #938 | friendica | 2015-03-28 | 1 | -2/+8 |
| | |||||
* | issue #941 | friendica | 2015-03-28 | 1 | -4/+11 |
| | |||||
* | provide ways to over-ride the datetime pickers | friendica | 2015-03-26 | 2 | -0/+4 |
| | |||||
* | Merge https://github.com/friendica/red into pending_merge | friendica | 2015-03-25 | 1 | -1/+1 |
|\ | |||||
| * | make postgresql happy | Mario Vavti | 2015-03-25 | 1 | -1/+1 |
| | | |||||
* | | comanche: move 'webpage' declaration to the first parser pass so it is set ↵ | friendica | 2015-03-25 | 2 | -9/+10 |
|/ | | | | when content loads. | ||||
* | also allow service classes to set post expiration. These take priority over ↵ | friendica | 2015-03-24 | 2 | -13/+15 |
| | | | | the site default. | ||||
* | more work on expiration, make system limits useful - even in retrospect | friendica | 2015-03-24 | 2 | -10/+30 |
| | |||||
* | make the log message reflect what's really happening | friendica | 2015-03-24 | 1 | -1/+3 |
| | |||||
* | provide a site-wide expiration policy without loopholes - still need work to ↵ | friendica | 2015-03-24 | 3 | -12/+30 |
| | | | | reduce the impact of expiration queries. | ||||
* | Merge https://github.com/friendica/red into pending_merge | friendica | 2015-03-24 | 2 | -1/+41 |
|\ | |||||
| * | we only need item mid. some documentation. | Mario Vavti | 2015-03-24 | 1 | -1/+35 |
| | | |||||
| * | this query can take quite a while if there were many updates but it has not ↵ | Mario Vavti | 2015-03-24 | 1 | -0/+6 |
| | | | | | | | | been called for a long time (eg nobody called mod sharedwithme). might be a good idea to have this in the poller to clean up on a regular basis and call it once more in mod sharedwithme. what do you think? | ||||
* | | sql errors on postgres with yestderday's optimisation | friendica | 2015-03-24 | 1 | -2/+2 |
|/ | |||||
* | catche edge case of tag "@abcdef +1", which tags the first entry in your ↵ | friendica | 2015-03-24 | 2 | -9/+18 |
| | | | | abook, regardless of abcdef. This holds true for other similar patterns as well. | ||||
* | improve performance of the zotfeed queries | friendica | 2015-03-23 | 3 | -15/+20 |
| | |||||
* | explicitly unset delegate session vars on logout | friendica | 2015-03-23 | 1 | -1/+2 |
| | |||||
* | limit notification detail queries for items and events | friendica | 2015-03-23 | 2 | -2/+8 |
| | |||||
* | operation snakebite, cont. | friendica | 2015-03-22 | 2 | -2/+12 |
| | |||||
* | put a lower time limit on time travellers | friendica | 2015-03-22 | 1 | -3/+5 |
| | |||||
* | Merge pull request #935 from dawnbreak/master | RedMatrix | 2015-03-23 | 1 | -26/+50 |
|\ | | | | | Two possible bugfixes in bb2diaspora.php. | ||||
| * | Two possible bugfixes in bb2diaspora.php. | Klaus Weidenbach | 2015-03-22 | 1 | -26/+50 |
| | | | | | | | | | | | | | | | | | | I have found two suspicious parts and tried to correct them. I have no diaspora enabled hubs and I am also not sure what influence these two changes will have: $unset($item['author']) ==> unset($item['author']); if(cnt) ==> if($cnt) Before merging can someone with diaspora contacts test this. | ||||
* | | move the maintenance part to include/sharedwithme.php | Mario Vavti | 2015-03-22 | 1 | -0/+32 |
| | | |||||
* | | do not override item_private here anymore | Mario Vavti | 2015-03-22 | 1 | -1/+1 |
| | | |||||
* | | Merge https://github.com/friendica/red into pending_merge | friendica | 2015-03-21 | 3 | -155/+173 |
|\| | |||||
| * | Fixed an exit of a loop in builtin_activity_puller(). | Klaus Weidenbach | 2015-03-21 | 1 | -128/+132 |
| | | | | | | | | There was a "$return", but I think it should be "return". | ||||
| * | Bugfix und variable initialization. | Klaus Weidenbach | 2015-03-21 | 2 | -27/+41 |
| | | | | | | | | | | Fixed a wrong perm_is_allowed() parameter, commented some other places where we use variables that are not set and should not work. | ||||
* | | add loadtime search to channel and fix it for home. display and search need ↵ | friendica | 2015-03-21 | 1 | -2/+1 |
|/ | | | | further investigation | ||||
* | change permission roles for things like channel admin to make them more ↵ | friendica | 2015-03-20 | 1 | -27/+27 |
| | | | | easily manually settable from the connections edit page. | ||||
* | some tabs title statuseditor restructuring | Mario Vavti | 2015-03-21 | 1 | -1/+1 |
| | |||||
* | some cleanup | Mario Vavti | 2015-03-20 | 1 | -13/+8 |
| | |||||
* | possible improvement regarding deletion | Mario Vavti | 2015-03-20 | 1 | -29/+42 |
| | |||||
* | Explicitly force link for 'All Collections' on the network page to gid=0 so ↵ | friendica | 2015-03-19 | 1 | -1/+1 |
| | | | | it can be used with a default page over-ride for gid. | ||||
* | tweaks to directory registrations which don't seem to be happening, also ↵ | friendica | 2015-03-19 | 2 | -2/+16 |
| | | | | downgrade any directory that claims to be a primary directory for RED_GLOBAL. | ||||
* | ratenotif: loop oddity | friendica | 2015-03-19 | 1 | -9/+9 |
| | |||||
* | make the channel item query match recent changes to network item query (and ↵ | friendica | 2015-03-18 | 2 | -2/+2 |
| | | | | some slightly older changes in display item query), and allow '@' in linkified urls. | ||||
* | Change wording on the photo location feature. When photos are merged with ↵ | friendica | 2015-03-18 | 1 | -1/+1 |
| | | | | DAV storage we won't be stripping metadata by default. |